/*
@reference bootstrap.min.css
*/

/*@font-face {
    src: url('/cassette.axd/file/fonts/montserrat-regular-webfont-d59dc18fa0d73818f328b4d1049bfed7bbbc4914.woff2') format('woff2'),
         url('/cassette.axd/file/fonts/montserrat-regular-webfont-43959f2b92959966234623788a3f291349f9f811.woff') format('woff'),
         url('/cassette.axd/file/fonts/Montserrat-Regular-9ca420aa453eb243037970c0c1c1adfe289f510f.ttf')  format('truetype'); 
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
  font-family: 'Garamond';
  font-style: normal;
  font-weight: normal;
  src: local('Garamond'), url('/cassette.axd/file/fonts/garamond_%5Ballfont.ru%5D-9884321dbde6582054b41dbbea2b51f79420c6ae.woff') format('woff');
}
/* General styles ----------------------- */

body {
  /*font-family:Montserrat, Verdana, Tahoma, Arial;*/
  font-family: Garamond;
  font-size: 16px;
  color: #414a50;
  background-color: white;
  -ms-overflow-style: scrollbar;
  /*letter-spacing:0.5px;*/

}
h1,
h2 {
  color: #414a50;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 32px;
  font-weight: bold;
}
h2 {
  font-size: 30px;
  line-height: 26px;
}
p {
  line-height: 30px;
  margin: 20px 0 20px 0;
  font-size: 20px;
}
a {
  color: black;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /*&:link {
        color: @pink;
    }*/

}
a:hover {
  color: black;
  text-decoration: underline;
}
a:visited {
  color: black;
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
hr {
  border-color: #dddddd;
}
section {
  text-align: center;
  padding: 85px 20px 10px 20px;
  display: block;
  min-height: 101vh;
}
section span {
  font-size: 40px;
}
.button {
  font-size: 18px;
  width: 210px;
  height: 54px;
  margin: 20px auto 20px auto;
  background-color: #393c4d;
  color: white;
  line-height: 54px;
  display: block;
}
.button:hover {
  cursor: pointer;
  color: white;
  background-color: #666666;
  text-decoration: none;
}
.button:visited,
.button:focus {
  color: white;
  text-decoration: none;
}
div.divider {
  display: block;
  width: 25%;
  height: 5px;
  margin: 20px auto 20px auto;
  background-color: #cccccc;
}
div.divider.grey {
  background-color: #e8e7e7;
}
div.divider.white {
  background-color: white;
}
div.divider.black {
  background-color: #414a50;
}
/* Navigation ----------------------- */

.navbar {
  min-height: 60px;
  box-shadow: 0 10px 0 rgba(143, 160, 140, 0.5);
}
.nav.navbar-nav a {
  border-top: 0;
}
.navbar-default {
  background-color: #8fa08c;
  border-color: #8fa08c;
}
.navbar-default .navbar-nav > li > a {
  color: white;
  text-align: center;
  border-top: solid 1px #525d63;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: white;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-default .navbar-nav > .active > a:hover {
  background-color: #414a50;
  color: white;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-default .navbar-toggle:hover {
  background-color: #414a50;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-default .navbar-nav > li > a:hover {
  color: white;
}
.navbar-default .navbar-nav li:nth-child(3) {
  display: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-default .navbar-form {
  border: 0;
}
.navbar-default .navbar-toggle {
  border: none;
  margin-right: 10px;
  margin-top: 13px;
}
.navbar-default .navbar-toggle:hover {
  background-color: #2e4e38;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-logo {
  position: absolute;
  left: 50%;
  top: 13px;
  display: none;
}
.navbar-collapse {
  box-shadow: none;
}
/*#section0{
	background-image: url(/images/2.jpg);
}*/

/* Page header ----------------------- */

#header {
  position: fixed;
  top: 0px;
  height: 60px;
  display: block;
  width: 100%;
  z-index: 9;
  color: white;
}
#header a.logo {
  display: block;
  height: 34px;
  width: 32px;
  left: 50%;
  border: 0;
  position: absolute;
  margin: 12px auto auto -16px;
}
/* Homepage specific CSS ----------------------- */

section.home {
  background-image: url("/cassette.axd/file/images/ag-henley-bg-a5af553c03479a9c07d85ac473767e21668dc964.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: relative;
  /*padding-top: 114px;*/

}
section.home div {
  height: auto;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
}
section.home .logo {
  width: 90%;
  max-width: 500px;
}
section.home h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 35px;
  letter-spacing: 1px;
}
section.home p {
  display: none;
}
section.home .skyline {
  display: none;
  width: 90%;
  max-width: 380px;
  margin: 30px auto 26px auto;
}
section.home .button {
  position: relative;
  left: 0;
  right: 0;
  margin-top: 35px;
  letter-spacing: 2px;
  font-size: 16px;
  color: white;
}
section.home .button:link {
  color: white;
}
section.home div.divider {
  display: block;
  width: 25%;
  height: 5px;
  margin: 20px auto 20px auto;
}
/* About specific CSS ----------------------- */

section.about {
  /*background-color:#f0eceb;*/
  /*background-image: url("/cassette.axd/file/images/AG-plans-bg-fade-ab4cfd00184573ea8e79ccedbef7613360d1a09f.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% center;
    height: 100vh;*/
  background-color: #f5ebe0;
}
section.about h1 {
  padding: 10px 10px 0 10px;
  /*background-color: rgba(255,255,255,0.8);*/

}
section.about p span.highlight {
  display: inline-block;
  color: #337ab7;
}
section.about p:first-of-type {
  font-weight: bold;
  padding-top: 0px;
}
section.about p {
  width: 100%;
  /*background-color: rgba(255,255,255,0.8);*/
  color: black;
  padding: 20px 20px 0 20px;
  margin: 0;
}
section.about div.profiles {
  display: inline-block;
}
section.about div.profiles .profile {
  margin-top: 20px;
  /*background-color: #fff;*/
  /*padding: 20px;*/
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #d6ccc2;
  border-bottom: none;
}
section.about div.profiles .profile h3 {
  margin: 5px;
  font-weight: bold;
}
section.about div.profiles .profile img {
  margin: 20px;
  max-width: 30%;
}
section.about div.profiles .profile p {
  font-weight: normal;
  padding: 0px;
}
/* Services specific CSS -----------------------*/

section.services {
  background-color: #d8e2dc;
  /*}*/

}
section.services hr {
  border-color: white;
}
section.services p:first-of-type {
  padding-top: 0px;
  margin-top: 0px;
}
section.services div {
  /*padding: 25px;*/
  margin-bottom: 10px;
}
section.services div h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
section.services div p {
  /*font-size: 14px;*/
  line-height: 30px;
  margin: 15px 0;
}
section.services div div {
  padding: 0px;
  display: block;
}
section.services div div .service {
  background-color: #8fa08c;
  color: white;
  padding: 20px;
  margin: 0 10px;
  /*height: 100%;*/
  border: solid 1px #c0cfc0;
}
/* Work specific CSS -----------------------*/

section.projects {
  background-color: #e8e8e4;
  /*span.ss-share {
        padding-top:3px;
        padding-right:3px;
        font-size:38px;             
    }
    .row {        
        div {
            padding-left:0px;
            padding-right:0px;
            margin-bottom:10px;
            img {
                width:100%;
            }
        }
    }*/

}
section.projects img {
  display: none;
}
section.projects p:first-of-type {
  padding-top: 0px;
  margin-top: 0px;
}
section.projects div {
  /*padding: 25px;*/
  margin-bottom: 10px;
}
section.projects div h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: black;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
}
section.projects div p {
  font-size: 30px;
  line-height: 30px;
  margin: 15px 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  color: black;
  visibility: hidden;
}
section.projects div div {
  margin-top: 10px;
  padding: 0px;
}
section.projects div div .project {
  display: block;
  background-color: black;
  border: solid 1px #cccccc;
  color: white;
  padding: 20px;
  margin: 0 10px;
  height: 300px;
}
section.projects div div .project.a {
  background: url('/cassette.axd/file/images/Projects/CharltonAdam/Charlton-Adam-1-3af073fdd07b32dccca5eec68816c463d1146cb0.jpg') no-repeat center;
  background-size: cover;
}
section.projects div div .project.b {
  background: url('/cassette.axd/file/images/Projects/Purley/Purley-ae78963fcfc9a66e83ff56145fa39a1cc9edb35e.jpg') no-repeat center;
  background-size: cover;
}
section.projects div div .project.c {
  background: url('/cassette.axd/file/images/Projects/LancasterRoad/Lancaster-road-cbca5c5afb305d8f200ad649c302f174ead5f5ca.jpg') no-repeat center;
  background-size: cover;
}
section.projects div div .project.d {
  background: url('/cassette.axd/file/images/Projects/AlanRoad/Alan-Road-House-Extension-02f70267b41e31a164090d830ecfb451eb788d0b.jpeg') no-repeat center;
  background-size: cover;
}
section.projects div div .project.e {
  background: url('/cassette.axd/file/images/Projects/CurrieHillClose/Currie-Hill-Close-6f0210db50bc8e1b12496d380fcc6b2f6919f7ef.jpeg') no-repeat center;
  background-size: cover;
}
section.projects div div .project.f {
  background: url('/cassette.axd/file/images/Projects/PeekCrescent/5-Peek-Crescent-6be0c63c9364cc94e1dbebd39d210bd32fd5b4aa.jpeg') no-repeat center;
  background-size: cover;
}
section.projects div div .project.g {
  background: url('/cassette.axd/file/images/Projects/HomeParkRoad/109-Home-Park-Road-9b57bbf8384d741b6b242d480f1e83f3398d1548.jpg') no-repeat center;
  background-size: cover;
}
section.projects div div .project:hover {
  text-decoration: none;
  cursor: pointer;
}
section.projects div div .project p {
  font-size: 12px;
  line-height: 20px;
}
/* Expeience specific CSS ----------------------- */

