
@import url('fonts/fonts.css');

body {
	margin:0;
	padding: 0;	
	background: #f1f1f1;
}

a img {
	border: none;
}

a#directions {
	font-family:'robotoregular';	
}

#header-container {
	width: 100%;
	background: white;
}

#logo-container {
	width: 100%;
	height: 120px;
	padding-top: 30px;	
	
	-webkit-box-shadow: 0px 10px 15px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 10px 15px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 10px 15px 0px rgba(50, 50, 50, 0.25);

	position: relative;
}

#top-inner {
	width: 940px;
	margin:0 auto;	
}

#logo {
	float: left;	
}

#header-social {
    float: right;
    padding-right: 25px;
    padding-top: 45px;
}

#header-social p {
	font-size: 13px;
	font-family: 'robotoregular';
	color: #666666;	
}

#header-social a {
	color: #3399cc;
	font-size: 13px;
	font-family: 'robotoregular';	
}

#header-social img {
    margin: 0 10px;
    vertical-align: middle;
}

#navigation-container {
	background: #005aab;
	width: 100%;
}

#navigation {
	width: 940px;
	margin:0 auto;	
}

#navigation:after {
	display: table;
	content: "";
	clear: both;	
}

#navigation > ul {
	margin:0;
	padding:0;	
}

#navigation > ul > li {
	float: left;	
	list-style:none;
}

#navigation > ul > li > a {
	text-decoration: none;
	margin:0;	
	padding:17px 10px;
	font-family:'robotoregular';
	font-size: 15px;
	color: #caeff4;
	display: block;
	
}

#navigation > ul > li > a:hover,
#navigation > ul > li > a.active {
	background: #1bbb64;	
}

#dd {
	position: relative;
	z-index: 100;
}

#dd:hover ul{
	display: block;	
}

#dd ul {
	position: absolute;	
	display: none;
	margin:0;
	padding:0;
	background: #3f94eb;
	list-style: none;
	padding:20px 15px 30px;
	width: 259px;
}

#dd ul li {
	padding:5px 0;	
	border-bottom:1px solid #59a5f3;
}

#dd ul li#last-li {
	border-bottom: none;	
}

#dd ul li a {
	font-family:'robotoregular';
	font-size:14px;
	color:#ededed;
	text-decoration: none;	
	margin-left: 15px;
}

#dd ul li:hover {
	background:#59a5f3;	
}

#banner-container {
	width: 100%;
	text-align: center;	
	overflow: hidden;
	height: 270px;
	position: relative;
}

#banner-container > img {
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

#banner-container.home {
	height: 400px;	
}

#banner-container ul {
	margin:0px;
	padding:0;
}

#below-banner-container {
	width: 100%	;
	position: absolute;
}

#below-banner {
    margin: -294px auto 60px;
    position: relative;
    width: 940px;
}

.container h1.home-heading{
	margin-top: 0;	
}

#breadcrumb-container {
	width: 100%;
	height: 95px;
	padding-top: 40px;
	background: #f1f1f1;
}

#breadcrumb {
	width: 940px;
	margin:0 auto;	
}

#breadcrumb h1 {
	margin-top:5px;	
}

#breadcrumb p {
	font-size: 11px;
	font-family:'robotolight';
	color:#616263;
	display:inline;
	margin:0;
}

#breadcrumb span {
	font-size: 16px;
	color: #616263;	
}

#breadcrumb a {
	font-size: 11px;
	font-family:'robotoregular';
	color:#333333;
	text-decoration: none;	
}

.service {
	float: left;
	width: 300px;	
	height: 234px;
	text-align: center;
	margin:60px 0 0 0;
	position: relative;
	z-index: 999;
	
}

.service.first {
	background:url(../images/service-icons-home/blue-bg.png);
}

.service.first:hover {
	background:url(../images/service-icons-home/blue-solid.png);
}

.service.second {
	margin:60px 20px 0;
	background:url(../images/service-icons-home/green-bg.png);
}

.service.second:hover {
	margin:60px 20px 0;
	background:url(../images/service-icons-home/green-solid.png);
}

.service.third {
	background:url(../images/service-icons-home/black-bg.png);
}

.service.third:hover {
	background:url(../images/service-icons-home/black-solid.png);
}

.service p {
	font-family:'robotomedium';
	font-size: 22px;
	color: #ffffff;
	line-height: 24px;	
	margin-top: 35px;
}

.service p.smaller {
	font-size: 18px;
	margin:0;	
}

.clear {
	clear: both;	
}

.row {
	width: 100%;	
}

.row.sub {
	background: white;	
}

#slider-container {
	margin-top: 30px;
	margin-bottom: 0;
}

