@charset "UTF-8";
/* CSS Document */
body {
	background-color: #333;
}
blockquote {
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    border-left: 3px solid #fe7503;
    font-size: 23px;
	font-style: italic;
    margin: 0 0 20px;
    padding: 10px 20px;
	color: #333;
}
.navbar-brand {
    padding: 25px 15px;
}
.icon {
	margin: 0 auto 20px auto;
	height: 130px;
}
.holding {
	text-align: center;
	margin: 50px 0 0 0;
}
.holding h1, .holding h2 {
	color: white!important;
}
.work .col-lg-4 {
	margin: 0 0 20px 0;
}
.slideA {
	background-image: url(../Assets/slider1A.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.touch {
	background-image: url(../Assets/slider2A.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.what-we-do {
	background-image: url(../Assets/slider3A.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.carousel-caption {
    bottom: 20px;
    padding-bottom: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.our-work {
	padding-top: 15px;
}
.layout {
	padding: 20px;
	margin-bottom: 20px;
	background-color: white;
}
.work-img {
	background-color: #D53638;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.45" /><feFuncG type="linear" slope="0.45" /><feFuncB type="linear" slope="0.45" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.45);
  -webkit-filter: brightness(0.45);
}

.hovereffect h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-align: center;
  position: relative;
  font-size: 27px;
  background-color: transparent;
  color: white;
  padding: 1em 0 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect p {
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.hovereffect a {
  color: white;
  font-size: 21px;
}
.hovereffect img {
  display: block;
  opacity: 1!important;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*.work {
	border-bottom: 4px solid #ececec;
}*/
.banner {
	height: 450px;
    background-color: #b6b5b5;
}
.group {
	background-image: url(../Assets/group-companies.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.featurette p.title {
	color: #666;
	font-size: 15px;
}
.featurette {
	text-align: center;
}
.marketing-wrapper {
	background-color: white;
}
.marketing {
	padding: 30px 15px 30px 15px;
	text-align: center;
}
.marketing p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #333;
	margin: 0 0 15px 0;
	font-size: 17px;
	line-height: 1.3em;
}
.marketing p.lead {
	font-size: 21px;
}
.jumbotron {
    padding: 30px 15% 30px 15%;
    background-color: #ececec;
    margin-bottom: 0;
	text-align: center;
}
.jumbotron p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #333;
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 1.3em;
}
.jumbotron h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 15px;
	font-size: 45px;
	color: #e05a00;
}
.featurette p {
	font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 15px;
}
.navbar-default {
    background-color: #333;
}
.navbar-static-top {
    border: 0 none;
}
.navbar {
    margin-bottom: 0;
    min-height: 110px;
}
.navbar-brand {
	height: 110px;
}
a:focus {
	outline: 0 none;
}
.clear {      
    clear: both; 
    line-height: 0;   
    height: 0;   
}
.navbar-default .navbar-toggle {
    border: 0 none;
}
.navbar-toggle {
    background-color: #df5900;
    background-image: none;
    border-radius: 0;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 30px;
    padding: 9px 10px;
    position: relative;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #a7a9ac;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #d75813;
	font-weight: 300;
}
.nav {
    font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.nav > li > a {
    padding-left: 10px;
	padding-right: 10px;
}
.navbar-default .navbar-nav > li > a {
    color: white;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #a7a9ac;
}
.navbar-default .navbar-nav > li.twitter a {
	color: #e05a00;
}
.navbar-default .navbar-nav > li.facebook a {
	color: #e05a00;
}
.navbar-default .navbar-nav > li.facebook > a:focus, .navbar-default .navbar-nav > li.facebook > a:hover, .navbar-default .navbar-nav > li.twitter > a:focus, .navbar-default .navbar-nav > li.twitter > a:hover {
    color: #a7a9ac;
}
.carousel-control {
    opacity: 1;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
	display: none;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
   display:none;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	/*margin-bottom: 50px;*/
	font-size: 23px;
	color: #333;
	line-height: 1.4em;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #333;
	line-height: 1.3em;
	margin: 0 0 20px 0;
	font-size: 31px;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #333;
	line-height: 1.3em;
	margin: 0 0 15px 0;
	font-size: 23px;
}
h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #e05a00;
	margin: 0 0 20px 0;
	font-size: 23px;
}
.featurette h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #e05a00;
	margin: 0 0 10px 0;
	font-size: 23px;
}
.carousel a.more:link, .carousel a.more:visited, .carousel a.more:active {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	color: #fe7503;
	font-size: 17px;
}
.carousel a.more:hover, .carousel a.more:visited:hover {
	color: white;
	text-decoration: none;
}
.work a.more:link, .work a.more:visited, .work a.more:active {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: white;
	font-size: 19px;
}
.work a.more:hover, .work a.more:visited:hover {
	color: #333;
	text-decoration: none;
}
a.more:link, a.more:visited, a.more:active {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #df5900;
	font-size: 19px;
}
a.more:hover, a.more:visited:hover {
	color: #a7a9ac;
	text-decoration: none;
}
.carousel-caption {
    left: 10%;
    right: 10%;
}
.key img {
	margin: 0 0 15px 0;
}
.key p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #666;
	font-size: 17px;
}
.work-wrapper {
	background-color: #a7a9ac;
	padding: 30px 0 0 0;
	text-align: center;
}
.work img {
	transition: all .2s ease-in-out;
}
.work img:hover {
	transform: scale(1.1);
	cursor: pointer;
}
.work-wrapper img {
	margin: auto;
}
.footer-wrapper {
	background-color: #333;
	padding: 30px 0 30px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
}
.footer-wrapper p {
	color: #a7a9ac;
	font-size: 15px;
}
.footer-wrapper p.copyright {
	color: #666;
	font-size: 13px;
}
a.top:link, a.top:visited, a.top:active {
	color: white;
	text-decoration: none;
	font-size: 13px;
}
a.top:hover, a.top:visited:hover {
	color: #666;
	text-decoration: none;
}
.marketing hr {
	 border-color: #ececec;
    border-color: #ececec -moz-use-text-color -moz-use-text-color;
    margin-bottom: 45px;
    margin-top: 35px;
}
.footer-wrapper hr {
	border-color: #555;
    border-color: #555 -moz-use-text-color -moz-use-text-color;
    margin-bottom: 15px;
    margin-top: 15px;
}
.footer-wrapper img {
	margin: auto;
	padding-bottom: 15px;
}
.footer-wrapper span {
	color: white;
	margin: 0 10px 0 0;
}
a.hello:link, a.hello:visited, a.hello:active {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	color: #df5900;
}
a.hello:hover, a.hello:visited:hover {
	color: white;
	text-decoration: none;
}
a.next:link, a.next:visited, a.next:active {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	color: #fe7503;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
}
a.next:hover, a.next:visited:hover {
	color: #65c6f0;
	text-decoration: none;
}
.footer-wrapper a.twitter:link, .footer-wrapper a.twitter:visited, .footer-wrapper a.twitter:active {
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
	display: inline-block;
	text-indent: -9999px;
	background-image: url(../Assets/twitter-footer.png);
	background-repeat: no-repeat;
}
.footer-wrapper a.twitter:hover, .footer-wrapper a.twitter:visited:hover {
	background-position: right center;
}
.footer-wrapper a.facebook:link, .footer-wrapper a.facebook:visited, .footer-wrapper a.facebook:active {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-indent: -9999px;
	background-image: url(../Assets/facebook-footer.png);
	background-repeat: no-repeat;
}
.footer-wrapper a.facebook:hover, .footer-wrapper a.facebook:visited:hover {
	background-position: right center;
}
ul.contact {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
	font-size: 21px;
	color: #333;
	text-align: center;
}
ul.contact li {
	margin: 0 0 15px 0;
	list-style: none;
}
.text-muted {
    color: #666
}
ul.contact a:link, ul.contact a:visited, ul.contact a:active {
	color: #e05a00;
}
ul.contact a:hover, ul.contact a:visited:hover {
	color: #666;
	text-decoration: none;
}
.navbar-right {
    margin-bottom: 15px;
}
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.carousel-caption {
    left: 5%;
    right: 45%;
}
h1 {
    font-size: 30px;
    line-height: 1.4em;
}
.carousel-caption {
    bottom: 60px;
}
.slideA {
	background-size: cover;
	background-image: url(../Assets/slider1.jpg);
}
.touch {
	background-image: url(../Assets/slider2.jpg);
}
.what-we-do {
	background-image: url(../Assets/slider3.jpg);
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
h1 {
	font-size: 33px;
}
.carousel a.more:link, .carousel a.more:visited, .carousel a.more:active {
	font-size: 20px;
}
.featurette {
	text-align: left;
}
.carousel-caption {
    left: 10%;
    right: 55%;
}	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	h2.description {
	font-size: 30px;
	padding: 0 15% 0 15%;
}
hr.mobile {
	display: none;
}
.carousel-caption {
    bottom: 100px;
}
.navbar-right {
    margin-bottom: 0;
}
.monkey {
	margin-top: 32px;
}
.twitter a {
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
	display: inline-block;
	text-indent: -9999px;
	background-image: url(../Assets/twitter.png);
	background-repeat: no-repeat;
}
.twitter a:hover {
	background-position: right center;
}
.facebook a {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-indent: -9999px;
	background-image: url(../Assets/facebook.png);
	background-repeat: no-repeat;
}
.facebook a:hover {
	background-position: right center;
}
.navbar-right {
	margin-top: 30px;
}
h4 {
	margin: 0;
}
.slideA {
	background-size: contain;
}
.touch {
	background-size: contain;
}
.what-we-do {
	background-size: contain;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.footer-wrapper {
	text-align: left;
}
.footer-wrapper img {
    margin: 0;
    padding-bottom: 15px;
}
.navbar-right {
    margin-right: -15px;
}
/*.work-wrapper, .footer-wrapper {
	text-align: left;
}*/
ul.contact {
	margin: 30px 0 15px 0;
}
.hovereffect h2 {
  padding: 1.5em 0 0 0;
}
.footer-wrapper a.twitter:link, .footer-wrapper a.twitter:visited, .footer-wrapper a.twitter:active {
	margin: 0 0 0 15px;
	float: right;
}
.footer-wrapper a.facebook:link, .footer-wrapper a.facebook:visited, .footer-wrapper a.facebook:active {
	margin: 0;
	float: right;
}
.marketing .col-lg-4 {
    margin-bottom: 0;
}
}

@media (max-width: 992px) {
.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
		text-align: center;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}