@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	height:100%;
	font-family:arial, Helvetica, sans-serif;
	font-size:12px;
}
html{
		height:100%;
	margin:0px;
	}
#telFooter{
	 display:none;
}
#bg-container{
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;

  z-index: 0; /* stays in the back */
     /* fallback image */
  background-image: url("../gfx/bgImages/Attic.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1; /* make sure it stays behind content */
}

#bgimg1{
	position:absolute;
	
	background-image: url("/gfx/bgImages/Attic.jpg"); 
	top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
		z-index:500;
	background-color: transparent;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
     pointer-events: none;
}
#bgimg2{
	position:absolute;
	
	background-image: url("/gfx/bgImages/Attic.jpg"); 
	top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
		z-index:250;
		background-color: transparent;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
     pointer-events: none;
}
.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}
#headerfixed{
	width:100%;
	height:75px;
	position:fixed;
	top:0px;
		z-index:1000;
	padding-top:3px;
	
}
#headleft{
    float: left;
    padding-left:35%;
	width:500px;
	font-family:verdana;
	font-size:18px;
	color:#FFFFFF;
	text-transform:uppercase;
	margin-left:3px;
}
#headleft a{
	color:#FFFFFF;
	text-decoration:none;
}
#headleft a:hover{
	color:#C51230;

}
#headright{
	float:right;
	width:50px;
	padding:10px;
	text-align:right;

}
#headrightouter{
	float:right;
	width:600px;
	text-align:right;
	margin-right: 3px;
	height:75px;
}
#headrightouter a{
	text-decoration:none;
	color:#666666;
}
#bMenu{
position:fixed;
right:0px;
display:none;
z-index:50000;
width: 300px;
height:100%;
border-left:#333333 thin solid;
 background-color:#FFFFFF; 
}

#bMenu ul{
list-style:none;
margin-left:0px;
padding-left:0px;
}
#bMenu ul li{
font-size:24px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
text-align:left;
padding-left:0px;
}
#bMenu ul li a{
display:block;

height:50px;
text-decoration:none;
color:#666666;
/* background-color:#FFFFFF;
width:100%; */
padding-left:25px;
}
#bMenu ul li a:hover{
color:#FFFFFF;
background-color:#666666;
}


#closeBTN{
	padding-top:10px;
	width:90%;
	text-align:right;
	font-size:20px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;

}
#closeBTN a{
	text-decoration:none;
	color:#666666;
}
#closeBTN a:hover{
	text-decoration:none;
	color:#FF0000;
}
.telzone{
	color:#C51230;
font-size:20px;
text-decoration:none;
}
.telzoneFooter{
	color:#FFFFFF;
font-size:20px;
text-decoration:none;
}
.emailzone{
font-size:18px;

}



#headrightupper{
	float:left;
	width:100%;
	text-align:right;
	font-family:verdana;
}	
#headrightlower{
	clear:both;
	float:left;
	width:100%;
	text-align:right;
	font-family:verdana;
}

#prev{
		position:absolute;
	top:0px;
left:0px;
	width:50px;
	top:50%;
transform: translateY(-50%)	;
text-align:center;
	z-index:1500;
}

#next{
		position:absolute;
	top:0;
right:0px;
	width:70px;
	top:50%;
transform: translateY(-50%)	;
text-align:center;
	z-index:1500;
}
.prevbtn {

	cursor:pointer;
	margin-top: -22px;
	padding: 16px;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 36px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.nextbtn {

	cursor:pointer;
	margin-top: -22px;
	padding: 16px;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 36px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.prev:hover, .next:hover{
background-color: rgba(0,0,0,0.8);
}
#centrecontent{
	padding:0;
	margin:0 auto;
	text-align:center;
	position:absolute;
	width:100%;
	z-index:700;
	top:50%;
	transform: translateY(-50%)	;


}

#innerSquare{
	margin:0 auto;
	width: 500px;
	height: 280px;
	-moz-border-radius: 5%;
	-webkit-border-radius: 5%;
	border-radius: 5%;
	opacity: 0.7;
	z-index:1000;
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	padding-right:5px;
	color:#666666;
	font-family:verdana;
	font-size:18px;
	background-color:#FFFFFF;
	border:#C51230 2px solid;
   }
