/* 
Styles for Emma Jackson
Version: 1.0
Date 19 Jan 2015
*/

/* --------------------------------------------------------- */
/* IMPORTS */
/* 
font-family: 'Open Sans', sans-serif;
*/
/* --------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,700,300);

/* --------------------------------------------------------- */
/* GLOBAL STYLES                                             */
/* --------------------------------------------------------- */
body	{
	font-family: "Open Sans", Verdana, Geneva, sans-serif;  
	font-weight:400; 
	background-color:#f3f3f3;
	background-color:#fcfcfc;
	color:#414042;
}
h1, h2, h3, h4, h5, h6	{
	font-family:"PFDinTextCompPro-Light", "Open Sans", Verdana, Geneva, sans-serif;  
	font-weight:300;
}
h1	{
	font-size:4em;
}
h2	{
	font-size:2.5em;	
}

h3	{
	font-size:2.0em;
}
h4	{
	font-size:1.5em;
}

.hilite-color	{
	color:#9e1f63;
}
.caption	{
	color:#fff;
}
#prototypes	{
	display:none;
}
/* --------------------------------------------------------- */
/* STRUCTURE                                                 */
/* --------------------------------------------------------- */

#wrapper	{
	width:100%;
	position:relative;
	max-width:1680px; 
	margin:0 auto;
}

.float-left	{
	float:left;
}
.float-right	{
	float:right;
}

.border-division	{
	border-bottom: 2px solid #999;
	width:90%;
	padding-top:2em;
	margin:0 auto 2em auto;
}
#mobile-menu, .tablet-only, .mobile-only, .mobile-tablet-only {
	display:none;
}
.para-start	{
	font-weight:bold;
	font-size:1.5em;
}
.col3-nogut	{
	width:33.33333%;
	float:left;
	
}
.col2-nogut	{
	width:50%;
	float:left;
	
}

.col1, .col2	{
	float:left;
	z-index:1;
	position:relative;
}
article p, aside p	{
	margin-top:10px;
}
.containerwide	{
	width:100%;
	clear:both;
}
.container	{
	width:90%;
	clear:both;
	margin:0 auto 0 auto;
	position:relative;
}
#home-content, #about-content, #results-content, #sponsors-content, #gallery-content 	{
	width: 100%;
	clear: both;
}
/* iframe[id^='twitter-widget-']{ width:100% !important;} */


.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid black;
}
.hidden	{
	visibility:hidden;
}
/* --------------------------------------------------------- */
/* HEADER                                                    */
/* --------------------------------------------------------- */

header	{
	float:left;
	width:100%;
}

header h1, header h3	{
	text-align:left;
	padding-left:12%;
	line-height:80%;
}

.header-logo	{
	width:40%;
	padding-top:0.5em;
	display:inline-block;
	text-align:center;
	overflow:hidden;
}


.flexslider	{
	border:none;
	background:none;
	margin:0;
	outline:none;
	box-shadow:none;
	
	}
	
#banner { 
	z-index:1; 
}

#banner li { 
	position:relative; 
}
#banner img { 
	width:100%;
	position:relative; 
	z-index:1;
}
.header-logo img	{
	width:80%;
}
#banner .caption {
	font-family:"PFDinTextCompPro-Light", "Open Sans", Arial, Helvetica, sans-serif;
	position: absolute; 
	z-index:2; 
	right:5%; 
	top:25%;
}
#banner .photocred	{
	position:absolute;
	bottom:1%;
	left:1%;
	z-index:3;
}
#banner h6	{
	font-size:1.0em;
	color:#000;
	font-weight:bold;
}
#banner .caption h2, #banner .caption h3, #banner .caption h4, #banner .caption h5 {
 	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); 
	line-height:1.3; 
	text-align:center; 
}
#banner .caption h6	{
	font-size:50%;
}
#banner .caption h2	{
	font-size:4em;
	font-weight:100;
}
#banner .caption h3, #banner .caption h4, #banner .caption h5	{
	font-size:2.5em;
}
#banner .thumbnail	{
	margin:0 auto;
	background-color:#931f5c;
	background-color:#9e1f63;
	display:inline-block;
	border-bottom-right-radius:25%;
	background:repeating-linear-gradient(to right, #bb6291, #b14b82, #a73572,#9e1f63);
}
#banner .thumbnail ul	{
	list-style:none;
}
#banner .thumbnail li	{
	float: left;
    box-sizing: border-box;
	margin:0;
	position:relative;
	width:5%;
	
}
#banner .thumbnail img	{
	
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px !important;
	text-align: center;
	z-index:1000;
	height:auto;
}



