@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,600,700,300);
@font-face {
  font-family: SFProDisplay-Light;
  src: url(../images/SFProDisplay-Light.ttf);
}
@font-face {
  font-family: SFProDisplay-Semibold;
  src: url(../images/SFProDisplay-Semibold.ttf);
}
body {
    width: 100%;
    height: 100%;
	font-family: 'Open Sans', sans-serif;
    color: #3e3e3e;
    background-color: #ffffff;
	margin: 0;
	padding:0;
}
html {
    width: 100%;
    height: auto;
}
p{margin:0;padding:0;}
a{outline:none;}
img{
	background-image:url(../images/preloader.gif);
	background-repeat:no-repeat;
	background-position:50%;
}
header{
	padding:60px 60px 0 60px;
}
img.logo-top {
    background-image: none !important;
    width: 320px;
    height: auto;
}
header h1{
	font-size:30px;
	margin:0 0 32px 0;
	padding:0;
	font-weight:300;
	color:#000000;
}
header h1 strong{
	font-weight:600;
}
h3.sub-title {
    font-family: 'SF Pro Display', sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 24px;
}
header p{
	width:1270px;
    font-family: SFProDisplay-Light;
    font-size: 24px;
    line-height: 1.25;
}
header ul.contact-list{
	margin:32px 0 0 0;
	padding:0;
	list-style-type: none;
}

ul.top-social {
    display: flex;
    gap: 30px;
    list-style-type: none;
    margin-top: 50px;
    padding-left: 0px;
}
.social-icon {
    width: 64px;
    height: 64px;
    position: relative;
    overflow: hidden;
}

.x:before {
    content: '';
    background: url(../images/x-dark.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 64px;
    height: 64px;
    transition: opacity 0.3s ease-in-out;
}
.x:hover:before {
    content: '';
    background: url(../images/x.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 64px;
    height: 64px;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
}

.linked:before {
	content: '';
    background: url(../images/in-dark.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 64px;
    height: 64px;
    transition: opacity 0.3s ease-in-out;
}
.linked:hover:before {
	content: '';
    background: url(../images/in.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 64px;
    height: 64px;
    transition: opacity 0.3s ease-in-out;
}

.mailer:before {
	content: '';
    background: url(../images/mailer-dark.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 64px;
    height: 64px;
    transition: opacity 0.3s ease-in-out;
}
.mailer:hover:before {
	content: '';
    background: url(../images/mailer.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 64px;
    height: 64px;
    transition: opacity 0.3s ease-in-out;
}

.whatsapp:before {
	content: '';
    background: url(../images/whatsapp-dark.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 64px;
    height: 64px;
    transition: opacity 0.3s ease-in-out;
}
.whatsapp:hover:before {
	content: '';
    background: url(../images/whatsapp.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 64px;
    height: 64px;
    transition: opacity 0.3s ease-in-out;
}

/*ul.contact-list li{
	float:left;
}
ul.social-icns li a img {
    width: 60px;
    height: auto;
    margin-right: 30px;
}
ul.contact-list a{
	width:48px;
	height:48px;
	display:block;
	background:#ffffff url(../images/contact.png) 0 0 no-repeat;
	margin:0 12px 0 0;
}
ul.contact-list a.in{
	background-position:0 -52px;
}
ul.contact-list a.in:hover{
	background-position:-50px -52px;
}
ul.contact-list span{
	display:none;
}
ul.contact-list a:hover{
	background-position:-50px 0;
}*/

#content{
	padding:80px 60px 0 60px;
}
.project-holder{
	clear:both;
	margin: 40px 0 0 0;
}
.project-holder h2{
	margin: 0 0 18px 0;
    font-family: 'SF Pro Display', sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 26px;
}
.project-holder p{
	width: 900px;
    font-family: SFProDisplay-Light;
    font-size: 22px;
    line-height: 1.364;
    margin: 0 0 18px 0;
}
.project-holder p strong{
	display:block;
    font-family: SFProDisplay-Semibold;
}
.project-holder .project-name{
	background-color:#46c7e3;
	padding:5px 15px;
    min-width: 160px;
	color:#ffffff;
    font-family: SFProDisplay-Semibold;
	font-size:22px;
    line-height: 1.364;
	text-decoration:none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; /* future proofing */
}
.project-name:hover{
	background-color:#60b6c9;
}
.project-holder .project-images{
	margin:50px 0 0 0;
}
.project-images img{
	border:0;
	margin:0 20px 20px 0;
}
.gallery  a img:hover{
	opacity: 0.9;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.project-images .brake-line-image{
	margin:45px 0 36px 0;
	display:block;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #ffffff url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  opacity: 1;
}

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

header{
    padding: 10px 10px 0 10px;
}
header p{
	width: 95%;
}
#content {
    padding: 80px 10px 0 10px;
}
.project-holder p {
    width: 95%;
}
.project-holder .project-images img{
    max-width: 100%;
}
.project-images img {
    border:0;
	margin:0 0 20px 0;
}
}

@media only screen and (min-width: 768px) {
.cd-top {
    right: 20px;
    bottom: 20px;
}
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
opacity: 1;
}