@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	width: 100% !important;
	background: url(../images/bg.png) #FFFFFF no-repeat top center;
	/*background-size: 100%;*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 900;
	font-size: 16px;
	letter-spacing: 1px;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,0.00);
}
a, a:hover, a:active, a:focus {
	border: none;
	outline: none;
	text-decoration: none;
}
.outer {
	display: table;
	position: fixed;
	height: 100%;
	width: 100%;
}
.middle {
	display: table-cell;
	vertical-align: middle;
}
.main-outer{
	height: 90%;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 10px 10px;/*padding-right: 20px;*/
}
.dc-logo {
	float: left;
}
.share {
	float: right;
	text-align: center;
	padding: 10px 20px;
}
.share p {
	color: #000000;
}
header li {
	display: inline-block;
	margin: 0 5px;
}
.tr-logo {
	margin: 0 auto 3%;
}
.btn-container {
	padding: 25px 15px 35px;
	border: 12px solid #f63639;
	background: rgba(255,255,255,0.0);
	border-radius: 0px;
	text-align: center;
	margin: 0 auto;
	width: 88%;
}
.inner-btn-container {
	margin: 0 auto;
	width: 97%;
}
.btn-container h2 {
	font-weight: 900;
	margin: 0;
	color: #f53538;
	font-size: 38px;
}
.btn-container p {
	margin: 20px 0 0;
	color: #f53538;
	font-size: 26px;
}
.btns {
	margin: 25px auto 0;
	max-width: 166px;
}
.btn-visit-site, .btn-visit-site:active, .btn-visit-site:focus {
	text-align: center;
	border: 2px solid #eb3336;
	background: #eb3336;
	color: #FFFFFF;
	margin: 10% 14% 7%;
	padding: 10px;
	font-size: 20px;
}
.btn-visit-site:hover {
	background: #cd191c;
	border: 2px solid #cd191c;
	color: rgba(255,255,255,0.85);
}
footer, #drawer {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,1.0);
	padding: 5px 10px;
}
footer a, .copyright {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	font-size: 11px;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin: 0 10px 0 0;
}
footer a:focus, footer a:hover {
	color: #CDCDCD;
}
.copyright {
	float: right;
	display: inline-block;
	margin-right: 0;
	padding: 5px 5px 0 0;
}
.btn-credits {
	cursor: pointer;
}
#drawer {
	background: rgba(255,255,255,1.0);
	text-align: center;
	padding-top: 10px;
	display: none;
}
#drawer .copyright {
	float: none;
	display: block;
	text-align: center;
	color: #000000;
	font-weight: 400;
}
.drawer-links {
	margin-top: 0px;
	color: rgba(0, 0, 0, 1.0);
}
.drawer-links li {
	display: inline-block;
	padding: 0 3px;
	margin-top: 15px;
}
.drawer-links li a {
	font-weight: 400;
	color: #000000;
}
.drawer-links li a:focus, .drawer-links li a:hover {
	color: #292929;
}
#close {
	cursor: pointer;
	position: absolute;
	right: 10px;
}
#video-container {
	opacity: 1;
	background: rgba(0,0,0,0.9);
	padding: 0 !important;
}
#video-container .close {
	float: none;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 10px 10px;
	opacity: 1;
	background: #f63639;
}
#videoPlayer {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
/* ===== IE Block Code ===== */
#olderbrowser {
	display: none;
	width: 100%;
	position: fixed;
	text-align: center;
	top: 0;
	font-size: 20px;
	z-index: 1100;
	color: #FFFFFF;
	height: 100%;
	background: #000000;
	bottom: 0;
}
.ie-quote {
	margin-top: 15%;
}
.ie-quote p {
	padding-top: 35px;
}

/* ===== IE Block Code Ends ===== */

@media screen and (max-width:1600px) {
.tr-logo {
	width: 320px;
	margin-bottom: 2%;
}
.btn-container {
	width: 80%;
	padding: 15px 15px 25px;
}
.btn-container h2 {
	font-size: 34px;
}
.btn-container p {
	font-size: 22px;
	margin-top: 15px;
}
.btn-visit-site, .btn-visit-site:active, .btn-visit-site:focus {
	margin: 5% 20% 7%;
	font-size: 16px;
}
}