/* --------------------------------------------------------- */
/* NAVIGATION                                                */
/* --------------------------------------------------------- */

nav	{
	float:right;
	width:50%;
}

ul#navbar  {
	overflow: hidden;
	margin-top:1.8em;
	margin-bottom:1.0em;
 }
			
ul#navbar li {
	list-style: none;
    float: left;
    text-align: center;
	font-size:1.5em;
	width: 14.2857%; 
	width:12.5%;
	box-sizing: border-box;
	font-family:"PFDinTextCompPro-Light", "Open Sans", Verdana, Geneva, sans-serif;
	font-weight:400;
}
	
ul#navbar li a {
    display: block;
    text-decoration: none;
    padding: 0.5em 0;
	position:relative;
	-webkit-transion:background-color 1s ease-out;
	-moz-transition:background-color1s ease-out;
	-o-transition:background-color 1s ease-out;
  	transition: background-color 1s ease-out;
}

	
ul#navbar li a, ul#navbar li a:link, ul#navbar li a:visited { 
	color:inherit;
}

ul#navbar li a:hover	{
	position: relative;
	text-shadow:1px 1px 1px ;
	transition:1s ease-out;
	
}
/*
#home ul#navbar li:nth-child(1),#about ul#navbar li:nth-child(2),#results ul#navbar li:nth-child(3),#media ul#navbar li:nth-child(4), 
#gallery ul#navbar li:nth-child(5),#sponsors ul#navbar li:nth-child(6),#blog ul#navbar li:nth-child(7),
#contact ul#navbar li:nth-child(8), .navbar-active	{
	border-bottom:4px solid #9e1f63;
	font-weight:bold;
}
*/
#home ul#navbar li:nth-child(1),#about ul#navbar li:nth-child(2),#results ul#navbar li:nth-child(3),
#gallery ul#navbar li:nth-child(4),#sponsors ul#navbar li:nth-child(5),#blog ul#navbar li:nth-child(6),
#contact ul#navbar li:nth-child(7), .navbar-active	{
	border-bottom:4px solid #9e1f63;
	font-weight:bold;
}

.navbar-active	{
	border-bottom:4px solid red;
	font-weight:bold;
}



/* --------------------------------------------------------- */
/* HOME Page                                                 */
/* --------------------------------------------------------- */
#home-content	{
	padding-top: 1.0em;
	display:block;
}
#social	{
	margin-top:1em;
	text-align:center;
	
}
#social img	{
	width: 30px;
	height:30px;
}
#social .icon-lge img	{
	width:100px;
	height:100px;
	padding:1em 0;
}

#social h4	{
	padding-top:2em;
}


#social .col1, #social .col2	{
	width:30%;
	margin-left:1.5%;
	margin-right:1.5%;
	min-width:225px;
}


.instagram,.fb, .twitter, twitter-timeline {
	width: 100%;
}
		
.twitter, #instafeed, .fb-page {
	width:100%; 
	margin:0 auto;
	border:4px solid #999;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background:white;
	height:540px; 
	overflow:hidden;
	float:left;
	
}
#instafeed div	{
	display:inline-block;
	position:relative;
	float:left;
	width:50%;
	text-align:left;
}
#instafeed img {
	width:100%;
	height:auto;
	display:block;
}

#profile	{
	float: right;
	width: 25%;
	padding-left: 2em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	margin-left: 0.5em;
	background-color: #999;
}
	
