@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 40px;
	font-family: 'Futura', 'Century Gothic', sans-serif;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

p {
	color: #FFFFFF;
	background: #000000;
	line-height: 20px;
	letter-spacing: 1px;
	font-size: 14px;
	padding-right:15px;
}

h1, h2 {
	color: #999999;
	margin: 15px 0;
	clear: both;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Futura', 'Century Gothic', sans-serif;
	font-size:30px;
}

h3 {
	color: #999999;
	margin: 25px 0 15px 0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	clear: both;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

html {
	background: #000000;
}
.clear{
	clear:both;
}

.center {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

img {
	max-width:100%;
	height: auto;
}

img {
	border: none;
}

img.left {
	float: left;
}

#wrapper {
	width: 1200px;
	margin: 0 auto; 
}

#header {
	width: 100%;
	height: 150px;
	margin: 0 auto 25px auto;
	overflow: hidden;
	border-bottom: 4px double #333333;
	background: #000000 url(../images/logo.png) no-repeat right top;
	background-size: contain;
}

	/*#logo {
		width: 30%;
		display: inline-block;
	}*/

	#Navigation {
		width: 66.25%;
		margin-top:115px;
	/*margin: 0 auto;*/
	/*padding-top: 40px;
	overflow: hidden;
	background: none;*/
	}
/*	#Navigation ul { 
 	float: left; 
	margin-right: 10px;
    position: fixed;
    width: 45%;
	}
	#Navigation ul li { 
	 	list-style: none; 
		margin: 0 37px 0 0; 
		float: left;
		line-height: 30px;
		display: block;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 30px; 
			font-size: 12px;
			letter-spacing: 3px;
			text-transform: uppercase; 
			padding: 0;
			color: #CCCCCC;
			}

			#Navigation ul li a:hover { 
			 	background: none; 
				color: #FFFFFF;
				cursor: pointer;
				}

    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	background: none; 
			 	color: #FFFFFF;
				}*/
#content {				
	width: 100%;
	padding-bottom: 35px;
	background: #000000;
}

	#gallery {
		width:80%;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		padding:10px;
	}

#galleryNew {
		width:80%;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		padding:10px;
	}
	
	.button {
		width:200px;
		height:auto;
		border:solid 3px #FFF;
		background-color:#333;
		text-align:center;
		float:left;
		display:block;
		cursor:pointer;
		margin:10px;
		padding:20px;
		font-size:24px;
	}
	
	.before:after {
		content:'Before';
		color:#FFF;
		float:left;
	}
	
	.after:after {
		content:'After';
		color:#FFF;
		float:right;
	}
	
		.button a {
			color:#FFF !important;
		}
	
		.button:hover {
			background-color:#FFF;
			color:#000;
			border:solid 3px #555;
		}
	
		#gallery p {
			margin-bottom:20px;
			border-bottom:dotted #FFF 2px;
			text-align:center;
		}
		
		#gallery img {
			padding:10px;
			margin-right:auto;
			margin-left:auto;
		}

#galleryNew p {
			margin-bottom:20px;
			text-align:center;
		}
		
		#galleryNew img {
			padding:0px;
			margin:10px;
			border-radius: 10px;
			border:2px solid #FFF;
		}

#footer { 
 	clear: both;  
	width: 100%; 
	height: 30px; 
	background: none; 
	text-align: left;
	border-top: 4px double #333333; 
	}
  	#footer p { 
		color: #FFFFFF;
		font-size: 14px;
		text-align: left;
		letter-spacing: 1px;
		margin-top: 5px;
		padding-top:20px;
	}
  	#footer a { 
	   	color: #999999; 
	   	text-decoration: none;
		}
	#footer a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}
	
/* =============================== Inner pages styles ============================= */
a.whiteLink {
	color: #FFF;
}

#contentIP {
	width: 66.25%;
	float: left;
	margin: 0;
	padding-bottom:15px;
	text-align: left;
}