.spacer {
	width: 100%;
	height: 50px;	
}

.container {
	width: 940px;
	margin:0 auto;	
	padding-bottom: 80px;
	position: relative;
}

.container.sub {
	padding-top: 40px;
}

#intro {
	width: 615px;
}

#bg {
	position:absolute;
	top:0;
	right:-50px;
}

.container.clients {
	padding-top: 55px;	
}

.container ol {
	margin:0 0 0 15px;
	padding:0;	
	list-style:decimal;
	position: relative;
}

.container ol li {
	/*background:url(../images/bullet.png) no-repeat 0 5px;	*/
	padding-left: 25px;
	font-family:'robotolight';
	font-size:15px;
	color:#333333;
	line-height:22px;
	margin-bottom:30px;
}

.container ul {
	margin:0;
	padding:0;	
	list-style:none;
	position: relative;
}

.container ul li {
	background:url(../images/bullet.png) no-repeat 0 5px;	
	padding-left: 40px;
	font-family:'robotolight';
	font-size:15px;
	color:#333333;
	line-height:22px;
	margin-bottom:30px;
}

.container ul li a {
	text-decoration: none;
	color: #666666;	
	font-weight: normal;
}

.container ul li a:hover {
	color: #3399cc;	
}

a {
	color: #005aab;
	font-family:'robotoregular';
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

.container.clients ul {
	margin-top:55px;
	margin-left: 50px;
}

.container.clients ul li {
	background:url(../images/bullet-blue.png) no-repeat 0 0;	
	margin-bottom:11px;
}

.container.clients ul.bxslider {
	margin:0;	
}

.container.clients ul.bxslider li{
	margin:0;	
	background:none;
	padding:0;
}

.space {
    height: 160px;
    width: 100%;
}

h1,
.container h1 {
	font-family:'robotoregular';
	color:#333333;
	font-size: 25px;
	margin-top: 62px;
	font-weight:normal;
}

.container.contact h1 {
	margin-top: 0;	
	font-size: 22px;
}

.container h2 {
	font-family:'robotoregular';
	color: #333333;
	font-size: 18px;
	font-weight:normal;
	margin:45px 0 0;	
	position: relative;
}

.container .quarter-column h2 {
	margin:0;	
}

.container p {
	font-family:'robotolight';
	font-size: 15px;
	color: #333333;	
	margin-bottom:23px;
	margin-top:0;
	position: relative;
}

.container.clients p strong {
	color:#666666;
}

.half-column {
	float: left;
	width: 430px;
	padding-right: 40px;	
}

.quarter-column {
    float: left;
    margin-top: -120px;
    padding-right: 40px;
    width: 250px;
}

.three-quarters-column {
	padding-left: 20px;
	width: 630px;
	padding-right:0;
	float: left;
}

.half-column.right {
	padding-left: 20px;
	width: 450px;
	padding-right:0;
}

.half-column.right ul {
	margin-left: 20px;	
}

a#contact-button {
	float: right;
	margin-bottom: 20px;
	margin-top: -80px;	
	position: relative;
}

a.download-button {
    background: url("../images/service-icons-home/button-border.png");
    color: #666666;
    display: inline-block;
    font-family: "robotoregular";
    font-size: 12px;
    height: 24px;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    width: 196px;
}

a.download-button:hover {
	color: #6db3ca;
	font-family: 'robotomedium';	
}

#gallery-container {
	width: 100%;
	border-top:20px solid #e6e6e6;
	background:url(../images/galleries/marble-bg-gallery.png) repeat;
	height: 290px;	
	padding-top: 25px;
}

#gallery {
	width: 940px;
	margin:0 auto;	
	padding-top: 25px;
}

.gallery-item {
	width: 221px;	
	margin:0 7px;
	text-align: center;
	float: left;
	display:block;
	position: relative;
}

a.gallery-item {
	text-decoration: none;	
}

#html5-watermark {
	display: none!important;
}

.gallery-item img.thumb {
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
}

.gallery-item:hover img.thumb {
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    filter: gray; /* For IE 6 - 9 */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.gallery-item img.plus {
	position: absolute;
	left:0;
	right:0;
	top:80px;
	margin:auto;
    filter: alpha(opacity=0);
    opacity: 0;
  
	-webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.gallery-item:hover img.plus {
	filter: alpha(opacity=100);
    opacity: 1;	
}

.gallery-item p {
	font-size:16px;
	font-family:'robotoregular';
	color:#ffffff;	
}

.gallery-item.first-photo {
	margin-left:0;	
}

.gallery-item.last-photo {
	margin-right:0;	
}

.testimonial-box {
	width: 910px;
	background:url(../images/testimonial-bg-blue.jpg) repeat;
	padding:15px;
	position: relative;
}

#test-image-left {
    left: -9px;
    position: absolute;
    top: 35px;
}

#test-image-right {
	position: absolute;
	right:-9px;
	bottom: 35px;
}

