/*
GENERAL STYLES
*/
@import url(http://fonts.googleapis.com/css?family=Lato:300);
@import url(http://fonts.googleapis.com/css?family=Oswald:300);
::-moz-selection {
    background: #1F1F21;
}
::selection {
    background: #1F1F21;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
	font-weight: 300;
	margin: 0;
}
a {
	color: #F7F7F7;
}
a:hover {
	color: #F7F7F7;
	text-decoration: none;
}
.vegas-loading {
	left: -50px;
}
.heading {
	font-size: 48px;
	margin-bottom: 48px;
	clear:both;
}
.tooltip-inner {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.5);
	border: 1px solid #F7F7F7;
	color: #f7f7f7;
	border-radius: 0;
}
.tooltip-arrow {
	border: none;
}

/*
FORMS
*/
.form-control {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.1);
	border: 1px solid #F7F7F7;
	box-shadow: none;
	border-radius: 0;
	color: #f7f7f7;
	font-weight: 300;
	height: 40px;
	transition: .25s;
}
.form-control:hover {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.25);
}
.form-control:focus {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.5);
	border: 1px solid #F7F7F7;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
   color: #D7D7D7;
}
.form-control:-moz-placeholder {
   color: #D7D7D7;  
}
.form-control::-moz-placeholder {
   color: #D7D7D7;  
}
.form-control:-ms-input-placeholder {  
   color: #D7D7D7;  
}
.btn {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.25);
	border: 1px solid #F7F7F7;
	box-shadow: none;
	border-radius: 0;
	color: #f7f7f7;
	font-weight: 300;
	transition: .25s;
}
.btn:hover {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.5);
	color: #f7f7f7;
}
.btn:focus {
	outline: none;
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.25);
	color: #f7f7f7;
}
.input-group {
	margin-bottom: 24px;
}
.input-group-addon {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.25);
	border: 1px solid #F7F7F7;
	color: #f7f7f7;
	border-radius: 0;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	border-radius: 0;
}
.alert {
	margin-top: 24px;
	border-radius: 0;
}
.alert-danger {
	border-color: #FF3B30;
	color: #F7F7F7;
	background: rgba(255, 59, 48, 0.25);
}
.alert-success {
	border-color: #4CD964;
	color: #F7F7F7;
	background: rgba(76, 217, 100, 0.25);
}
#newsletter-success, #newsletter-error, #contact-success, #contact-error {
	display: none;
}
.ketchup-error ul {
	color: #F7F7F7;
	background: #FF3B30;
	background: rgba(255, 59, 48, 0.75);
}
.ketchup-error span {
	border-top-color: #FF3B30;
	border-top-color: rgba(255, 59, 48, 0.75);
}

/*
PAGE WRAPPER
*/
.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.25);
	z-index: -1;
}
.page-wrapper {
	text-align: center;
	width: 100%;
	padding: 24px 0;
}
.page-wrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}
.page-wrapper-inner {
	display: inline-block;
	vertical-align: top;
}

/*
OPEN BUTTONS
*/
.btn-wrapper {
  height: 120px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top:48px;
}
.btn-list {
	width: 100%;
	text-align: center;
	display: none;
	margin-bottom: 48px;
}
.btn-wrapper .open-btn {
	display: inline-block;
	font-size:17px;
}
.open-btn {
	border: 1px solid #F7F7F7;
	padding: 12px;
	transition: .25s;
}
.open-btn:hover {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.5);
}
.btn-list .open-btn {
	font-size: 18px;
	line-height: 60px;
}
.btn-list .logo-btn{
background: url('../images/agt-logo-1.png') no-repeat scroll 0px 0px transparent;
border: 0 solid;
padding: 60px 210px;
position: relative;
top: 0px;
}
.btn-wrapper .logo-btn {
background: url('../images/agt-logo-1.png') no-repeat scroll 0px 0px transparent;
border: 0 solid;
padding: 52px 186px;
position: relative;
top: -16px;
}
.btn-wrapper .newsletter-btn {
}
.btn-wrapper .contact-btn {
}
.btn-wrapper .about-btn {
}
.btn-wrapper .social-btn {
}
.close-btn {
	position: relative;
	width: 120px;
	display: block;
	float: right;
}

/*
MAIN
*/
.logo-wrapper {
	margin-bottom: 72px;
}
.logo {
	font-size: 96px;
}

.subline-wrapper {
	font-size: 36px;
}

.bg{
background: rgba(31, 31, 33, 0.5);
}

.time {
	margin: 12px 24px;
	border: 1px solid #F7F7F7;
	display: inline-block;
	width: 150px;
	height: 150px;
	transition: .25s;
}
.time:hover {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.5);
}
.time span {
	font-size: 72px;
	font-family: 'Oswald', sans-serif;
}
.container p img{
float: left;
margin: 0 26px 0 0;
border:1px solid #F7F7F7;
padding: 0px;
}

.about p{
text-align: left;
}

/*
NEWSLETTER
*/
.newsletter {
	display: none;
	padding: 0 24px;
}
#newsletter-form {
	width: 50%;
	margin: 0 auto;
	margin-top: 48px;
}

/*
CONTACT
*/
.contact {
	display: none;
	padding: 0 24px;
}
#contact-form {
	width: 50%;
	margin: 0 auto;
	margin-top: 48px;
}

/*
ABOUT
*/
.about {
	display: none;
	padding: 0 24px;
}

/*
SOCIAL
*/
.social {
	display: none;
	padding: 0 24px;
}
.social-icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.25);
	border: 1px solid #F7F7F7;
	color: #f7f7f7;
	transition: .25s;
	font-size: 60px;
	margin-bottom: 12px;
}
.social-icon:hover {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.5);
	color: #f7f7f7;
}
.container{padding-top:88px;}
/* MEDIA QUERIES */
@media all and (max-width: 768px) {
	.btn-wrapper {
		display: none;
	}
	.btn-list {
		display: block;
	}
	.page-wrapper {
		height: auto;
	}
	.close-btn {
		position: relative;
		display: block;
	}
	#newsletter-form, #contact-form {
		width: 100%;
	}
}

@media only screen and (max-width: 992px){
}

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

@media only screen and (max-width: 480px){
	.list-inline > li:first-child{margin-bottom:45px;}
	.container{padding-top:0px;}
	.container p{padding:20px 0px;}
	.container p img{width:100%;}
}