
@import url(/weloveiconfonts_com/api/index.html);

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, 
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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body{ 
	width:100%;
	height:100%;
	margin:0;
	padding:0;
    font-size:100%;
	background:#2A363B;
	color:#282828;
    font-family: 'Muli', Helvetica, Arial, sans-serif;
    line-height:normal;
}

@media print {
    html, body { background:white; color:black; margin:0 }
}
img{
	max-width:100%;
	height:auto;
}
a{
	text-decoration:none;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in;
	color:#aca935;
}
a:hover,
a:focus{
	color:#75731a;
}
::selection{
	color:#fafafa;
	background:#989527;
}
::-moz-selection{
	color:#fafafa;
	background:#989527;
}
.bypostauthor {
	
}
.gallery-caption{
	
}

.wp-caption { max-width: 100%; }
.wp-caption .wp-caption-text {
	text-align:center;
	font-size:0.8em;
	text-transform:uppercase;
	padding:1em 0.5em 0 0.5em;
}

video{
	float:left;
	width:100%;
}
.video-holder{
	float:left;
	width:100%;
	background:#f0f0f0;
	margin:0;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
  
#fixed{
	width:100%;
	float:left;
	overflow:hidden;
	position:relative;
}

@media print{
#fixed{
 	display:none;
}
}
@media screen and (max-width:1024px){
#fixed{
	display:none;
}
}
#fixed figure{
    float:left;
    width:100%;
	position:relative;
}
#fixed figure img{
	display:block;
}
.line{
	float:left;
	width:100%;
	height:46px;
	border-top:1px solid rgba(255,255,255,0.05);
	border-bottom:1px solid rgba(255,255,255,0.05);
	box-shadow:0 1px 4px rgba(0,0,0,0.5);
	position:relative;
}
.line-top{
	background:#2A363B;
    background: -webkit-gradient(linear, left top, right top, from(#1b2428), to(#2A363B));
    background: -moz-gradient(linear, left top, right top, from(#1b2428), to(#2A363B));
    background: -o-gradient(linear, left top, right top, from(#1b2428), to(#2A363B));
    background: -ms-gradient(linear, left top, right top, from(#1b2428), to(#2A363B));
    background: -khtml-gradient(linear, left top, right top, from(#1b2428), to(#2A363B));
	z-index:6;
}
.line-inner{
	float:left;
	width:100%;
	opacity:0.15;
	height:36px;
	margin:4px 0;
	border-top:1px dashed #fff;
	border-bottom:1px dashed #fff;
}
.site-info{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
}
.site-info-inner{
   display: table;
   width: 100%;
   height:100%;	
}
.site-info-inner-inner{
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}
.site-info-inner-inner h1{
	color:#fff;
	font-size:2.4em;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:0.1em;
	text-shadow:0 1px 1px rgba(0,0,0,0.01);
	margin-bottom:5px;
}
.site-info-inner-inner h1 a{
	color:#fff;
}
.site-info-inner-inner h2{
	color:#fff;
	font-size:2em;
    font-family: 'Bad Script', cursive;
    line-height:1.4em;
}
.down{
	float:left;
	width:100%;
	margin-top:30px;
}
.b-down-around{
	margin:0 auto;
	display:table;	
	width:50px;
	height:50px;
	padding:5px;
	border-radius:50%;
	background:transparent;
	border:1px solid rgba(255,255,255,0.5);
}
.b-down{
	display:block;
	width:40px;
	height:40px;
	border-radius:50%;
	margin:5px;
}
.b-down-down{
    background:#989527 url(/wp-content/themes/fatherland/images/arrdown-white.png) no-repeat center;
    background-size:30px 26px;
}	
.b-down-up{
    background:#989527 url(/wp-content/themes/fatherland/images/arrup-white.png) no-repeat center;
    background-size:30px 26px;
}

header#main-header{
	float:left;
	width:100%;
}
@media print{
header#main-header{
	display:none;
}
}
#part1{
	float:left;
	width:100%;
	height:90px;
	background:#2A363B;
    border-bottom:10px solid rgba(255,255,255,0.07);
	border-top:10px solid rgba(255,255,255,0.07);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;		
	clear:both;	
}
@media screen and (max-width:639px){
#part1{
	height:auto;
	padding:10px 0;
}
}
.logo-place{
	float:left;
	height:90px;
}
@media screen and (max-width:639px){
.logo-place{
	float:none;
	display:table;
	margin:0 auto;
	height:auto;
}
}
h1.site-name{
	display:block;
	color:#fff;
	opacity:0.3;
	padding:0;
	text-align:center;
	height:70px;
	line-height:70px;
	padding:0 40px;
	font-size:1.8em;
    font-family: 'Bad Script', cursive;
}
h1.site-name a{
	color:#fff;
}
h1.site-logo{
	padding:0 40px;
}
h1.site-logo a{
	display:block;
}
h1.site-logo img{
	display:block;
	max-height:70px;
	margin:0 0 5px 0;
}
#info-place{
	float:right;
	margin:0 40px;
	line-height:70px;
}
@media screen and (max-width:639px){
#info-place{
	float:none;
	display:table;
	margin:0 auto;
	height:auto;
	line-height:50px;
}
}
#info-place p{
    color:#f0f0f0;
    font-weight:300;
    font-style:italic;	
}
#info-place span{
	padding:0.5em 1em;
	background:rgba(255,255,255,0.1);
}
#part2{
	float:left;
	width:100%;
	height:60px;
	background:#fafafa;
	border-bottom:1px solid #fff;
	box-shadow:0 1px 1px rgba(0,0,0,0.5);
}

.nav-main{
	display:table;
	margin:0 auto;
}
@media screen and (max-width:1024px){
.nav-main{
	display:none;
}
}
.nav-main ul{
	display:table;
	margin: 0 auto;
	list-style:none;
    position: relative;
    border-left:1px solid #fff;
}
.nav-main ul li{
	float:left;
	display:inline;
	color:#1c414a;
}
.nav-main ul > li {
	float: left;
	position: relative;
}
.nav-main li ul{
	position: absolute;
	left: 0;
	top:60px;
	z-index: 2;
	width: 260px;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transform-origin: 50% 0%;
	border:none!important;
	background:#fff;
}
.nav-main li:hover ul,
.nav-main li:focus ul{
	opacity: 1;
	visibility: visible;
	border-top:1px solid #fff;
}
.nav-main li li{
	float:left;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.07);
}
.nav-main li li a{
	line-height:40px;
	font-size:0.8em;
	padding:0 20px;
}
.nav-main ul.sub-menu a{
 	border:none;
 	background:#fff!important;  
 	color:#111!important;
}
.nav-main ul.sub-menu a:hover,
.nav-main ul.sub-menu a:focus{
    background:#b3783e;
	color:#fff;
}
.nav-main a{
    display: block;
	position: relative;
	padding:0 20px;
	border-right:1px solid #fff;
	line-height:60px;
	text-transform:uppercase;
	letter-spacing:0.05em;
	font-size:0.9em;
	background:#f0f0f0;
	color:#111;
	font-weight:700;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in;
}
.nav-main a:hover,
.nav-main a:focus{
    background:#b3783e;
	color:#fff;
}
.nav-main ul li.current-menu-item a{
	color:#fff;
    background:#aca935;
}

div.nav-sec{
    float:left;
    width:100%;
	display:none;
}
@media screen and (max-width:1024px){
div.nav-sec{
	float:none;
	width:auto;
	display:table;
	margin: 0 auto;
}
}
a.btn-slide-mob{
	display:block;
    background:#aca935;
	padding:20px;
	height:20px;
	width:20px;
}
a.btn-slide-mob img{
	display:block;
}
nav#mob-panel{
	display:none;
	position:relative;
	z-index:1;
	background:#fff;
	float:left;
	width:92%;
	padding:4%;
}
nav#mob-panel ul{
	float:left;
	width:100%;
	list-style:none;
}
nav#mob-panel ul li{
	float:left;
	width:100%;
	background:#2A363B;
	border-bottom:1px solid rgba(0,0,0,0.3);
	border-top:1px solid rgba(255,255,255,0.1);
}
nav#mob-panel ul ul li{
	background:#1b2428;
}
nav#mob-panel ul li li{
	border:none;
}
nav#mob-panel a{
	padding:0 20px;
	line-height:50px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:0.9em;
	text-shadow:0 1px 1px rgba(0,0,0,0.7);
	color:#f0f0f0;
    display: block;
	position: relative;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in;
}
nav#mob-panel a:hover,
nav#mob-panel a:focus{
    color:#b3783e;
}
nav#mob-panel ul li.current-menu-item a{
	background:transparent;
    color:#aca935;
}

