/* FONTS */


@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


html, body {
    height:100%;
    color: #444444; 
    font-size: 13.5px;
    font-family:'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

ul {
    margin: 0px;
}

h1 {
    font-size: 4.5em;
    font-weight: 300;
    color: white;
    text-transform: uppercase; /* Delete this if not using */
    letter-spacing: -0.02em;
}

h2 {
    font-size: 2.1em;
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 0px;
    margin-bottom: 15px;
}

h3 {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.5em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25em;
    font-weight: 600;
}

h5 {
    margin: 5px 0 0 0px;
    font-size: 1.1em;
    line-height: 1.65em;
    font-weight: 600;
}

p {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 2px;
}

a {
    color: #555555; 
    border-radius: 0px;
    margin: 0;
    padding: 0;
}

a:hover {
    color: rgb(179,211,42);
    text-decoration: none;
}

/* COLOUR */

.whitefont {
    color: white;
}

.contentgroup {
    padding: 35px 0 10px 0; 
}

hr {
    padding: 0px;
    margin: 2px 0px;
    color: #222222;
}


/* ---------------------------------------- GENERAL ---------------------------------------- */


.row {
    margin: 0;
    padding: 0;
}

.section {
    margin: 3.5% 0 4% 0;
}

.section-no-bottom {
    margin: 3.5% 0 0 0;
}

.rule {
    width: 50px;
    height: 4px;
    background-color: rgb(179,211,42);
}

 

/* ---------------------------------------- SPACING ---------------------------------------- */


.addtop {
    margin-top:2%;
}
.addtopsmall {
    margin-top:1%;
}
.addtoplarge {
    margin-top:5%;
}
.addbottom {
    margin-bottom:3%;
}
.addbottomsmall {
    margin-bottom:2%;
}
.addbottomlarge {
    margin-bottom:6%;
}
.paddingtop {
    padding-top:2%;
}
.paddingtopsmall {
    padding-top:1%;
}
.paddingtoplarge {
    padding-top:7%;
}
.paddingbottom {
    padding-bottom:2%;
}
.paddingbottomsmall {
    margin-bottom:1%;
}
.paddingbottomlarge {
    padding-bottom:9%;
}


/* ---------------------------------------- NAVBAR ---------------------------------------- */


.navbar-inverse {
    background-image: none;
    background-color: black;
    -webkit-box-shadow: 2px 2px 7px 2px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    2px 2px 7px 2px rgba(50, 50, 50, 0.2);
    box-shadow:         2px 2px 7px 2px rgba(50, 50, 50, 0.2);
    z-index: 50;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8em;
    color: white;
    padding-left: 5px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: rgb(179,211,42);
}

.navbar-brand {
    width: 66px;
    height: 46px;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

/* ----------------------------------------- HERO ----------------------------------------- */

.background {
    height: 100%;
    width: 100%;
    background-image: url(../img/intro.jpg);
    background-repeat:no-repeat;
    background-position:50% 50%\9 !important;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    background-size: cover;
    text-align: center;
    color: white;
    padding: 40px 0 15px 0; 
    margin-bottom: 0px;
}

.fullscreen,
.part-one {
    width:100%;
    min-height:100%;
}

.not-fullscreen,
.not-fullscreen .part-one,
.fullscreen.not-overflow,
.fullscreen.not-overflow .part-one {
    height:100%;
    overflow:hidden;
}

.part-one {
	display:table;
}

.part-two {
	display:table-cell;
    position:relative;
	vertical-align:middle;
    -webkit-vetical-align: center;
}

.homecontent {
    color: white;
    text-align: center;
}

.homecontent h3 {
    font-size: 1.45em;
    color:rgb(179,211,42);
}

.homecontent p {
    font-size: 1.2em;
    color: white;  
}

.homeheader {
    font-size:5.2em;
    font-weight: 100;
    line-height: 1.05em;
}

.homesubhead {
    color: rgb(179,211,42);
    line-height: 1.1em;
    margin-bottom: 0.85em; 
}

.homepara {
    font-size: 1.3em;
}


/* ---------------------------------------- SERVICES ---------------------------------------- */


#services {
    text-align:center;
}

.servicegroup {
    margin-bottom:40px;
}

.servicegroup p {
    margin: 0 0 1.3em 0;
}

.servicegroup img {
    margin: 10px 0 10px 0;
}


/* ---------------------------------------- PORTFOLIO ---------------------------------------- */


#portfolio {
    text-align:center;
    background-color: rgb(242,242,242);
}

