.col-1, .col-2, .col-3, .col-4, .col-5 {float:left; position:relative;}
.column-1, .column-2, .column-3 {float:left; position:relative;}
.container {width:100%; overflow:hidden; }
.container1 {width:100%; }

#main { width:882px; margin:0 auto; text-align:left;}
#header {height:514px;}
#footer { height:59px;}

/* ============================= page1 ===========================*/
#page1 #content { background:#FFF; padding-top:0px;}
#page1 .seperator1 { background:url(images/separator2.gif) 212px 0 repeat-y; margin-top:40px;}



/* ============================= Conventry ===========================*/
/* The Close Button */
.close {
	width: 100%;
	height: 30px;
	cursor: pointer;
	background-color: blue;
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
/* The Modal (background) */
.modal {
	position: relative;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: none;
	overflow: auto;
	position: fixed;
	font-size: 25px;
	padding-top: 125px;
	font-family: Calibri;
	background-color: rgba(0,0,0,0.5);
	-webkit-animation-name: animatetop;
    	-webkit-animation-duration: 1s;
   	animation-name: animatetop;
    	animation-duration: 1s;
}

/* Modal Content */
.modal-content {
    position: relative;
    z-index: 1;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
	width: 400px;
	height: 300px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

#myBtn, .coventrymedia a {
    text-decoration: none;
}

.coventrymedia a:hover {
    color: black !important;
}

.coventry_header_content {
    padding-top: 15px;
}

.close {
    padding-top: 5px;
    color: white;
    text-align: right;
}

#myBtn:hover {
	color: white;
	cursor: pointer;
}

.coventry_popup_title_content {
	margin-top: 50px !important;
}
/* ============================= End Conventry ===========================*/