#inner-main-wrap{
	float:left;
	width:100%;
	background:#f0f0f0;
}
.full{
	float:left;
	width:100%;
}
.light-grey{
	background:#fafafa;	
}
.grey{
	background:#f0f0f0;
    background-image:url(data:image/png;base64,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);
}
.patterned{
	background:#ddd url(/wp-content/themes/fatherland/images/floral.png) repeat;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
.patterned2{
	background:#fafafa url(/wp-content/themes/fatherland/images/floral.png) repeat;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
h1.block-title-innerpages{
	margin:60px 0 0 0;
	font-size:1.9em;
	line-height:1.2em;
	letter-spacing:0.1em;
	color:#525252;
	text-shadow:0 1px 1px rgba(255,255,255,0.8);
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
}
@media screen and (max-width:640px){
h1.block-title-innerpages{
	font-size:1.5em;
}
}
.full-inner-pages-alt{
	float:left;
	width:100%;
	clear:both;	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-top:60px solid transparent;	
	border-bottom:60px solid transparent;
}
@media print{
.full-inner-pages-alt{
	border-top:none;	
	border-bottom:none;
}
}
#bottom-box{
	float:left;
	width:70%;
	margin:0 15%;
}
@media screen and (max-width:1600px){
#bottom-box{
	float:left;
	width:80%;
	margin:0 10%;
}
}
@media screen and (max-width:1366px){
#bottom-box{
	float:left;
	width:90%;
	margin:0 5%;
}
}
@media screen and (max-width:1024px){
#bottom-box{
	float:left;
	width:94%;
	margin:0 3%;
}
}
.center{
	float:left;
	width:100%;
}
.post-box{
	float:left;
	width:68%;
	height:100%;
}
@media print{
.post-box{
	width:100%;
}
}
@media screen and (max-width:1023px){
.post-box{
	float:left;
	width:100%;
}
}
aside.sidebar{
	float:right;
	width:32%;	
	background:#fff;
}
@media print{
aside.sidebar{
	float:left;
	width:100%;
	display:none;
}
}
@media screen and (max-width:1023px){
aside.sidebar{
	float:left;
	width:100%;
	margin:40px 0 0 0;
}
}

footer#main-footer{
	float:left;
	width:100%;
	border-left:60px solid transparent;
	border-right:60px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;	
	background:#fafafa;
	clear:both;
	border-top:1px solid rgba(0,0,0,0.1);
}

@media print{
footer#main-footer{
 	display:none;
}
}
@media screen and (max-width:480px){
footer#main-footer{
	border:none;
}
}
address#copyright{
	float:left;
	padding:0 2em 0 0;
	height:60px;
	line-height:60px;
	font-size:0.8em;
	text-transform:capitalize;
}
@media screen and (max-width:480px){
address#copyright{
	float:none;
	display:table;
	margin:10px auto 0 auto;
	padding:0;
	height:30px;
	line-height:30px;
}
}
#social{
	float:right;
	border-right:1px solid rgba(0,0,0,0.1);
}
@media screen and (max-width:639px){
#social{
	border-right:none;
}
}
@media screen and (max-width:480px){
#social{
	float:none;
	display:table;
	margin:0 auto;
}
}
#social div{
	float:left;
}
#social a{
	display:inline-block;
	float:left;
	border-left:1px solid rgba(0,0,0,0.1);
	padding:0 15px;
	height:60px;
	line-height:60px;
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:0.1em;
}
@media screen and (max-width:639px){
#social a{
	border-left:none;
	padding:0 5px;
	line-height:normal;
	height:auto;
}
}
#social a img{
	display:block;
	max-height:30px;
	margin:15px 0;
}
#siteinfo{
	float:left;
	width:100%;
	height:50px;
	background:#2A363B;
}
@media print{
#siteinfo{
	display:none;
}
}
#siteinfo address{
	float:left;
	width:100%;
	height:50px;
	line-height:50px;

	text-align:center;
	font-size:0.75em;
	color:#ddd;
}
.thinline{
	float:left;
	width:100%;
	height:1px;
	background: rgba(255,255,255,0.5);
	margin:1px 0 0 0;
}

#p-results-content{
	float:left;
	width:100%;
	border-right:40px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
@media print{
#p-results-content{
	border:none;	
}
}
@media screen and (max-width:1023px){
#p-results-content{
	float:left;
	width:100%;
	border:none;
}
}

#search-box{
	float:left;
	width:100%;
	background:#fff;
    box-shadow:0 1px 1px rgba(0,0,0,0.08);	
	border:40px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-align:center;
    margin:0 0 30px 0;
}
h4.results{
	font-size:160%;
	font-weight:300;
}
.search-terms{
	color:#989527;
}

.r-container{
	float:left;
	width:100%;
	height:100%;
	clear:both;
	background:#fff;
    box-shadow:0 1px 1px rgba(0,0,0,0.08);	
    margin:0 0 30px 0;
}
.r-container-left{
	float:left;
	width:34%;
	position:relative;
}
@media screen and (max-width:639px){
.r-container-left{
	width:100%;
}
}
.r-container-right{
	float:right;
	width:66%;
}
@media screen and (max-width:639px){
.r-container-right{
	width:100%;
}
}

.fig-wrap{
	float:left;
	width:100%;
	position:relative;
}
.fig-wrap .video-container{
	padding-bottom: 49%; 		
}
@media screen and (max-width:1023px){
.fig-wrap .video-container{
	padding-bottom: 54%; 	
}
}
.fig-wrap figure{
	float:left;
	width:100%;
}
.fig-wrap figure img{
	display:block;
	width:100%;
}
.r-info{
	float:left;
	width:100%;
	height:100%;
	margin:20px 0 40px 0;
	position:relative;
}
.r-info span{
	font-style:italic;
	font-size:0.9em;
	text-transform:capitalize;
	text-align:center;
    display:block;
    float:left;
    width:90%;
    margin:0 5%;
}
.r-info .cats{
	font-style:italic;
	font-size:0.9em;
	text-transform:capitalize;
	text-align:center;
    display:block;
    float:left;
    width:90%;
    margin:0 5%;
}	
.r-info ul.post-categories{
	display:table;
	margin:0 auto;
	list-style:none;
}
.r-info ul.post-categories li{
    float:left;
}
.r-info ul.post-categories li a{
    text-transform:capitalize;
    display:inline-block;
    margin:2px;
}

figure.ornament{
	float:left;
	width:100%;
	margin:-115% 0 20px -150px;
}
@media screen and (max-width:639px){
figure.ornament{
	display:none;
}
}
.cover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
}

