* { padding-top: 0; margin: 0; }

body {
	font-family:'Avenir', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;   
}

h1 {
    font-size: 1.75em;
    clear: both;
	padding: 10px 0 10px 0;
}

h2 {
    font-size: 1.1667em;
	clear: both;
	padding: 10px 0 1px 0;
}

h3	{
    font-size: 1.0833em;
	clear: both;
	padding: 10px 0 0 0;
}

h4	{
    font-size: 1.0625em;
	clear: both;
	padding: 10px 25px 10px 0;
}

h5	{
    font-size: 1em;
	clear: both;
	padding: 20px 0 0 0;
}

p {
    padding: 7px 5px 7px 0; 
}

.skip {
   position: absolute;
   top: -1000px;
   left: -1000px;
   height: 1px;
   width: 1px;
   text-align: left;
   overflow: visible; 
}
    
a.skip:active, 
a.skip:focus, 
a.skip:hover {
  left: 0; 
  top: 0;
  width: auto; 
  height: auto; 
  overflow: visible; 
}

hr { 
   color: #006600;
   border-top: 1px;
   clear:both;
}

small {   
 	font-size: 0.9167em;
} 

img { border: 0; } 

a { text-decoration:none; }
a:link { color:#008000; }
a:visited { color:#008000; }
a:hover { color:#008000;  text-decoration: underline; }
a:active { color:#008000; }
a:focus { color:#008000; }

#list, #listone, #listtwo, #listthree, #listfour, #listfive, #listsix {
 	margin-top: 15px;
  	padding: 0 0 0 25px;
   list-style-image:url("bullets.png");
}

#list li {
  	padding-left: 0;
  	line-height: 20px;
  	padding-bottom: 15px;
}
 
#contentbody li {
	margin-bottom: 10px;

}

#contentbody a {
    text-decoration: underline;
}

 
#wrapperheader { 
    width: 100%;
	height: auto;
  	background: #fff;
    border-color: #000;
    border-style: solid;
    border-top: 1px;
    background-attachment: fixed; 
    background-repeat: no-repeat;
   background-position:bottom;
     background-size: cover;  
}

#logoheader {
	float: left;
	margin: 20px 0;
 	min-width: 40%;
}

.contactquoteheader {
	float: inherit;
    font-size: 1.0833em;
    margin: 0 0 10px 0 ;
}

.contactquoteheader .button {
	padding: 12px;
	float: right;
  	margin: 27px 30px 10px 0;
}

.seotool p { 
    top: 0px; 
    position: fixed;
    font-size: 0.8em;
    background: #f9f9f9;
    border-right: solid 1px;
    border-left: solid 1px;
    border-bottom: solid 1px;
    padding: 2px 5px 2px 6px;
    z-index: 1;
   font-weight: bold;  
}

.seotool { 
        margin-right: 280px;
}

.toggleMenu {
    display:  none;
	border-color: #000;
    margin: 0 30px;
    border-style: solid;
    border-top: 1px;
 	padding:16px 25px;
	clear: both; 
	font-weight: bold;
}

.nav {
    list-style: none;
  	padding: 0;
   	background: #006600;      
}


.toggleMenu .nav a:link { color:#fff; }
.toggleMenu a:visited { color:#fff; }
.toggleMenu  a:hover { color:#fff; }
.toggleMenu a:active { color:#fff; }
.toggleMenu  a:focus { color:#fff; }
    

.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 9em;
}
   
.nav a {
	padding:16px 18px;
    color: #fff;
	font-weight: bold;
}

.nav li {
    position: relative;
  	font: normal 16px 'Avenir', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.nav > li {
    float: left;  
}

.nav a:hover {	
 	background: #000;
}

.nav a:focus {
 	background: #000;
}


#live {
	padding:16px 18px;
    color: #000; 	
    background: #fff;
    background-attachment: fixed; 
    background-repeat: no-repeat;
    background-position:bottom;
    background-size: cover;  
	-moz-transition: 	0.3s;
	-webkit-transition:	0.3s;
	-o-transition: 		0.3s;
    -webkit-appearance: none;	
}
 
.nav li  ul {
    position: absolute;
    left: -9999px;
 	 width: auto;
   	padding: 0;
}

.nav > li.hover > ul {
    left: 0;
}

.nav .active { background-color: #fff; }


.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav > li > a {
    display: block;
}

.nav li li a {
    display: block;
  	position: relative;
    background: #006600;
  	width: 200px;
    z-index:100;
}

#wrapperbody { 
    width: 100%;
	background: #006600;
   	margin-left: auto;
    margin-right: auto;
    border-color: #000;
    border-style: solid;
    border-top: 1px;
}

#contentbody { 
	clear: both;
 	padding: 31px;
 	height: auto;	
      font-size: 1.0833em;
  	background: #fff;
}

#breadcrumb {
	padding: 0 5px 10px 0; 
  	clear: both;
  	float: left;
}

#socialicons {
	float: right; 
    padding: 5px 0 10px 0;   
}

#banner { 
  	margin-top: 10px;
    position: relative;
	padding-bottom: 56.25%;
	padding-top: 31px;
	height: 0;
	overflow: hidden;
}

#banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#services, #servicecharges, #offers, blockquote { 
	width: auto;
  	margin: 20px 0;
    border: 1px solid #006600;
 	padding: 15px;
    background: #f9f9f9;
}


.quote { 
	width: auto;
  	margin: 23px 0 20px 0;
    border-left: 1px solid #006600;
    border-right: 1px solid #006600;
 	padding: 15px;
    background: #f9f9f9;
}


#servicesone, #servicestwo, #servicesthree, #servicesfour, #servicesfive { 
	padding: 15px 0 5px 25px;
}


#whyworkwithus a:hover { color:#fff; }

#webdesignservices, #seoservices, #analyticsandsocial, #webconsultancy, #contentmarketing { 
	width: auto;
	background: #006600;
    color: #fff;
  	margin: 25px 0 0 0;
  	padding: 0 0 10px 26px;
  	clear: both;
}

.rw-ui-container {float:right;}

.mobile {
	margin:  10px 5px 10px 5px; 
  	width: 100%;
  	 height: 100%;
    clear: both;
}

.mobileweb {
	margin:  10px 5px 15px 25px; 
  	width: 90%;
  	 height: 90%;
}

.button {
   	padding: 12px 15px ;
	font-weight:bold;
  	color: #fff;
    margin: 5px 0;
    display: block;
    background: #990012;
  	font-size:   0.875em ; 
 	 border: 1px solid #000;
 	 cursor: pointer; 
    -moz-transition: 	0.3s;
	-webkit-transition:	0.3s;
	-o-transition: 		0.3s;
    -webkit-appearance: none;
}
  
.subscribebutton{
    font-weight:bold;
    width:98%; 	
   	padding: 13px ;
   	color:#fff; 
  	background: #990012;
    margin-top: -10px;
    font-size: 1em ;
   	border: 1px solid #000;
    cursor: pointer;
    -moz-transition: 	0.3s;
	-webkit-transition:	0.3s;
	-o-transition: 		0.3s;
}

.button:hover {background: #000; color: #fff;}
.subscribebutton:hover {background: #000; color: #fff;}

.contactus {
    border: 1px;
    border-style: solid;
	border-color: #006600;
   	color: #000;
    background: #f9f9f9;
    width:90%; 
    padding:3px 3px 2px 15px; 
 	margin:20px 0 0 20px;  
}


.contactus .button {
 	margin-bottom: 15px;  
}

.map {width:100%; margin-top: 18px;}

#video_form{
    padding:20px 0 0 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin-bottom:10px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	height: 100%;
}

.contactinput {
    width:90%;
    display: block;
    padding:10px;
    margin: 0 0 10px 0;
	height:23px;
    font-size: 1em;
    overflow: visible;
    text-align: left;
    color:#000; 
    background:#fff;
    border: 1px;
    border-style: solid;
	border-color: #006600;
    background: #f9f9f9;
}

.contact_text_area { height:85px; text-align: left;}

.sitemap {
  margin: 0 30px 0 15px;
  line-height: 30px;
  padding: 5px 0 ;
}
    
.sitemap li {
  margin-left: 0;
  line-height: 20px;
}

#wrapperfooter      { 
  	width: 100%;
    background-image: url('background.jpg');
    background-attachment: fixed; 
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;  
    background-color: #000;
  	border-color: #000;
    border-style: solid;
    border-bottom: 1px;
}


