body:after {
  content: url(\Images\Navigation\Clients_Button_over.gif) url(\Images\Navigation\Home_Button_over.gif) url(\Images\Navigation\Services_Button_over.gif) url(\Images\Navigation\Contact_Button_over.gif);
  display: none; 
}
.Slides {
    position: relative;
    float: left;
    width:  100px;
    height: 100px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}
img :hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:500px;
    height:auto;
    display:block;
    z-index:999;
}
.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:500px;
    height:auto;
    display:block;
    z-index:999;
}
div.Header {
    	max-width: 100%;
	height: 5%;
    	margin: 2px;
   	background-color:#E3F517;
	padding: 2px 10px 15px 2px;
}

p.HeaderFont {
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
}

a.header:link,visited,hover {
	color:#FFFFFF;
}
a.footer:link,visited,hover {
	color:#000000;
}
div.Logo {
    	max-width: 100%;
	height: 10%;
    	margin 2px;
   	background-color: #FFFFFF;
	padding: 2px 5px 35px 2px;
}
p.LogoFont {
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 45px;
	line-height: 30px;`
}
div.Navigation {
    	max-width: 100%;
	height: 5%;
    	margin: 2px;
   	background-color: #0BA5EC;
}
div.Content {
    	max-width: 100%;
	height: 65%;
    	margin: 2px;
   	background-color: #000000;
	margin: 5px;
	padding: 10px;
}
div.TextContent {
	max-width: 100%;
	height:75%;
	width:50%;
   	background-color:#000000;
	float:left;
	margin: 0px;
	padding: 0px;
	border:1px dotted black;
	

}
div.ImageContent {
	max-width: 100%;
	height:90%;
	width:45%;
	float:left;
   	background-color: #000000;
	
	margin: 0px;
	padding: 0px;
	border:1px dotted black;
	
}	
p.ContentFont {
	font-family: verdana, courier, arial, sans-serif;
	color:#FFFFFF;
	font-size: 15px;
	line-height: 15px;
	
}
p.ContentHeaderFont {
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-size: 25px;
	line-height: 2px;
	font-weight: bold;
}
ul.A
{
	font-family: verdana, courier, arial, sans-serif;
	color:#FFFFFF;
	font-size: 15px;
	line-height: 22px;
	list-style-type: none;
	margin: 20px;
	display: inline-block;
	 white-space: nowrap;
}
p.HeaderFont {
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
}
div.footer {
    	max-width: 100%;
	height: 0.3%;
    	margin: 5px 0px 0px 0px;
   	background-color:#E3F517;
	padding: 0px;
	
}
p.FooterFont {
	font-family: Calibri,Helvetica, Arial, sans-serif;
	color:#000000;
	font-size: 10px;
	line-height: 10px;
	
}

a:link,a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover,a:active {
    text-decoration: underline;
}
.button {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
  	box-sizing: content-box;
	width: 75px;
 	height: 20px;
  	border: none;
  	font: normal 16px/normal "Times New Roman", Times, serif;
  	color: rgba(0,0,0,0.9);
  	-o-text-overflow: clip;
  	text-overflow: clip; 
  	background-position: 50% 50%;
  	-webkit-background-origin: padding-box;
  	background-origin: padding-box;
  	-webkit-background-clip: border-box;
  	background-clip: border-box;
  	-webkit-background-size: auto auto;
  	background-size: auto auto;
}
.button:hover {
	-webkit-background-origin: padding-box;
  	background-origin: padding-box;
  	-webkit-background-clip: border-box;
  	background-clip: border-box;
  	-webkit-background-size: auto auto;
  	background-size: auto auto;
  	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
.button1 {
	background: url("../Images/Navigation/Home.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.button1:hover {
    background: url("../Images/Navigation/Home_Button_over.gif");
	background-repeat: no-repeat;
  background-position: 50% 50%;
}

.button2 {
	background: url("../Images/Navigation/Services.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.button2:hover {
    background: url("../Images/Navigation/Services_Button_over.gif");
	background-repeat: no-repeat;
  background-position: 50% 50%;
}

.button3 {
	background: url("../Images/Navigation/Clients.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.button3:hover 
{
    background: url("../Images/Navigation/Clients_Button_over.gif");
	background-repeat: no-repeat;
  background-position: 50% 50%;
}

.button4 {
	background: url("../Images/Navigation/Contact.GIF");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.button4:hover {
    background: url("../Images/Navigation/Contact_Button_over.gif");
	background-repeat: no-repeat;
  background-position: 50% 50%;
}

input[type=text],
input[type=email]
{
    width: 100%;
    padding: 12px 12px 12px 50px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
form > input[type="text"]:valid,
form >  input[type="email"]:valid,
form >  input[type="password"]:valid {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/check.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 12px 12px;
  background-color:white;
}
form > input[type="text"]:valid + label,
form >  input[type="email"]:valid + label,
form >  input[type="password"]:valid + label {
  opacity: 0;
}
form > input[type="text"]:invalid:not(:focus):not(:placeholder-shown),
form >  input[type="email"]:invalid:not(:focus):not(:placeholder-shown),
form >  input[type="password"]:invalid:not(:focus):not(:placeholder-shown) {
  background: pink;
}
form >  input[type="text"]:invalid:not(:focus):not(:placeholder-shown) + label,
form >  input[type="email"]:invalid:not(:focus):not(:placeholder-shown) + label,
form >  input[type="password"]:invalid:not(:focus):not(:placeholder-shown) + label {
  opacity: 0;
}
form >  input[type="text"]:invalid:focus:not(:placeholder-shown) ~ .required,
form >  input[type="email"]:invalid:focus:not(:placeholder-shown) ~ .required,
form >  input[type="password"]:invalid:focus:not(:placeholder-shown) ~ .required {
  max-height: 200px;
  padding: 0 30px 20px 50px;
}
form > div.required {
  padding: 0px;
  color: #000;
  max-height: 0;
  -webkit-transition: 0.28s;
  transition: 0.28s;
  overflow: hidden;
  color: red;
  font-style: italic;
}
input[type=text]#message{
    width: 100%;
    height: 20%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.styledselect {
	width: 37%;
	
	padding: 12px 20px;
   margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
-webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 2em;
	min-width:15em;
	background-color: #FFFFFF; 

}
form input[type="submit"] {
  display: block;
  width: 100%;
  margin: 5px 0;
  background: #0BA5EC;
  color: white;
  border: 0;
  padding: 5px;
  font-size: 1.2rem;
  align:center;
}


label {
text-align:left;
}
[type="date"] {
	background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
	
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 2em;
	min-width:15em;
	height:15px;
	width:37%
	
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
[type="select"] {
	
	
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 2.5em;
	min-width:15em;
}
textarea#styled {
	width: 80%;
	height: 35px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.wrap {
       overflow: hidden;
       margin: 10px;
    }
    .box {
       float: left;
       position: relative;
       width: 20%;
       padding-bottom: 20%;
    }
    
    .boxInner {
       position: absolute;
       left: 10px;
       right: 10px;
       top: 10px;
       bottom: 10px;
       overflow: hidden;
    }
    .boxInner:hover{
        overflow:visible
    }
    .boxInner img {
       width: 100%;
    }
   
    .boxInner .titleBox {
       	position: absolute;
       	bottom: 0;
       	left: 0;
       	right: 0;
       	margin-bottom: 0px;
       	background: #FFFFFF;
       	background: rgba(0, 0, 0, 0.5);
       	color: #FFF;
       	padding: 10px;
       	text-align: center;
       	-webkit-transition: all 0.3s ease-out;
       	-moz-transition: all 0.3s ease-out;
       	-o-transition: all 0.3s ease-out;
       	transition: all 0.3s ease-out;
	opacity:0;
	border:none;
    }
    body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
       margin-bottom: 0;
    }
    @media only screen and (max-width : 480px) {
       /* Smartphone view: 1 tile */
       .box {
          width: 100%;
          padding-bottom: 100%;
       }
    }
    @media only screen and (max-width : 650px) and (min-width : 481px) {
       /* Tablet view: 2 tiles */
       .box {
          width: 50%;
          padding-bottom: 50%;
       }
    }
    @media only screen and (max-width : 1050px) and (min-width : 651px) {
       /* Small desktop / ipad view: 3 tiles */
       .box {
          width: 33.3%;
          padding-bottom: 33.3%;
       }
    }
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
       /* Medium desktop: 4 tiles */
       .box {
          width: 25%;
          padding-bottom: 25%;
       }
    }
