/* COLORS
	- purple				#7D1F5B
	- green					#22b24c
	- p text 				#6d6e71
	- h2 text  				#7D1F5B

   FONTS
	- menu, h2, p text 		Century Gothic, CenturyGothic, AppleGothic, sans-serif;
*/


/* ===GLOBAL=== */
@font-face {
  font-family: 'CenturyGothic-Bold';
  src: url('/fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  url('/fonts/CenturyGothic-Bold.woff') format('woff'), url('/fonts/CenturyGothic-Bold.ttf')  format('truetype'), url('/fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
    background: #ffffff;
}
.title, .component-content h2 {
    color: #7D1F5B;
	font-size: 33px;
    text-shadow: none;
    /*font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;*/
    font-family: 'CenturyGothic-Bold';
    font-weight: 200;
    border-bottom: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
h3 {
    color: #7D1F5B;
    font-size: 22px;
    text-shadow: none;
    font-family: 'CenturyGothic-Bold';
    font-weight: 200;
    border-bottom: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
p {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    color: #6d6e71;
    line-height: 18px;
    text-align: justify;
}
#rt-transition ul, #rt-bottom ul {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    color: #6d6e71;
    list-style: square;
    margin-left: 0px
}
#rt-transition ul li, #rt-bottom ul li {
    list-style: none;
    color: #7D1F5B;
}


/* ===GENERAL=== */
.telnum {
    cursor: default;
}
.purple-button {
    width: 229px;
    padding: 15px 0px 15px 0px;
    background-color: #7D1F5B;
    transition: 0.2s;
    display: block;
    font-size: 15px;
    text-align: center;
    color: white;
    text-shadow: none;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.purple-button:hover {
    background-color: #B53185;
    /*background-color: #4E1038;*/
    transition: 0.2s;
    color: white;
}
.email-href {
    /*font-style: italic;*/
    color: #22B24C;
}
.email-href:hover {
    color: #CC6BD4;
}
.green-bold {
    font-weight: 200;
    color: #22b24c;
    font-family: 'CenturyGothic-Bold';
}
.purple-ul {
    list-style: none;
    margin-left: 0px;
}
.purple-ul li:before {
    color: #7D1F5B;
    content: "■";
    padding-right: 13px;
    font-size: 14px;
    margin-right: -1px!important;
}
#rt-transition ul li:before, #rt-bottom ul li:before {
    color: #7D1F5B;
    content: "■";
    font-size: 11px;
    margin-right: 9px;
    top: -2px;
    position: relative;
}
#rt-transition .purple-ul li:before, #rt-bottom .purple-ul li:before {
    padding-bottom: 1px;
    float: left;
}
#rt-transition .purple-ul.four-ul li:before, #rt-bottom .purple-ul.four-ul li:before, .menu-about .purple-ul li:before, .menu-specialised-projects .purple-ul li:before{
    padding-bottom: 0px!important;
    float: none!important;
}

.purple-ul li {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    color: #6d6e71;
}
.italic-b {
    font-style: italic;
}




/* ===TOP-SURROUND=== */
#rt-top-surround {
    background-color: #ffffff;
    background-image: none;
    filter: none;
    border-bottom: none;
    text-shadow: none;
    color: black;
    margin-top: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#rt-top-surround:after {
    background: none;
}


/* ===TOP=== */
.logo-type-gantry #rt-logo {
    background: url(/images/logo2.png) no-repeat;
    width: 235px;
    height: 69px;
}
.logo-type-gantry .rt-block.logo-block {
    margin-left: 0px;
    padding-left: 0px;
}
#rt-top-surround .top-number a {
    text-decoration: none;
    color: #7D1F5B;
    font-size: 28px;
    font-weight: 200;
    font-family: 'CenturyGothic-Bold';
}
#rt-top-surround .top-number p {
    text-align: right;
}
.drop-menu {
    position: relative;
    width: 33px;
    z-index: 999;
    display: none;
}
.drop-menu > span {
    width: 29px;
    height: 5.1px;
    margin-bottom: 6px;
    background-color: #22b24c;
    display: block;
}
.rt-block.drop-down-menu {
    transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.rt-block.drop-down-menu li {
    background-color: #7D1F5B;
    margin-bottom: 0px;
    border-bottom: 1px solid #A765AD;
}
.rt-block.drop-down-menu li a {
    color: white;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    text-shadow: none;
    font-size: 14px;
    font-weight: normal;
    padding: 15px 10px;
}
.rt-block.drop-down-menu ::before {
    display: none;
}
#rt-top-surround .rt-block.drop-down-menu a:hover, #rt-top-surround .rt-block.drop-down-menu li.active a {
    background-color: #4E1038;
    color: white;
}
.rt-block.drop-down-menu {
    overflow: hidden;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    top: 20px;
}
/*.rt-grid-6.rt-omega .rt-block:first-child + .rt-block {
    float: right;
}
.rt-grid-6.rt-omega .rt-block:first-child {
    float: left;
}*/
.rt-block.drop-down-menu {
    height: 0px;
}



