

img-cover
{
    background-size: cover;
}

.list
{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    padding-bottom: 1em;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    margin: 2px 0;
}

.caption,.intro-header .page-heading,.intro-header .site-heading,footer .copyright
{
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

body
{
    -webkit-tap-highlight-color: #a61c1e;
    margin: 0;
    color: #333;
    background-color: #fff;
}

.intro-header .page-heading .subheading,.intro-header .post-heading .subheading,.intro-header .site-heading .subheading,.navbar-custom,h1,h2,h3,h4,h5,h6,.blog-title, .blog-date
{
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
}

p, .blog-short-description
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 1em;
    color: #333;
    text-align: left;
    line-height: 1.6;
    margin: 7px 0;
}

p a
{
    text-decoration: underline;
}

blockquote
{
    color: #777;
    font-style: italic;
}

hr.small
{
    max-width: 100%;
    margin: 15px auto;
    border-width: 4px;
    border-color: inherit;
}

.center-wrapper
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 300px;
}

@media (max-width:768px)
{
    .center-wrapper
    {
        position: absolute;
        top: 25%;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 90%;
        height: 300px;
    }
}

.center-text
{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 100%px;
}

.image-container
{
    display: flex;
    justify-content: center;
}

.intro-header
{
    background-image: url("../img/svg/header-3200.svg"), url("../img/header.jpg");
    background-position: bottom left, bottom center;
    background-repeat: repeat-x, repeat, no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    height: 100%;
    color: #a61c1e;
}

#intro-header
{
    background-image: url("../img/svg/header-3200.svg"), 	url("../img/header.jpg");
    background-position: bottom left, center;
}

