@charset "UTF-8";

@font-face {
	font-family: 'NexaBold';
	src: url('includes/fonts/NexaBold.eot');
	src: local('☺'), url('includes/fonts/NexaBold.woff') format('woff'), url('includes/fonts/NexaBold.ttf') format('truetype'), url('includes/fonts/NexaBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NexaLight';
	src: url('includes/fonts/NexaLight.eot');
	src: local('☺'), url('includes/fonts/NexaLight.woff') format('woff'), url('includes/fonts/NexaLight.ttf') format('truetype'), url('includes/fonts/NexaLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html{
	margin:0;
	padding:0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:15px;
	}

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

a:hover{
	text-decoration:underline;
	}

h1{
	font-family: 'NexaBold';
	font-size:22px;
	margin:0;
	padding:0;
	}

p{
	margin:0;
	padding:0;
	line-height:23px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}

span.subtitle{
	font-size:16px;
	font-family: 'NexaLight';
	}

span.subtitle2{
	font-size:18px;
	font-family: 'NexaLight';
	}


.fadein{
	position:relative;
	margin:0 auto;
	width:1000px;
	height:600px;
	background:#DDD;
	}

.fadein img{
	position:absolute;
	left:0;
	top:0;
	}

.contentarea{
	width:1000px;
	margin:0 auto;
	margin-top:30px;
	height:350px;
	}

.leftcolumn{
	width:450px;
	float:left;
	text-align:center;
	}

.rightcolumn{
	width:450px;
	float:right;
	text-align:center;
	}

.nexaboldbody{
	font-family: 'NexaBold';
	}

.locateus{
	clear:both;
	margin:0 auto;
	margin-top:75px;
	width:1000px;
	text-align:center;
	}

.separator{
	width:1000px;
	height:60px;
	background:url(images/separatorbg.jpg) repeat-x;
	text-align:center;
	}

a.googlemap{
	width:400px;
	height:75px;
	padding-top:25px;
	background:url(images/googlemapbtn.jpg) no-repeat;
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:22px;
	line-height:25px;
	}

.credits{
	margin:0 auto;
	display: block;
	height: 15px;
	width: 15px;
	background: transparent url('images/vit-e.jpg') no-repeat scroll center bottom;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	}

.credits:hover{
	background-position: center top;
	}

.credits2{
	margin-left:0 auto;

	}

/* popup_box DIV-Styles*/
#popup_box {
    display:none; /* Hide the DIV */
    position:absolute;
    height:564px;
    width:435px;
    background:#FFFFFF;
	top:50%;
	left:50%;
	margin-left:-217px;
	margin-top:-282px;
    z-index:100;
    border:1px solid #ccc;
    font-size:15px;
    -moz-box-shadow: 0 0 3px #bbbbbb;
    -webkit-box-shadow: 0 0 3px #bbbbbb;
    box-shadow: 0 0 3px #bbbbbb;

}

#popup_box img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	}

#container {
    background-color: #ffffff; /*Sample*/
    width:100%;
    height:100%;

}

/* This is for the positioning of the Close Link */
#popupBoxClose {
    font-size:15px;
    line-height:15px;
    right:10px;
    top:10px;
    position:absolute;
    color:#ffffff;
}

iframe.googlemapframe{
	width:1000px;
	height:500px;
	}

.downloads{
	clear:both;
	display: inline-block;
	padding: 30px;
	width:100%;
	text-align:center;
	}