#profile h2+p	{
	margin-top:1em;
}
#nav-info	{
	background-color:#ececec;
	overflow:hidden;
}
.infocol	{
	/* border-left:10px solid #9e1f63; */
	position:relative;
	width:100%;
	overflow:hidden;
	
}
.infoimg1, .infoimg2, .infoimg3	{
	background-repeat:no-repeat;
	width:50%;
	float:left;
	display:block;
	z-index:2;
	background-position: top center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	min-height:300px;
	/* border-radius:10px; */
}
.infoimg1	{
	background-image:url(../images/home-alpe.jpg);
}
.infoimg2	{
	background-image:url(../images/home-podium.jpg);
}
.infoimg3	{
	background-image:url(../images/home-info1.jpg);
}
.infotext	{
	float:left;
	width:40%;
	padding: 0 5% 0 5%;
		
}
.infotext p	{
	font-size:80%;
	padding-top:1em;
}

.infotext h3	{
	padding-top:1em;
	border-bottom:5px solid #9e1f63;
}
.infotext p a	{
	text-decoration:none;
	color:#414042;
	color:#9e1f63;
	font-size:100%;
}
.infotext a:hover	{
	color:#414042;
}
/* --------------------------------------------------------- */
/* ABOUT Page                                                */
/* --------------------------------------------------------- */
#about-content	{
	display:inline;
}
#about-content p	{
	font-size:80%;
}
#about-content h2, #profile h2, #gallery-content h2, #contact-content h2	{
	padding-top:0.5em;
}
#results-content h2, #sponsor-content h2, #blog-content h2{
	padding-top:1.0em;
}
#results-content h2, #awards h2, #sponsor-content h2, #gallery-content h2, #contact-content h2, #blog-content h2 { 
	text-align:center;
}
#hidden-para {
		visibility: hidden;
		display:none;
}
#readmore a	{
	color:#9e1f63;
	text-decoration:none;
}

/* --------------------------------------------------------- */
/* RESULTS Page                                              */
/* --------------------------------------------------------- */ 
.raceresults-col1 { 
	width:49%;
	float:left;
	margin-right:1%;
}
.raceresults-col2 { 
	width:49%;
	float:right;
	margin-left:1%;
}
.raceresults	{
	background-color:#e3e3e3;
	padding-right:2.5%;
	font-size:90%;
}
.raceresults h3 { 
	text-align:left; 
	border-bottom:1px groove #000; 
	padding-bottom:0.5em; 
	padding-left:0.5em;
	margin-top:2em;
	margin-bottom:1em;
} 
.raceresults h4	{
	text-align:center;
	margin-top:1em;
	padding-bottom:1em;
}
.raceresults table	{
	border:0;
	width:100%;
}
.raceresults td, #awards td	{
	margin-top:0.5em;
}
.raceresults td.race-wts	{
	font-weight:bold;
}
.raceresults td.race-games	{
	font-weight:bold;
	font-style:italic;
}
.raceresults td.race-wc	{
	font-style:italic;
}
.raceresults td:nth-child(1)	{
	width:20%;
	padding-left:2%;
}
.raceresults td:nth-child(2)	{
	width:70%;
}
.raceresults td:nth-child(3)	{
	width:10%;
	font-weight:bold;
	padding-left:1%;
}

#awards	{
	width:100%;
}
#awards .containerwide	{
	margin-top:2em;
}
#awards .col1	{
	width:15%;
}
#awards .col2	{
	width:70%;
}

#awards	table	{
	border:0;
	width:100%;
	background-color:#e3e3e3;
		
}
/*
#awards table tr.first-row	{
	border-top:1px groove #000;
}
*/
#awards table tr:first-child	{
	border:none;
}
#awards td	{
	padding-top:1%;
}
#awards td:nth-child(1)	{
	width:10%;
	padding-left:2%;
}
#awards td:nth-child(2)	{
	width:50%;
	
}
#awards td:nth-child(3)	{
	width:40%;
	padding-left:2%;
	
}
#awards img	{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:90%;
	margin:0 auto;
	display:block;
}
/* --------------------------------------------------------- */
/* GALLERY Page                                              */
/* --------------------------------------------------------- */
#gallery-content	{
	/* overflow:hidden; */
	clear:both;
}
#gallery-content h2	{
	padding-bottom:0.5em;
}
#gallery-content ul	{
  	list-style-type: none;
  	text-align: center;
}

