body {
    margin:0; 
    padding:0; 
    font:1.12em/1.44 "Verdana", sans-serif; 
    background:#ededed url('../design/bg_ict.jpg') center 0 no-repeat;
    /*overflow-x:hidden; */
}

@media screen and (min-width:1894px) {
  body {
    background-size:100%;
  }
}

img {
    border:none; 
} 

p {
    margin:0; 
    padding:0 0 20px 0; 
}

h1 {
    font-size:1.6em; 
    margin:0 0 20px 0;
} 

h2 {
    font-size:1.4em; 
    margin:0 0 7px 0;
}

h3 {
    font-size:1.2em; 
    margin:0 0 4px 0;
}

h4 {
    font-size:1.1em; 
    margin:0 0 2px 0; 
}

.smallFont {
    font-size:90%; 
}

/* ----------------------------------------------------------------------------------------------------------
2) LAYOUT
---------------------------------------------------------------------------------------------------------- */
.centerer {
    float:left; 
    width:100%; 
    min-height:800px; 
    height:auto;
		/*text-align:center;*/
}

.loading {
    position:absolute;
    width:50px;
    z-index:10000;
    left:48%;
}  

.header {
    float:left;;
    width:100%;
    height:150px;
    background:url('../design/header.jpg') center 0 no-repeat;
} 

@media screen and (min-width:1894px) {
  .header {
    background-size:100%;
  }
}

.logo {
	float:left;
	margin:22px 0 0 20px; 
}

@media screen and (max-width: 480px) {
	.logo {
		width:100px;		
	}	
}

.teamviewer {
	float:right;
	height:104px;
	width:167px;
	margin:22px 22px 0 0;
	border-radius:10px;
}
/*
.teamviewer:hover {
	box-shadow:2px 2px 3px #ABD0E5;
}
 */
.teamviewer img {
	height:50px;
}

.teamviewer p {
	position:relative;
	top:0px;
	/*height:104px;*/
	height:50px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}

.teamviewer p a {
	color:#fff;
}

.teamviewer p a:hover {
	color:#F86638;
}

.content {
	float:left;
	width:100%;
	min-height:350px;
	margin-bottom:50px;
}

.contentin {
	position:relative;
	top:50px;
	margin:0 auto 50px auto;
  width:94%;
	max-width:1000px;
	height:auto;
	padding:0 2% 0px 2%;
  overflow-x: hidden;
}

.narrow {
  float:left;
  width:460px;
}

.contentin ul {
  margin-left: -10px;
  margin-top:0;
	list-style-image: url('../design/li.png');
}           
                
.contentin li {
	margin-bottom: 5px;
}

.contentin table ul {
	margin:0;
}

.contentin table li {
	margin:0;
}

.contentin table td {
	padding:5px 10px;
}

.cook {
  float: left;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding-top: 5px;
  bottom: 0;
  text-align: center;
  font-size: 86%;
  font-style: italic;
}

.cook table {
  table-layout: auto;
  position: relative;
  margin: 0 auto; 
}

.cook table td {
  padding: 5px 10px;
}

.understand {
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
  padding: 2px 5px 3px 5px;
  font-style: normal;
}

/* FOOTER */
.footer {
    float:left;
    width:100%;
    height:auto;
    min-height:50px;
}

.coverFour {
    position:relative;
    width:960px;
    height:auto;
    min-height:270px;
    margin:0 auto;
}

.coverFour div {
    height:100px;
}

.footer1 {
    float:left;
    width:460px;
    height:auto;
    padding:15px 10px 20px 10px; 
}

.footer2 {
    float:right;
    width:460px;
    height:auto;
    padding:15px 10px 20px 10px;  
}

.mapCrop {
    float:right;
    width:150px;
    margin-bottom:15px;
}

.footer3 {
    float:left;
    width:460px;
    height:auto;
    padding:15px 10px;  
}

.fb {
    float:left;
    margin:10px 10px 0 0;
    width:38px;
}

.tw {
    float:left;
    margin:10px 10px 0 0;
    width:38px;
}

.tadv {
    margin-top:10px;
}

.footer4 {
    float:right;
    width:460px;
    height:auto;
    padding:15px 10px;  
}

.footer5 {
    float:left;
    width:460px;
    height:auto;
    padding:15px 10px 0 10px;  
}

.footer5 img, .footer6 img {
    float:left;
    height:30px; 
    margin:15px 15px 15px 0;
}

.footer6 {
    float:right;
    width:460px;
    height:auto;
    padding:15px 10px 0 0;  
}

@media screen and (max-width:960px) {
    .coverFour {  
        width:90%;
        padding:0 5%;
    }
    .footer1 {
        width:90%;
        padding:15px 0;
        height:auto;
    }
    .footer2 {
        float:left;
        width:90%;
        padding:15px 0;
        height:auto;
    }
    .footer3 {
        width:90%;
        padding:15px 0;
        height:auto;
    }
    
    .footer4 {
        float:left;
        width:90%;
        padding:15px 0;
        height:auto;
    }
    .footer5 {
        width:90%;
        padding:15px 0;
        height:auto;
    }
    .footer6 {
        float:left;
        width:90%;
        padding:15px 0;
        height:auto;
    }
}

@media screen and (max-width:480px) {
    .footer1 {
        padding:15px 0 30px 0;
    }
		.mapCrop {
        display:none;
    }
}

@media screen and (max-width:360px) {
    .footer1 {
        padding:15px 0 45px 0;
    }
}

.social {
  width:40px;
  margin:5px 5px 0 0;
}

.fooBottom {
    float:left;
    width:90%;
    height:auto;
    min-height:60px;
    padding:0 5% 20px 5%;
    text-align:center;
}

.fooBottom div {
    height: 40px;
		padding: 5px 0;
}

@media screen and (max-width:500px) {
    .fooBottom div {
        height: auto;
    }
}

.fooBottom img {
    position: relative;
    top: 12px;
    width: 40px; 
}

/* Message form */
.contact {
  float:right;
  width:280px; 
  margin-top:20px;
  overflow:hidden;
}

@media screen and (max-width:740px) {
  .contact {
    float:left;
  }
}

.contactButton {
  float:left;
  margin-top:30px;
  cursor:pointer;
}

.message {
  float:right;
  width:265px; 
  margin:0 0 30px 0; 
  padding:10px 0 10px 0; 
  height:auto; 
  border-radius:7px; 
  font-size:14px;
  font-weight:bold;
} 

.message table {
    margin-left: 15px;
}

.contentin .message table td {
  border-bottom:0px !important;
}

.message table td {
    padding: 3px 0;
    text-align:left
}

.message textarea {   
    width:225px;
    height:60px;
}

.message input {   
    width:160px;
    height: 20px
}

.message input[type="submit"] {
    width:90px;
    height: 30px;
    border: none;
}

.message .captcha-image {
    width:88px;
}

.message .captcha-input {
    width:85px;
}

.message .flash {
    width:225px;
    margin-left:10px;
}

.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scal(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    width: 250px;
} 

.connect td {
  vertical-align:middle;
}

.connect img {
  width:30px;
}
