@charset "utf-8";
/* CSS base */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.header-font {
  font-family: 'gillsans_lightregular';
}
.body-font {
  font-family: 'gillsans_lightregular';
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}
.js h1,
.js h2,
.js h3,
.js h4,
.js h5,
.js h6,
.js p,
.js ol,
.js ul,
.js figcaption {
  visibility: hidden;
}
.wf-active h1,
.wf-inactive h1,
.wf-active h2,
.wf-inactive h2,
.wf-active h3,
.wf-inactive h3,
.wf-active h4,
.wf-inactive h4,
.wf-active h5,
.wf-inactive h5,
.wf-active h6,
.wf-inactive h6,
.wf-active p,
.wf-inactive p,
.wf-active ol,
.wf-inactive ol,
.wf-active ul,
.wf-inactive ul,
.wf-active figcaption,
.wf-inactive figcaption {
  visibility: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0;
  padding: 0;
}
/* Sizes
------------------------------------*/
h1 {
  font-size: 32px;
  font-size: 3.2rem;
}
h2 {
  font-size: 28px;
  font-size: 2.8rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
h4 {
  font-size: 21px;
  font-size: 2.1rem;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

a {
  color: #ff6666;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  font-weight: 400;
/*  margin: 0;
  padding-top: 10px;
*/  font-size: 20px;
  font-size: 2rem;
}
p:only-child {
  padding: 0;
}
strong,
b {
  color: #cccccc;
}
em {
  font-style: normal;
  color: #ffffff;
}
blockquote {
  margin: 0;
}
blockquote p::before {
  content: "\201C";
  display: inline;
}
blockquote p::after {
  content: "\201D";
  display: inline;
}
.text-hl {
  color: #ff6666;
}
.skin-nearly-black {
  background: #1a1a1a;
  color: #cccccc;
}
.skin-dark-grey {
  background: #2a2a2a;
  color: #f2f2f2;
}
.skin-dark-grey a {
  color: #ff6666;
}
.skin-dark-grey em {
  color: #ff6666;
  font-style: normal;
}
.skin-grey {
  background: #666666;
  color: #000000;
}
.skin-grey h2 {
  color: #f2f2f2;
}
.skin-lighter-grey {
  background: #eeeeee;
  color: #2a2a2a;
}
.skin-etch-red {
  background: #ff6666;
  color: #f2f2f2;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[class*="icon-"]:before,
.icon:before,
.cat-item a:before {
  font-family: 'gillsans_lightregular';
  content: '';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0 -0.7em 0 0;
  min-width: 1em;
  display: inline-block;
}
.grid-wrap {
  padding: 0;
}
#logo{
  float: left;
}
.slicknav_menu {
	display:none;
}
#mob_dis {
	display:none;
}
#menu {
	display:none;
}
.nav{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  background:#000000;
  z-index:99;
  height:51px;
  margin-bottom:65px;
}


.nav img{
	outline:none!important;
}
.menu{
	width:90%;
	margin:0 auto;
	height:auto;
}
.menu a{
	line-height:0!important;
}	

.menu a:hover{ color:#fff;} 

#navmenu{
	padding:0;
	margin:0;
}
#navmenu li{
	float:left;
	padding:14px 15px;
	border-right:1px #fff solid; 
	line-height:0;
	position:relative;
}
#navmenu .right{
	float:right;
	padding:0;
	border-right:none; 
}



@media all and (max-width: 52em) {
	.nav{
		height:40px;
	}
	#navmenu li{
		padding:8px;
	}
	#navmenu li img{
		height:24px;
	}
	#logo img{
		height:40px;
	}
	#navmenu .right img{
		height:40px;
	}
}	
@media all and (max-width: 40em) {

	.menu{
		margin:0 0 0 10%
		}
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
		width:100%;
	}
	#mob_dis {
		display:block;
		float:right;
		z-index:9999;

	}
	#mob_dis li {
		float:left;
		padding:0;
		border-right:none;
		line-height:0;
	}
	#mob_dis li img{
		height:2em;
	}	
	
	#navmenu{
		display:none;  
	}
	.mob_about{
		padding-left:50px!important;
		background:url(../img/1.png) no-repeat left 0px;
		background-size:20%;
	}
	.mob_services{
		padding-left:50px!important;
		background:url(../img/2.png) no-repeat left 0px;
		background-size:20%;
	}
	.mob_team{
		padding-left:50px!important;
		background:url(../img/3.png) no-repeat left 5px;
	}
	.mob_work{
		padding-left:50px!important;
		background:url(../img/4.png) no-repeat left 0px;
		background-size:20%;
	}
	.mob_blog{
		padding-left:50px!important;
		background:url(../img/5.png) no-repeat left 0px;
		background-size:20%;
	}
	.mob_contact{
		padding-left:50px!important;
		background:url(../img/6.png) no-repeat left 0px;
		background-size:20%;
	}
	.block-border{
		padding:0!important;
	}
	.block-border img{
		position:relative!important;
		display:inline-block!important;
		text-align:center!important;
	}
	
}

@media all and (max-width: 26.25em) {
	#logo img{
		padding-left:10px;
	}
}

@media all and (max-width: 24em) {

}
.name{
	position:absolute;
	bottom:0;
	left:0;
	background:#99CC00;
	height:auto;
	z-index:9999999;
	width:100%;
	padding:5px 0;
}	