#innerSquare a{
	color: inherit;
	text-decoration:none;
	background-color:#FFFFFF;
	}
#innerSquare h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 24px;
	}
#innerSquare a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#C51230;

	}

#innerSquare:hover, innerSquare a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#C51230;
			border:#FFFFFF 2px solid;
	}   
   
    #container{
	position:relative;
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
}
#pagecontent{
	position:relative;
	width: 1200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: left;
padding-top: 10px;

}
#pagecontent h1{
color:#C51230;
font-size:30px;
}
#pagecontent h2{
font-size:24px;
}

#leftcol{
	float:left;
	width:595px;
	text-align:left;
	padding-right:5px;
}
#rightcol{
	float:left;
	width:595px;
	text-align:left;
	padding-left:5px;
}

#menu{
/*	display:inline; */
float:left;
width:40px;
	padding-top:3px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
}
#menu a{
	text-decoration:none;
	color:#000000;
}
#menu a:visited{
	text-decoration:none;
	color:#000000;
}

#menu ul{
		list-style:none;
}
#menu ul li{
	float:left;
	width: 125px;
		padding:0px;
		margin-top:2px;
		margin-right:15px;
		height:25px;
		text-align:left;
	font-family:arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
}

.menuselected{
color:#C51230;
}

#footer{
float:left;
	width: 1200px;
	height:100px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top:5px;
}
#flogos{
float:left;
width:400px;
}
#flinks{
float:left;
width:400px;
text-align:center;
padding-top:15px;
}
#flinks a{
color:#000000;
text-decoration:none;
}
#faddress{
float:left;
width:400px;
text-align:right;
padding-top:15px;

}
#logoTL{
	width:489px;
	height:70px;
}

#hamburger{

}	
.hamburger-menu-black{
	width:50px;
	height:7px;
	background-color:#111111;
	 border-radius:5px;
	margin:3px 0;
}

.hamburger-menu-white{
	width:25px;
	height:4px;
	background-color:#ffffff;
	/* border-radius:5px; */
		margin:5px 0;
}
#headSocial{
	float:right;
	width:110px;
	padding:5px;
	text-align:right;
	
}
#pagecontent a{
text-decoration:none;
color:#C51230;
}
#pagecontent a:hover{
text-decoration:underline;
color:#C51230;
}
@media screen and (max-width : 1040px){

#headleft{
	width:450px;
	padding-left:15%;
}
#logoTL{
	width:400px;
	height:52px;
}
#headrightouter{
	width:50px;
	height:50px;
}
#headrightupper{
	display:none;
}	
#headrightlower{
	position:absolute;
	top: 3px;
	right:3px;
	width:50px;
	height:50px;
	text-align:right;

}
#hamburger{
	display:block;
	right: 3px;
	top:12px;

	
}
#mobileOne{
position:fixed;
width:0px;
right:0px;
height:1100px;
text-align:left;
margin-top:62px;
background-color:#C51230;
overflow:visible;
right:0px;
z-index:11000;
padding:0px;
top:0px;
transition: 0.3s ease-out;
-webkit-transition:  0.3s ease-out;

}
#menu ul{
width:125px;
}
#menu ul li{
float: left;
width:120px;
padding-bottom:10px;
padding-bottom:20px;
font-size:18px;

}
#menu a{
padding-right:15px;
text-decoration:none;
color:#FFFFFF;
}
#menu a:hover{
	color:#CCCCCC;
}