#gallery-tabs	{
	width:100%;
}
.gallery-tabs-container	{
	width:60%;
	margin:0 auto;
	overflow:hidden;
	
}
/* jquery tabs */
#gallery-content .ui-helper-reset	{
	font-size:1.5em;
	
}
#gallery-content .ui-widget	{
	
}
	

#gallery-content .ui-state-default, #gallery-content .ui-widget-content .ui-state-default, #gallery-content .ui-widget-header .ui-state-default	{
	background:none !important;
	background-color:#fcfcfc !important;
	border:none;
	border-right:1px solid black;
	border-radius:0;
	padding:0 0.5em;
	margin-bottom:1.0em;
}
#gallery-content .ui-state-active, #gallery-content .ui-widget-content .ui-state-active, #gallery-content .ui-widget-header .ui-state-active	{
	background:none !important;
	background-color:#fcfcfc !important;
}
#gallery-content .ui-tabs .ui-tabs-nav	{
	width:100%;
	margin:0 auto;
}
#gallery-content .ui-tabs-panel	{
	width:100% !important;
	padding:0;
}
#gallery-content .ui-tabs .ui-tabs-nav .ui-tabs-anchor	{
	padding:1px;
	width:auto;
	background-color:#fcfcfc;
	font-family:"PFDinTextCompPro-Light", "Open Sans", Verdana, Geneva, sans-serif;
	font-weight:400;
}

#gallery-content .ui-widget-header, #gallery-content .ui-widget-content	{
	background:none!important;
	background-color:#fcfcfc;
	border:none;
	width:100% !important;
}
#gallery-content .ui-state-default a, #gallery-content .ui-state-default a:link, #gallery-content .ui-state-default a:visited	{
	color:#414042;
}
#gallery-content .ui-state-active a, #gallery-content .ui-state-active a:link, #gallery-content .ui-state-active a:visited	{
	color:#9e1f63;
}
#gallery-content .ui-tabs .ui-tabs-nav  a:hover	{
	text-shadow:2px 2px 2px #666;
	-webkit-transion:1s ease-out;
	-moz-transition:1s ease-out;
	-o-transition:1s ease-out;
	transition:1s ease-out;
}
#gallery-content .ui-tabs .ui-tabs-nav > li	{
	margin-right:0.5em;
	
}
#gallery-content .pics li	{
	float: left;
    width: 16.666%; 
    box-sizing: border-box;
	margin:0 1.666% 3.333% 1.666%;
	position:relative;
}
/*
#gallery-content li:nth-child(5n+1)	{
	margin-left:0;
}
*/

#gallery-content .pics li a 	{
	text-decoration:none;
	margin:0 auto;
}
#gallery-content .pics li a:visited 	{
	color:#000;
}
#gallery-content  img	{
	-webkit-border-radius:10%;
	-moz-border-radius:10%;
	border-radius:10%;
	max-width:100%;
}
#olympics img, #commgames img, #awards-pic img, #races img, #personal img	{
	cursor:pointer;
}
.caption h6	{
	font-size:100%;
	
}
#gallery-content .caption {
		font-family:"PFDinTextCompPro-Light", "Open Sans", Verdana, Geneva, sans-serif;
		position: absolute; 
		z-index:2; 
		bottom:2%; 
		left:10%;
}

#close-cross	{
	z-index:900;
	position:fixed;
	top:11%;
	left:0;
}

/* --------------------------------------------------------- */
/* SPONSOR Page                                              */
/* --------------------------------------------------------- */ 

#sponsor-content img	{
	border:5px double #ccc;
	-webkit-border-radius:10%;
	-moz-border-radius:10%;
	border-radius:10%;
}