.name h3{ font-size:17px; font-weight:normal;
bottom: 0;
left: 0;
right: 0;
margin: 0;
padding: 5% 4% 3% 4%;
line-height: 100%;
filter: none;}
.service_name{
	background: url(../img/icon-serv.png) no-repeat 244px 8px;
	padding:0 5px 0 20px;
	color:#fff!important;
}
.one_one{
	position:absolute;
	right:10px;
	bottom:10px;
	width:21px;
	height:21px;
	background:url(../img/1_1.png) no-repeat right bottom!important;
	display:block;
}
.background_n{
	background:none!important;
}
a								{outline:0!important;}
.clear							{clear:both!important;}
.block-wrap img					{display:block; position:absolute; z-index:1; opacity:1;}
.block-border					{padding:5px;}
.tile p							{color:#FFF!important;}
.content p						{color:#FFF!important;}


.icon-expand					{background:url(../img/icon-expand.png) no-repeat right center; height:27px; width:23px;color: #fff; position:absolute; bottom:8px; right:10px; z-index:9999;}
.icon-collapse					{background:url(../img/icon-minus.png) no-repeat right center; height:24px; width:24px; position:absolute; bottom:8px; right:10px; z-index:9999;}

.icon-expand:target				{background:url(../img/icon-minus.png) no-repeat right center; height:24px; width:24px; position:absolute; bottom:8px; right:10px; z-index:9999;}

.icon-ball						{background:url(../img/icon-ball.png) no-repeat right center; height:23px; width:23px; position:absolute; bottom:10px; right:10px; z-index:9999;}
.icon-view						{background:url(../img/icon-view.png) no-repeat right center; height:23px; width:23px; position:absolute; bottom:3px; right:10px; z-index:9999;}
.icon-services					{background:url(../img/icon-serv.png) no-repeat right center; height:21px; width:21px; position:absolute; bottom:18px; right:10px; z-index:9999; }

.icon-team					    {background:url(../img/icon-team.png) no-repeat right center; height:24px; width:34px; position:absolute; bottom:10px; right:10px ; z-index:9999;}
.footer-wrapper					{float:left; padding:0 5% 0 0;}
.footer-wrapper ul				{display:block; margin:0 auto;}
.footer-wrapper ul li			{list-style:none; display:block; margin:0 auto; padding:0;}
.footer-wrapper ul li a			{font-size:12px; font-weight:bold; color:#FFF; text-transform:uppercase;}
.footer-wrapper ul li a.no-bold	{text-transform:none; font-weight:normal; color:#c3c3c3;}

.social-media					{margin-top:20px;}
.social-media a img				{float:left; margin:0 3px 0 auto;}

.copy-right						{margin-top:20px; font-size:12px; color:#FFF; font-weight:bold; line-height:24px; margin-bottom: 0;}

.menu img						{opacity:1!important;}
.hero-banner img				{opacity:1!important;}

.serv-ttl						{color:#FFF; text-transform:uppercase; font-weight:300!important;}
.serv-ttl-desc					{font-size:20px!important; color:#FFF!important; font-weight:300!important; line-height:29px !important; margin:25px 0 0 0;}
.mar-40							{margin-top:40px!important;}

.getT-ttl						{font-size:43px; font-weight:200px!important; color:#FFF!important; padding:10px 25px;}
.call-liz {  color: #fff;
  font-size: 15px;
  text-align: center;
  background: #000;
  border-radius: 5px;
  margin:0px 0px 10px 0px !important;
  padding: 2px 0px;}
 .call-liz a{ color:#fff;} 
.block-brick:before				{padding-top:10px!important;}
.block-rose:before				{padding-top:10px!important;}
.block-yellow:before			{padding-top:10px!important;}
.block-blue:before				{padding-top:10px!important;}
.block-org:before				{padding-top:10px!important;}
.form							{padding:0px 25px 10px 25px; margin:0 auto;}
.form label						{padding:7px 0; float:left; width:100%;}
.form input[type="text"]		{padding:10px 2%; border:0; border-radius:5px; width:96%;}
.form textarea					{padding:10px 2%; border:0; border-radius:5px; width:96%; resize:none; height:100px;}
.form select					{padding:10px 2%; border:0; border-radius:5px; width:100%;}
.btn-submit						{padding:10px 15px; background:#000; color:#FFF; text-transform:uppercase; font-size:14px; font-weight:bold; border:0; border-radius:5px; float:right;}


.popup							{position:relative;}
.popup-frame					{position:absolute; width:350px; margin:15px auto 0; height:150px; right:0; display:none;-webkit-animation-duration: .5s; animation-duration: .5s; z-index:100;}
.popup-mark						{width:23px; height:12px; background:url(../img/popup-mark.png) no-repeat; position:absolute; top:-12px; right:20px;}
.popup-animation				{display:block;}
.blue .popup-mark				{background:url(../img/popup-mark-blue.png) no-repeat;}

.popup-frame h2{ margin:50px 0 0 20px; font-size:26px; text-align:center; font-weight:300;}
.popup-frame p{ margin:20px 0 0 0; font-size:34px; text-align:center; font-weight:600;}
.popup-frame p a{ color:#fff;}

@media all and (min-width: 40em) {
.serv-ttl {font-size:90px !important;}
}

@media all and (max-width: 40em) {
	.popup-frame{width:90%; left:5%;}
	.popup-mark{right:10%;
	}
}
.caption {
	display: none;
	position: absolute;
	bottom: 0px!important;
	left: 0px;
	background: url(../img/trans-black-50.png);
	width: 100%;
	height:60px;
	z-index: 999999;
}
.caption h3, .caption p, .caption h3 a{
	color: #fff !important;
	margin: 0px;
	text-align:center;
}
.caption h3 a{
	color: #fff !important;
	font-size:16px; font-weight:normal;}
	
.caption h3 {
	margin:10px 0 0 0; font-size:14px; font-weight:600;
}
.caption p {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0;
	padding:0px;
}