/* ===HEADER=== */
#rt-header {
    background-color: #7D1F5B;
    border-top: 1px solid #4E1038;
}
#rt-header > .rt-container .rt-grid-6.rt-omega, #rt-header > .rt-container .rt-grid-6.rt-alpha {
    width: 100%;
}
.gf-menu.l1 {
    margin: 0;
    padding: 0;
}
.gf-menu.l1 li {
    margin-right: 0px;
    border-left: 1px solid #a765ad;
    width: 117px;
}
.gf-menu.l1 > li > .item {
    color: white;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    text-shadow: none;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 20px;
    /*padding-right: 51px;*/
}
.gf-menu.l1 li:hover, .gf-menu.l1 li.active:hover, .gf-menu.l1 > li.active {
    background: #4E1038;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 4px;
    border-top: 0;
    border: 1px solid transparent;
    padding-top: 0px;
    border-radius: 0px;
    border-left: 1px solid #a765ad;
}
.gf-menu.l1 li.active:hover, .gf-menu.l1 > li.active {
    background: url(/images/nav-active.jpg) no-repeat;
    background-color: #4E1038;
    background-position: 9.3px 24px;
    background-position-y: 24px;
    background-position-x: 9.5px;
}
.gf-menu.l1 li.item101.active:hover, .gf-menu.l1 > li.item101.active{
    background-position-x: 8px;
    background-position: 8px 24px;
}
.gf-menu.l1 li.item119 {
    border-right: 1px solid #a765ad;
    padding-left: 1px;
}
.gf-menu.l1 li.item119:hover, .gf-menu.l1 li.item119.active.last:hover {
    border-right: 1px solid #a765ad;
}
.layout-mode-960fixed .gf-menu li:hover > .item, .layout-mode-1200fixed .gf-menu li:hover > .item{
    text-shadow: none;
}
.gf-menu li.item116 {
    width: 176px;
}
.gf-menu li.item117 {
    width: 163px;
}

/*.gf-menu.l1 > li.item116 > .item, .gf-menu.l1 > li.item119 > .item, .gf-menu.l1 > li.item115 > .item, .gf-menu.l1 > li.item114 > .item, .gf-menu.l1 > li.item117 > .item {
    padding-right: 8px;
}*/

/* ===DRAWER=== */
#rt-drawer {
    background: transparent;
    border-bottom: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


/* ===SHOWCASE=== */
.menu-home #rt-showcase .rt-showcase-pattern .rt-container:first-child {
    margin: 0;
    width: 100%;
}
#rt-showcase .slider h1.specialised-projects {
    width: 420px;
}
#rt-showcase .rt-block.home-slider {
    margin: 0;
    padding: 0;
    width: 100%;
}
#rt-showcase .slider .slide-sub {
    color: white;
    text-shadow: none;
    font-weight: 900;
    width: 600px;
    white-space: pre-wrap;
    text-align: justify;
    line-height: 17px;
    padding-bottom: 25px;
    /*text-shadow: 0px 0px 0.1px #000;*/
    font-size: 14px;
}
#rt-showcase #rev_slider_1_1_wrapper {
    padding: 0!important;
}
#rt-showcase .rt-showcase-pattern .rt-grid-12.rt-alpha.rt-omega {
    width: 100%;
    /*height: 570px;*/
}
.tparrows {
    margin-top: 15%!important;
    top: -12px!important;
}
.tp-leftarrow.tparrows.default:hover {
    background: url(/images/slides/left-hover.png) no-repeat;
    transition: 0.2s;
}
.tp-leftarrow.tparrows.default {
    background: url(/images/slides/left.png) no-repeat;
    width: 24px;
    height: 36px;
    transition: 0.2s;
}
.tp-rightarrow.tparrows.default:hover {
    background: url(/images/slides/right-hover.png) no-repeat;
    transition: 0.2s;
}
.tp-rightarrow.tparrows.default {
    background: url(/images/slides/right.png) no-repeat;
    width: 24px;
    height: 36px;
}
.tp-caption.slide-css.fade.start {
    width: 100%;
    height: 100%;
}
#rt-showcase .slider h1 {
    color: white;
    text-shadow: none;
    font-size: 70px;
    width: 520px;
    white-space: pre-wrap;
    padding-bottom: 20px;
    margin-top: 0px;
    line-height: 71px;
}
#rt-showcase .slider {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    position: relative;
    width: 100%;
    background: url(/images/slides/slide-mask2.png) no-repeat;
    height: 100%;
    background-size: 60%;
}
#rt-showcase .tp-bannershadow.tp-shadow2 {
    display: none;
}
#rt-showcase .tp-caption a {
    color: white;
}
#rt-showcase{
	filter: none;
    background-repeat: no-repeat;
    border: none;
    box-shadow: none;
    text-shadow: none;
}
.rt-showcase-pattern {
    background-image: none;
}