#innerSquare{
	margin:0 auto;
	width: 350px;
	height: 300px;
	-moz-border-radius: 5%;
	-webkit-border-radius: 5%;
	border-radius: 5%;
	opacity: 0.7;
	z-index:1000;
	color:#ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:3px;
	padding-right:3px;
	color:#666666;
	font-family:verdana;
	font-size:18px;
	background-color:#FFFFFF;
	border:#C51230 1px solid;
   }
#innerSquare h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 22px;
	}
#pagecontent{
	width: 90%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: left;
padding-top: 10px;

}
#pagecontent h1{
color:#C51230;
font-size:26px;
}
#pagecontent h2{
font-size:20px;
}


#leftcol{
	width:48%;
	padding-right:2px;
}
#rightcol{
	width:48%;
	padding-left:2px;
}
#footer{
width:100%;
padding-bottom:25px;
}
#flogos{
float:left;
width:100%
}
#flinks{
clear:both;
width:100%;
text-align:center;
padding-top:3px;
}

#faddress{
clear:both;
width:100%;
text-align:center;
padding-top:0px;

}
#headerfixed{
	height:60px;
}



}

@media screen and (max-width : 450px){

    #headSocial{
display:none;
}
    #headright{
	float:right;
	width:50px;
	padding:0px;
	text-align:right;

}
#headleft{
	width:350px;
	padding-left:0%;
    text-align: center;
}
#logoTL{
	width:300px;
	height:42px;
}
#headrightouter{
	width:50px;
	height:50px;
}
#headrightupper{
	display:none;
}	
#headrightlower{
	position:absolute;
	top: 3px;
	right:3px;
	width:50px;
	height:50px;
	text-align:right;

}
#hamburger{
	display:block;
	right: 3px;
	top:12px;

	
}
#mobileOne{
position:fixed;
width:0px;
right:0px;
height:800px;
text-align:left;
margin-top:50px;
background-color:#C51230;
overflow:visible;
right:0px;
z-index:11000;
padding:0px;
top:0px;
transition: 0.3s ease-out;
-webkit-transition:  0.3s ease-out;

}
#menu ul{
width:125px;
}
#menu ul li{
float: left;
width:120px;
padding-bottom:10px;
padding-bottom:20px;
font-size:18px;

}
#menu a{
padding-right:15px;
text-decoration:none;
color:#FFFFFF;
}
#menu a:hover{
	color:#CCCCCC;
}

#innerSquare{
	margin:0 auto;
	width: 250px;
	height: 250px;
	-moz-border-radius: 5%;
	-webkit-border-radius: 5%;
	border-radius: 5%;
	opacity: 0.7;
	z-index:1000;
	color:#ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:3px;
	padding-right:3px;
	color:#666666;
	font-family:verdana;
	font-size:14px;
	background-color:#FFFFFF;
	border:#C51230 1px solid;
   }
#innerSquare h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 20px;
	}
#pagecontent{
	width: 350px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: left;
padding-top: 10px;

}
#pagecontent h1{
color:#C51230;
font-size:24px;
}
#pagecontent h2{
font-size:18px;
}
#pagecontent a{
text-decoration:none;
color:#C51230;
}
#pagecontent a:hover{
text-decoration:underline;
color:#C51230;
}

#leftcol{
	width:350px;
	padding-right:0px;
}
#rightcol{
	width:350px;
	clear:both;
	padding-left:0px;
}
#footer{
width:100%;
padding-bottom:25px;
}
#flogos{
float:left;
width:100%
}
#flinks{
clear:both;
width:100%;
text-align:center;
padding-top:3px;
}

#faddress{
clear:both;
width:100%;
text-align:center;
padding-top:0px;

}
#headerfixed{
	height:45px;
}
#telFooter{
	 display:block; 
	position:fixed;
	bottom:0;
	width:100%;
	background-color:#C51230;
	height:25px;
	opacity:100%;
	text-align:center;
	z-index:10000;
}
#telFooter a{
	text-decoration:none;
}
.menuselected{
color:#FFFFFF;
}
}