@font-face {
	font-family: 'Roboto', sans-serif;
	
}

body {
	border-top: 10px solid #064466;
	color: #555;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	background: #eee;
	background: #eee url(../images/background.jpg) repeat;
	overflow: auto;
	
}

.container {
	margin: 0 auto;
	width: 960px;
	background-color: none;
	padding: 0px;
}


h1,h6 {
	color: #aa0303;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 1px;
	margin-top: 10px;
}

h3 {
	color: #aa0303;
	font-family: 'Century Gothic', sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 0px;


}



h2 {
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 17px;
}

h4 {
	color: #064466;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 25px;
}

h5 {
	color: #3c3b3b;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2em;
	
}



h7 {
	color: #aa0303;
	font-family: 'Century Gothic', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 2px;
	
}

h8 {
	font-family: 'Roboto', sans-serif;
	color: #064466;
	font-size: 14px;
	color: #064466;
}


h9 {
	font-family: 'Roboto', sans-serif;
	color: #818284;
	font-size: 18px;
	color: #064466;
	background: #818284;
	padding: 5px 10px 5px 10px;
	border-radius: 20px;
}

h10 {
	font-family: 'Century Gothic', sans-serif;
	color: #064466;
	font-weight: normal;
	font-size: 15px;
	line-height: 16px;
	
}


/******************* TRANSLATE ****************/

h11 {
	font-family: 'Century Gothic', sans-serif;
	color: #064466;
	font-weight: normal;
	font-size: 15px;
	line-height: 16px;
	
}


.translate {
	width: 70px;
	padding: 8px;
	background: #2b88bb;
	border-radius: 5px;
	text-align: center;
	display: inline;
	margin-right: 10px;

}












a:link {color:#61b5e3; 	text-decoration: none;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#aa0303;}  /* mouse over link */
a:active {color:#064466;}  /* selected link */


.clear {
	clear: both;
}

.icons-ul {
	padding-left: 0;
}



/******************* LOGO ****************/
.logo {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: center;
	max-width: 50%;
	

}





/******************* SOCIAL MEDIA HEADER ****************/

.social {
	float: right;
	padding-right: 20px;
	padding-top: 5px;
	margin-top: 0px;
	list-style-type: none;
}


.social ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
}

.social ul li {
	display: inline-block;

}


.social a i {
	text-decoration: none;
	color: #818284;
	font-size: 3em;
	transition: color .5s;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
}

.social a:hover i.fa-facebook-square {
	color: #064466;
}


/******************* SOCIAL MEDIA FOOTER ****************/


.socialfooter {
	float: left;
	padding-right: 20px;
	padding-top: 5px;
	margin-top: 0px;
	list-style-type: none;
}

.socialfooter ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
}

.socialfooter ul li {
	display: inline-block;

}


.socialfooter a i {
	text-decoration: none;
	color: #818284;
	font-size: 3em;
	transition: color .5s;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
}

.socialfooter a:hover i.fa-facebook-square {
	color: #064466;
}

.socialfooter a:hover i.fa-linkedin-square {
	color: #064466;
}




/******************* NAVIGATION ****************/
nav {
	border: 1px solid #555;
	background-color: #064466;
	clear: both;
	width: 959px;
	height: 45px;
	border-radius: 0 0 10px 10px;
}


.main-nav {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	

}

.main-nav li {
	border-right: 1px solid #ccc;
	float: left;
	position: relative;
	width: 140px;
	height: 45px;
	border-radius: 10px;
}

.main-nav li a {
	background-color: #064466;
	color: #ffffff;
	text-decoration: none;
	width: 140px;
	height: 35px;
	position: absolute;
	text-align: center;
	font-family: 'Century Gothic', sans-serif;
	font-size: 17px;
	font-variant: normal;
	padding-top: 11px;
	border-radius: 10px;
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
}


.main-nav li a:hover {
	background-color: #000000;
}