.menu-about #rt-showcase {
    background: url(/images/banners/banner-about.jpg);
    height: 180px;
}
.menu-social-housing #rt-showcase {
    background: url(/images/banners/banner-social-housing.jpg);
    height: 180px;
}
.menu-retail-parks #rt-showcase {
    background: url(/images/banners/banner-retail-park.png);
    height: 180px;
}
.menu-commercial-buildings #rt-showcase {
    background: url(/images/banners/banner-commercial-projects.png);
    height: 180px;
}
.menu-specialised-projects #rt-showcase {
    background: url(/images/banners/banner-specialised-projects.png);
    height: 180px;
}
.menu-testimonials #rt-showcase {
    background: url(/images/banners/testimonials-1.jpg);
    height: 180px;
}
.menu-gallery #rt-showcase {
    background: url(/images/banners/gallery-1.jpg);
    height: 180px;
}
.menu-contact-us #rt-showcase {
    background: url(/images/banners/contact-1.jpg);
    height: 180px;
}




/* ===MAINBODY-SURROUND=== */
.menu-home article.item-page {
    text-align: center;
    margin-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}
.home-article-block p {
    text-align: center;
}
.menu-home #rt-mainbody article.item-page h2 {
    margin-top: 0px;
    padding-bottom: 15px;
    font-weight: 200;
    font-family: 'CenturyGothic-Bold';
}
#rt-mainbody article.item-page h2 {
    margin-top: 35px;
    padding-bottom: 22px;
}
.three-image-block {
    margin-bottom: 35px;
    margin-top: 35px;
}
.three-image-block .mid-img {
    margin: 0px 19px;
}
.three-image-block img {
    width: 384px;
}
.page-quote {
    color: #8E3B95;
    font-size: 18px;
    text-align: center;
    font-style: italic;
    margin-top: 25px;
}
.menu-social-housing .purple-ul, .menu-retail-parks .purple-ul, .menu-commercial-buildings .purple-ul {
    -moz-column-count: 3;
    -moz-column-gap: 285px;
    -webkit-column-count: 3;
    -webkit-column-gap: 285px;
    column-count: 3;
    column-gap: 285px;
    margin-left: 0;
    margin-bottom: 15px;
}
.menu-retail-parks .purple-ul, .menu-commercial-buildings .purple-ul {
    -webkit-column-gap: 272px;
    column-gap: 272px;
    -moz-column-gap: 272px;
    margin-top: 15px;
}
.menu-social-housing .purple-ul li, .menu-retail-parks .purple-ul li, .menu-commercial-buildings .purple-ul li  {
    margin-bottom: 2px;
}
/*.menu-home ul.purple-ul {
    -moz-column-count: 3;
    -moz-column-gap: 285px;
    -webkit-column-count: 3;
    -webkit-column-gap: 285px;
    column-count: 3;
    column-gap: 285px;
    padding-top: 0px;
    padding-bottom: 2px;
}*/
/*ul.purple-ul.four-ul {
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-gap: 8px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}*/
ul.purple-ul.four-ul {
    overflow: auto;
}
ul.purple-ul.four-ul li {
    width: 24.6%;
    float: left;
}
.testimonial {
    clear: both;
    overflow: hidden;
    margin-bottom: 23px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CAE1EA;
}
.testimonial h3 {
    font-size: 15px;
    margin-top: -6px;
}
.testimonial img {
    float: left;
    margin-right: 25px;
    max-width: 130px;
}
.intro {
    padding-bottom: 15px;
}
.testimonial.last-test {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.menu-contact-us #rt-mainbody h2 {
    padding-bottom: 0px!important;
    margin-bottom: 0px;
}
.menu-gallery #rt-transition ul li:before, .menu-gallery #rt-bottom ul li:before {
    display: none;
}
.ug-textpanel-title {
    display: none!important;
}
#rt-main .rt-block {
    padding: 15px 0px;
    margin: 10px 0px;
}
.menu-home #rt-main .rt-block {
    padding: 15px;
    margin: 10px;
}



