@font-face {
	font-family: "Bernardo Moda";
	src: url("../fonts/Bernardo Moda Bold.ttf");
}

html {
	overflow-y: scroll;
}

html, body {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
	font-family: Josefin Sans;
	background: #061D33;
	color: #e5d7a1;
	text-align: justify;
	font-size: 12pt;
}

.width-container {
	width: 960px;
	/*max-width: 960px;*/
	/*min-width: 820px;*/
	margin: 0px auto;
}

header {
	color: rgba(166,210,249,1);
	background: #061d33;
	border-bottom: 1px solid rgba(166,210,249,1);
}

.head-content {
	position: relative;
	margin: 5px 0px;
	padding: 0px;
}

.logo-shadow {
	color: #e5d7a1;
	text-shadow: 0px 0px 0.5em rgba(166,210,249,1);
}

.head-logo a {
	padding: 10px;
	float: left;
	font-size: 42pt;
	text-align: left;
	line-height: 1em;
	text-decoration: none;
	color: rgba(166,210,249,1);
	/*text-shadow: 0px 0px 0.5em rgba(166,210,249,1);*/
}

.head-capital {
	font-family: Bernardo Moda;
	font-size: 120%;
}

.small-caps {
	font-size: 50%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
}

.head-right {
	padding: 5px 10px;
	font-size: 16pt;
	text-align: right;
	float: right;
}

.head-digits {
	font-size: 22pt;
	line-height: 0em;
}

.head-number-text {
	color: #e5d7a1;
}

.head-email {
	color: #e5d7a1;
}

.head-email a {
	color: rgba(166,210,249,1);
	text-decoration: none;
}

