/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.av_one_third {
	width: 33.33333%;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

.copyright {
	padding-bottom: 15px;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */





}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}




/*
Popup Styles
================================================== */

.modal {
	background-color: #f05a1a;
	border: 4px solid #FFF;
	margin: auto;
	max-width: 590px;
	max-height: 250px;
	overflow: hidden;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	transition: all 600ms ease-in-out;
}
.modal h1 {
	color: #FFF;
	font-size: 33px;
	font-weight: bold;
	margin-top: 25px;
	padding-top: 15px;
	text-align: center;
}
#gform_wrapper_1 {
    margin: 3em auto;
    max-width: 80%;
}
#gform_wrapper_1 .gform_body {
	float: left;
    max-height: 42px;
    overflow: hidden;
    width: 50%;
}
#gform_wrapper_1 #input_1_1 {
	background-color: transparent;
	border: 2px solid #FFF;
	color: #FFF;
	height: 42px;
}
#gform_wrapper_1 .gform_footer {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	width: 50%;
}
#gform_wrapper_1 .gfield_label {
	display: none;
}
#gform_wrapper_1 .ginput_container {
	margin-top: 0;
}
#gform_wrapper_1 #gform_submit_button_1 {
	background-color: #FFF;
    color: #f05a1a;
    height: 42px;
    max-width: 210px;
    width: 100%;
}
#gform_confirmation_wrapper_1 {
	background-color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
}
#gform_confirmation_wrapper_1 h1 {
	color: #f05a1a;
}
#gform_confirmation_wrapper_1 p {
    font-size: 20px;
    color: #666666;
    margin: 0;
    padding: 0px 60px;
    text-align: center;
}
#gform_confirmation_wrapper_1 a {
	color: #666666;
	cursor: pointer;
	display: block;
	font-size: 20px;
	text-decoration: underline;
	text-align: center;
}
#input_1_1::-webkit-input-placeholder {
   color: #FFF;
}
#input_1_1:-moz-placeholder { /* Firefox 18- */
   color: #FFF;
}
#input_1_1::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;
}
#input_1_1:-ms-input-placeholder {
   color: #FFF;
}
.close {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 15px;
	bottom: 85%;
	color: #fff;
	display: block;
	height: 25px;
	margin: 50px auto 0;
	position: absolute;
	right: 1em;
	width: 25px;
	z-index: 999;
	transition: background 300ms ease-in-out;
}
.close:after {
	content: '\2715';
	font-size: 18px;
	line-height: 1;
	position: absolute;
	right: 3px;
	top: 1px;
}
.close:hover {
	background: #666666;
	cursor: pointer;
}
.close:active {
	background: #2f2f2f;
	cursor: pointer;
}
#CoverPop-cover {
    display: none;
    z-index: 1000;
    -webkit-animation: fade-in .25s ease-in-out;
    -moz-animation-name: fade-in .25s ease-in-out;
    -ms-animation-name: fade-in .25s ease-in-out;
    -o-animation-name: fade-in .25s ease-in-out;
    animation-name: fade-in .25s ease-in-out;
}
.CoverPop-open #CoverPop-cover {
    display: block;
}
@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}
@media (max-width: 450px) {
	.modal {
		max-height: 350px;
	}
	.modal h1 {
		padding-left: 10px;
		padding-right: 10px;
	}
	#gform_wrapper_1 .gform_body {
		float: none;
		width: 100%;
		max-height: 100%;
	}
	#gform_wrapper_1 #input_1_1 {
		margin: 2px auto;
	}
	#gform_wrapper_1 .gform_footer {
		clear: both;
		float: none;
		width: 100%;
	}
	#gform_wrapper_1 #gform_submit_button_1 {
		display: block;
		margin: 5px auto;
	}
}