#footericons { 
	height: auto;
  	padding: 90px 20px ;
    color: #fff;
 	font-size: 1.125em;
}


#footericons a { 
 color: #fff;
 text-decoration: underline;
}

.addsearch{ 
  margin: 30px ;
  padding: 8px;
  background: #f9f9f9;
  color: #000;
  font-size: 0.8em;
  float: right;
}

/* #Additional - Flexible Column Widths
Be aware that nesting columns will not work in this case.
================================================== */
 
        .container                                  {max-width: 1024px; margin:0 auto;  font-family: 'Avenir', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;} 
        .container .column,
        .container .columns                         {float:left; margin-left: 0.18125%; margin-right: 0.18125%;  }
        .row                                        {margin-bottom:0 }
 
        .container .one.column,
        .container .one.columns                     { width: 4.6875%; }
        .container .two.columns                     { width: 10.9375%; }
        .container .three.columns                   { width: 17.1875%; }
        .container .four.columns                    { width: 23.4375%; }
        .container .five.columns                    { width: 29.6875%; }
        .container .six.columns                     { width: 35.9375%; }
        .container .seven.columns                   { width: 42.1875%; }
        .container .eight.columns                   { width: 48.4375%; }
        .container .nine.columns                    { width: 54.6875%; }
        .container .ten.columns                     { width: 60.9375%; }
        .container .eleven.columns                  { width: 67.1875%; }
        .container .twelve.columns                  { width: 73.4375%; }
        .container .thirteen.columns                { width: 79.6875%; }
        .container .fourteen.columns                { width: 85.9375%; }
        .container .fifteen.columns                 { width: 92.1875%; }
        .container .sixteen.columns                 { width: 98.4375%;}
 
        .container .one-third.column                { width: 31.7708%;}
        .container .two-thirds.column               { width: 65.1041%;}
        .container .half.column                     { width:31.7708%; }
 
 
        /* Offsets */
        .container .offset-by-one                   { padding-left: 6.25%; }
        .container .offset-by-two                   { padding-left: 12.5%; }
        .container .offset-by-three                 { padding-left: 18.75%; }
        .container .offset-by-four                  { padding-left: 25%; }
        .container .offset-by-five                  { padding-left: 31.25%; }
        .container .offset-by-six                   { padding-left: 37.5%; }
        .container .offset-by-seven                 { padding-left: 43.75%; }
        .container .offset-by-eight                 { padding-left: 50%; }
        .container .offset-by-nine                  { padding-left: 56.25%; }
        .container .offset-by-ten                   { padding-left: 62.5%; }
        .container .offset-by-eleven                { padding-left: 68.75%; }
        .container .offset-by-twelve                { padding-left: 75%; }
        .container .offset-by-thirteen              { padding-left: 81.25%; }
        .container .offset-by-fourteen              { padding-left: 87.5%; }
        .container .offset-by-fifteen               { padding-left: 93.75%; }
        
       .container:after,
     .group:before,
     .group:after,
     .clearfix:before,
   .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .container:after,
     .row:after,
     .clearfix:after,
     .group:after {
       clear: both; }
    

       
       
   
    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
     @media screen and (max-width: 767px) {
    
        .container                                  {width: 94%;}
        .container .column,
        .container .columns                         {margin-left:0; margin-right:0;}
 
        
        .container .one.column,                             
        .container .one.columns                     { width: 100% }
        .container .two.columns                     { width: 100%; }
        .container .three.columns                   { width: 100%; }
        .container .four.columns                    { width: 100%; }
        .container .five.columns                    { width: 100%; }
        .container .six.columns                     { width: 100%; }
        .container .seven.columns                   { width: 100%; }
        .container .eight.columns                   { width: 100%; }
        .container .nine.columns                    { width: 100%; }
        .container .ten.columns                     { width: 100%; }
        .container .eleven.columns                  { width: 100%; }
        .container .twelve.columns                  { width: 100%; }
        .container .thirteen.columns                { width: 100%; }
        .container .fourteen.columns                { width: 100%; }
        .container .fifteen.columns                 { width: 100%; }
        .container .sixteen.columns                 { width: 100%; }
        .container .one-third.column                { width: 100%; }
        .container .two-thirds.column               { width: 100%; }
        .container .half.column                    { width:48.4375%; }
 
 
    }
 