@media screen and (max-width:1366px) {
.share p {
	font-size: 12px;
}
.tr-logo {
	width: 265px;
	margin-bottom: 1%;
}
.btn-container {
	width: 70%;
	padding: 15px 15px 20px;
}
.btn-container h2 {
	font-size: 24px;
}
.btn-container p {
	font-size: 16px;
	margin-top: 15px;
}
.btns {
	margin: 15px auto 0;
	max-width: 100%;
}
.btn-visit-site, .btn-visit-site:active, .btn-visit-site:focus {
	margin: 5% 25% 7%;
	padding: 7px;
}
#videoPlayer {
	width: 75%;
}
}

@media screen and (max-width:1280px) {
.tr-logo {
    width: 250px;
    margin-bottom: 1%;
}
.custom-col {
	padding: 0 12px;
}
.btn-visit-site, .btn-visit-site:active, .btn-visit-site:focus {
	margin: 2.5% 30% 7%;
	padding: 5px;
}
footer a, .copyright {
	font-size: 8px;
}
}

@media screen and (max-width:800px) {
.tr-logo {
	width: 360px;
	margin-bottom: 5%;
}
.btn-container {
	width: 100%;
	padding: 18px 15px 25px;
}
.btn-visit-site, .btn-visit-site:active, .btn-visit-site:focus {
	margin: 20% 15% 7%;
	padding: 8px;
}
footer {
	text-align: center;
}
.copyright {
	float: none;
	padding: 5px 0 0 0;
}
}

@media screen and (max-width:767px) {
html, body {
	background-position: center top;
	background-size: cover;
	height: auto;
}
.share p {
	margin: 0;
}
.tr-logo {
	width: 285px;
	margin-top: 20%;
}
.btn-container {
	width: 100%;
	padding: 18px 15px 25px;
	margin-bottom: 20%;
}
.btn-container p {
	margin-top: 11px;
}
.btn-visit-site, .btn-visit-site:active, .btn-visit-site:focus {
	margin: 10% 20% 20%;
	padding: 8px;
}
.outer {
	display: block;
	position: relative;
}
#video-container .outer {
	display: table;
}
footer {
	padding: 0;
}
.drawer-links a {
	margin-right: 6px;
}
}

@media screen and (max-width:767px) and (orientation:landscape) {
.tr-logo {
	width: 220px;
	margin-top: 2%;
	margin-bottom: 2%;
}
.btn-container {
	width: 90%;
	padding: 12px 15px 15px;
	margin-bottom: 15%;
}
.btn-container p {
	margin-top: 11px;
}
.custom-col {
	padding: 0 5px;
	width: 33.3333%;
}
.btns {
	padding: 0 6px;
}
.btn-visit-site, .btn-visit-site:active, .btn-visit-site:focus {
	margin: 10% 35% 20%;
}
.outer {
	display: block;
	position: relative;
}
#video-container .outer {
	display: table;
}
}

@media only screen and (min-device-width: 812px) and (max-device-width: 823px) and (orientation: landscape) {

.tr-logo {
	width: 220px;
	margin-top: 2%;
	margin-bottom: 2%;
}
.btn-container {
	width: 90%;
	padding: 12px 15px 15px;
	margin-bottom: 15%;
}
.btn-container p {
	margin-top: 11px;
}
.custom-col {
	padding: 0 5px;
	width: 33.3333%;
}
.btns {
	padding: 0 6px;
}
.btn-visit-site, .btn-visit-site:active, .btn-visit-site:focus {
	margin: 10% 30% 20%;
}
.outer {
	position: relative;
}
#video-container .outer {
	display: table;
}
footer {
	text-align: center;
}
.copyright {
	float: none;
	padding: 5px 0 0 0;
}
}

@media screen and (max-width:568px) and (orientation:portrait) {
header {
	padding-top: 5px;
}
.dc-logo img {
	max-width: 60%;
}
.share {
	padding: 5px;
}
.btn-visit-site, .btn-visit-site:active, .btn-visit-site:focus {
	margin-bottom: 30%;
}
footer a, .copyright {
	font-size: 8px;
}
}

@media screen and (min-width:2500px) {
footer a, .copyright {
	font-size: 16px;
}
}