.thumbnail img:hover {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}
    
}



/* ---------------------------------------- CAROUSEL ---------------------------------------- */


#carousel {
    background-repeat: no-repeat;
    text-align: center;
    color: white;
}

.carousel-wrap {
    text-align: center;
    color: rgb(179,211,42);
}

#carousel h3 {
    color: white;
}

.white {
    color: white;
}

/* ---------------------------------------- CONTACT ---------------------------------------- */


#contact {
    text-align:center;
    background-color: rgb(179,211,42);
    z-index:100;
    border-bottom: 4px white solid;
    color: white;
     margin: auto
}

.contact-wrap {
    color: white;
}
   
#contact a {
    color: white; 
}

#contact h4 {
    margin-bottom: 40px;
}

#contact h3 {
    margin-bottom: 60px;
}

#map-canvas {
    width: 100%;
    height: 300px;
    background-color: white;
}


/* ---------------------------------------- FOOTER ---------------------------------------- */


#footer {
    margin:  auto;
    padding: 30px 0px 20px 0px;
    color: white;
    background-color: black;
    text-align:center;
	width:100%;
}

#footer img {
    margin-bottom: 15px;
}

#footer p {
    font-size: 0.75em;
}


.scrollbutton{
text-align: center;
height: 0;
}

.iconwhite {
position: relative;
top: -18px;
display: inline-block;
width: 40px;
height: 40px;
text-align: center;
font-size: 14px;
color: rgb(179,211,42);
background: white;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
z-index: 2;
}
      
.icongreen {
position: relative;
top: -20px;
display: inline-block;
width: 40px;
height: 40px;
line-height: 48px;
text-align: center;
font-size: 14px;
background: rgb(179,211,42);
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
z-index: 2;
}

.companynumber { 
    pointer-events: none; 
    text-decoration:none; 
    color: white; 
}
      

/* ---------------------------------------- SERVICES PAGE ---------------------------------------- */


#servicebanner {
    width: 100%;
    background-image: url(../img/servicebanner.jpg);
    background-repeat:no-repeat;
    background-position:50% 50%\9 !important;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    background-size: cover;
    height: 400px;
    text-align: center;
    color: white;
    padding: 40px 0 15px 0; 
    margin-bottom: 0px;
}

#contract, #editorial {
    background-color: rgb(242,242,242);
}

.service-img {
    width: 100%;
    height: auto;
}

.advertising-img {
    width: 100%;
    height: auto;
}

.edit-img {
    width: 90%;
    height: auto;
}

.service-list {
    padding-left: 18px;
}


/* ---------------------------------------- PRIVACY STYLES ---------------------------------------- */



#privacy {
    text-align: left;
}

#privacy ul {
    padding-left: 17px;
}


/* ---------------------------------------- PORTFOLIO/SECTOR STYLES ---------------------------------------- */

.sector-head {
    text-align: center;
    margin-bottom: 10px;
}

.sector-group img {
    height: 100%;
    float: left;
}


#portfoliobanner {
    width: 100%;
    background-image: url(../img/portfoliobanner.jpg);
    background-repeat:no-repeat;
    background-position:50% 50%\9 !important;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    background-size: cover;
    height: 400px;
    text-align: center;
    color: white;
    padding: 40px 0 15px 0; 
    margin-bottom: 0px;
    
    /*width: 100%;
    height: 400px;
    background-image: url(../img/portfoliobanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 0px;
    text-align: center;
    color: white;
    padding: 40px 0 15px 0; */
}

.sector-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sector-list li {
    margin-bottom: 5px;
    font-size: 0.85em;
    line-height: 1.5em;
    font-weight: 600;
}


#entertainment, #heritage, #motoring, #catalogues {
    background-color: rgb(242,242,242);
}
