﻿/* Animation */

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  }
  @keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  }



 .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
} 

 .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInDown {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInDown {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 
 .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInDown {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInDown {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInRight {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInRight {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }


.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInLeft {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInLeft {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }


/* MOBILE MEDIA QUERIES 11600 */

@media screen and (max-width: 1600px) {

#facebook {
	position: relative;
	width: 30%;
	float: left;
	height:740px;
	overflow:auto;


}
}



/* MOBILE MEDIA QUERIES 1440 */

@media screen and (max-width: 1440px) {

#facebook {
	position: relative;
	width: 30%;
	float: left;
	height:650px;
	overflow:auto;


}
}

/* MOBILE MEDIA QUERIES 1366 */

@media screen and (max-width: 1366px) {

#facebook {
	position: relative;
	width: 30%;
	float: left;
	height:630px;
	overflow:auto;


}
}


/* MOBILE MEDIA QUERIES 1024 */

@media screen and (max-width: 1280px) {

#facebook {
	position: relative;
	width: 30%;
	float: left;
	height:590px;
	overflow:auto;


}
}

/* MOBILE MEDIA QUERIES 1024 */

@media screen and (max-width: 1024px) {

#wrapper {
	width:100%;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	
}

#navigation {
	position: fixed;
	width: 100%;
	background-color: #05061B;
	height: 50px;
	z-index:200;
}

#inner-nav {
	width:100%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
}
#masthead {
	position: relative;
	width: 100%;
}
#left-wrapper {
	position: relative;
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
	float: left;
	text-align: center;
	padding-top: 20px;
}
#right-wrapper {
	position: relative;
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
	float: left;
	text-align: center;
	padding-top: 20px;
}
.clear {
	clear: both;
}

#content {
	width:96%;
	padding:2%;
	max-width:1200px;
}

#logos {
	position: relative;
	width: 100%;
	background-color: #06061C;
	text-align: center;
}
#bottom-images {
	position: relative;
	width: 70%;
	float: left;
}
#facebook {
	position: relative;
	width: 30%;
	float: left;
	height:480px;
	overflow:auto;
}
#footer {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#06061C;
	text-align:center;
}

h1 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 2em;
}

h2 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 2em;
}

p {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: medium;
}
.strap {
	font-family: 'Courgette', cursive;
	font-size:2em;
	color:white;
}


}


/* MOBILE MEDIA QUERIES Nexus 7 Android landscape */

@media screen and (max-width: 966px) {

#wrapper {
	width:100%;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	
}

#navigation {
	position: fixed;
	width: 100%;
	background-color: #05061B;
	height: 50px;
	z-index:200;
}

#inner-nav {
	width:100%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
}
#masthead {
	position: relative;
	width: 100%;
	padding-top:40px;
}
#left-wrapper {
	position: relative;
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
	float: left;
	text-align: center;
	padding-top: 20px;
}
#right-wrapper {
	position: relative;
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
	float: left;
	text-align: center;
	padding-top: 20px;
}
.clear {
	clear: both;
}

#content {
	width:96%;
	padding:2%;
	max-width:1200px;
}

#logos {
	position: relative;
	width: 100%;
	background-color: #06061C;
	text-align: center;
}
#bottom-images {
	position: relative;
	width: 70%;
	float: left;
}
#facebook {
	position: relative;
	width: 30%;
	float: left;
	/*height:1000px;
	overflow:auto;*/
}
#footer {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#06061C;
	text-align:center;
}

h1 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 2em;
}

h2 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 2em;
}

p {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: medium;
}
.strap {
	font-family: 'Courgette', cursive;
	font-size:1.5em;
	color:white;
}


}


/* MOBILE MEDIA QUERIES iPad portrait */

@media screen and (max-width: 768px) {

#wrapper {
	width:100%;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	
}

#navigation {
	position: fixed;
	width: 100%;
	background-color: #05061B;
	height: 50px;
	z-index:200;
}

#inner-nav {
	width:100%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
}
#masthead {
	position: relative;
	width: 100%;
}
#left-wrapper {
	position: relative;
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
	float: left;
	text-align: center;
	padding-top: 20px;
}
#right-wrapper {
	position: relative;
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
	float: left;
	text-align: center;
	padding-top: 20px;
}
.clear {
	clear: both;
}

#content {
	width:96%;
	padding:2%;
	max-width:1200px;
}

#logos {
	position: relative;
	width: 100%;
	background-color: #06061C;
	text-align: center;
}
#bottom-images {
	position: relative;
	width: 70%;
	float: left;
}
#facebook {
	position: relative;
	width: 30%;
	float: left;
	height:350px;
	overflow:auto;
}
#footer {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#06061C;
	text-align:center;
}

h1 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 1em;
}

h2 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 1em;
}