.r-container article{
	float:left;
	width:100%;
	border:40px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
@media screen and (max-width:639px){
.r-container article{
	border-top:none;
}
}
.sticky{	

}
.p-excerpt{
	float:left;
	width:100%;
}
.r-container-right h2{
	font-size:1.5em;
	line-height:1.2em;
	color:#525252;
	margin-bottom:20px;
	font-weight:300;
	text-transform:capitalize;
}
.p-excerpt p{
    font-family: 'PT Serif', serif;
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0 30px 0;
}

.button-center{
	float:left;
	width:100%;
}
.button-center .buttonlink{
	display:table;
	margin:0 auto;
}
.button-center .readmore{
	display:table;
	margin:0 auto;
	float:none;
}
.readmore{
    color:#fff;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:0.75em;
	padding:1em 1.5em;
	background:#703b19;
    background: -webkit-linear-gradient(top,#b3783e,#703b19);
    background: -moz-linear-gradient(top,#b3783e,#703b19);
    background: -o-linear-gradient(top,#b3783e,#703b19);
    background: linear-gradient(top,#b3783e,#703b19);
    border-radius:25px;
    border:2px solid #fff;
    box-shadow:0 1px 1px rgba(0,0,0,0.3);
}
.readmore:hover,
.readmore:focus{
	color:#fff;
	background:#b3783e;
    background: -webkit-linear-gradient(top,#703b19,#b3783e);
    background: -moz-linear-gradient(top,#703b19,#b3783e);
    background: -o-linear-gradient(top,#703b19,#b3783e);
    background: linear-gradient(top,#703b19,#b3783e);	
}

#bottom-navigation{
	float:left;
	width:100%;
}
@media print{
#bottom-navigation{
	display:none;
}
}
.navigation{
	float:left;
}
.navigation li a,
.navigation li a:hover,
.navigation li a:focus,
.navigation li.active a,
.navigation li.disabled {
	display:inline-block;
	color: #fff;
	background:#989527;
    background: -webkit-linear-gradient(top,#aca935,#989527);
    background: -moz-linear-gradient(top,#aca935,#989527);
    background: -o-linear-gradient(top,#aca935,#989527);
    background: linear-gradient(top,#aca935,#989527);
	margin-bottom:4px;
	cursor: pointer;
	padding: 0 1.4em;
	line-height:36px;
	text-transform:uppercase;
	font-size:0.7em;
	box-shadow:0 1px 1px rgba(0,0,0,0.15);
	border:4px solid rgba(255,255,255,0.9);
	letter-spacing:0.1em;
}
.navigation li{
	display: inline;
}
.navigation li a:hover,
.navigation li a:focus,
.navigation li.active a {
	background:#b3783e;
    background: -webkit-linear-gradient(top,#703b19,#b3783e);
    background: -moz-linear-gradient(top,#703b19,#b3783e);
    background: -o-linear-gradient(top,#703b19,#b3783e);
    background: linear-gradient(top,#703b19,#b3783e);	
}
.navigation li.active a{
	pointer-events:none;
}

.s-items{
	float:left;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:30px solid transparent;
}

.sidebar-wrap{
	float:left;
	width:100%;	
	margin:0 0 20px 0;
	background:#fafafa;	
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
    line-height:1.3em;
    font-size:1.05em;
    border:4px solid #fff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.sidebar-wrap:last-child{
	margin:0;
}
.sidebar-wrap h4{
	width:100%;
	background:#f0f0f0;
	border:20px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.1em;
	color:#111;
	font-weight:bold;
}
.sidebar-wrap ul{
	float:left;
	width:100%;
	list-style:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:20px solid transparent;
}
.sidebar-wrap li{
	float:left;
	width:100%;
	border-bottom:1px dashed rgba(0,0,0,0.09);
	margin:0 0 10px 0;	
	padding:0 0 10px 0;
}
.sidebar-wrap li:last-child{
	margin:0;
	border:none;
	padding:0;
}
.sidebar-wrap li a{
	text-transform:capitalize;
	color:#111;
}
.sidebar-wrap li a:hover,
.sidebar-wrap li a:focus{
	color:#ccc;
}
.sidebar-wrap ul.sub-menu{
	float:left;
	width:100%;
	border:none!important;
}
.sidebar-wrap ul.sub-menu li{
	width:100%!important;
	padding:0;
}
.sidebar-wrap ul.sub-menu li a{
	font-size:0.9em;
}
.sidebar-wrap select{
	float:left;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:10px solid transparent;	
	font-size:1em;
}
.sidebar-wrap .screen-reader-text{
	display:none;
}
.sidebar-wrap form{
	float:left;
	width:100%;
	clear:both;
}
.sidebar-wrap form input{
	background:#fafafa;
	border:none;
	padding:0 4%;
	height:40px;
	color:#808080;
	border-radius:0;
	-webkit-appearance:none;
	font-size:0.8em;
	font-family:'Muli', sans-serif;
}
.sidebar-wrap form .screen-reader-text{
	display:none;
}
.sidebar-wrap form #s,
.sidebar-wrap form input[type='text'],
.sidebar-wrap form input[type='email']
.sidebar-wrap form input[type='password']{
	float:left;
	width:62%;
	font-size:1em;
}
@media screen and (max-width:1024px){
.sidebar-wrap form #s,
.sidebar-wrap form input[type='text'],
.sidebar-wrap form input[type='email']
.sidebar-wrap form input[type='password']{
	width:52%;
}
}
.sidebar-wrap form #searchsubmit,
.sidebar-wrap form input[type='submit']{
	float:right;
	width:30%;	
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:0.2em;
	font-size:0.7em;
	color:#fff;
	background:#989527;
    background: -webkit-linear-gradient(top,#aca935,#989527);
    background: -moz-linear-gradient(top,#aca935,#989527);
    background: -o-linear-gradient(top,#aca935,#989527);
    background: linear-gradient(top,#aca935,#989527);
}
@media screen and (max-width:1024px){
.sidebar-wrap form #searchsubmit,
.sidebar-wrap form input[type='submit']{
	width:40%;
}
}
.sidebar-wrap .textwidget{
	float:left;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:20px solid transparent;
	color:#111;
	line-height:1.4em;
}
.sidebar-wrap .textwidget p{
	margin-bottom:0.7em;
}
.sidebar-wrap .textwidget img{
	display:block;
	margin:0 auto;
}
@media screen and (max-width:1024px){
    .sidebar-wrap .textwidget img{
	max-width:200px;
	}
}
.textwidget ul{
	float:left;
	width:100%;
	border:none!important;
}
.textwidget strong{
	color:#000;
}
.textwidget em{
	font-style:italic;
}
.sidebar-wrap .textwidget iframe{
	float:left;
	width:100%;
	max-height:300px;
}
.sidebar-wrap strong{
	color:#000;
}
.sidebar-wrap em{
	font-style:italic;
}
.sidebar-wrap .tagcloud{
	float:left;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-top:20px solid transparent;	
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-bottom:16px solid transparent;
}
.sidebar-wrap .tagcloud a{
	display:inline-block;
	float:left;
	padding:0.4em 1em;
	margin:0 0.7em 4px 0;
	text-transform:uppercase;
	font-size:0.6em!important;
	letter-spacing:0.2em;
	background:#f0f0f0;
	color:#111;
	border:2px solid #fff;
	box-shadow:0 1px 1px rgba(0,0,0,0.2);
}
.sidebar-wrap .tagcloud a:hover,
.sidebar-wrap .tagcloud a:focus{
	background:#989527;
	color:#fff;
}
.sidebar-wrap h2.widgettitle{
	display:none;
}
#calendar_wrap{
	float:left;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
}
.widget_calendar {float: left;}
#wp-calendar {
	width: 100%; 
     background:#fafafa;
}
#wp-calendar caption { 
	background:#fafafa; 
	text-align: right; 
	color: #111; 
	font-size: 0.9em; 
	padding:1em 0;
}
#wp-calendar thead { font-size: 0.8em;}
#wp-calendar thead th { padding: 5px 0; text-align: center; color:#808080; border:1px solid #f0f0f0;}
#wp-calendar tbody { color: #111; }
#wp-calendar tbody td { background: #fafafa; border: 1px solid #f0f0f0; text-align: center; padding:8px; font-size:0.75em;}
#wp-calendar tbody td:hover { background:#fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next a{color:#808080;}
#wp-calendar tfoot #prev a{color:#808080;}
#wp-calendar tfoot{ none;}
#wp-calendar tfoot #next { font-size: 0.7em; text-transform: uppercase; text-align:right; padding:10px 0;}
#wp-calendar tfoot #prev { font-size: 0.7em; text-transform: uppercase; padding:10px 0; }

#wp-calendar td a{
	color:#989527;
}
#wp-calendar td#today{
	background:#989527;
	color:#fff;
}
#wp-calendar td#today a{
	color:#fff;
}
.sidebar-wrap a.rsswidget{

}
.sidebar-wrap span.rss-date{
	display:block;
}
.sidebar-wrap .rssSummary{
	float:left;
	width:100%;
	margin:16px 0;
	display:inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #eee;	
	padding:10px;	
}

.post-content-single{
	float:left;
	width:100%;
	padding:6%;
	background:#fff;
	border:1px solid rgba(0,0,0,0.07);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
h2.secondary-title{
	float:left;
	width:100%;
	font-size:1.9em;
	line-height:1.2em;
	color:#222;
	font-weight:300;
	padding:0 0 20px 0;
	border-bottom:1px solid rgba(0,0,0,0.07);
	margin:30px 0;
}
.post-content-single ul.post-categories{
	float:left;
	width:100%;
	list-style:none;
	margin:0 0 20px 0;
}
@media print{
.post-content-single ul.post-categories{
	display:none;
}
}
.post-content-single ul.post-categories li{
	float:left;
	margin:0 10px 10px 0;
	padding:10px;
	background:rgba(0,0,0,0.02);
}
.post-content-single ul.post-categories li a{
	text-transform:uppercase;
	font-size:0.8em;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom:20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom:20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}
.alignnone{
}
.tpost{
	float:left;
	width:100%;
    font-family: 'PT Serif', serif;
}
.tpost a{
	color:#ce1b33;
	text-decoration:underline;
}
.tpost p{
	font-size:1.4em;
	line-height:1.6em;
	margin:0 0 20px 0;
}
.tpost h1,
.tpost h2,
.tpost h3,
.tpost h4,
.tpost h5,
.tpost h6{
	margin:0 0 20px 0;	
	clear: both;
    color:#111;
}
.tpost h1{
	font-size:1.7em;
}
.tpost h2{
	font-size:1.6em;
}
.tpost h3{
	font-size:1.5em;
}
.tpost h4{
	font-size:1.4em;
}
.tpost h5{
	font-size:1.3em;
}
.tpost h6{
	font-size:1.2em;
}
.tpost blockquote{
	float:left;
	width:96%;	
	padding:2%;
	background:#fafafa;
	border:1px solid rgba(255,255,255,0.05);
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	margin:0 0 20px 0;
}
@media print{
.tpost blockquote{
	box-shadow:none;
	border:none;
}
}
.tpost blockquote p{
	float:left;
	padding:4% 4% 4% 70px;
	margin:0!important;
	border:4px double rgba(0,0,0,0.07);	
	border-width:4px;	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	font-style:italic;
	font-weight:300;
	position:relative;
}
.tpost blockquote p:before{
	content:'\201C';
	color:#989527;
	font-size:5em;
	position:absolute;
	top:0;
	left:0;
	margin:60px 0 0 0 ;
}
.tpost cite{
	float:left;
	width:100%;
	text-align:right;
	font-style:normal!important;
	font-size:0.8em!important;
	margin:0 0 20px 0;
}
.tpost cite:before{
	content:"\2014";
}
.tpost blockquote cite{
	margin:0!important;
}
.tpost li{
	line-height:1.7em;
	font-size:115%;
}
.tpost ul{
	margin:0 0 30px 3%;
	list-style-image: url('/wp-content/themes/fatherland/images/approve.png');
}
.tpost ol{
	margin:0 0 30px 3%;
}
.tpost li{
	line-height:1.7em;
}
.tpost dl{
	float:left;
	width:100%;
	margin:0 0 30px 0;
	font-size:110%;
}
.tpost table{
	float:left;
	margin:0 0 30px 0;
	background:rgba(0,0,0,0.02);
}
.tpost table thead tr{
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:700;
	color:#111;
}
.tpost table thead th{
	border-right:1px solid #ddd;
	padding:1em;
}
.tpost table tbody tr{
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-weight:700;
}
.tpost table tbody th{
	border-right:1px solid #ddd;
	padding:1em;
}
.tpost table tbody td{
	padding:1em;
	border-right:1px solid #ddd;
}
.tpost iframe.twitter-tweet{
	float:left;
	padding:4%!important;
	width:100%!important;	
	margin:0 0 30px 0!important;
	box-shadow:0 1px 1px rgba(0,0,0,0.1)!important;
	border:none!important;
	background:#fafafa;
}
.tpost em{
    font-style:italic;
}
.tpost strong{
	color:#111;
	font-weight:400;
}
.tpost .video-holder{
	margin:0 0 20px 0;
}
.tpost iframe{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	border:20px solid #fafafa;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
@media print{
.tpost iframe{
	display:none;
}
}
.tpost small{
	display:none;
}
.tpost figure{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.tpost img{
	display:block;
	border:16px solid #fafafa;
	box-shadow:0 1px 1px rgba(0,0,0,0.08);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media print{
.tpost img{
	box-shadow:none;
	border:none;
}
}
.tpost form{
	float:left;
	width:100%;
	margin-bottom:20px;
}
@media print{
.tpost form{
	display:none;
}
}
.tpost form label{
	float:left;
	width:100%;		
}
.tpost input[type='text'],
.tpost input[type='email'],
.tpost input[type='password'],
.tpost textarea{
	float:left;
	width:100%;	
    padding:2%;	
	margin:10px 0 14px 0;	
	border-radius:0;
	-webkit-appearance:none;
	background:rgba(0,0,0,0.02);
    border:1px solid rgba(255,255,255,0.05);	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    font-size:1em;
    color:#808080;
}
.tpost input[type='submit']{
	float:left;
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:1em 1.4em;
	color:#fff;
	text-transform:uppercase;
	font-size:0.6em!important;
	letter-spacing:0.1em;
	cursor:pointer;
    border: none;  
	background:#989527;
    background: -webkit-linear-gradient(top,#aca935,#989527);
    background: -moz-linear-gradient(top,#aca935,#989527);
    background: -o-linear-gradient(top,#aca935,#989527);
    background: linear-gradient(top,#aca935,#989527);
    border-radius:5px;
}
.tpost .gallery{
   clear: both;
   margin:0 auto;
   padding:0;
} 
@media print{
.tpost .gallery{
	display:none;
}
}
.tpost .gallery-item{	
	float:left;
    width:47.5%;
    margin: 0 1% 16px 1%;
    padding:0;
    background:transparent;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 
    position:relative;	
} 
.tpost .gallery-icon{
	float:left;
	width:100%;
	background:#fff;
}
.tpost .gallery-icon img{
    display: block; 
    padding:4%;
	border:4px double rgba(0,0,0,0.07);	
	border-width:4px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	margin:0!important;
}
.tpost .gallery-item .gallery-caption{
	display:table;
	margin:0 auto;
	text-align:center;
	font-size:0.8em;
	padding:1em 1em 0 1em;
	display:none;
}

.tags-wrap{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
@media print{
.tags-wrap{
	display:none;
}
}

.pages{
	float:left;
	width:100%;
	text-align:center;
}
.my-paginated-posts{
	float:left;
	width:100%;	
	margin:10px 0 40px 0;
}
.my-paginated-posts p a{
    background:#fff; 
    color:#fff; 
    margin-left:0.2em; 
    margin-right:0.2em;
    padding:0.5em 0.7em; 
	background:#aca935;
}
.my-paginated-posts a:hover,
.my-paginated-posts a:focus{ 
	color:#fff; 
	background:#b3783e;
}
.c-like-wrap{
	display:table;
	margin:0 auto;
}
.c-like{
	float:left;
	width:100%;
	margin:5px 0 0 0;
}
@media print{
.c-like{
	display:none;
}
}
.rlike{
	float:left;
	display:inline-block;
	padding:10px 20px;
	background:#fafafa;	
	border:4px solid #fff;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:auto;
	margin:0 6px 0 0;
	line-height: 1.846153846em;
	font-weight:700;
	font-size:0.8em;
	letter-spacing:0.1em;
	text-transform:uppercase;
}
@media screen and (max-width:600px){
.rlike{
	padding:5px 10px;
}
}
@media screen and (max-width:480px){
.print-b{
	display:none;
}
}

.post-like { 
	width: auto;

}
.post-like a { 
	font-weight: normal;
	display: inline-block;
	width: auto;
	-moz-transition: all 0.3s ease-out 0.2s;
	-webkit-transition: all 0.3s ease-out 0.2s;
	-o-transition: all 0.3s ease-out 0.2s;
	color: #e33149;
}
.post-like a > .like { 

}
.post-like .count { 
	width: auto;
	display: inline-block;
}
.post-like a > .unliker  { 
	opacity: 0;
	filter:alpha(opacity=0);
	width: 0;
	display: inline-block;
}
.post-like a:hover > .unliker  { 
	opacity: 1;
	filter:alpha(opacity=100);
	width:auto;
}
.post-like .liked,
.post-like .alreadyliked,
.post-like .prevliked,
.post-like .pastliked { 
	color: #e33149;
}
.post-like a:hover > .prevliked,
.post-like a:active > .prevliked,
.post-like a:focus > .prevliked,
.post-like a:hover > .pastliked,
.post-like a:active > .pastliked,
.post-like a:focus > .pastliked {
	display: none;
	width:auto;
}
.post-like .disliked { 
	color: #666;
}
.post-like a:hover > .disliked,
.post-like a:active > .disliked,
.post-like a:focus > .disliked {
	display: inline-block;
	width: auto;
}
.post-like a:hover,
.post-like a:hover > .disliked,
.post-like a:active > .disliked,
.post-like a:focus > .disliked,
.post-like a:hover > .alreadyliked,
.post-like a:active > .alreadyliked,
.post-like a:focus > .alreadyliked,
.post-like a:hover > .liked,
.post-like a:active > .liked,
.post-like a:focus > .liked { 
	color: #ce1b33;
}

.lock{
   float:left;
   width:100%;
   text-align:center;
   margin:20px 0 0 0;
}
.lock p{
   padding:0 1.3em;		
   font-weight:300;
   font-style:italic;
}
#comment-wrap{
	float:left;
	width:100%;
	padding:4%;
	background:#fff;
	border:1px solid rgba(0,0,0,0.07);
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin:30px 0 0 0;
}
@media print{
#comment-wrap{
	display:none;
}	
}
#comment-wrap h4{
	float:right;
	text-align:right;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	padding:1em;
	background:#aca935;
	color:#fff;
}
ol.commentslist{
	float:left;
	width:100%;
	margin:30px 0 0 0;
	list-style:none;
}
ol.commentslist li{
	float:left;
	width:100%;
}
ol.commentslist li li{
	list-style:none;
	box-shadow:none;
}
ul.children{

}
.pingy{
	float:left;
	width:100%;
	margin-bottom:20px;
	background:#fafafa;	
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
.comment-body{
	float:left;
	width:100%;
	margin-bottom:20px;
	background:#fafafa;	
}
.comment-body .tpost{
	font-size:0.9em;
}

.whiteempty{
	float:left;
	width:100%;
	height:2px;
	background:#fff;
}
.comment-body header{
	float:left;
	width:100%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
	border:30px solid transparent;
	background:rgba(0,0,0,0.02);
	clear:both;
}
.comment-body header h5{
	font-size:1.2em;
	font-weight:300;
	margin-top:4px;
	color:#b3783e;
	font-size:1.3em;
}
.comment-body header p{
	font-size:0.9em;
	margin:5px 0 0 0;
}
.c-left{
	float:left;
}
.c-right{
	float:right;
}

.pingy header{
	float:left;
	width:100%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
	border:30px solid transparent;
	background:rgba(0,0,0,0.02);	
}
.pingy header h5{
	font-size:1.1em;
	font-weight:300;
	text-transform:uppercase;
}
.pingy header p{
	font-size:0.9em;
	margin:5px 0 0 0;
}

.pingback-body{
	float:left;
	width:100%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
	border:30px solid transparent;
	font-size:1.2em;
	line-height:1.6em;
}

.comment-box{
	float:left;
	width:100%;
}
.comment-content{
	float:left;
	width:100%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
	border-top:30px solid transparent;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	border-bottom:0 solid transparent;
}

figure.comment-avatar{
	float:right;
	background:rgba(221,221,221,0.2);
	border:1px solid rgba(255,255,255,0.1);
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	padding:5px;
	border-radius:50%;
}
@media screen and (max-width: 479px) {
figure.comment-avatar{
    display:none;
  }
}
img.avatar{
	border-radius:50%;
	display:block;
}
@media screen and (max-width: 479px) {
img.avatar{
    display:none;
  }
}
span.reply{
	float:right;
	display:inline-block;
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	line-height:1em;
	padding:0 30px 30px 0;
}
p.await-moderation{
	float:left;
	font-size:0.9em;
	font-style:italic;
	color:#E63C43;
	padding:30px 30px 0 30px;
}

#comment-wrap .tpost{
	border:none!important;
	margin:0!important;
	padding:0!important;
}

.comments-navigation{
	margin:0 auto;
	display:table;
    font-size:0.9em;
    font-family:'Muli', sans-serif;
}
.comments-navigation a{
	display:inline-block;
	padding:1em;
	background:#b3783e;
	border:1px solid rgba(0,0,0,0.07);
	color:#fff;
	margin:20px 0 0 0;
}
.comments-navigation a:hover,
.comments-navigation a:focus{
	background:#aca935;
}

#comments{
	float:left;
	width:100%;
	background:transparent;
}
#comments-form{
	float:left;
	width:100%;
}
@media print{
#comments-form{
	display:none;
}	
}
#respond{
	float:left;
	width:100%;
	padding:4%;
	background:#fff;
	border:1px solid rgba(0,0,0,0.07);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;	
	margin:30px 0 0 0;
}
h3#reply-title{
	display:inline-block;
	float:right;	
	line-height:normal;	
	font-size:1.2em;
	text-transform:lowercase;
	margin:0 0 20px 0;
}
h3#reply-title:first-letter{
	text-transform:capitalize;
}
p.logged-in-as,
p.logged-in-as a{
	color:#fff;
	font-size:0.9em;
}
#respond form{
	float:left;
	width:100%;
	background:#fafafa;
	border:30px solid transparent;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#respond form label{
	float:left;
	width:100%;		
}
#respond label{
    text-transform:uppercase;
    font-size:0.7em;
    letter-spacing:0.16em;
    text-shadow:0 1px 1px rgba(0,0,0,0.1);
}
#respond input[type='text'],
#respond input[type='email'],
#respond textarea{
	float:left;
	width:100%;	
    padding:2%;	
	margin:10px 0 14px 0;	
	border-radius:0;
	-webkit-appearance:none;
	background:#fff;
	border:1px solid #fff;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    font-size:1.1em;
    color:#808080;
}
#respond textarea{
	line-height:1.5em;
}
#respond input[type='submit']{
	float:left;
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:1em 1.4em;
	color:#fff;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.1em;
	cursor:pointer;
    border: none;  
	background:#989527;
    background: -webkit-linear-gradient(top,#aca935,#989527);
    background: -moz-linear-gradient(top,#aca935,#989527);
    background: -o-linear-gradient(top,#aca935,#989527);
    background: linear-gradient(top,#aca935,#989527);
    border-radius:5px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25), 0px 5px 0px 0px #615f12, 0px 10px 5px rgba(0,0,0,0.07);
}
.allowed-tags{
	float:left;
	width:100%;
	margin:0 0 20px 0;	
	opacity:0.5;
	display:none;
}
nav.prevnext{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.prevnext-inner{
	display:table;
	margin:0 auto;
}
nav.prevnext a{
	display:inline-block;
	font-size:2em;
	color:#288499;
	margin:0 2px;
}
nav.prevnext a:hover,
nav.prevnext a:focus{
	color:#216e80;
}
#r-navigation{
	display:table;
	margin:0 auto;
}
#r-navigation span,
#r-navigation a{
	display:inline-block;
	float:left;
	width:40px;
	height:40px;
	margin:30px 0 0 0;
}
#r-navigation .prev{
	background:url(/wp-content/themes/fatherland/images/larr.png) 0 0;
	background-repeat:no-repeat;
	background-size:40px 40px;
	margin:0 4px 0 0;
}
#r-navigation .next{
	background:url(/wp-content/themes/fatherland/images/rarr.png) 0 0;
	background-repeat:no-repeat;
	background-size:40px 40px;
	margin:0 0 0 4px;
}

.img-info{
	float:left;
	width:100%;
	background:#fff;
}
.attachment-1600x960{
	display:table;
	margin:0 auto;
}
a.postname{
	text-decoration:none;
}
.att-header{
	float:left;
	width:100%;
	text-align:center;
	margin:30px 0;
	font-size:1.1em;
	font-weight:300;
}

#center-wide{
	float:left;
	width:60%;
	margin:0 20%;	
}
@media screen and (max-width:1440px){
#center-wide{
	float:left;
	width:70%;
	margin:0 15%;	
}
}
@media screen and (max-width:1280px){
#center-wide{
	float:left;
	width:80%;
	margin:0 10%;	
}
}
@media screen and (max-width:800px){
#center-wide{
	float:left;
	width:90%;
	margin:0 5%;	
}
}
#page{
	float:left;
	width:100%;
	border-top:60px solid transparent;
	border-left:60px solid transparent;
	border-right:60px solid transparent;
	border-bottom:40px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:#fff;
}
@media screen and (max-width:800px){
#page{
	border-top:30px solid transparent;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	border-bottom:10px solid transparent;
}
}

#p-form{
	float:left;
	width:60%;
	margin:30px 20%;
	border:30px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:#fafafa;
}
#p-form form{
	float:left;
	width:100%;
}
#p-form select{
	float:left;
	width:23%;
    height: 34px;
	padding:0 18px;
    margin:0 1% 16px 1%;
    border-radius: 16px;
    outline:none; 
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid rgba(0,0,0,0.08);
    overflow: hidden;
    background: #fff url(/wp-content/themes/fatherland/images/arrdown.png) no-repeat right;
    background-size:28px 24px;
    cursor:pointer;
    font-size:1em;
    line-height:1.4em;
    color:#808080;
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
#p-form select::-ms-expand {
    display: none;
}
#p-form input#search-p{
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:1em 1.4em;
	color:#fff;
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:0.1em;
	cursor:pointer;
    border: none; 
	background:#989527;
    background: -webkit-linear-gradient(top,#aca935,#989527);
    background: -moz-linear-gradient(top,#aca935,#989527);
    background: -o-linear-gradient(top,#aca935,#989527);
    background: linear-gradient(top,#aca935,#989527);
    border-radius:5px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25), 0px 5px 0px 0px #615f12, 0px 10px 5px rgba(0,0,0,0.07);
}
#p-form h3{
	font-size:1.4em;
	line-height:1.2em;
	letter-spacing:0.1em;
	color:#525252;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;
}

#home-box0{
	float:left;
	width:60%;
	margin:60px 20%;	
	text-align:center;
	font-size:1.3em;
	font-weight:300;
	line-height:1.4em;
}
@media screen and (max-width:1366px){
#home-box0{
	float:left;
	width:70%;
	margin:60px 15%;
}
}
@media screen and (max-width:800px){
#home-box0{
	float:left;
	width:90%;
	margin:60px 5%;
}
}
#home-box0 h2{
	font-size:1.2em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin:0 0 20px 0;
}
.colour{
	color:#b3783e;
}
.white-line{
	float:left;
	width:100%;
	height:1px;	
	background:rgba(255,255,255,0.9);
}
.black-line{
	float:left;
	width:100%;
	height:1px;
	margin:0 0 30px 0;
	background:rgba(0,0,0,0.1);
}