#sidebar {
	width: 30%;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}
	
	#sidebar h3 {
		clear: both;
		text-transform: uppercase;
		color: #FFFFFF;
		font-weight: normal;
		letter-spacing: 3px;
		font-size: 12px;
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 0;
		background: none;
	}
	
	#sidebar ul {
		margin: 0;
	}
	
	#sidebar li {
		margin: 0;
		list-style: none;
	}
	
	ul#menuSide li { 
		font-size: 12px; 
        margin: 0 0 0 0;
		padding: 10px 0 0 0;
        list-style: none;
		height: 20px;
		border-top: 1px solid #333333;
    }
			
    ul#menuSide li a {
		display: block;
        width: 240px;
        font-size: 12px;
		letter-spacing: 3px;
		text-transform: uppercase;
		text-decoration: none;
        line-height: 12px;
        color: #999999;
    }
	
	ul#menuSide li a.current {
		color: #FFFFFF;
		cursor: pointer;
		text-decoration: none;
	}

/*General Menu Styling*/
.mainnav{margin: 0 auto}
li{list-style: none;}
li a{text-decoration: none;}
.dropdown{position: absolute; width: 320px;/*top: 31px;*/ opacity: 0;visibility: hidden;transition: ease-out .35s;-moz-transition: ease-out .35s;-webkit-transition: ease-out .35s;}
.mainnav li{float: left;padding: 5px;background: #000;}
.mainnav li:first-child{border: none;}
.mainnav li a{ display: block;padding: 2px 20px;color: #CCC; text-decoration: none; font-size: 14px; letter-spacing: 3px; text-transform: uppercase;}
.mainnav li:hover{background: #fff;transition: ease-in .35s;-moz-transition: ease-in .35s;-webkit-transition: ease-in .35s;}
.mainnav li:hover a{color: #999;transition: ease-in .35s;-moz-transition: ease-in .35s;-webkit-transition: ease-in .35s;}
/*First Level*/
.subs {left: 0;position: relative;top: 0px;width: 320px;border-left: none !important; /*border-bottom: 1px dotted #fff !important;*/}
.subs:last-child{border: none !important;}
.hassubs:hover .dropdown,.hassubs .hassubs:hover .dropdown{opacity: 1;visibility: visible; transition: ease-in .35s;-moz-transition: ease-in .35s;-webkit-transition: ease-in .35s;}
.mainnav li:hover ul a,.mainnav li:hover ul li ul li a{color: white;}
.mainnav li ul li:hover,.mainnav li ul li ul li:hover{background: #fff;transition: ease-in-out .35s;-moz-transition: ease-in-out .35s;-webkit-transition: ease-in-out .35s;}
.mainnav li ul li:hover a,.mainnav li ul li ul li:hover a{color: #999;transition: ease-in-out .35s;-moz-transition: ease-in-out .35s;-webkit-transition: ease-in-out .35s;}
/*Second Level*/
.hassubs .hassubs .dropdown .subs{left: 190px;background:#999;position: relative;width: 330px;top: 0px; z-index:1;}
.hassubs .hassubs .dropdown{position: absolute;width: 150px;left: 120px;top: 0px;opacity: 0;visibility: hidden;transition: ease-out .35s;-moz-transition: ease-out .35s;-webkit-transition: ease-out .35s;}
.hassubs .hassubs .dropdown .subs a {color:#FFF !important;}
.hassubs .hassubs .dropdown .subs a:hover {color:#333 !important;}

/* MOBILE NAV */

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    /*background-color: #4CAF50;*/
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

@media screen and (min-width: 721px) {
	.topnav {
	display: none !important;
}
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 720px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: inline-block;
  }
	#wrapper {
	width: 75%;
	margin: 0 auto; 
}
	
	#header {
	width: 100%;
	height: 200px;
	margin: 0 auto 25px auto;
	overflow: hidden;
	border-bottom: 4px double #333333;
	background: #000000 url(../images/logoMobile.png) no-repeat center top;
	background-position-y:20px;
		background-size: 100%;
}
	#Navigation {
		display: none !important;
	}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 720px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	
	.lb-outerContainer {
		width: 85% !important;
		height: auto !important;
	}
	
	#footer p { 
		font-size: 12px;
		text-align: center;
		padding-right: 0 !important;
	}
}

video {
	max-width: 100%;
	height: auto;
}