.phone {
	font-family: 'Century Gothic', sans-serif;
	text-align: right;
	padding-right: 10px;
	font-size: 17px;
	color: #fff;
	line-height: 50%;
}


/******************* mainheaderimage ****************/



.mainheaderimage {
	background: #eee url(../images/slider-bgimg.jpg) no-repeat;	
	border-radius: 10px 10px 0 0;
	width: 960px;
	height: 260px;
	margin-top: 0px;
	position: relative;
}

.slide-image {
	position: absolute;
	top: 15px;
	left: 80px;
}

.slide-content {
	width: 50%;
	position: absolute;
	right: 80px;
	

}	


.boxbackground {
	width: 940px;
	background: #fff;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	margin-top: 10px;
	overflow: hidden;
	float: left;
	margin-bottom: 0px;

}








/******************* column-one & two ****************/

.column-one {
	width: 440px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: left;
}

.column-two {
	width: 410px;
	float: left;
	padding-left: 60px;
	margin-right: 10px;
	margin-bottom: 20px;
}


/******************* 4-COLUMN SETUP ****************/

.column-one-fourth {
	border: 1px solid #ddd;	
	border-radius: 5px;
	padding: 10px;
	width: 420px;
	float: left;
	background: #fff;
	margin-right: 23px;
	text-align: center;

}


.column-one-fourth:first-child {
	border-left: 1px solid #ddd;
	text-align: center;
}


/******************* 4 column - summary info ****************/

.image-container {
	position: relative;
	height: 200px;

}

.image-caption {
	background-color: #fff;
	color: #fff;
	opacity: 0.5;
	padding: 0px 0px;
	width: 200px;
	position: absolute;
	bottom: 0px;

}

section {
	width: 100%;
	min-height: 100%;
	border-top: 1px solid #ccc;
	background: #e7e7e9;

}


.row {
	width: 940px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;

}

/******************* SERVICES ****************/

.services {
	padding: 3px;
	width: 120px;
	height: 190px;
	float: left;
	background: #fff;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 6px;
	text-align: center;

}


.services:first-child {
	text-align: center;

}


/******************* CLIENT INFO BARS ****************/


.client01-icon {
	display: inline-block;
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 8%;	
	padding: 10px;
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	height: 60px;
	overflow: hidden;
}


.client01 {
	display: inline-block;
	position: relative;
	border-radius: 10px;
	background: #3d9fba;
	width: 80%;	
	padding: 10px;
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	height: 60px;
	overflow: hidden;
}


.client01:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.client01 :first-child {
    display:inline-block;
}




.client02-icon {
	display: inline-block;
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 8%;	
	padding: 10px;
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	height: 60px;
	overflow: hidden;
}


.client02 {
	display: inline-block;
	position: relative;
	border-radius: 10px;
	background: #b551e9;
	width: 80%;	
	padding: 10px;
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	height: 60px;
	overflow: hidden;
}


.client02:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.client02 :first-child {
    display:inline-block;
}




.client03-icon {
	display: inline-block;
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 8%;	
	padding: 10px;
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	height: 60px;
	overflow: hidden;
}


.client03 {
	display: inline-block;
	position: relative;
	border-radius: 10px;
	background: #cd4367;
	width: 80%;	
	padding: 10px;
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	height: 60px;
	overflow: hidden;
}


.client03:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.client03 :first-child {
    display:inline-block;
}




.client04-icon {
	display: inline-block;
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 8%;	
	padding: 10px;
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	height: 60px;
	overflow: hidden;
}


.client04 {
	display: inline-block;
	position: relative;
	border-radius: 10px;
	background: #f69304;
	width: 80%;	
	padding: 10px;
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	height: 60px;
	overflow: hidden;
}


.client04:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.client04 :first-child {
    display:inline-block;
}




.client05-icon {
	display: inline-block;
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 8%;	
	padding: 10px;
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	height: 60px;
	overflow: hidden;
}