/* ===MAINBOTTOM=== */
.rsie-label{
    display: none;
}
.social-retail-block {
    overflow: hidden;
}
.menu-contact-us .formResponsive .formHorizontal .formControls {
    margin: 0;
}
.menu-contact-us .formResponsive input[type="text"], .menu-contact-us .formResponsive input[type="password"] {
    height: 28px;
}
.menu-contact-us .formResponsive textarea, .menu-contact-us .formResponsive input[type="text"], .menu-contact-us .formResponsive input[type="password"] {
    border: 1px solid #923F99;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 98%;
    font-size: 15px;
    -webkit-appearance: none;
    font-family: Arial;
}
input[type=submit] {
    -webkit-appearance: none;
}
.rt-block.contact-form {
    margin-left: 0px;
    padding-left: 0px;
}
.menu-contact-us input#Submit {
    width: 308px;
    height: 38px;
    background-color: #7D1F5B;
    background: #7D1F5B;
    border: none;
    box-shadow: none;
    filter: none;
    border-radius: 0;
    transition: 0.2s;
    display: block;
    font-size: 15px;
    text-align: center;
    color: white;
    text-shadow: none;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.menu-contact-us input#Submit:hover {
    background-color: #CC6BD4;
}
.menu-contact-us .formResponsive textarea:focus, .menu-contact-us .formResponsive input[type="text"]:focus, .menu-contact-us .formResponsive input[type="password"]:focus, .menu-contact-us .formResponsive select:focus {
    border: 1px solid #923F99;
    box-shadow: none;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.menu-contact-us .captcha-send br {
    display: none;
}
.menu-contact-us img#captcha28 {
    padding: 6px 33px;
    border: 1px solid #923F99;
}
.menu-contact-us .captcha-send input#captchaTxt28 {
    margin-bottom: 0px;
    width: 210px;
    text-align: center;
    margin-right: 3px;
    margin-left: 3px;
}
.menu-contact-us .rsform-block.rsform-block-captcha {
    float: left;
}
.menu-contact-us .rsform-block.rsform-block-submit {
    float: left;
}
.menu-contact-us .captcha-send {
    margin-top: 11px;
}
.menu-contact-us .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 4px;
}
.cd-block {
    margin-bottom: 15px;
}
.cd-block p {
    margin-bottom: 2px;
}
.menu-contact-us #rt-mainbottom h3 {
    font-size: 19px;
    margin-top: -12px;
    margin-bottom: 5px;
}
.cd-block .cdb {
    font-weight: 200;
    color: #6d6e71;
    font-family: 'CenturyGothic-Bold';
}
.menu-contact-us .cd-block a {
    color: #7D1F5B;
}
.cd-block .emailhref:hover {
    color: #CC6BD4;
}
.split {
    display: block;
    padding-bottom: 10px;
}
.cd-mobile {
    margin-top: 5px;
}
.sr-social {
    width: 374px;
    background-color: #ededed;
    float: left;
}
.sr-social img {
    width: 100%;
}
.sr-retail {
    background: url(/images/sr-retail.jpg) no-repeat;
    height: 501px;
    width: 748px;
    margin-left: 28px;
    background-size: 748px;
}
.menu-about .sr-retail {
    background: url(/images/sr-retail2.jpg) no-repeat;
    background-size: 748px;
}
.sr-retail .sr-p {
    width: 305px;
    color: white;
    margin-bottom: 20px;
}
.sr-retail h3 {
    color: white;
    padding-top: 18px!important;
}
.sr-retail .purple-button {
    margin-left: 6%;
    padding: 11px 0px 11px 0px;
    width: 210px;
}
.social-retail-block .sr-p {
    text-align: left;
    padding: 0 6%;
}
.social-retail-block h3 {
    padding: 0 6%;
}
.sr-social .purple-button {
    margin-top: 41px;
    width: 100%;
}
.social-retail-block .sr-social h3 {
    margin-top: 15px;
}
.rt-block.social-retail {
    margin-top: 0px;
}
.menu-home .rt-block.social-retail {
    margin-top: 10px;
}
/*.social-retail-block {
    padding-bottom: 15px;
}*/
.social-retail-block div {
    float: left;
}


/* ===EXTENSION=== */
.menu-contact-us div#rt-extension .rt-grid-12.rt-alpha.rt-omega .rt-block {
    margin: 0;
    padding: 0;
}
.menu-contact-us div#rt-extension .rt-container {
    margin: 0;
    width: 100%;
}
.menu-contact-us #rt-extension .rt-grid-12.rt-alpha.rt-omega {
    width: 100%;
}
.menu-contact-us #cavas_id99 {
    height: 220px!important;
}