.sponsor-text	{
	width:80%;
	margin:0 auto;
	font-style:italic;
	text-align:center;
}
.sponsor-text p	{
	font-size:1.5em;
}
.sponsor-row1, .sponsor-row2, .sponsor-row3, .sponsor-row4	{
	margin: 0 auto;
	display:block;
	width:80%;
}

.sponsor-row1 li, .sponsor-row2 li, .sponsor-row3 li, .sponsor-row4 li	{
	list-style: none;
    float: left;
   	box-sizing: border-box;
	margin:2% auto;
	text-align:center;
	
}
.sponsor-row1	li	{
	width:50%;
	
}
.sponsor-row1 li:first-child	{
	padding-left:18.5%;
}
.sponsor-row1 li:last-child	{
	padding-right:18.5%;
}
.sponsor-row2 li	{
	width:33.33%;
}
.sponsor-row2 li:first-child	{
	padding-left:10%;
}
.sponsor-row2 li:last-child	{
	padding-right:10%;
}
.sponsor-row3 li	{
	width:25%;
}
.sponsor-row4 li	{
	width:50%;
}

.sponsor-row1 li a,.sponsor-row2 li a,.sponsor-row3 li a, .sponsor-row4 li a	{
	text-decoration:none;
	margin:0 auto;
}

.sponsor-row1 li a img	{
	height:200px;
	width:200px;
}
.sponsor-row2 li a img	{
	height:180px;
	width:180px;
}
.sponsor-row3 li a img	{
	height:128px;
	width:180px;
}
.sponsor-row4 li a img	{
	height:100px;
	width:140px;
}
/* --------------------------------------------------------- */
/* BLOG Page                                                 */
/* --------------------------------------------------------- */
.blog	{
	line-height:1.3;
}
.widget-title	{
	font-size:1.3em;
	margin:0 0 0.5em;
}
.entry-header	{
	padding:0;
}
.entry-title	{
	font-size:2.0em;
	padding-left:0;
	font-family:"PFDinTextCompPro-Light", "Open Sans", Verdana, Geneva, sans-serif;
	color:#9e1f63;
	font-weight:700;
	text-transform:uppercase;
	
}
.entry-title a	{
	text-transform:uppercase;
}
.entry-title a, .entry-title a:visited, .cat-links a, .entry-content a {
	color:#9e1f63;
}
.posted-on	{
	margin-top:-0.5em;
}
.widget li a, .widget li a:visited	{
	color:#9e1f63;
	
}

.entry-date, .cat-links	{
	font-size:70%;
}
.entry-content	{
	font-size:90%;
	padding-bottom:2em;
}
.site-footer {
		float: left;
		margin: 0 0 0.5em 0;
		padding: 0;
		width: 100%;
		background-color:transparent;
		border:none;
		outline:none;
		box-shadow:none;
		font-size:.7em;
	}
.site-footer p	{
	margin:0;
}

article.post	{
	border-bottom: 1px solid #999;
	margin-bottom: 2em;
}
article.post:last-child, .single article.post	{
	border-bottom: 0;
	margin-bottom: 0;
}
.blog .border-division, .single .border-division, .archive .border-division	{
	width:100%;
}
.blog #page, .single #page, .archive #page	{
	margin-top:2em;
}
.page-header	{
	margin-bottom:2em;
}
nav.post-navigation	{
	/*display:none; */
}
.hentry + .hentry	{
	border-top:none;
}
.single-post .site-content {
	width: 100%;
	margin: 0 auto;
}

.nav-next	{
	float:right;
	width:50%;
}
.nav-previous	{
	float:left;
	width:50%;
}
.post-navigation	{
	width:100%;
	margin:0 auto;
	background-color:red;
	border-top: none;
	font-weight: 700;
	
}
.blog-photo-credit	{
	display:block;
	float:left;
}
/* --------------------------------------------------------- */
/* CONTACT Page                                              */
/* --------------------------------------------------------- */