/*section.projects {
    background-color:#fefee1;
    img {
        display:none;
    }
}*/

/* Fees specific CSS --------------------------- */

/*section.fees {
    background-color:#f4f1fa;
}*/

/* Contact specific CSS ----------------------- */

section.contact {
  /*span.ss-mail {
        padding-top: 8px;
        font-size: 32px;
        border-color: #fff;
        color: #fff;
    }*/

  background-color: #d0c9c0;
}
section.contact p:first-of-type {
  padding-top: 0px;
  margin-top: 0px;
}
section.contact h1,
section.contact p {
  color: black;
}
section.contact h3 {
  margin-bottom: 0px;
}
section.contact .offices h3 {
  margin-bottom: 5px;
}
section.contact p.message {
  display: none;
  color: black;
  /*&.pink {
            color: #ff5b82;
            font-weight: bold;
        }*/

}
section.contact p.message a {
  color: #5fb5e2;
}
/* Contact form */

#contactform {
  max-width: 600px;
  margin: 0 auto;
}
#contactform input,
#contactform textarea {
  border: solid 1px black;
  color: #333333;
  width: 80%;
  background-color: transparent;
  padding: 8px;
  margin-top: 5px;
}
#contactform input.highlight,
#contactform textarea.highlight {
  background-color: white;
}
#contactform input {
  margin-bottom: 5px;
}
#contactform textarea:focus,
#contactform input:focus,
#contactform input[type]:focus,
#contactform .uneditable-input:focus {
  border: solid 1px #333333;
  box-shadow: none;
  outline: 0 none;
  background-color: #dddddd;
}
#contactform textarea {
  resize: none;
  height: 120px;
}
#contactform .button {
  margin-top: 10px;
  border: 0;
  background-color: #b99470;
  border: solid 1px black;
  font-size: 20px;
}
#contactform .button:hover {
  opacity: 0.7;
}
#contactform img {
  display: none;
  margin: 10px auto;
  clear: both;
}
#contactform ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
}
#contactform :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  opacity: 1;
}
#contactform ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  opacity: 1;
}
#contactform :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}
.button.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
}