.our-services {
    border-top: 1px solid #e5e5e5;
}
.our-services h3 {
    margin-top: 38px;
}
.our-services p {
    text-align: justify;
}
.os-table .purple-ul li {
    padding-bottom: 20px;
}
.our-services ul {
    -moz-column-count: 3;
    -moz-column-gap: 285px;
    -webkit-column-count: 3;
    -webkit-column-gap: 285px;
    column-count: 3;
    column-gap: 285px;
    margin-left: 0;
    margin-top: 35px;
}


/* ===BOTTOM=== */
.mobile-telephone h2 {
    color: #22b24c;
    font-family: 'CenturyGothic-Bold';
    text-align: center;
    font-size: 32px;
}
.rt-block.mobile-telephone-block {
    display: none;
}
.mobile-telephone {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}

/* ===FOOTER=== */
#rt-footer {
    background: url(/images/footer2.png);
    height: auto;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 35px;
}
.menu-about #rt-footer {
    margin-top: 45px;
}
#rt-footer #footer-block {
    margin-top: 30px;
    margin-bottom: 30px;
}
#rt-footer .tff {
    font-size: 11px;
}
#rt-footer p {
    color: white;
    text-align: center;
}
#rt-footer a {
    color: white;
}
#rt-footer #footer-block .white-logo {
    margin: 0 auto;
    padding-bottom: 30px;
    display: block;
}
#rt-footer #footer-block .footer-social {
    margin-left: 50%;
    left: -88px;
    position: relative;
    margin-top: 45px;
    padding-bottom: 45px;
    height: 42px;
}
#rt-footer #footer-block .footer-social div {
    width: 42px;
    height: 42px;
    float: left;
    color: #CC6BD4;
    transition: 0.2s;
}
.social1 {
    background: url(/images/social/facebook.png) no-repeat;
}
.social1:hover {
    background: url(/images/social/facebook-hover.png) no-repeat;
}
.social2 {
    background: url(/images/social/twitter.png) no-repeat;
}
.social2:hover {
    background: url(/images/social/twitter-hover.png) no-repeat;
}
.social3 {
    background: url(/images/social/linkedin.png) no-repeat;
}
.social3:hover {
    background: url(/images/social/linkedin-hover.png) no-repeat;
}
#footer-block a:first-child:hover {
    color: #22B24C;
    text-shadow: 0px 0px 0px #000;
}
#footer-block .footer-social a {
    width: 42px;
    height: 42px;
    display: block;
    float: left;
    margin-right: 22px;
}
.menu-contact-us #rt-footer {
    margin-top: 0;
}


/* ===RESPONSIVE=== */
@media(min-width: 1199px){
    .home-article-block {
        width: 88%;
        margin: 0 auto;
    }
}


@media (max-width: 1199px){
    #rt-header .rt-container {
        margin: 0 auto;
    }
    .gf-menu.l1 > li > .item {
        padding: 1px 13px 20px 8px;
    }
    #rt-header .rt-grid-12 {
        width: auto;
    }
    #rt-showcase .slider .slide-sub {
        width: 460px;
        padding-bottom: 5px;
    }
    .gf-menu.l1 li {
        width: auto;
    }
    .layout-mode-responsive .gf-menu.l1 > li{
        margin-right: -1px;
    }
    .sr-retail {
        background: url(/images/sr-retail.jpg) no-repeat;
        height: 475px;
        width: 541px;
        margin-left: 29px;
        background-size: 707px;
    }
    .sr-social {
        width: 340px;
        background-color: #ededed;
        float: left;
    }
    .our-services ul {
        -moz-column-count: 3;
        -moz-column-gap: 172px;
        -webkit-column-count: 3;
        -webkit-column-gap: 172px;
        column-count: 3;
        column-gap: 172px;
        margin-left: 0;
        margin-top: 35px;
    }
    .three-image-block img {
        width: 304px;
    }
    .menu-social-housing .purple-ul, .menu-retail-parks .purple-ul, .menu-commercial-buildings .purple-ul {
        -moz-column-count: 3;
        -moz-column-gap: 170px;
        -webkit-column-count: 3;
        -webkit-column-gap: 170px;
        column-count: 3;
        column-gap: 170px;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .menu-retail-parks .purple-ul, .menu-commercial-buildings .purple-ul{
        -webkit-column-gap: 155px;
        -moz-column-gap: 155px;
        column-gap: 155px;
    }
    .menu-contact-us input#Submit {
        width: 296px;
    }
    .menu-contact-us .captcha-send input#captchaTxt28 {
        width: 110px!important;
    }
    .menu-contact-us img#captcha28 {
        padding: 6px 20px;
    }
    .menu-home #rt-mainbody .item-page h2 {
        font-size: 32px;
    }
    #rt-showcase .slider h1 {
        font-size: 55px;
        line-height: 60px;
        padding-bottom: 6px;
    }
    .slide-content {
        margin-left: 75px;
        padding-top: 10px;
    }
}