#home-box1{
	float:left;
	width:82%;
	margin:0 9% 60px 9%;
    background:transparent url(/wp-content/themes/fatherland/images/ornament.png) no-repeat top left;
    background-size:600px 486px;
}
@media screen and (max-width:1440px){
#home-box1{
	float:left;
	width:100%;
	margin:0 0 60px 0;
}
}
@media screen and (max-width:640px){
#home-box1{
	background:transparent;
}
}
.home-center{
	float:left;
	width:100%;
	border-top:10px solid transparent;
	border-left:100px solid transparent;
	border-right:100px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
@media screen and (max-width:1280px){
.home-center{
	float:left;
	width:100%;
	border-top:10px solid transparent;
	border-left:60px solid transparent;
	border-right:60px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
}
@media screen and (max-width:640px){
.home-center{
	float:left;
	width:100%;
	border-top:10px solid transparent;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
}
h2.block-title{
	font-size:1.8em;
	line-height:1.2em;
	text-transform:capitalize;
	font-family:'Bad Script', cursive;
}
#home-box1 h2.block-title{
	margin:30px 40px 30px 0;
	text-align:right;	
}
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.container{
	float:left;
	width:100%;
    clear: both;
    margin:0;
    padding:0;
    position:relative;
} 
.box{	
    float: left;
	display:inline-block;
    background: #fff;	
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 
} 
.box img{
	width:100%;
	display:block;
}

.wider{
	width:32%;
    margin:0 2% 0 0;
}
.wider:nth-of-type(3){
    margin:0;	
}
@media screen and (max-width:1023px){
.wider{
	width:100%;
    margin:0;	
}
}
.narrower{
	width:23.5%;
    margin:0 2% 0 0;
    border-bottom:4px solid rgba(0,0,0,0.09);	
}
@media screen and (max-width:1023px){
.narrower{
	width:100%;
    margin:0;	
}
}
.narrower:nth-child(4n+0){
    margin:0;	
}
.box .readmore{
	margin-bottom:10px;
}
.box-content-inner{
	float:left;
	width:84%;
	margin:8%;
}
.box-content{
	float:left;
	width:100%;
	margin:20px 0 0 0;
	border:20px solid #fafafa;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:#fafafa;
}
.box-content h3{
	font-size:1.3em;
	line-height:1.2em;
	margin-bottom:5px;
	font-weight:300;
	text-align:center;
}
.box-content h3 a{
	color:#111;
}
.views-number{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.box-content .more-link{
	display:none;
}
.days-wrap1{
	width:100%;
	position:absolute;
    top:20px;
	left:0;
}
.days-wrap-inner1{
	margin:0 auto;
	display:table;
}
.day-c{
	float:left;
	display:block;
	margin:0 2px;
	width:36px;
	height:36px;
	line-height:36px;
	border-radius:50%;
	background:#989527;
	color:#fff;
	text-align:center;
	font-weight:300;
	text-transform:lowercase;
}
.tour-d{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.tour-d-inner{
	display:table;
	margin:0 auto;
}

#home-box2{
	float:left;
	width:82%;
	margin:0 9% 0 9%;
	clear:both;
}
@media screen and (max-width:1440px){
#home-box2{
	float:left;
	width:100%;
	margin:0;
}
}
.home-center2{
	float:left;
	width:100%;
	border-left:100px solid transparent;
	border-right:100px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
@media screen and (max-width:1280px){
.home-center2{
	float:left;
	width:100%;
	border-left:60px solid transparent;
	border-right:60px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
}
@media screen and (max-width:640px){
.home-center2{
	float:left;
	width:100%;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
}
#home-box2 h2.block-title{
	margin:0 0 30px 0;
	padding:0 0 20px 0;	
	text-align:right;	
	border-bottom:1px solid rgba(0,0,0,0.07);
}
.home-box2-inner-wrap{
	float:left;
	width:100%;
	clear:both;
	background:#fff;
}
.box2-left{
	float:left;
	width:50%;
}
@media screen and (max-width:800px){
.box2-left{
	float:left;
	width:100%;
}
}
.box2-right{
	float:right;
	width:50%;
}
@media screen and (max-width:800px){
.box2-right{
	float:left;
	width:100%;
}
}

.box2-left-inner{
	float:left;
	width:100%;
	border:40px solid transparent;
	border-right:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;	
	background:#fff;
}
@media screen and (max-width:800px){
.box2-left-inner{
	border-right:40px solid transparent;
}
}
@media screen and (max-width:320px){
.box2-left-inner{
	border:20px solid transparent;
}
}
.box2-left .video-container{
	padding-bottom: 55%; 		
}
.box2-left iframe{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	border:20px solid #fafafa;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);	
}
.box2-left figure{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	border:20px solid #fafafa;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);	
}
.mediacaption{
	padding:20px 20% 0 20%;
	text-align:center;
	font-size:1.1em;
	color:#111;
	font-weight:300;
	font-style:italic;
}
@media screen and (max-width:320px){
.mediacaption{
	padding:20px 5% 0 5%;
}
}
.exc-b-wrap{
	width:100%;
	position:absolute;
	top:20px;
	left:20px;
}
.exc-b{
	width: 0;
	height: 0;
	border-top: 100px solid #989527;
	border-right: 100px solid transparent;
	position:relative;
	margin:-105px 0 0 0;
}
.exc-b2{
	width: 0;
	height: 0;
	border-top: 105px solid #aca935;
	border-right: 105px solid transparent;
}
.exc-b p{
	position:absolute;
	top:-75px;
	left:10px;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	font-size:0.9em;
	letter-spacing:0.2em;
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	-ms-transform:rotate(-50deg);
	transform:rotate(-50deg);
}

.box2-right-inner{
	float:left;
	width:100%;
	border:40px solid transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
	background:#fff;
}
@media screen and (max-width:320px){
.box2-right-inner{
	border:20px solid transparent;
}
}
.box2-right-inner p{
	font-size:1.2em;
	font-weight:300;
	line-height:1.5em;
	margin:0 0 20px 0;
}
header#exc-h{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.box2-right-inner h3{
	float:left;
	font-size:1.5em;
}
.box2-right-inner h3 a{
	color:#525252;
}
.days-wrap2{
	float:right;
}
@media screen and (max-width:800px){
.days-wrap2{
	float:left;
	width:100%;
	margin:10px 0 0 0;
}
}
.days-wrap-inner2{
	float:right;
}
@media screen and (max-width:800px){
.days-wrap-inner2{
	float:left;
}
}
.box2-right-inner .more-link{
	display:none;
}

#home-box3{
	float:left;
	width:90%;
	margin:40px 5% 60px 5%;
    background:transparent url(/wp-content/themes/fatherland/images/ornament.png) no-repeat bottom right;
    background-size:500px 405px;
}
@media screen and (max-width:1440px){
#home-box3{
	float:left;
	width:100%;
	margin:40px 0 60px 0;
    background:transparent url(/wp-content/themes/fatherland/images/ornament.png) no-repeat bottom right;
    background-size:400px 324px;
}
}
@media screen and (max-width:640px){
#home-box3{
	background:transparent;
}
}
#home-box3 h2.block-title{
	text-align:center;
	margin:0 0 30px 0;	
}
.term-title-cpt{
	float:left;
	width:100%;
	border:20px solid transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#989527;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:700;
	font-size:0.9em;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in;
}
.term-title-cpt a{
	color:#fff;
}
.term-title-cpt:hover{
	background:#aca935;
}
.typename{
	display:block;
	text-align:center;
	text-transform:capitalize;
	font-weight:300;
	font-size:1.1em;
	margin:4px 4px 0 4px;
}
.empty{
	float:left;
	width:100%;
	height:20px;
}
.frame{
	float:left;
	width:100%;
}
.frame .video-container{
	padding-bottom: 49%; 	
}
.frame iframe{
	float:left;
	width:100%;
}
.frame figure{
	float:left;
	width:100%;	
}
.frame img{
	display:block;
}
#b-links{
	float:left;
	width:100%;
	margin:60px 0 0 0;
}
#b-links-inner{
	display:table;
	margin:0 auto;
}
#b-links a{
	display:inline-block;
	background:rgba(255,255,255,0.5);
	padding:0.5em 1em;
	margin:0 4px;
	border-radius:25px;
	border:1px solid rgba(0,0,0,0.1);
	color:#111;
}
@media screen and (max-width:640px){
#b-links a{
	display:block;
	margin:5px 0;
}
}

