@charset "UTF-8";
/* Global Content Screen Styles */


body {
    margin: 0;
    padding: 0;
    color: #000000;
    line-height: 1.5em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
}
header a.logo {
    display: block;
    position: absolute;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../global_assets/global_images/ak-logo_2017-05-04.png);
    width: 300px;
    height: 85px;
    top: 11px;
    left: 29px;
    background-size: 300px auto;
}
	
.page {
	max-width: 2800px;
	margin: 0px auto 0px auto;
	position: relative;
}
	
h1 {
    font-size: 2em;
    font-weight: normal;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    line-height: 1em;
}
h2 {
	font-size: 1.7em;
	margin: 0 0 1em 0;
	font-weight: normal;
	line-height: 1em;
}
h3 { font-size: 1.5em; margin: 0 0 1em 0; }

h4 {
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
}


p {
	margin: 0 0 .75em 0;
	text-align: left;
	padding-left: 5px;
	padding-right: 10px;
}
a { color: #8B8B8B; text-decoration: none; }
a:hover {
    color: #333333;
    text-decoration: underline;
}

footer { font-size: .85em; color: #FFFFFF; background-color: #E5E5E5; padding: 10px 10px 10px 0px; }

nav {
    width: 100%;
    display: block;
    position: absolute;
    left: 2px;
}
nav a {
    color: #000000;
    text-transform: uppercase;
    text-decoration: non;
    display: inline-block;
    font-weight: normal;
    font-size: .9em;
    line-height: 1.2em;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 10px;
	}

.items-clear {
	clear: both;
	line-height: 1px;
	border-bottom: 1px solid #676767;
	margin-bottom: 20px;
}
.blank-clear {
	clear: both;
	padding-top: 10px;
}



.youtube-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	
	}
	
.youtube-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 2px;
    left: -1px;
	}

 .iframeSize {
    width: 560px;
    height: 315px;
}

img {
	max-width: 100%;
	height: auto;
}
img a {
	max-width: 100%;
	height: auto;
}
.copyright { }
li   {
    text-align: left;
    list-style-type: none;
}
.listStyle {
	list-style-type: disc;
}
.largerText {
	font-size: 1.3em;
}
#mainMenu a .burger {
    display: none;
}


.goToMenu a {
    display: none;
}
.underlineText {
    text-decoration: underline;
}

#joinButton {
    width: 200px;
    height: 40px;
    background-color: rgba(134,134,134,1.00);
    color: rgba(255,255,255,1.00);
    border-radius: 19px;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
#joinButton div a {
    color: rgba(253,253,253,1.00);
    font-size: 1.5em;
    line-height: 0em;
    text-align: center;
}
#joinButton div a:hover  {
    color: rgba(253,253,253,1.00);
    font-size: 1.5em;
    line-height: 0em;
    text-align: center;
}
.buyButton {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    padding-bottom: 20px;
}
.buyButton a {
    font-size: 1em;
    color: #3F3F3F;
    display: block;
    margin-top: 4px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    /* [disabled]border: 1px solid #4E4E4E; */
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    background-color: rgba(33,33,33,0.25);
    margin-bottom: 4px;
}
.buyButton a:hover {
    color: #464646;
    background-color: rgba(222,186,0,0.75);
    text-decoration: none;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height:500px;
 
}


.container div {
  background-color: #FFFFFF;
  
  text-align: center;  
  
}

@media (min-width:951px){

/* Layout Large Sreens and older browsers */

header {
    height: 120px;
    background-repeat: no-repeat;
    background-position: right 0px;
    background-image: none;
    background-size: 100% auto;
}

article {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.two-up-wrapper { 
	width:50%;
	float: left;
	background-position: 0px 3px;
}

.two-up-detail {
    padding: 0px 0px 15px 20px;
    text-align: center;
    left: auto;
    margin-right: 30px;
    margin-left: 60px;
}
    
    
    .patternLinksBySize {
	width: 40%;
	text-align: center;
	float: left;
	margin-left: 8%;
}
.patternLinksBySize a {
	display: block;
	margin-top: 5px;
}

.two-up-detail h3 { font-size: 1.1em; margin: 0; }
.two-up-detail p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }

nav {
    top: 80px;	
}
nav a {
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 15px;
    margin-bottom: 2px;
    color: #000000;
}
nav a:hover {
    color: #888888;
}


footer {  font-size: 1em; color: #202020; background-color: #fff; }
footer a {
	
	padding-right: 10px;	
}



#socBadges {
	right: 10px;
	top: 30px;
	
}
.patternLinksBySize {
	width: 40%;
	text-align: center;
	float: left;
	margin-left: 8%;
}
.patternLinksBySize a {
	display: block;
	margin-top: 5px;
}

.shoppingCart {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 5px;
	border: 1px solid #4E4E4E;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width: 80%;
}
.varParaWidth {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}	
    
     .iframeSize {
    width: 560px;
    height: 315px;
}
#socBadges a {
    margin-right: 5px;
    margin-left: 0px;
}
    
    .centre {
  margin: auto;
  width: 60%;
  padding: 0px;
}
}


