@font-face {
  font-family: 'CenturyGothic';
  font-style: normal;
  src: url('../fonts/07558_CenturyGothic.ttf');
}
@font-face {
  font-family: 'CenturyGothicBold';
  font-style: bold;
  src: url('../fonts/07723_Cgothicb0.ttf');
}
@font-face {
  font-family: 'Optima';
/*  font-style: bold;*/
  src: url('../fonts/OPTIMA.TTF');
}

body {
	font-family: 'Optima';
	font-size: 20px;
	line-height: 1.4;
	margin:0;
	color:#444;
}
#position {
	position:fixed;
	top:0;
	left:0;
	background-color:#FFF;
	padding: 10px;
	z-index: 2000;
	display:none;
}
a, a.visited, a.active {
	color:#064a7b;
}
#page {
}
#top-menu {
	background-color:#064a7b;
/*			background-color:#999999;*/
	height: 40px;
	text-align:center;
    border-bottom: solid #000 1px;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index: 1000;
}
#top-menu ul {
	padding:0;
	margin:0;
    margin: 0 auto;
    width: 590px;
}
#top-menu ul li {
    display: inline;
    float: left;
    font-family: 'CenturyGothic';
    color: #FFF;
    padding: 5px 10px;
    cursor: pointer;
}
#header {
	text-align: center;
}
#header .logo {
	width: 250px;
	padding: 40px 0 5px 0;
}
#content {
	padding: 25px;
	overflow:hidden;
}

.shadow {
	-webkit-box-shadow: 0px 22px 39px -5px rgba(0,0,0,0.66);
	-moz-box-shadow: 0px 22px 39px -5px rgba(0,0,0,0.66);
	box-shadow: 0px 22px 39px -5px rgba(0,0,0,0.66);
	border: solid black 2px;
}
.fancybox {
    width: 23%;
    position: relative;
    display: inline-block;
    float: left;
    margin:1%;
}
.fancybox img {
    width:100%;
    border: solid transparent 2px;
    box-sizing: border-box;
    opacity: 1;
    -webkit-transition: border 0.5s, opacity 0.5s; /* Safari */
    transition: border 0.5s, opacity 0.5s;
}
.fancybox img:hover {
    border: solid black 2px;
    opacity: 0.5;
}
#header, #content, #slider-holder {
	margin: 0 auto;
	max-width:1100px;
	margin-top:30px;
}
h1, h2, h3 {
	font-family: 'CenturyGothic';
	font-weight: normal;
	color:#999999;
	margin-bottom:30px;
	text-align: center;
}

h2 {
	margin-top: 0;
	margin-bottom:20px;
}

.half {
	width: 50%;
	float:left;
}

.slidesjs-pagination {
	display:none;
}
#slider-holder {
    position: relative;
}
.slidesjs-previous , .slidesjs-next {
    position: absolute;
    top: 30%;
    z-index: 100;
    color:transparent;
    height: 35%;
    width: 6%   ;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}
#slider-holder:hover .slidesjs-next, #slider-holder:hover .slidesjs-previous {
    opacity: 0.8;
}
#slider-holder:hover .slidesjs-next {
    right: 10px;
}
#slider-holder:hover .slidesjs-previous {
    left: 10px;
}
.slidesjs-previous {
    left: 50px;
    background-image: url(/images/arrow-left2.png);
    -webkit-transition: left 0.5s, opacity 0.5s; /* Safari */
    transition: left 0.5s, opacity 0.5s;
}
.slidesjs-next {
    right: 50px;
    background-image: url(/images/arrow-right2.png);
    -webkit-transition: right 0.5s, opacity 0.5s; /* Safari */
    transition: right 0.5s, opacity 0.5s;
}
.service-row {
	text-align:center;
	padding: 10px;
	font-weight:bold;
	color:#064a7b;
	font-size: 20px;
}

.project .left {
	width: 49%;
	float:left;
	position:relative;
}
.project .right {
	width: 49%;
	float:right;
	position:relative;
}
.project img {
	width: 100%;
}
.project .label, #telephone .label {
	color:#064a7b;
	width: 190px;
	display: inline-block;
	font-weight:bold;
}
#telephone .label {
	width: 80px;
}
#telephone > div {
	margin: 10px;
}
#telephone {
	width: 310px;
	margin: 30px auto;
}
.divider {
    width: 100%;
    margin: 25px 0;
    display: block;
}
.project h2 {
	text-align: center;
}
#projects hr {
	border-color:#064a7b;
}
#footer {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    background-color: #E8E8E8;
    padding: 20px;
    border-top: solid 1px #ADADAD;
}

@media only screen and (max-width: 600px) {
    #top-menu ul li { font-size: 14px; padding: 6px 4px; }
    #slider-holder { margin: 0 10px; }
    h1 { margin: 4px; }
    .half { width: 100%; }
    .project .left, .project .right { width: 100%; }
    .fancybox { width: 48% }
    body { font-size: 16px; }
    .project img { margin-top: 20px; }
    .project .label { width: 150px; }
    #slider-holder { margin-top: 20px; }
}