.imgshadow
{
    -webkit-filter: drop-shadow(-10px 20px 15px #777);
    filter: drop-shadow(-10px 20px 15px #777);
    z-index: 500;
}

.imgshadow_dark
{
    -webkit-filter: drop-shadow(3px 5px 5px #0c0c0d);
    filter: drop-shadow(3px 5px 5px #0c0c0d);
    z-index: 500;
}


#contact-page .intro-header
{
    background-image: url("../img/svg/header-3200.svg"), 	url("../img/header.jpg");
    background-position: bottom left, center;
}

#project-page_hotel .intro-header
{
    background-image: url("../img/svg/header-3200.svg"), 	url("../img/projects/header-hotel.jpg");
    background-position: bottom left, center;
}

#project-page_plut .intro-header
{
    background-image: url("../img/svg/header-3200.svg"), 	url("../img/projects/header-plutus.jpg");
    background-position: bottom left, center;
}

#project-page_virgin .intro-header
{
    background-image: url("../img/svg/header-3200.svg"), 	url("../img/projects/header-virgin.jpg");
    background-position: bottom left, center;
}

#project-page_igt .intro-header
{
    background-image: url("../img/svg/header-3200.svg"), 	url("../img/projects/header-igt.jpg");
    background-position: bottom left, right;
}

#project-page_easter .intro-header
{
    background-image: url("../img/svg/header-3200.svg"), 	url("../img/projects/header-easter.jpg");
    background-position: bottom left, right;
}

#project-page_bbc .intro-header
{
    background-image: url("../img/svg/header-3200.svg"), 	url("../img/projects/header-bbc.jpg");
    background-position: bottom left, center;
}

#project-page_bbloy .intro-header
{
    background-image: url("../img/svg/header-3200.svg"), 	url("../img/projects/header-bbloy.jpg");
    background-position: bottom left, center;
}

#project-page_tandem .intro-header
{
    background-image: url("../img/svg/header-3200.svg"), 	url("../img/projects/header-tand.jpg");
    background-position: bottom left, top;
}

#project-page_bakers .intro-header
{
    background-image: url("../img/svg/header-3200.svg"), 	url("../img/projects/header-bakers.jpg");
}

#project-page_hsbc .intro-header
{
    background-image: url("../img/svg/header-3200.svg"), 	url("../img/projects/header-hsbc.jpg");
    background-position: bottom left, center;
}

#project-page_player .intro-header
{
    background-image: url("../img/svg/header-3200.svg"), 	url("../img/projects/header-player.jpg");
    background-position: bottom left, middle;
}

@media (max-width:768px)
{
    .intro-header
    {
        background-image: url("../img/svg/header-3200.svg"), url("../img/header.jpg");
        background-position: top left, top bottom;
    }
}

.easter-bg
{
    display: block;
    background-image: url("../img/svg/footer-3200.svg"), url("../img/projects/easter/background.jpg");
    background-position: top right, top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
    z-index: 1;
    position: relative;
}

.loy-bg
{
    display: block;
    background-image: url("../img/svg/footer-3200.svg"), url("../img/projects/loyalty/loyalbg.jpg");
    background-position: top right, top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
    z-index: 1;
    position: relative;
}

@media (max-width:768px)
{
	.loy-bg
	{
   		 display: block;
  		  background-image: url("../img/svg/footer-3200.svg"), 	url("../img/projects/loyalty/loyalbgsmall.jpg");
   		 background-position: top right, top center;
   		 background-repeat: no-repeat;
    		background-size: cover;
   		 padding-bottom: 25px;
   		 z-index: 1;
   		 position: relative;
	}
}


.baker-bg
{
    display: block;
    background-image: url("../img/svg/footer-3200.svg"), url("../img/projects/baker/brick.jpg");
    background-position: top right, top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
    z-index: 1;
    position: relative;
}

.brick-bg
{
    display: block;
    background-image: url("../img/svg/footer-3200.svg"), url("img/projects/bakers/brick.jpg");
    background-position: top right, top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
    z-index: 1;
    position: relative;
}

.rotate
{
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.intro-header .page-heading,.intro-header .post-heading,.intro-header .site-heading
{
    color: #fff;
}

.intro-header .page-heading h1,.intro-header .site-heading h1
{
    margin-top: 0;
    font-size: 50px;
}

.intro-header .page-heading .subheading,.intro-header .site-heading .subheading
{
    font-size: 24px;
    line-height: 1.1;
    display: block;
    margin: 10px 0 0;
}

@media only screen and (min-width:768px)
{
    .intro-header .page-heading,.intro-header .post-heading,.intro-header .site-heading
    {
        padding: 30px 0;
    }
    .intro-header .page-heading h1,.intro-header .site-heading h1
    {
        font-size: 80px;
    }
}

.intro-header .post-heading h1
{
    font-size: 35px;
}

.intro-header .post-heading .meta,.intro-header .post-heading .subheading
{
    line-height: 1.1;
    display: block;
}

.intro-header .post-heading .subheading
{
    font-size: 24px;
    margin: 10px 0 30px;
}

.intro-header .post-heading .meta
{
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-size: 20px;
}

.intro-header .post-heading .meta a
{
    color: #fff;
}

@media only screen and (min-width:768px)
{
    .intro-header .post-heading h1
    {
        font-size: 55px;
    }
    .intro-header .post-heading .subheading
    {
        font-size: 30px;
    }
}

.post-preview>a
{
    color: #333;
}

.post-preview>a:focus,.post-preview>a:hover
{
    text-decoration: none;
    color: #a61c1e;
}

.post-preview>a>.post-title
{
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.post-preview>a>.post-subtitle
{
    margin: 0 0 10px;
}

.post-preview>.post-meta
{
    color: #777;
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
}

.post-preview>.post-meta>a
{
    text-decoration: none;
    color: #333;
}

.post-preview>.post-meta>a:focus,.post-preview>.post-meta>a:hover
{
    color: #a61c1e;
    text-decoration: underline;
}

@media only screen and (min-width:768px)
{
    .post-preview>a>.post-title
    {
        font-size: 36px;
    }
}

.section-heading
{
    font-size: 36px;
    margin-top: 60px;
    font-weight: 700;
}

.caption
{
    font-size: 14px;
    padding: 10px;
    font-style: italic;
    margin: 0;
    display: block;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.floating-label-form-group
{
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
}

.floating-label-form-group input,.floating-label-form-group textarea
{
    z-index: 1;
    position: relative;
    padding-right: 2px;
    border: 1px solid #bbb;
    border-radius: 0;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {display:block;z-index:0;position:relative;top:2em;margin:0;font-size:.85em;line-height:1.764705882em;vertical-align:middle;vertical-align:baseline;opacity:0;-webkit-transition:top .3s ease,opacity .3s ease;-moz-transition:top .3s ease,opacity .3s ease;-ms-transition:top .3s ease,opacity .3s ease;transition:top .3s ease,opacity .3s ease}

.floating-label-form-group::not(:first-child)
{
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label
{
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label
{
    color: #a61c1e;
}

form .row:first-child .floating-label-form-group
{
    border: none;
}

.btn-lg
{
    font-size: 16px;
    padding: 25px 35px;
}

.pager
{
    margin: 10px 0 0;
}

.pager li>a,.pager li>span
{
    font-size: 14px;
    padding: 15px 25px;
    background-color: #fff;
    border-radius: 0;
}

.pager li>a:focus,.pager li>a:hover
{
    color: #fff;
    background-color: #a61c1e;
    border: 1px solid #a61c1e;
}

.space10
{
    height: 30px;
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}

.space20
{
    height: 30px;
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}

.space30
{
    height: 30px;
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}

.space50
{
    height: 50px;
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}

.minus65
{
    margin-top: -65px;
    z-index: 2000;
}

.minus100
{
    margin-top: -100px;
    z-index: 2000;
}

.minus200
{
    margin-top: -200px;
    z-index: -2000;
}

.plus65
{
    margin-bottom: 65px;
    z-index: 2000;
}

.plus100
{
    margin-bottom: 100px;
    z-index: 2000;
}

.content-1-3 .services-wrapper .icon
{
    height: 155px;
    width: 155px;
    max-width: 100%;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: auto;
}

.content-1-3 .services-wrapper
{
    margin: 20px 0 0;
}

.content-1-3 .services-wrapper .icon span
{
    line-height: 155px;
    color: #fff;
    font-size: 55px;
}

.bg-colour
{
    background-color: #a61c1e !important;
}

/* Reset */

.social-buttons
{
    margin: auto;
    font-size: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 15px;
}

.social-buttons-XL
{
    margin: auto;
    font-size: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 15px;
}

.social-button
{
    display: inline-block;
    background-color: #a61c1e;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 3px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: .99;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.45s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.45s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button-XL
{
    display: inline-block;
    background-color: #a61c1e;
    width: 75px;
    height: 75px;
    line-height: 60px;
    margin: 0 3px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: .99;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.45s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.45s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button:before
{
    content: '';
    background-color: #c04e16;
    width: 120%;
    height: 120%;
    position: absolute;
    top: 90%;
    left: -110%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.55s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.55s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button .fa
{
    font-size: 20px;
    vertical-align: middle;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.55s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.55s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    color: #fff;
}

.social-button.behance:before
{
    background-color: #1769ff;
}

.social-button.linkedin:before
{
    background-color: #0077b5;
}

.social-button.pinterest-p:before
{
    background-color: #bd081c;
}

.social-button.codepen:before
{
    background-color: #000;
}

.social-button.dribbble:before
{
    background-color: #ea4c89;
}

.social-button:focus:before, .social-button:hover:before
{
    top: -10%;
    left: -10%;
}

.social-button:focus .fa, .social-button:hover .fa
{
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media only screen and (max-width:768px)
{
    .headerlogo
    {
        padding: 60px 0 0;
    }
}

.padding-side
{
    padding-top: 25px;
    padding-left: 25px;
}

.work-details
{
    padding: 70px;
}

.underlined-white title h1
{
    color: #fff;
    margin: 0;
}

.underlined-white title hr
{
    width: 10%;
    border-width: 2px;
    border-color: #fff;
}

p.whitetext
{
    color: #fff;
}