#home-box4{
	float:left;
	width:100%;
}
@media screen and (max-width:800px){
#home-box4{
	display:none;
}
}
#home-box4 figure{
	float:left;
	width:100%;
	position:relative;
}
#home-box4 figure img{
	display:block;
}
#bottompic-cover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
}

#searchform2{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.searchform2-alt{
	margin:0!important;
}
#searchform2 label{
	float:left;
	width:100%;
	margin-bottom:10px;
}
#searchform2 input{
	background:#fafafa;
	border:none;
	padding:0 4%;
	height:40px;
	color:#808080;
	border-radius:0;
	-webkit-appearance:none;
	font-size:0.8em;
	font-family:'Muli', sans-serif;	
}
#searchform2 input[type='text']{
	float:left;
	width:58%;
	font-size:1em;
	border:1px solid rgba(0,0,0,0.07);
}
#searchform2 input[type='submit']{
	float:right;
	width:30%;	
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:0.2em;
	font-size:0.7em;
	color:#fff;
	background:#989527;
    background: -webkit-linear-gradient(top,#aca935,#989527);
    background: -moz-linear-gradient(top,#aca935,#989527);
    background: -o-linear-gradient(top,#aca935,#989527);
    background: linear-gradient(top,#aca935,#989527);
}
.archive-info-wrap{
	float:left;
	width:100%;
	background:#fff;
	margin:30px 0 0 0;
}
.archive-info-wrap h3{
	font-size:1.2em;
	line-height:1.2em;
	letter-spacing:0.1em;
	color:#525252;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
	border-bottom:1px solid rgba(0,0,0,0.07);
	padding:0 0 20px 0;
}
.archive-inner{
	float:left;
	width:100%;
	background:#fafafa;
	border:30px solid transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.search-a-top{
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:20px solid #fff;
	background:#fff;
}
.search-a-inner{
	float:left;
	width:100%;
}
.search-a-top figure{
	float:left;
}
.search-a-top figure img{
	float:left;
	max-height:40px;
}
.search-a-top h4{
	display:inline-block;
	font-size:1.3em;
	font-weight:300;
	line-height:40px;
	margin:0 0 0 16px;
}
.archive-inner h5{
	font-size:1.2em;
	font-weight:300;
	margin:0 0 10px 0;
}
.archive-inner ul{
	float:left;
	width:100%;
	list-style:none;
	margin:0 0 14px 0;
	padding:0 0 10px 0;
	border-bottom:2px solid #fff;
}
.archive-inner ul:last-child{
	margin:0;
	padding:0;
	border-bottom:none;	
}
.archive-inner ul li{
	float:left;
	width:100%;
	padding:3px 0;
	font-size:1.05em;
}
#f-wrap{
	float:left;
	width:100%;
	margin:0;
	padding:40px 0;
    background:transparent url(/wp-content/themes/fatherland/images/ornament.png) no-repeat 5% 60px;
    background-size:400px 324px;
}
@media screen and (max-width:1023px){
#f-wrap{
	 display:none;
}
}
.f-center{
	float:left;
	width:80%;
	margin:0 10%;
}
@media screen and (max-width:1024px){
.f-center{
	width:90%;
	margin:0 5%;
}
}
.f-center h2{
	float:right;
	margin-bottom:30px;
}
.forecast{
	float:left;
	width:100%;
}

.t-info{
	float:left;
	width:100%;
	height:100%;
	margin:20px 0;
	position:relative;
}
.t-info span{
	font-style:italic;
	font-size:0.9em;
	text-align:center;
    display:block;
    float:left;
    width:100%;
}
.t-info .readmore{
	margin:20px auto;
}
.tax-right-inner{
	float:left;
	width:100%;
	border:40px solid transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
}
.tax-right-inner p{
	font-size:1.2em;
	font-weight:300;
	line-height:1.5em;
	margin:0 0 20px 0;
}
header.exc-h{
	float:left;
	width:100%;
	margin-bottom:30px;
	padding:0 0 30px 0;
	border-bottom:1px solid rgba(0,0,0,0.07);
}
.tax-right-inner h3{
	float:left;
	font-size:1.5em;
	font-weight:300;
}
.tax-right-inner h3 a{
	color:#525252;
}
.frame2{
	float:left;
	width:100%;
}
.frame2 .video-container{
	padding-bottom: 52%; 	
}
@media screen and (max-width:1023px){
.frame2 .video-container{
	padding-bottom: 50%; 	
}
}
.frame2 iframe{
	float:left;
	width:100%;
}
.frame2 figure{
	float:left;
	width:100%;	
}
.t-links{
	float:left;
	width:100%;
}
.t-links-inner{
	display:table;
	margin:0 auto;
}
.t-links a{
	display:inline-block;
	background:rgba(255,255,255,0.5);
	padding:0.5em 1em;
	margin:0 4px;
	border-radius:25px;
	border:1px solid rgba(0,0,0,0.1);
	color:#111;
}
@media screen and (max-width:600px){
.t-links a{
	display:block;
	margin:5px 0;
}
}
.t-links a:hover,
.t-links a:focus{
	background:#fafafa;
}

aside.sidebar-alt{
	float:right;
	width:32%;	
}
@media print{
aside.sidebar-alt{
	float:left;
	width:100%;
}
}
@media screen and (max-width:1023px){
aside.sidebar-alt{
	width:100%;
	margin:40px 0 0 0;
}
}
#p-form-search-wrap{
	float:left;
	width:100%;
	background:#fff;
}
#search-r-top{
	float:left;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:20px solid #fff;
	margin-bottom:30px;
	background:#fff;
}
#search-r-inner{
	display:table;
	margin:0 auto;
}
#search-r-top figure{
	float:left;
}
#search-r-top figure img{
	float:left;
	max-height:40px;
}
#search-r-top h4{
	display:inline-block;
	font-size:1.3em;
	font-weight:300;
	line-height:40px;
	margin:0 0 0 16px;
}
#p-form-search{
	float:left;
	width:100%;
	border:20px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:#fafafa;
}
#p-form-search form{
	float:left;
	width:100%;
}
#p-form-search select{
	float:left;
	width:100%;
    height: 34px;
	padding:0 18px;
    margin:0 1% 16px 1%;
    border-radius: 16px;
    outline:none; 
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid rgba(0,0,0,0.08);
    overflow: hidden;
    background: #fff url(/wp-content/themes/fatherland/images/arrdown.png) no-repeat right;
    background-size:28px 24px;
    cursor:pointer;
    font-size:1em;
    line-height:1.4em;
    color:#808080;
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
#p-form-search select::-ms-expand {
    display: none;
}
#p-form-search input#search-p{
	display:table;
	margin:10px auto;
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:1em 1.4em;
	color:#fff;
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:0.1em;
	cursor:pointer;
    border: none; 
	background:#989527;
    background: -webkit-linear-gradient(top,#aca935,#989527);
    background: -moz-linear-gradient(top,#aca935,#989527);
    background: -o-linear-gradient(top,#aca935,#989527);
    background: linear-gradient(top,#aca935,#989527);
    border-radius:5px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25), 0px 5px 0px 0px #615f12, 0px 10px 5px rgba(0,0,0,0.07);
}
#p-form-search h3{
	font-size:1.2em;
	line-height:1.2em;
	letter-spacing:0.1em;
	color:#525252;
	margin-bottom:30px;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
}
.s-right-inner{
	float:left;
	width:100%;
	border:40px solid transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
}
.s-right-inner p{
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em;
	margin:0 0 20px 0;
}
.s-right-inner h3{
	float:left;
	font-size:1.5em;
	font-weight:300;
}
.s-right-inner h3 a{
	color:#525252;
}
.frame3{
	float:left;
	width:100%;
}
.frame3 .video-container{
	padding-bottom: 49%; 	
}
@media screen and (max-width:639px){
.frame3 .video-container{
	padding-bottom: 55%; 	
}
}
.frame3 iframe{
	float:left;
	width:100%;
}
.frame3 figure{
	float:left;
	width:100%;	
}
.listing{
	float:left;
	width:100%;
}

#single-box{
	float:left;
	width:54%;
	margin:0 23% 40px 23%;
}
.frame4{
	float:left;
	width:100%;
}
.frame4 .video-container{
	padding-bottom: 54%; 	
	margin:0 0 30px 0;
}
@media screen and (max-width:800px){
.frame4 .video-container{
	padding-bottom: 52%; 	
}
}
.frame4 iframe{
	float:left;
	width:100%;
}
.frame4 figure{
	float:left;
	width:100%;	
	margin:0 0 30px 0;
}
.frame4 figure img{
	display:block;
}
.info-wrap{
	float:left;
	width:100%;
	background:#fff;
	margin:0 0 30px 0;
}
.info-wrap-alt{
	margin:0!important;
}
@media print{
.info-wrap-alt,
.print-r{
	display:none;
}
}
.info-wrap h3{
	font-size:1.2em;
	line-height:1.2em;
	letter-spacing:0.1em;
	color:#525252;
	margin-bottom:30px;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
}
.info-wrap ul{
	float:left;
	width:100%;
	list-style:none;
	background:#fafafa;
	border:20px solid transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
}
.info-wrap ul li{
	float:left;
	width:100%;
	margin:0 0 14px 0;
}
.info-wrap ul li:last-child{
	margin:0;
}