p {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: medium;
}
.strap {
	font-family: 'Courgette', cursive;
	font-size:1.5em;
	color:white;
}


}


/* MOBILE MEDIA QUERIES Nexus 7 Android portrait / Galaxy Tab */

@media screen and (max-width: 604px) {

#wrapper {
	width:100%;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	
}

#navigation {
	position: fixed;
	width: 100%;
	background-color: #05061B;
	height: 50px;
	z-index:200;
}

#inner-nav {
	width:100%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
}
#masthead {
	position: relative;
	width: 100%;
}
#left-wrapper {
	position: relative;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
	padding-top: 20px;
}
#right-wrapper {
	position: relative;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
	padding-top: 20px;
}
.clear {
	clear: both;
}

#content {
	width:96%;
	padding:2%;
	max-width:1200px;
}

#logos {
	position: relative;
	width: 100%;
	background-color: #06061C;
	text-align: center;
}
#bottom-images {
	position: relative;
	width: 100%;

}
#facebook {
	position: relative;
	width: 96%;
    max-width:600px;
    padding-left:2%;
    padding-right:2%;
	height:500px;
	overflow:auto;
	text-align:center;
}
#footer {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#06061C;
	text-align:center;
}

h1 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 1em;
}

h2 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 1em;
}

p {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: medium;
}


}


/* MOBILE MEDIA QUERIES Mobile iPhone 6plus */

@media screen and (max-width: 414px) {

#wrapper {
	width:100%;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	
}

#navigation {
	position: fixed;
	width: 100%;
	background-color: #05061B;
	height: 50px;
	z-index:200;
}

#inner-nav {
	width:100%;
	max-width:950px;
	margin-left:auto;
	margin-right:auto;
}
#masthead {
	position: relative;
	width: 100%;
	padding-top:50px;
}
#left-wrapper {
	position: relative;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
	padding-top: 20px;
}
#right-wrapper {
	position: relative;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
	padding-top: 20px;
}
.clear {
	clear: both;
}

#content {
	width:96%;
	padding:2%;
	max-width:1200px;
}

#logos {
	position: relative;
	width: 100%;
	background-color: #06061C;
	text-align: center;
}
#bottom-images {
	position: relative;
	width: 100%;

}
#facebook {
	position: relative;
	width: 100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
	height:400px;
	overflow:auto;
}
#footer {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#06061C;
	text-align:center;
}

h1 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 1em;
}

h2 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 1em;
}

p {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: medium;
}


}



/* MOBILE MEDIA QUERIES Mobile iPhone 6 */

@media screen and (max-width: 375px) {

#wrapper {
	width:100%;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	
}

#navigation {
	position: fixed;
	width: 100%;
	background-color: #05061B;
	height: 50px;
	z-index:200;
}

#inner-nav {
	width:100%;
	max-width:950px;
	margin-left:auto;
	margin-right:auto;
}
#masthead {
	position: relative;
	width: 100%;
	padding-top:50px;
}
#left-wrapper {
	position: relative;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
	padding-top: 20px;
}
#right-wrapper {
	position: relative;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
	padding-top: 20px;
}
.clear {
	clear: both;
}

#content {
	width:96%;
	padding:2%;
	max-width:1200px;
}

#logos {
	position: relative;
	width: 100%;
	background-color: #06061C;
	text-align: center;
}
#bottom-images {
	position: relative;
	width: 100%;

}
#facebook {
	position: relative;
	width: 100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
	height:400px;
	overflow:auto;
}
#footer {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#06061C;
	text-align:center;
}

h1 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 1em;
}

h2 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 1em;
}

p {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: medium;
}


}



/* MOBILE MEDIA QUERIES Mobile Anroid */

@media screen and (max-width: 360px) {

#wrapper {
	width:100%;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	
}

#navigation {
	position: fixed;
	width: 100%;
	background-color: #05061B;
	height: 50px;
	z-index:200;
}

#inner-nav {
	width:100%;
	max-width:950px;
	margin-left:auto;
	margin-right:auto;
}
#masthead {
	position: relative;
	width: 100%;
}
#left-wrapper {
	position: relative;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
	padding-top: 20px;
}
#right-wrapper {
	position: relative;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
	padding-top: 20px;
}
.clear {
	clear: both;
}

#content {
	width:96%;
	padding:2%;
	max-width:1200px;
}

#logos {
	position: relative;
	width: 100%;
	background-color: #06061C;
	text-align: center;
}
#bottom-images {
	position: relative;
	width: 100%;

}
#facebook {
	position: relative;
	width: 100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
	height:400px;
	overflow:auto;
}
#footer {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#06061C;
	text-align:center;
}

h1 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 1em;
}

h2 {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: 1em;
}

p {
	font-family: "Encode Sans Condensed", sans-serif;
	color: #333333;
	font-size: medium;
}

}
