/* @override 
	https://www.towongamerinos.com.au/css/master/default.css */

/* @group HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 0.90625em /*14.5*/;
    line-height: 1.3620689655 /*19.75*/;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* @end */

/* @group Towonga Merino styles */

/* ==========================================================================
   Towonga Merino
   Kalon Edser
   12 November 2018
   ========================================================================== */

body {
	font-family: 'Open Sans', sans-serif;
	color: #202020;
	background: #f1f1f1 url('/img/bg-tile-100.jpg') 50% 0;
}

a:link, a:visited {
	color: #0d1c3f;
	text-decoration: none;
}

a:hover, a:active {
	color: #8b5316;
	text-decoration: none;
}

.selected a {
	font-weight: 900;
	color: #8b5316;
}

.responsive-img,
#gallery-page .cycle-slideshow img {
	display: block;
	max-width: 100%;
	height: auto;
	background-size: 100% 100%;
	-ms-interpolation-mode: bicubic;
}

.wrapper {
	margin: 0 auto;
	padding: 0 18px;
	max-width: 1236px;
	min-width: 320px;
}

.wrapper .main {
	margin: 8% 0 6.5% 0;
}

#default-page .main {
	margin: 5% 0;
}

.individual .main {
	margin: 4.5% 0 6.5% 0;
}

/* @group Header/logo */

.site-header {
	position: relative;
	margin: 32px 0 23px 0;
	overflow: hidden;
}

.site-logo {
	margin: 0 auto;
	width: 30.3333333333% /*364*/;
	padding-left: 1.5% /*18*/;
	padding-right: 1.5% /*18*/;
	padding-bottom: 2.8333333333% /*34*/; 
	background:  url('/img/logo-shadow.png') no-repeat 50% 100%;
	background-size: 100% auto;
}

.site-logo img {
	margin: 0 auto;
	width: 100%;
	max-width: 203px;
}

.site-navigation {
	margin-top: -3.5em;
	float: left;
	width: 100%;
	letter-spacing: .16em;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

.site-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.site-navigation li {
	float: left;
}

.site-navigation ul.right {
	float: right;
}

.site-navigation ul.left li {
	padding-right: 2em;
}

.site-navigation ul.left li:last-child {
	padding: 0;
}

.site-navigation ul.right li {
	padding-left: 2em;
}


.soc-icons {
	position: absolute;
	right: 0;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0 1em;
	font-size: 15px;
}

.soc-icons li {
	display: inline-block;
	border-left: 1px solid #d8d8da;
	margin: 0 0 0 6px;
}

.soc-icons li:first-child,
.soc-icons li:first-child a {
	margin: 0;
	border:  none;
}

.soc-icons li a {
	 display: block;
	 background-color: #011d41;
	 border-radius: 50%;
	 width: 27px;
	 height: 27px;
	 line-height: 27px;
	 margin: 0 0 0 12px;
	 text-align: center;
}

.soc-icons li a:hover {
	background-color: #b27c42;
}

.soc-icons li i {
	color: #FFF;
	line-height: 27px;
}

/* @end */

/* @group Site images / Slideshow / Ribbon */

.site-images {
	position: relative;
	border-top: 1px solid #986b29;
	border-bottom: 1px solid #FFF;
	background: #0d1c3f;
	height: 40vh;
	
-webkit-box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.15);
box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.15);
}

.individual .site-images {
	height: auto;
	border-bottom: none;
	
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	box-shadow: none;
}

.site-images > ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border-top: 10px solid #0d1c3f;
	border-bottom: 1px solid #986b29;
}

.site-images > ul li {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.site-images ul.cycle-slideshow {
	border-top: none;
}

.cycle-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10000;
	opacity: 0;
}

.cycle-nav:hover {
	opacity: 1;
}

.cycle-nav ul {
	margin: 0 auto;
	padding: 0 18px;
	height: 100%;
	max-width: 1236px;
	list-style: none;
}

.cycle-nav li {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
}

.cycle-nav a {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 21px;
	height: 31px;
	background: url('/img/arrows_drop_1x.png') no-repeat left top;
	margin-top: -15px;
	text-indent: -999em;
	color: #FFF;
	opacity: .5;
}

#carousel .cycle-slide {
	cursor: pointer;
	opacity: .5!important;
}

#carousel .cycle-slide:hover {
	opacity: .75!important;
}

#carousel .cycle-slide-active {
	opacity: 1!important;
}

.cycle-nav .cycle-next a {
	left: auto;
	right: 0;
	background-position: 100% 100%;
}