@media (max-width: 959px){
    .our-services ul {
        -moz-column-count: 3;
        -moz-column-gap: 75px;
        -webkit-column-count: 3;
        -webkit-column-gap: 75px;
        column-count: 3;
        column-gap: 75px;
        margin-left: 0;
        margin-top: 35px;
    }
    .layout-mode-responsive .gf-menu.l1 > li > .item {
        font-size: 12.5px;
    }
    .sr-retail {
        background: url(/images/sr-retail.jpg) no-repeat;
        height: 439px;
        width: 418px;
        margin-left: 30px;
        background-size: 651px;
    }
    .sr-social {
        width: 270px;
        background-color: #ededed;
        float: left;
    }
    .menu-home article.item-page p {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .menu-contact-us input#Submit {
        width: 182px;
    }
    .menu-contact-us .formResponsive textarea, .menu-contact-us .formResponsive input[type="text"], .menu-contact-us .formResponsive input[type="password"] {
        width: 97%!important;
    }
    .three-image-block img {
        width: 246px;
    }
    .three-image-block .mid-img {
        margin: 0px 10px;
    }
    .menu-retail-parks .purple-ul, .menu-commercial-buildings .purple-ul {
        -webkit-column-gap: 55px;
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
    .menu-social-housing .purple-ul, .menu-retail-parks .purple-ul, .menu-commercial-buildings .purple-ul {
        -moz-column-count: 3;
        -moz-column-gap: 74px;
        -webkit-column-count: 3;
        -webkit-column-gap: 74px;
        column-count: 3;
        column-gap: 74px;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .menu-home #rt-mainbody .item-page h2 {
        font-size: 25px;
    }

    .layout-mode-responsive .gf-menu.l1 > li {
        margin-right: 0;
        width: 19.7%;
        float: left;
    }
    .gf-menu.l1 li.item119 {
        border-right: 1px solid #a765ad;
        padding-left: 1px;
    }
    #rt-top-surround #rt-header .rt-grid-12 {
        width: 100%;
    }
    #rt-top-surround #rt-header .rt-container {
        width: 100%;
    }
}

@media (max-width: 768px){
    #rt-transition .rt-block, #rt-bottom .rt-block {
        padding: 15px 10px;
    }
    .menu-home article.item-page .italic-b {
        text-align: center;
    }
    #rt-mainbody article.item-page h2 {
        margin-top: 20px;
        padding-bottom: 22px;
    }
    .menu-home article.item-page p {
        text-align: justify;
    }
    .menu-home #rt-mainbody article.item-page h2 {
        text-align: justify;
        font-size: 26.3px;
        font-weight: 200;
        font-family: 'CenturyGothic-Bold';
    }
    .sr-retail {
        background: url(/images/sr-retail.jpg) no-repeat;
        height: 439px;
        width: 440px;
        margin-left: 18px;
        background-size: 651px;
    }
    .three-image-block img {
        width: 233px;
    }
    .menu-contact-us input#Submit {
        width: 177px;
    }
    .menu-home div#rt-mainbottom .rt-block.social-retail {
        margin-top: 0px;
        padding-top: 0px;
    }
    .menu-home article.item-page {
        padding-bottom: 15px;
    }
    .menu-about #rt-mainbody-surround #rt-main .rt-block {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .menu-social-housing ul.purple-ul, .menu-retail-parks ul.purple-ul, .menu-commercial-buildings ul.purple-ul {
        display: none;
    }
    ul.gf-menu.l1 {
        display: none;
    }
    .rt-block.menu-block {
        display: none;
    }
    .logo-type-gantry #rt-logo {
        margin-left: 25px;
    }
    .drop-menu {
        display: inline-block;
    }
    .top-number {
        float: left;
        margin-right: 25px;
    }
    .menu-number-block {
        float: right;
    }
    #rt-top-surround .top-number p {
        margin-top: 5px;
        text-align: left;
    }
    #rt-top-surround {
        margin-top: 15px;
        padding-bottom: 17px;
        border-bottom: 5px solid #7D1F5B;
    }
    .menu-home #rt-bottom .rt-grid-6.rt-alpha {
        display: none;
    }
    #rt-header .rt-container {
        width: 100%;
    }
    div#rt-header {
        border-top: none;
        background-color: transparent;
    }
    .menu-home article.item-page{
        margin-top: 25px;
    }
    .tparrows {
        display: none;
    }
    .ug-lightbox-button-close {
        display: none!important;
    }
}