.ikey{
	float:left;
	width:40%;
	padding:0 0 10px 0;
	border-bottom:2px solid #fff;
}
@media screen and (max-width:1200px){
.ikey{
	float:left;
	width:100%;
	padding:0 0 10px 0;
	border-bottom:none;
}
}

.ivalue{
	float:right;
	width:60%;
	font-weight:300;
	background:#fff;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid rgba(0,0,0,0.08);
}
@media screen and (max-width:1200px){
.ivalue{
	float:left;
	width:100%;
}
}
.ivalue figure{
	float:left;
	width:18px;
	margin:3px 10px 0 0;
}

.fat{
	color:#990000;
	font-weight:700!important;
}
.ivalue .day-c{
	font-size:0.8em!important;
}
.days-wrap3{
	float:left;
}
.days-wrap-inner3{
	float:left;
}
.t-links2{
	float:left;
	width:100%;
	margin:0 0 30px 0;
}
@media print{
.t-links2{
	display:none;
}
}
.t-links-inner{
	display:table;
	margin:0 auto;
}
.t-links2 a{
	display:inline-block;
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:1em 1.4em;
	color:#fff;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.1em;
	cursor:pointer;
    border: none; 
	background:#989527;
    background: -webkit-linear-gradient(top,#aca935,#989527);
    background: -moz-linear-gradient(top,#aca935,#989527);
    background: -o-linear-gradient(top,#aca935,#989527);
    background: linear-gradient(top,#aca935,#989527);
    border-radius:5px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25), 0px 5px 0px 0px #615f12, 0px 10px 5px rgba(0,0,0,0.07);
    margin:0 4px;
    position:relative;
}
@media screen and (max-width:600px){
.t-links2 a{
	display:table;
	margin:0 auto 10px auto;
}
}
.t-links2 a:active{
	top:2px;
}
.s-items2{
	float:left;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-top:30px solid transparent;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	border-bottom:16px solid transparent;
}
#search{
	float:left;
	width:100%;
}
#search label{
	float:left;
	width:100%;
	margin-bottom:10px;
}
#search input{
	background:#fafafa;
	border:none;
	padding:0 4%;
	height:40px;
	color:#808080;
	border-radius:0;
	-webkit-appearance:none;
	font-size:0.8em;
	font-family:'Muli', sans-serif;	
}
#search input[type='text']{
	float:left;
	width:58%;
	font-size:1em;
	border:1px solid rgba(0,0,0,0.07);
}
#search input[type='submit']{
	float:right;
	width:30%;	
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:0.2em;
	font-size:0.7em;
	color:#fff;
	background:#989527;
    background: -webkit-linear-gradient(top,#aca935,#989527);
    background: -moz-linear-gradient(top,#aca935,#989527);
    background: -o-linear-gradient(top,#aca935,#989527);
    background: linear-gradient(top,#aca935,#989527);
}

#t-content-page-wrap{
	float:left;
	width:80%;
	margin:0 10%;
}
@media screen and (max-width:1366px){
#t-content-page-wrap{
	width:90%;
	margin:0 5%;
}
}
#t-content-page-box{
	float:left;
	width:88%;
	margin:0 6%;	
}
@media screen and (max-width:1366px){
#t-content-page-box{
	width:100%;
	margin:0;
}
}
#t-page-wrap{
	float:left;
	width:80%;
	margin:10px 10% 0 10%;
    background:transparent url(/wp-content/themes/fatherland/images/ornament.png) no-repeat top right;
    background-size:600px 486px;
}
@media screen and (max-width:1366px){
#t-page-wrap{
	width:90%;
	margin:10px 5% 0 5%;
}
}
#t-page-box{
	float:left;
	width:88%;
	margin:60px 6%;
}
@media screen and (max-width:1600px){
#t-page-box{
	margin:0 6% 60px 6%;
}
}
@media screen and (max-width:1366px){
#t-page-box{
	width:100%;
	margin:0 0 60px 0;
}
}
.g-container{
	float:left;
	width:100%;
	height:100%;
	clear:both;
	background:#fff;
    box-shadow:0 1px 1px rgba(0,0,0,0.08);	
    margin:0 0 30px 0;
    clear:both;
    overflow:hidden;
    
}