@media (max-width : 600px ){
/* Screen Layout Small */

header {
    height: 100px;
    background-repeat: no-repeat;
    background-image: none;
    background-size: 100%;
}
		

header a.logo {
    width: 300px;
    height: 80px;
    top: 1px;
    left: 10px;	/*background-color: rgba(255,255,255,0.30);*/
    background-image: url(../global_assets/global_images/ak-logo_2017-05-04.png);
	}

article {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

nav {
	position: static;
	padding: 10px 0px 10px 0px;
	background-color: #FFFFFF
	
}



nav a {
    font-size: 0.9em;
    color: #3F3F3F;
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 5px;
   
    text-align: center;
    
    line-height: 0.8em;
	}
	
nav a:hover { color: #464646; background-color: #FFFFFF ; }
    
    
    .patternLinksBySize {
	width: 40%;
	text-align: center;
	float: left;
	margin-left: 8%;
}
.patternLinksBySize a {
	display: block;
	margin-top: 5px;
}
    
    
.two-up-wrapper {
    width: auto;
    float: none;
    padding: 10px 0px 0px 0px;
    background-position: 0px 3px;
    margin-left: 0px;
    margin-right: 0px;
}

.two-up-detail {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

#socBadges {
	
	top: 30px;
	position: static;
}

#socBadges a {
	padding-left: 10px;
	padding-right: 10px;
}
footer {
	
	
}

body { background-image: none; }
.varParaWidth {
    margin-right: auto;
    margin-left: auto;
}


	nav.bottom-menu {
	
}
.items-clear {
}
.goToMenu a {
    position: absolute;
    top: 70px;
    text-transform: uppercase;
    font-size: 1.6em;
    padding-top: 5px;
    color: #ffffff;
    right: auto;
    left: 2px;
    width: 59px;
    font-weight: bold;
    text-shadow: 2px 2px 3px #6F6966;
    text-decoration: none;
    display: inline;
}
#mainMenu a .burger {
    display: inline;
}
article h1 {
    font-size: 1.5em;
}
article h2 {
    font-size: 1.2em;
}
article h3 {
    font-size: 1em;
}
  .iframeSize {
    width: 350px;
    height: 197px;
}  
.copyright {
}
footer a {
    padding-right: 10px;
}
.centre {
  margin: auto;
  width: 100%;
  padding: 0px;
} 
    
     {
    width: 350px;
    height: 197px;
}               
    
}
@media (min-width:601px) and (max-width:950px){
	
/* Screen Layout Medium */

header {
    height: 170px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

header a.logo {
    width: 300px;
    height: 70px;
    top: 10px;
    left: 30px;
    background-image: url(../global_assets/global_images/ak-logo_2017-05-04.png);
	}
	
nav { top: 80px; }
nav a { margin-right: 20px; }
.two-up-wrapper { 
	width:50%;
	float: left;
	background-position: 0px 3px;
}


.two-up-detail {
    padding: 0px 0px 15px 20px;
    margin-left: 0px;
    margin-right: 0px;
}
    
    
    .patternLinksBySize {
	width: 40%;
	text-align: center;
	float: left;
	margin-left: 8%;
}
.patternLinksBySize a {
	display: block;
	margin-top: 5px;
}

body {background-image: none; }
    
.varParaWidth {
    width: 75%;
    margin-left: auto;
	margin-right: auto;
    
}
 .iframeSize {
    width: 560px;
    height: 315px;
}
#socBadges a {
    padding-right: 5px;
    padding-left: 0px;
}
footer a {
    padding-right: 10px;
}
    .centre {
  margin: auto;
  width: 90%;
  padding: 0px;
}      
article {
    padding-top: 20px;
}
	
}