.cycle-nav a:hover {
	opacity: 1;
}


.section-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.individual .section-title {
	position: relative;
	border-top: 10px solid #0d1c3f;
}

.section-title h2 {
	font-size: 1.5862068966em /*23*/;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .15em;
	color: #0d1c3e;	
	width: 100%;
	height: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: -14px auto 0 auto;
}

.individual .section-title h2 {
	margin: -24px auto 0 auto;	
}

.ribbon {
	display: block;
	margin: 0 auto;
	padding: 3.6666666667% 0;
	width: 16.6666666667%;
	min-width: 150px;
	height: 100%;
	min-height: 166px;
	background: url('/img/ribbon_2x.png') no-repeat 50% 0;
	background-size: 100% auto;
}

/* @end */

/* @group Buttons */

.buttons {
	list-style: none;
	margin: 2.4em 0 0 0;
	padding: 0;
}

.button {
	display: block;
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 1.7931034483em /*26.5/14.5*/;
	letter-spacing: .2em;
	text-align: center;
	font-weight: 900;

}

.individual article div.button {
	margin: 30px 0 0 0;
}

.button a {
	position: relative;
	display: block;
	margin: 0;
	max-width: 342px;
	color: #afb0b3;
	background:  url('/img/button_2x.png') no-repeat left top;
	background-size: 100% auto;
}

li.button a {
	margin: 0 auto;
}

.button a:hover {
	background-position: 100% 100%;
}

.buttons li:first-child a {
	margin: 0;
}
.buttons li:last-child a {
	margin-right: 0;
}

.button span {
	position: absolute;
	top: 50%;
	left: 0;
	padding-left: 20%;
	width: 100%;
	margin-top: -.9em;
	text-align: center;
	z-index: 100;
	
	background-color: #666;
	color: transparent;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
	-webkit-background-clip: text;
	   -moz-background-clip: text;
	        background-clip: text;
}

.button a:hover span {
		background-color: #8b5316;
}

/* @end */

/* @group Articles */