.g-container:nth-child(odd) .g-container-left{
	float:left;
	width:34%;	
}
@media screen and (max-width:600px){
.g-container:nth-child(odd) .g-container-left{
	display:none;
	width:0;
}
}

.g-container:nth-child(odd) .g-container-right{
	float:right;
	width:66%;
}
@media screen and (max-width:600px){
.g-container:nth-child(odd) .g-container-right{
	float:left;
	width:100%;
}
}

.g-container:nth-child(even) .g-container-left{
	float:right;
	width:34%;
	position:relative;	
}
@media screen and (max-width:600px){
.g-container:nth-child(even) .g-container-left{
	float:left;
	width:100%;
}
}

.g-container:nth-child(even) .g-container-right{
	float:left;
	width:66%;
}
@media screen and (max-width:600px){
.g-container:nth-child(even) .g-container-right{
	float:left;
	width:100%;
}
}
.g-container-right{
	background:#fafafa;	
	padding:0 0 9999em 0;
	margin:0 0 -9999em 0;
}
@media screen and (max-width:600px){
.g-container-right{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
}
.g-container-left{	
	padding:0 0 9999em 0;
	margin:0 0 -9999em 0;
}
@media screen and (max-width:600px){
.g-container-left{
	display:none;
	width:0;
}
}
.g-container figure{
	float:left;
	width:100%;
	border-bottom:4px solid #aca935;
}
.g-container figure img{
	display:block;
}
ul.g-social{
	display:table;
	margin:20px auto;
	list-style:none;
}
ul.g-social li{
	float:left;
	width:30px;
}
ul.g-social li a{
	display:inline-block;
	margin:0 2px;
}
ul.g-social img{
	display:block;
	width:100%;
}

.c-container{
	float:left;
	width:100%;
	height:100%;
	clear:both;
	background:#fff;
    box-shadow:0 1px 1px rgba(0,0,0,0.08);	
}
#map-frame{
	float:left;
	width:100%;
}
#map-frame iframe{
    float:left;
    width:100%;
}
#page2{
	float:left;
	width:100%;
	border:40px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:#fff;
}
#point2{
	float:left;
	width:100%;
	height:1px;
}
form#contactform{
	float:left;
	width:100%;
	border:30px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:#fafafa;
}
form#contactform ul{
	float:left;
	width:100%;
	list-style:none;
}