@media (min-width: 769px){
    .menu-about #rt-footer {
        margin-top: 60px;
    }
}

@media (max-width: 768px and min-width: 767px){
    .menu-number-block {
        width:250px;
    }
}

@media (max-width: 768px) and (min-width: 768px) {
    #rt-showcase .slider {
        background-size: 70%;
    }
    #rt-showcase .slider h1 {
        font-size: 42px;
        width: 310px;
        line-height: 43px;
        padding-bottom: 10px;
    }
    .slide-content {
        margin-left: 25px;
        padding-top: 35px;
    }
    .slide-content .purple-button {
        width: 169px;
        height: 27px;
        padding-top: 12px;
    }
    #rt-showcase .slider {
        background-size: 76%;
    }
    #rt-showcase .slider .slide-sub {
        width: 420px;
        padding-bottom: 6px;
    }
    div#rev_slider_1_1 {
        height: 343px!important;
    }
    .slide-content p.slide-sub {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .sr-social {
        height: 440px;
        position: relative;
    }
    .sr-social .purple-button {
        margin-top: 0px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .slide-content .purple-button {
        padding: 17px 0px 20px 0px!important;
        height: 12px!important;
    }
}



@media (max-width: 767px){
    .gf-menu-toggle {
        display: none!important;
    }
    #rt-footer {
        margin-top: 5px;
    }
    .rt-block.contact-form {
        margin-left: 10px;
    }
    .menu-home ul.purple-ul.four-ul li {
        width: 100%;
        text-align: left;
        float: left;
    }
    .menu-home ul.purple-ul.four-ul {
        margin-bottom: 15px;
    }
    #rt-main .rt-block {
        padding: 15px 15px;
    }
    .title, .component-content h2 {
        font-size: 30px;
    }
    .menu-about #rt-footer {
        margin-top: 5px;
    }
    .menu-home #rt-mainbody article.item-page h2 {
        text-align: left;
    }
    .top-number {
        display: none;
    }
    #rt-bottom .rt-container .rt-grid-6.rt-omega {
        display: block;
    }
    .rt-block.social-retail {
        display: none;
    }
    .rt-block.mobile-telephone-block {
        display: block;
    }
    .menu-home div#rt-extension {
        display: none;
    }
    #rt-bottom .rt-block.mobile-telephone-block {
        margin-top: 0;
        padding-top: 0px;
        margin-bottom: 0;
    }
    .menu-home article.item-page {
        padding-bottom: 0px;
    }
    .menu-home article.item-page .italic-b {
        margin-bottom: 0px;
    }
    .menu-home article.item-page {
        border-bottom: none;
    }
    .drop-menu{
        width: 29px;
    }
    body.layout-mode-responsive #rt-logo {
        margin-left: 15px;
        background-size: 180px;
        top: 10px;
        position: relative;
    }
    #rt-top .rt-grid-6.rt-alpha {
        width: 50%;
        float: left;
    }
    #rt-top .rt-grid-6.rt-omega {
        width: 50%;
        float: left;
    }
    .menu-home article.item-page{
        margin-top: 8px;
    }
    .three-image-block img {
        width: inherit;
        margin: 0 auto;
        display: block;
    }
    .three-image-block .mid-img {
        margin: 0 auto;
        padding: 15px 0px;
    }
    .testimonial h3 {
        line-height: 25px;
    }
    .menu-contact-us input#Submit {
        width: 198px;
    }
    form#userForm {
        margin: 0;
    }
    #rt-mainbottom .rt-block.contact-form {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #rt-showcase .slider {
        display: none;
    }
    div#rev_slider_1_1 {
        height: 177px!important;
    }


    .menu-about #rt-showcase {
        height: 100px;
        background-position: -2983px -78px;
    }
    .menu-social-housing #rt-showcase {
        height: 100px;
    }
    .menu-retail-parks #rt-showcase {
        height: 100px;
        background-size: 340%;
        background-repeat: no-repeat;
        background-position: -494px 0px;
    }
    .menu-commercial-buildings #rt-showcase {
        height: 100px;
        background-position: -1903px -75px;
    }
    .menu-specialised-projects #rt-showcase {
        height: 100px;
        background-position: -2293px -16px;
    }
    .menu-retail-parks #rt-showcase {
        height: 100px;
        background-size: 340%;
        background-repeat: no-repeat;
        background-position: -494px 0px;
    }
    .menu-gallery #rt-showcase {
        height: 100px;
    }
    .menu-contact-us #rt-showcase {
        height: 100px;
        background-position: -1903px -75px;
    }
}