h1.article-header,
h1.section-heading {
	margin: 0;
	color: #8c5316;
	font-size: 1.5862068966em /*23*/;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#stud-semen-sires-page h1.article-header,
.individual h1.article-header {
	color: #0d1c3f;
	font-weight: 700;
}

article {
	margin: 0 0 4.5% 0;
}

article:last-child {
	margin-bottom: 0!important;
}

article h2 {
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
}

article strong {
	font-weight: 600;
}

article p a {
	font-weight: 700;
}

article ul {
	padding-left: 1.3620689655em;
	text-transform: uppercase;
	color: #0d1c3f;
}

.article-image {
	background: rgba(168,107,41,0.6);
	border: 1px solid #FFF;
	padding: 2.5%;
	margin-top: .4em;
}

.article-image img {
	width: 100%;
	background: #0d1c3f;
}

figure {
	margin: 0;
	color: #0d1c3f;
}

figure h3 {
	margin: 0.8586956522em 0;
	font-size: 1.5862068966em /*23*/;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-bottom: 0;
}

.article-image figcaption p {
	margin-bottom: 0;
}

.article-gallery {
	margin-top: 2.5%;
}

.article-gallery .col {
	margin: 2.5% 0;
}


.featured {
	margin: 5% 0 0 0;
	color: #FFF;
	background: rgba(168,107,41,0.6);
	border: 1px solid #FFF;
}

.featured .col {
	padding: 2.2068965517%;
}

.featured img {
	width: 100%;
}

.featured h1 {
	margin: 0;
	font-weight: 700;
	font-size: 3.2413793103em /*47*/;
	line-height: 1.2127659574;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.featured h2 {
	margin: 0;
	font-size: 1.4310344828em /*20.75*/;
	font-weight: 700;
	text-transform: none;
	letter-spacing: .1em;
/*	line-break: normal;*/
}

.featured p {
	font-size: 0.8620689655em /*12.5/14.5*/;
	font-weight: 600;
}

.featured .event-date {
	color: #FFF;
}

.featured .more {
	text-transform: uppercase;
	font-style: italic;
}

.featured .more a:link,
.featured .more a:visited {
	color: #FFF;
}

.featured .more a:hover,
.featured .more a:active {
	color: #0d1c3f;
}

.featured .button {
	margin-bottom: -10px;
}

/* @end */

/* @group Index */

/*.index {
	margin: 2.5% 0 5% 0;
}*/

.index.gutters .span_4 { 
	margin: 2.5% 0 2.5% 5%;
	width: 30%;
}

.index-image {
	background: #0d1c3f;
}

.index-image img {
	width: 100%;
}

.index .headline {
	margin-top: 0.8586956522em;
	font-size: 1.5862068966em /*23*/;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-bottom: 0;
}

.index .footnote {
	margin-bottom: 0;
}

.index .footnote p {
	margin: 0.6805651275em 0;
}

.event-date,
.index .more {
	font-weight: 700;
	text-transform: uppercase;
}

.index .more {
	font-style: italic;	
}

.posted {
	font-style: italic;
	color: #8c5316;
/*	margin-bottom: 0!important;*/
}

.event-date {
	color: #0d1c3f;
}

.individual .posted {
	margin: 0.6805651275em 0!important;
}

.paginator {
	letter-spacing: .05em;
	text-transform: uppercase;
}

.paginator span {
	float: left;
}

.paginator .prev {
	margin-right: 1em;
}

.paginator .next {
	float: right;
	margin-left: 1em;
}

.paginator i {
	font-style: normal;
	font-family: 'Lato', sans-serif;
}

.paginator .next i {
	padding-left: .1em;
}
.paginator .prev i {
	padding-right: .1em;
}

/* @end */

/* @group Gallery */


.gallery-slideshow {
	position: relative;
}

.gallery-slideshow .cycle-nav {
	padding: 2.5%;
}

.gallery-slideshow {
	background: rgba(168,107,41,0.6);
	border: 1px solid #FFF;
	padding: 2.5%;
	margin: 2.5% 0;
}

.gallery-slideshow .caption {
	position: absolute;
	padding-left: 5%;
	padding-bottom: 5%;
	bottom: 0;
	left: 0;
	font-size: 1.5862068966em /*23*/;
	text-transform: uppercase;
	font-weight: 900;
	color: #FFF;
	letter-spacing: .15em;
	z-index: 100000;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
/*	padding-top: 30px;*/
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Footer */

.site-footer {
	border-top: 10px solid #a86b29;
	color: #fff;
	background: #0c1c3e;
}

.site-footer .col {
	padding: .5em 0;
	margin-bottom: 5%;
}

.site-footer .right {
	text-align: right;
}

.site-footer a:link,
.site-footer a:visited,
.site-footer input[type="submit"],
.js-cm-submit-button {
	color: #FFF;
	cursor: pointer;
}

.site-footer a:hover,
.site-footer a:active,
input[type="submit"]:hover,
.js-cm-submit-button:hover {
	color: #8b5316;
	cursor: pointer;
}

.site-footer h2,
.site-footer ul {
	margin: 1.58em 0;
	font-family: 'Lato', sans-serif;
	font-size: 0.8620689655em /*12.5*/;
	letter-spacing: .05em;
	font-weight: 900;
	text-transform: uppercase;
}

.site-footer h2 {
	letter-spacing: .15em;	
}

.site-footer h2 {
	margin-bottom: 0;
}

.site-footer ul {
	list-style: none;
	padding: 0;
}

.site-footer li {
	margin: 0.79em 0;
}

.site-footer .contact .mobile {
	border-right: 1px solid #fff;
	padding-right: .75em;
	margin-right: .5em;
}

.site-footer .inline {
	display: inline;
}
	
.site-footer ul.copy {
	font-size: 0.724137931em;
	font-weight: 600;
}

.site-footer .copy li:first-child {
	border-right: 1px solid #fff;
	padding-right: .75em;
	margin-right: .5em;
}

.emd i {
	display: inline-block;
	width: 22px;
	height: 10px;
	margin-left: .25em;
	background: url('/img/emd_x1.png') no-repeat 0 50%;
}


/* @end */

/* @group Forms */

article form {
	margin: 2em 0 0 0;
}

fieldset legend {
	margin-bottom: 0;
}

form label {
	display: none;
}

form input::placeholder {
	line-height: 1.4;
}

fieldset legend,
input[type="submit"],
.js-cm-submit-button
 {
	border: none;
	padding: 0;
	background: none;
	
	font-family: 'Lato', sans-serif;
	font-size: 0.8620689655em /*12.5*/;
	letter-spacing: .15em;
	font-weight: 900;
	text-transform: uppercase;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	color: #8f9093;
	background: #e6e6e6;
	font-size: 0.8620689655em /*12.5*/;
	font-weight: 700;
	text-transform: uppercase;
	padding: .5em;
	border: 1px solid #FFF;
	box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,.3);
	border-radius: .1em;
	letter-spacing: .1em;
	text-decoration: none;
	width: 100%;
	max-width: 340px /*292px*/;
}

p.submit {
	margin-top: 0;
}

.phone-mail { display: none; }

/* @end */

/* @end */

/* @group Helper classes */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* @end */

/* @group Responsive */

@media only screen and (max-width: 1235px) {
	.site-navigation {
		letter-spacing: .1em;
	}
}

@media only screen and (max-width: 1152px) {

	.site-navigation {
	 letter-spacing: .05em;
	}
	.site-navigation ul.left li {
		padding-right: 1.5em;
	}
	.site-navigation ul.right li {
		padding-left: 1.5em;
	}
	
	
	.section-title h2 {
		letter-spacing: .1em;
	}

}

@media only screen and (max-width: 1024px) {

	.site-navigation {
	 letter-spacing: .025em;
	}
	.site-navigation ul.left li {
		padding-right: 1em;
	}
	.site-navigation ul.right li {
		padding-left: 1em;
	}
	
	.ribbon {
		min-height: 140px;
	}
	
	.button {
		font-size: 1.6551724138em /*24/14.5*/;
		letter-spacing: .15em;
	}
	
	.section-title h2 {
		letter-spacing: .05em;
		}
	
	.site-footer .copy .inline {
		display: block!important;
		border: none!important;
		padding: 0!important;
		margin: 0!important;
	}

}

@media only screen and (max-width: 960px) {

	.site-logo { 
		width: 100%;
		max-width: 364px;
	}

	.site-navigation {
		margin: 2.6666666667% 0;
		text-align: center;
		letter-spacing: .05em;
		}
	
	.site-navigation ul,
	.site-navigation li {
		float: none!important;
		display: inline;
	}
	
	.site-navigation li {
		padding: 0 1%!important; 
	}
	
	.site-navigation .rule  {
		display: none;
	}
	
	.section-title h2 {
		font-size: 1.3793103448em /*20*/;
	}
	.ribbon {
		padding: 5% 0;
	}

	.button {
		font-size: 1.5172413793em /*22/14.5*/;
		letter-spacing: .1em;
	}

}

@media only screen and (max-width: 767px) {
	
	
	.site-navigation ul {
		display: block;
	}
	
	.site-navigation .rule {
	    display: block;
	    height: 1px;
	    border: 0;
	    border-top: 1px solid #d8d8da;
	    margin: .5em 0;
	}
	
	.soc-icons {
		position: relative;
		margin: 2.6666666667% auto;
		right: auto;
		top: auto;
		list-style: none;
		padding: 0;
		text-align: center;
		overflow: hidden;
	}
	
	.button {
		font-size: 1.3793103448em /*24/14.5*/;
		letter-spacing: .05em;
	}
	
	.featured h1 {
		font-size: 2.7586206897em /*40*/;
	}
	
	.site-footer .inline {
		display: block;
		border: none!important;
		padding: 0!important;
		margin: 0!important;
	}
	
}

/* @group Single column - 666px and less */
	
	@media only screen and (max-width: 666px) {
	
		.ribbon {
			min-height: 130px;
		}
	
		.buttons li {
			margin: 0 0 1em 0;
		}
	
		.buttons li a {
			margin: 0 auto!important;
		}
		
		
		.button a {
			max-width: 300px;
			margin: 0 auto;
		}
		
		article {
			margin: 0 0 8% 0;
		}
		
		
		.gallery-slideshow .caption {
			font-size: 1.3793103448em /*20*/;
			letter-spacing: .1em;
		}
		
		.featured h1 {
			font-size: 2.4827586207em /*36*/;
		}
		
		.featured .button {
			margin-bottom: 0;
		}
		
		.index.gutters .span_4 { 
			margin-left: 0;
			width: 100%;
		}
		
		.site-footer .col {
			margin-bottom: 0;
			padding: 0;
		}
		
		.site-footer .right {
			text-align: left;
		}
	
	}
	
/* @end */

@media only screen and (max-width: 400px) {
	
	.site-navigation .rule {
		display: none;
	}
	
	.site-navigation li {
		display: block;
		padding: 0;
	}
	
	
	.gallery-slideshow .caption {
		font-size: 1.2413793103em /*18*/;
		letter-spacing: .05em;
	}
	
			
	.wrapper .main {
		margin: 18px 0!important;
	}

}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

    /* Style adjustments for high resolution devices */
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {

	body {
		background-size: 1000px 874px;
	}

}

/* @end */

/* @group Print */

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* @end */