.navbar {
	background: #15324d;
	background: -moz-linear-gradient(top,  #15324d 0%, #0c273f 60%);
	background: -webkit-linear-gradient(top,  #15324d 0%,#0c273f 60%);
	background: linear-gradient(to bottom,  #15324d 0%,#0c273f 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15324d', endColorstr='#15324d',GradientType=0 );

	border-bottom: 1px solid #647D95;
}

.subnavbar {
	background: #061d33;
	
	border-bottom: 1px solid rgba(166,210,249,1);
}

.subnavbar .head-tabs > ul > li {
	margin: auto;
	padding: 5px 2px;
	display: inline-block;
	vertical-align: middle;
}

.head-tabs {
	/*font-size: 20pt;*/
	text-transform: uppercase;
}

.head-tabs ul {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.head-tabs > ul > li {
	margin: 0px;
	padding: 5px 0px;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.head-tabs ul li a {
	/*border-radius: 5px;*/
	display: block;
	color: #e5d7a1;
	text-decoration: none;
	border: 1px solid transparent;
	margin: 0px 2px;
	padding: 2px 8px;
}

.head-tabs ul > li:hover > a {
	text-shadow: 0px 0px 10px rgba(166,210,249,1);
}

.head-tabs > ul > li:not(.active):not(.no-border):not(.head-blank):hover {
	/*background: #270E02;*/
	background: #271802;
	border-left: 1px solid #647D95;
	border-right: 1px solid #647D95;
	/*border: 1px solid #e5d7a1;*/
}

/*.head-tabs > ul > li:not(.active):not(.no-border):hover > a {
	background: #270E02;
	border: 1px solid #e5d7a1;
}
*/
.head-tabs ul > li.active {
	border-left: 1px solid #647D95;
	border-right: 1px solid #647D95;
	/*background: #77611A;*/
	/*background: #271802;*/
	background: #270E02;
	/*text-shadow: 0px 0px 5px rgba(166,210,249,1);*/
	/*color: rgba(166,210,249,1);*/
	/*cursor: default;*/
}

.head-tabs ul > li.active a {
	/*border: 1px solid rgba(166,210,249,1);*/

	/*background: #271802;*/
	/*color: #061D33;*/
	color: rgba(166,210,249,1);
	text-shadow: 0px 0px 10px #e5d7a1;
	cursor: default;
}

.head-tabs ul li a .fa-registered {
	font-size: 6pt;
	padding-left: 3px;
}

.head-tabs ul li a .fa-facebook-square, .head-tabs ul li a .fa-twitter-square, .head-tabs ul li a .fa-google-plus-square {
	font-size: 18pt;
	margin: 0px -10px;
	padding: 0px 0px;
}

.head-tabs ul li:hover a .fa-facebook-square, .head-tabs ul li:hover a .fa-twitter-square, .head-tabs ul li:hover a .fa-google-plus-square {
	color: rgba(166,210,249,1);
	text-shadow: 0px 0px 10px #e5d7a1;
}

.head-blank {
	width: 2%;
	/*background: red;*/
}

.head-tabs ul ul {
	display: none;
	position: absolute;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #baa868;
	/*border-radius: 5px;*/
	/*background: #270E02;*/
	background: #271802;

	-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.75);
}

.head-tabs ul li:hover > ul {
	display: block;

	z-index: 1000;
}

.head-tabs ul ul li {
	border: 1px solid transparent;
	/*border-radius: 5px;*/
}

.head-tabs ul ul li a {
	text-align: left;
}

.head-tabs ul ul li:hover {
	border: 1px solid #e5d7a1;
	background: #15324d;
	/*border-radius: 5px;*/
	text-shadow: 0px 0px 10px #0c273f;
}

.body-container {
	background: #e5d7a1;
	color: #061D33;
	margin: 0px;
	padding: 0px;
	/*border-top: 1px solid #77611A;*/
	/*border-bottom: 1px solid #77611A;*/
}

.sprocket-container-top {
	background-color: #061D33;
	height: 24px;
	border-top: 2px solid #030e1a;
	border-bottom: 4px solid #030e1a;
}

.sprocket-container-bottom {
	background-color: #061D33;
	height: 24px;
	border-top: 4px solid #030e1a;
	border-bottom: 2px solid #030e1a;
}

.sprockets {
	background-image: url(../images/sprocket.png);
	background-repeat: repeat-x;
	background-size: 24px;
	opacity: 0.5;
	height: 24px;
}

.index-slider {
	font-size: 48pt;
	line-height: 0pt;
	margin: 0px;
	padding: 0px;
/*
	background: #030e1a;
	background: -moz-linear-gradient(left,  #030e1a 0%, #061d33 35%, #061d33 65%, #030e1a 100%);
	background: -webkit-linear-gradient(left,  #030e1a 0%,#061d33 35%,#061d33 65%,#030e1a 100%);
	background: linear-gradient(to right,  #030e1a 0%,#061d33 35%,#061d33 65%,#030e1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030e1a', endColorstr='#030e1a',GradientType=1 );
*/
	background: #270E02;
	background: -moz-linear-gradient(left,		#061d33 0%, #030e1a 20%, #030e1a 80%, #061d33 100%);
	background: -webkit-linear-gradient(left,	#061d33 0%, #030e1a 20%, #030e1a 80%, #061d33 100%);
	background: linear-gradient(to right,		#061d33 0%, #030e1a 20%, #030e1a 80%, #061d33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061d33', endColorstr='#061d33',GradientType=1 );
}

.slider {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0px auto;

	border-radius: 10px;
}

.slider ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.slider ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0px 5px;
	padding: 0;
	width: 940px;
	height: 299px;
	/*background: #BB7A5A;*/
	text-align: center;
	line-height: 300px;

	border-radius: 10px;
}

.slider ul li a {
	text-decoration: none;
	color: #061D33;
	text-shadow: 0px 0px 50px #e5d7a1;
}

.slider ul li a i {
	font-size: 8pt;
	padding-left: 3px;
}

.slider ul li img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-family: arial;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.5;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.index-title {
	text-align: center;
}

.index-title h2 i {
	font-size: 6pt;
	padding-left: 1px;
}

.index-content {
	padding: 0px 0px;
	margin: 0px;
}

.spacer {
}

.spacer-0 {
	line-height: 0em;
}

.text-content {
	padding: 10px 10px;
	margin: 10px 0px;
	background: #baa868;
	box-shadow: 0px 0px 5px #030e1a;
}

.video-row {
	background: #baa868;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0px 0px 5px #030e1a;
}

.video-container {
	float: left;
	width: 465px;
	height: 261px;
	margin: 0px;
	border-radius: 5px;
}

.video-text {
	float: right;
	width: 465px;
	height: 261px;
	margin: 0px;
	padding: 0px;
	border-radius: 5px;

	background: #e5d7a1;
	box-shadow:  inset 0px 0px 5px #030e1a;
}

.video-text ul {
	font-size: 22pt;
	padding: 10px 15px;
	line-height: 1.5em;

	margin-top: 10px;
}

.video-text ul i {
	/*font-size: 24pt;*/
	padding: 4px 0px;
}

.quad-row {
	background: #061D33;
	color: #e5d7a1;

	border-radius: 5px;
	padding: 10px 5px;
	box-shadow: 0px 0px 5px #030e1a;
}

.quad-container {
	float: left;
	width: 225px;
	height: 225px;
	margin: 0px 6px;
	border-radius: 5px;
}

.quad-text {
	margin: 0px;
	padding: 5px;
	padding-top: 235px;
	text-align: center;
}

.quad-text i {
	font-size: 6pt;
	padding-left: 2px;
}

.twitter-row {
	background: #baa868;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0px 0px 5px #030e1a;
}

.twitter-timeline
{
	width: 100%;

	text-align: center;
	vertical-align: middle;
}

.twitter-text-l {
	float: left;
	width: 445px;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	border-radius: 5px;

	background: #e5d7a1;

	box-shadow:  inset 0px 0px 5px #030e1a;
}

.twitter-pic-r {
	float: right;
	width: 465px;
	height: 261px;
	margin: 0px;
	padding: 0px;
	border-radius: 5px;

	background: #e5d7a1;
	background-image: url(../images/skis-minicam-960.png);
	background-size: 465px 261px;

	box-shadow:  inset 0px 0px 5px #030e1a;
}

.twitter-text-r {
	float: right;
	width: 455px;
	/*height: 140px;*/
	margin: 0px;
	padding: 0px 5px;
	border-radius: 5px;

	/*background: #e5d7a1;*/
	/*box-shadow:  inset 0px 0px 5px #030e1a;*/
}

footer {
	background: #061D33;
	color: #e5d7a1;
	border-top: 1px solid rgba(166,210,249,1);
	text-shadow: 0px 0px 0.25em rgba(166,210,249,1);
}

.foot-content {
	padding: 10px;
}


/* Palette URL: http://paletton.com/#uid=43-0u0kkFjkbnsQg-nsp1eVut9P */
/* As hex codes */
/*
.color-primary-0 { color: #284764; }
.color-primary-1 { color: #647D95; }
.color-primary-2 { color: #3F5D79; }
.color-primary-3 { color: #15324D; }
.color-primary-4 { color: #061D33; }

.color-secondary-1-0 { color: #9A8337; }
.color-secondary-1-1 { color: #e5d7a1; }
.color-secondary-1-2 { color: #baa868; }
.color-secondary-1-3 { color: #77611A; }
.color-secondary-1-4 { color: #4E3D04; }

.color-secondary-2-0 { color: #9A5737; }
.color-secondary-2-1 { color: #E6AF94; }
.color-secondary-2-2 { color: #BB7A5A; }
.color-secondary-2-3 { color: #77381A; }
.color-secondary-2-4 { color: #4E1C04; }

.color-complement-0 { color: #9A7137; }
.color-complement-1 { color: #E6C594; }
.color-complement-2 { color: #BB935A; }
.color-complement-3 { color: #77511A; }
.color-complement-4 { color: #4E3004; }
*/


/* As RGBa codes */
/*
.rgba-primary-bright { color: rgba(166,210,249,1); }

.rgba-primary-0 { color: rgba( 40, 71,100,1) }
.rgba-primary-1 { color: rgba(100,125,149,1) }
.rgba-primary-2 { color: rgba( 63, 93,121,1) }
.rgba-primary-3 { color: rgba( 21, 50, 77,1) }
.rgba-primary-4 { color: rgba(  6, 29, 51,1) }

.rgba-secondary-1-0 { color: rgba(154,131, 55,1) }
.rgba-secondary-1-1 { color: rgba(230,211,148,1) }
.rgba-secondary-1-2 { color: rgba(187,164, 90,1) }
.rgba-secondary-1-3 { color: rgba(119, 97, 26,1) }
.rgba-secondary-1-4 { color: rgba( 78, 61,  4,1) }

.rgba-secondary-2-0 { color: rgba(154, 87, 55,1) }
.rgba-secondary-2-1 { color: rgba(230,175,148,1) }
.rgba-secondary-2-2 { color: rgba(187,122, 90,1) }
.rgba-secondary-2-3 { color: rgba(119, 56, 26,1) }
.rgba-secondary-2-4 { color: rgba( 78, 28,  4,1) }

.rgba-complement-0 { color: rgba(154,113, 55,1) }
.rgba-complement-1 { color: rgba(230,197,148,1) }
.rgba-complement-2 { color: rgba(187,147, 90,1) }
.rgba-complement-3 { color: rgba(119, 81, 26,1) }
.rgba-complement-4 { color: rgba( 78, 48,  4,1) }
*/