@media (max-width: 650px){
    .rsform-block.rsform-block-captcha, .rsform-block.rsform-block-submit {
        float: left!important;
    }
}


@media (max-width: 480px){
    ul.purple-ul.four-ul li {
        width: 100%;
        text-align: left;
    }
    .menu-home article.item-page{
        border-bottom: none;
    }
    ul.purple-ul.four-ul {
        overflow: auto;
    }
    .rt-container {
        width: 100%;
    }
    .menu-contact-us input#Submit {
        width: 99.3%;
    }
    .rsform-block.rsform-block-submit, .rsform-block.rsform-block-captcha {
        width: 100%!important;
        float: none!important;
        height: 38px;
    }
    .menu-contact-us .captcha-send input#captchaTxt28 {
        margin-right: 0px;
        min-width: 115px;
    }

    .menu-contact-us img#captcha28 {
        padding: 6px 40.1%;
        width: 18%;
        height: 26px;
        margin-bottom: 5px;
    }
    .menu-contact-us .captcha-send input#captchaTxt28 {
        margin-right: 0;
        margin-left: 0;
    }
    .rsform-block.rsform-block-captcha {
        height: 38px;
    }
    .rsform-block.rsform-block-captcha {
        padding-bottom: 45px;
    }
    .menu-contact-us .captcha-send br {
        display: none;
    }
}

@media (max-width: 389px){
    .menu-contact-us .formResponsive textarea, .menu-contact-us .formResponsive input[type="text"], .menu-contact-us .formResponsive input[type="password"] {
        width: 96%!important;
    }
}

@media (max-width: 340px){
    /*div#footer-block p a:first-child {
        width: 100%;
        display: block;
    }*/
    /*span.removal {
        display: none;
    }*/
}

@media (max-width: 306px){
    .menu-contact-us .formResponsive textarea, .menu-contact-us .formResponsive input[type="text"], .menu-contact-us .formResponsive input[type="password"] {
        width: 95%!important;
    }
}

/* Slider Responsive */
@media(max-width: 1300px){
    .slider .purple-button{
        width: 229px;
        padding-top: 18px;
    }
}

@media(max-width: 1050px){
    #rt-showcase .slider .slide-sub {
        width: 400px;
    }
}
@media(max-width: 1000px){
    #rt-showcase .slider h1 {
        font-size: 50px;
        line-height: 52px;
        padding-bottom: 5px;
    }
    #rt-showcase .slider {
        background-size: 70%;
    }
    #rt-showcase .slider .slide-sub {
        width: 405px;
        padding-bottom: 0px;
    }
    .slide-content .purple-button {
        width: 169px;
        padding: 16px 0px 17px 0px;
    }
}
@media(max-width: 885px){
    #rt-showcase .slider h1{
        font-size: 45px;
        line-height: 46px;
        padding-bottom: 5px;
    }
    #rt-showcase .slider {
        background-size: 84%;
    }
    #rt-showcase .slider .slide-sub {
        width: 495px;
        padding-bottom: 0px;
    }
}
@media(max-width: 800px){
    #rt-showcase .slider h1 {
        font-size: 41px;
        width: 295px;
        ine-height: 41px;
    }

}

@media(max-width: 480px){
    .menu-contact-us .captcha-send input#captchaTxt28 {
        width: 97%!important;
    }
    .menu-contact-us img#captcha28 {
        padding: 6px 40.6%;
    }
}
@media(max-width: 389px){
    .menu-contact-us .captcha-send input#captchaTxt28 {
        width: 96%!important;
    }
    .menu-contact-us img#captcha28 {
        padding: 6px 40.4%;
    }
}
@media(max-width: 306px){
    .menu-contact-us .captcha-send input#captchaTxt28 {
        width: 95%!important;
    }
    .menu-contact-us img#captcha28 {
        padding: 6px 40.2%;
    }
}



@media(min-width:1200px){.slide-content{padding-top: 1%;margin-left: 6%;}}
@media(min-width:1250px){.slide-content{padding-top: 2%;}}
@media(min-width:1300px){.slide-content{padding-top: 3%;}}
@media(min-width:1450px){.slide-content{margin-left: 8%;}}
@media(min-width:1550px){.slide-content{margin-left: 11%;}}
@media(min-width:1600px){.slide-content{padding-top: 5%;}}
@media(min-width:1650px){.slide-content{margin-left: 13%;}}
@media(min-width:1750px){.slide-content{margin-left: 15%;}}
@media(min-width:1850px){.slide-content{margin-left: 17%;}}
@media(min-width:1920px){.slide-content{margin-left: 18%;}}