#contact-content	{
	width:60%;
	margin: 0 auto;
	font-family:"TextFont", "Open Sans", Verdana, Geneva, sans-serif;  
}
#emailbox	{
	margin-top:2em;
}
#contact-form label	{
	display:block;
	width:100%;
	float:right;
	font-size:120%;
}

#contact-form label *  {
	width:80%;
	float:right;
	font-family:"TextFont", "Open Sans", Verdana, Geneva, sans-serif;  
	margin-bottom:1em;
	background-color:#e3e3e3;
	outline:none;
	
	}
#contact-form input	{
	float:right;
	font-size:1em;
	border:none;
}
#contact-form textarea	{
	display:block;
	height:5em;
	border:none;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); 
}
#contact-form input[type="text"],
#contact-form input[type="email"] {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); 
	 	
}

#contact-form input[type="submit"]	{
	margin-top:2em;
	font-size:140%;
	width:auto;
    float: right;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	padding:0.4em;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); 
	outline:none;
}
/* --------------------------------------------------------- */
/* Sponsor container on each page                            */
/* --------------------------------------------------------- */
#sponsor-small {
	font-family:"HeadingFont", "HeadingFont2", "Open Sans", Verdana, Geneva, sans-serif;
	background-color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	width:100%;
	}
#sponsor-small h2	{
	font-size:2em;	
	padding-bottom:1em;
	text-align:center;
	}

#sponsor-small li	{
	list-style: none;
    float: left;
    width: 16.666%; 
	/*width:20%; */
    box-sizing: border-box;
	margin:0 auto;
	text-align:center;
	}
#sponsor-small li a 	{
	
	outline:none;
	text-decoration:none;
	margin:0 auto;
}
#sponsor-small li a img	{
	height:110px;
	width:110px;
	
}

#sponsor-small li a.sponsor5 img, #sponsor-small li a.sponsor6 img, #sponsor-small li a.sponsor1 img	{
	height:85px;
	width:85px;
	padding-top:10px;
}

/* --------------------------------------------------------- */
/* SIDEBAR                                                   */
/* --------------------------------------------------------- */



/* --------------------------------------------------------- */
/* FOOTER */
/* --------------------------------------------------------- */

footer	{
	clear:both;
	text-align:center;
	margin-top:-1em;
	font-size:80%;
	padding-bottom:1em;
}
footer .col1	{
	width:50%;
	text-align:left;
	float:left;
}
footer .col2	{
	width:50%;
	text-align:right;
	float:right;
}
footer a	{
	text-decoration:none;
}
footer img	{
	width:32px;
	height:32px;
}
footer a:visited, footer a:hover	{
	color:#9e1f63;
}
footer a:hover	{
	font-weight:bold;
}
.amj 	{
	color:#9e1f63;
}
#tweecool	{
	width:100%;
}
#tweecool ul {
	margin: 0;
	padding: 0;
	width:100%;
	bacground-color:red;

}

#tweecool li {
	list-style: none;
	width:23%;
	float:left;
	background-color:#ccc;
	margin: 1em 1%;
	border-radius:10px;
	padding-top:1em;
	
	
}

#tweecool li .tweets_txt {
	float: left;
	margin-bottom: 1em;
}

#tweecool li img {
	clear:both;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin:0 auto;
	display:block;
	margin-top:1em;

}

#tweecool li .tweets_txt {

	width:80%;
	margin: 0 10%;
	padding-bottom:1em;
	
	display:block;

}
#tweecool li .tweets_user {
	display:block;
	

}
#tweecool li .tweets_days  {
	clear:both;
	width:100%;
	float:left;
	
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	display: block;
	background-color: #9e1f63;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
#tweecool li .tweets_days span {
	
	font-style: italic;
	color: #666;
	padding: 0.5em 1em;
	
	padding-left: 1em;
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-family: "Noto Sans", sans-serif;
	width:100%;
}
.result-event a {
	text-decoration:none;
	color:#414042;
}
.result-event a:hover {
	color:#9e1f63;
}
	