.inner-testimonial {
	background: white;
	width:790px;
	padding:30px 60px 35px;
}

#white {
	background: white;
	padding:30px 30px 10px 30px;
}

.container #white h2 {
	margin-top:0;
}

.container #white p {
	color: #666666;	
	width: 550px;
}

#bee-icons {
	float: right;	
	margin-top: -91px;
}

#bee-icons a {
	display: block;	
	margin-bottom: 5px;
	position: relative;
}
	
.testimonial-box .inner-testimonial p {
	font-size: 15px;
	line-height: 16px;
	font-family:'robotolight';
	color: #62777e;
	margin-bottom: 20px;
}

.testimonial-box p.name {
	margin:0;
	font-family:'robotomedium_italic';	
	color: #4e666f;
	line-height:normal;
}

.testimonial-box p.title {
	margin:0;
	font-family:'robotoregular';	
	color: #4e666f;
	line-height:normal;
}


.testimonial-box p.company {
	margin:0;
	font-family:'robotomedium';	
	color: #4e666f;
	line-height: normal;
}

#form-container {
	width: 590px;
	background:url(../images/testimonial-bg-blue.jpg) repeat;
	padding:20px;	
}

.quarter-column p strong {
	display:inline-block;	
}

p strong.details {
	width: 40px;	
}

#contact-form {
	background: white;
	padding:25px;	
}

label {
	color: #666666;
    font-family: 'robotolight';
    font-size: 15px;
    margin-bottom: 23px;
    margin-top: 0;	
	display: block;
	height: 32px;
}

#msg-label {
	height: 93px;
}

input[type="text"] {
    border: 1px solid #999;
    margin-bottom: 15px;
    padding: 8px 5px;
    width: 300px;
	float: right;
}

input[type="submit"] {
    background:url(../images/b-send-message.jpg);
	color: white;
    width: 254px;
	float: right;
	height: 36px;
	border:0;
}

.thank {
	text-align:center;
}

.thank a {
	text-decoration: none;	
	font-family:'robotolight';
	color: #3399cc;
}

.thank a:hover {
	text-decoration: underline;
}

.thank h1 {
	margin-top:0;	
}

.incorrect {
	border: 1px solid red!important;
}

#last-label {
	margin-bottom:0;	
}

select {
    border: 1px solid #999;
    float: right;
    height: 32px;
    margin: 0 0 15px;
    padding-left: 10px;
    width: 312px;
}

textarea {
	border: 1px solid #999;
    margin-bottom: 15px;
    padding: 5px;
    width: 300px;
	float: right;
	height: 80px;
	resize: none;
}

.director {
    float: left;
    margin-bottom: 20px;
    width: 210px;
	height: 100px;
}

.director.first {
	margin-left: 310px;
}

.director-heading {
	float: left;
    margin-bottom: 0;
    width: 310px;
}

.director-heading h1 {
	color: #3399cc;	
}

.director h2 {
	color: #666666;
    font-family: "robotoregular";
    font-size: 20px;
    font-weight: normal;
	margin-top: 0;
}

.container .director a {
    display: inline-block;
    font-family: "robotolight";
    font-size: 13px;
    margin-bottom: 9px;
}

.director p img {
	position: relative;
	top: 5px;
	margin-right: 5px;	
}

.container .director p {
	font-size: 13px;	
	margin-bottom:0;
}

#footer-container {
	width: 100%;
	background: #666666;	
}
#footer {
	width: 940px;
	margin:0 auto;
}

#footer ul {
	margin:0;
	padding:0;
	list-style: none;	
}

#footer ul li {
    float: left;
    padding: 30px 0 25px;
}

#footer ul li a {
	padding:0 19px;
	font-size: 13px;
	font-family:'robotoregular';
	color:#ffffff;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #6db3ca;	
}

#footer-line {
	width:100%;
	height:2px;
	background: white;	
}

#footer-below {
	width: 100%;
	text-align: center;	
	padding-bottom: 50px;
	background: white;
}

#footer-below p {
    color: #333333;
    font-family: "robotolight";
    font-size: 13px;
    line-height: 19px;
    margin-top: 0;
    padding-top: 20px;
}

#footer-below a {
	text-decoration: none;	
	font-family:'robotoregular';
	font-size:13px;
	color: #000000;
}

#footer-below a:hover {
	text-decoration: underline;
}	