.client05 {
	display: inline-block;
	position: relative;
	border-radius: 10px;
	background: #c5bd2e;
	width: 80%;	
	padding: 10px;
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	height: 60px;
	line-height: 50%;
	overflow: hidden;
}


.client05:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    position: absolute;
}

.client05 :first-child {
    display:inline-block;
}





.client06-icon {
	display: inline-block;
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 8%;	
	padding: 10px;
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	height: 60px;
	overflow: hidden;
}


.client06 {
	display: inline-block;
	position: relative;
	border-radius: 10px;
	background: #57b59b;
	width: 80%;	
	padding: 10px;
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	height: 60px;
	line-height: 0px;
	overflow: hidden;
}


.client06:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.client06 :first-child {
    display:inline-block;
}







/******************* BACK TO TOP BUTTON ****************/

.back-to-top {
    position: fixed;
    border-radius: 5px 0 0 5px;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: #064466;
    font-size: 14px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

/******************* CONTACT01/02 SETUP ****************/

.contact02, .contact01 {
	margin-right: 10px;
	padding: 0px;
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
	
}

.contact02:last-child, .contact01:last-child {
	margin-right: 0;
}

.contact02 {
	width: 380px;
	text-align: left;
	float: right;
	overflow: hidden;
	position: relative;
	
	
}

.contact01 {
	width: 500px;
	
}



/***********************************************************************************************/
/* CONTACT FORM */
/***********************************************************************************************/

.contact-form p {
	position: relative;
	}
	
.contact-form label {
	display: block;
	margin: 0 0 10px 0;
	}
	
.contact-form input,
.contact-form textarea {
	width: 70%;
	padding: 2px 0;
	text-indent: 5px;
	border: 1px solid #e7e7e9;
	border-bottom: 3px solid #064466;
	outline: none;
	line-height: 24px;
	height: 25px;
	}
	
.contact-form textarea {
	height: 100px
	}	
	
.contact-form label.error {
	position: absolute;
	top: 0;
	right: 5px;
	text-align: right;
	width: 80%;
	color: #c7483e;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	font-style: italic;
	}	
	
.contact-form input.error {
	border-bottom: 5px solid #064466;
	}		
	
.contact-form button {
	width: 80px;
	height: 30px;
	text-align: center;
	margin: 0 0 0 0px;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    background: #064466;
    outline: 0;
    border: 0;
    
    cursor: pointer;
	color: #ffffff;

	
    -webkit-transition: background,color 0.4s ease-out;   
	}
		
.contact-form button:hover {		
	background: #000000;
	color: #ffffff;

	}	




/*******************  FOOTER ****************/

footer {
	background-color: #555;
	min-width: 100%;
	font-size: 16px;
	color: #ccc;

}

.footer-row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.copyright {
	text-align: center;
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
	padding: 20px;
}

footer h3 {
	color: #fff;
	font: 16px; 
	font-family: Arial, verdana, sans-serif;
	line-height: 1.2em;
	padding-top: 0px;
}

.footercontact {
	float: left;
	text-align: left;
	padding-left: 10px;

}	

.chessbottom {
	float: left;
	margin-top: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	position: relative;
	overflow: hidden;

}

.web {
	text-align: center;
	width: 960px;
	font-size: 14px;
	margin: 0 auto;
	padding: 0px;
}


/*******************  HR BORDER ****************/

hr {
  background-color: #888;
  background-image: -moz-linear-gradient(left, #888 0%, #fffff 50%, #888 100%);
  background-image: -o-linear-gradient(left, #888 0%, #ffffff 50%, #888 100%);
  background-image: -webkit-linear-gradient(left, #888 0%, #ffffff 50%, #888 100%);
  background-image: linear-gradient(left, #888 0%, #ffffff 50%, #888 100%);
  border: none;
  height: 1px;
  margin: 0px auto;
  width: 50%;
}



/*******************  CLEARFIX ****************/

.clearfix:after {
    content: ".";
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}




