form#contactform ul li:nth-child(odd){
	float:left;
	width:48%;
	margin:0 2% 0 0;
}
@media screen and (max-width:1440px){
form#contactform ul li:nth-child(odd){
	float:left;
	width:100%;
	margin:0;
}
}

form#contactform ul li:nth-child(even){
	float:right;
	width:48%;
	margin:0 0 0 2%;
}
@media screen and (max-width:1440px){
form#contactform ul li:nth-child(even){
	float:left;
	width:100%;
	margin:0;
}
}
form#contactform label{
	font-weight:300;
}
.asterisk{
	color:red;
}
form#contactform .field label{
	float:left;
	width:100%;
	margin:0 0 10px 0;
	font-size:1.1em;
}
form#contactform input[type='text'],
form#contactform input[type='email']{
	width:100%;
    height: 38px;
	padding:0 2%;
    margin:0 0 20px 0;
    border-radius: 0;
    outline:none; 
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid rgba(0,0,0,0.08);
    font-size:1em;
    line-height:1.4em;
    color:#808080;	
}
form#contactform textarea{
	width:100%;
	padding:2%;
    margin:0 0 20px 0;
    border-radius: 0;
    outline:none; 
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid rgba(0,0,0,0.08);
    font-size:1em;
    line-height:1.4em;
    color:#808080;	
}
form#contactform input[type='submit']{
	float:right;
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:1em 1.4em;
	margin:10px 0;
	color:#fff;
	text-transform:uppercase;
	font-size:0.75em;
	letter-spacing:0.1em;
	cursor:pointer;
    border: none; 
	background:#989527;
    background: -webkit-linear-gradient(top,#aca935,#989527);
    background: -moz-linear-gradient(top,#aca935,#989527);
    background: -o-linear-gradient(top,#aca935,#989527);
    background: linear-gradient(top,#aca935,#989527);
    border-radius:5px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25), 0px 5px 0px 0px #615f12, 0px 10px 5px rgba(0,0,0,0.07);
}
.alert-notification{
	float:left;
	width:100%;
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0 0 20px 0;
	background:#afad5d;
	border:2px solid #9c9928;
	text-align:center;
	padding:4%;
	color:#fff;
	font-size:1.2em;
	font-weight:300;
}
.alert{
	float:left;
	width:100%;
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0 0 10px 0;
	background:#cead8c;
	border:2px solid #ae4d2f;
	padding:2%;
	color:#fff;
}

#contact-info-wrap{
	float:left;
	width:100%;
	background:#fff;
	margin:0 0 30px 0;
}
@media screen and (max-width:800px){
.contact-sidebox{
	display:none;
}
}
#contact-info-wrap h3{
	font-size:1.2em;
	line-height:1.2em;
	letter-spacing:0.1em;
	color:#525252;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
	border-bottom:1px solid rgba(0,0,0,0.07);
	padding:0 0 20px 0;
	margin:0 0 30px 0;
}
.contact-inner{
	float:left;
	width:100%;
	background:#fafafa;
	border:30px solid transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:30px 0 0 0;
}
.contact-inner figure{
	float:left;
	width:100%;
}
.contact-inner figure img{
	display:block;
}
form#addressform{
	float:left;
	width:100%;
	border:30px solid transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:#fafafa;
}
form#addressform label{
	float:left;
	width:100%;
	margin:0 0 10px 0;
	font-size:1em;
	font-weight:300;
}
form#addressform input[type='text'],
form#addressform input[type='email']{
	width:100%;
    height: 38px;
	padding:0 2%;
    margin:0 0 14px 0;
    border-radius: 0;
    outline:none; 
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid rgba(0,0,0,0.08);
    font-size:1em;
    line-height:1.4em;
    color:#808080;	
}
form#contactform textarea{
	width:100%;
	padding:2%;
    margin:0 0 20px 0;
    border-radius: 0;
    outline:none; 
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid rgba(0,0,0,0.08);
    font-size:1em;
    line-height:1.4em;
    color:#808080;	
}
form#addressform input[type='submit']{
	float:right;
   -webkit-appearance: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:1em 1.4em;
	margin:10px 0;
	color:#fff;
	text-transform:uppercase;
	font-size:0.75em;
	letter-spacing:0.1em;
	cursor:pointer;
    border: none; 
	background:#989527;
    background: -webkit-linear-gradient(top,#aca935,#989527);
    background: -moz-linear-gradient(top,#aca935,#989527);
    background: -o-linear-gradient(top,#aca935,#989527);
    background: linear-gradient(top,#aca935,#989527);
    border-radius:5px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25), 0px 5px 0px 0px #615f12, 0px 10px 5px rgba(0,0,0,0.07);
}

.c-page-list{

}
.c-page-list li{
	padding:0;
	border:none;
}
.c-page-list .ikey{
	border-bottom:none;
}

h3.t-title{
	float:left;
	width:100%;
	font-size:1.2em;
	line-height:1.2em;
	letter-spacing:0.1em;
	color:#525252;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
	border-bottom:1px solid rgba(0,0,0,0.07);
	padding:0 0 20px 0;
	margin:0 0 30px 0;
}
.e-title{
	font-size:85%!important;
}
.e-list-list{
	list-style:square!important;
}
.e-list-list li{
	width:90%!important;
	margin-left:10%!important;
	color:#222!important;
}