.downloads a{
	display: inline-block;
	font-family: 'NexaBold';
	text-transform:uppercase;
	padding:30px 100px 30px;
	margin:75px 10px 75px 0;
	border: 1px solid #CCC;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}

.downloads a:hover{
	border: 1px solid #000;
	text-decoration:none;
	}

.social{
	margin-top:50px;
	margin-bottom:50px;
	}

.social a{
	font-family: 'NexaBold';
	text-transform:uppercase;
	padding:30px;
	margin-right:10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border: 1px solid #CCC;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}

.social a:hover{
	border: 1px solid #000;
	text-decoration:none;
	}

.map{
	width:600px;
	margin:0 auto;
	height:600px;
	}

.map img{
	width:100%;
	height:auto;
	}

.contacts{
	width:600px;
	margin:0 auto;
	}

@media screen and (max-width:1000px){

.fadein{
	margin:0 auto;
	width:800px;
	height:450px;
	overflow:hidden;
	background:#DDD;
	}

.fadein img{
	width:100%;
	}

.contentarea{
	width:800px;
	margin: 0 auto;
	margin-top:40px;
	}

.locateus{
	clear:both;
	margin:0 auto;
	width:100%;
	text-align:center;
	}

.separator{
	width:800px;
	height:60px;
	background:url(images/separatorbg.jpg) repeat-x;
	text-align:center;
	margin:0 auto;
	}

.leftcolumn{
	width:380px;
	float:left;
	text-align:center;
	}

.rightcolumn{
	width:380px;
	float:right;
	text-align:center;
	}

.downloads{
	clear:both;
	padding:30px 75px;
	margin:75px 10px 75px 0;
	width:100%;
	text-align:center;
	}

.downloads a{
	display: inline-block;
	padding:30px 75px;
	margin:75px 10px 75px 0;
	border: 1px solid #CCC;
	}

.locateus{
	margin-top:75px;
	}

}

iframe.googlemapframe{
	width:800px;
	height:400px;
	}



@media screen and (max-width:800px){

.fadein{
	margin:0 auto;
	width:600px;
	height:360px;
	overflow:hidden;
	background:#DDD;
	}

.fadein img{
	width:100%;
	}

.contentarea{
	width:600px;
	margin: 0 auto;
	margin-top:40px;
	height:650px;
	}

.locateus{
	clear:both;
	margin:0 auto;
	width:100%;
	text-align:center;
	margin-top:75px;
	}

.separator{
	width:600px;
	height:60px;
	background:url(images/separatorbg.jpg) repeat-x;
	text-align:center;
	margin:0 auto;
	}

.leftcolumn{
	width:600px;
	float:none;
	text-align:center;
	margin-bottom:40px;
	}

.rightcolumn{
	width:600px;
	float:none;
	text-align:center;
	}

iframe.googlemapframe{
	width:600px;
	height:300px;
	}

.downloads a{
	padding:30px 35px;
	margin:75px 10px 75px 0;
	border: 1px solid #CCC;
	}

.social a{
	display:block;
	padding:30px 20px;
	margin:0 auto;
	margin-bottom:10px;
	width:500px;
	}

.map{
	width:500px;
	margin:0 auto;
	height:500px;
	}

.map img{
	width:100%;
	height:auto;
	}

.contacts{
	width:500px;
	margin:0 auto;
	}

}

@media screen and (max-width:600px){

body,p{
	font-size:13px;
	}

.fadein{
	margin:0 auto;
	width:300px;
	height:180px;
	overflow:hidden;
	background:#DDD;
	}

.fadein img{
	width:100%;
	}

.contentarea{
	width:300px;
	margin: 0 auto;
	margin-top:40px;
	height:600px;
	}

.locateus{
	clear:both;
	margin:0 auto;
	width:100%;
	text-align:center;
	margin-top:50px;
	}

.separator{
	width:300px;
	height:60px;
	background:url(images/separatorbg.jpg) repeat-x;
	text-align:center;
	margin:0 auto;
	}

.leftcolumn{
	width:300px;
	float:none;
	text-align:center;
	margin-bottom:40px;
	}

.rightcolumn{
	width:300px;
	float:none;
	text-align:center;
	}

a.googlemap{
	width:300px;
	height:60px;
	padding-top:15px;
	background:url(images/googlemapbtn2.jpg) no-repeat;
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:22px;
	line-height:25px;
	}

/* popup_box DIV-Styles*/
#popup_box {
    display:none; /* Hide the DIV */
    position:absolute;
    height:400px;
    width:310px;
    background:#FFFFFF;
	top:50%;
	left:50%;
	margin-left:-155px;
	margin-top:-200px;
    z-index:100;
    border:1px solid #ccc;
    font-size:15px;
    -moz-box-shadow: 0 0 3px #bbbbbb;
    -webkit-box-shadow: 0 0 3px #bbbbbb;
    box-shadow: 0 0 3px #bbbbbb;

}

#popup_box img{
	position:absolute;
	width:300px;
	height:390px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	}

#container {
    background-color: #ffffff; /*Sample*/
    width:100%;
    height:100%;

}

iframe.googlemapframe{
	width:300px;
	height:300px;
	}

.downloads{
	margin-top:70px;
	}

.downloads a{
	display:block;
	width:55%;
	margin:10px auto;
	border: 1px solid #CCC;
	}

.social a{
	display:block;
	padding:30px 20px;
	margin:0 auto;
	margin-bottom:10px;
	width:280px;
	}


.map{
	width:300px;
	margin:0 auto;
	height:300px;
	}

.map img{
	width:100%;
	height:auto;
	}

.contacts{
	width:300px;
	margin:0 auto;
	}


}
