@import url(http://fonts.googleapis.com/css?family=Lato);

@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.part1
{
	float:left;
	width:100%;
	margin-right:0%;
	height:auto;
}
.part2
{
	float:left;
	width:100%;
	margin-right:0%;
	height:auto;
}
.part3
{
	float:left;
	width:100%;
	margin-right:0%;
	height:auto;
}

.part4
{
	float:left;
	width:100%;
	margin-right:0%;
	height:auto;
}

.part5
{
	float:left;
	width:100%;
	margin-right:0%;
	height:auto;
}

.part6
{
	float:left;
	width:100%;
	margin-right:0%;
	height:auto;
}

.part7
{
	float:left;
	width:100%;
	margin-right:0%;
	height:auto;
}

.otherA1
{
	float:left;
	width:100%;
	height:auto;
	
}

.otherA2
{
	float:left;
	width:100%;
	height:auto;
	
}

.otherA3
{
	float:left;
	width:100%;
	height:auto;
	
}

.otherA4
{
	background-color:#e0dcdd;
	padding:0;
	
}

.otherB1
{
	background-image:url(images/bgotherb.jpg);
	background-repeat:no-repeat;
	height: 100%;
  	width: 100%;
  	padding: 0;
  	margin: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.otherB2
{
	padding:7% 0;
	
}

.otherC1
{
	float:left;
	width:100%;
	height:auto;
	margin-right:0%;
	
}

.otherC2
{
	float:left;
	width:100%;
	height:auto;
	margin-right:0%;
	
}

.otherD1
{
	float:left;
	width:100%;
	height:auto;
	margin-right:0%;
	
}

.otherD2
{
	float:left;
	width:100%;
	height:auto;
	margin-right:0%;
	
}

.otherE
{
	padding:5% 0;
	
}

.otherEa
{
	padding:5% 0 2% 0;
	
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.part1
{
	float:left;
	width:32%;
	margin-right:2%;
	height:auto;
}
.part2
{
	float:left;
	width:32%;
	margin-right:2%;
	height:auto;
}
.part3
{
	float:left;
	width:32%;
	margin-right:0%;
	height:auto;
}

.part4
{
	float:left;
	width:100%;
	margin-right:0%;
	height:auto;
}

.part5
{
	float:left;
	width:100%;
	margin-right:0%;
	height:auto;
}

.part6
{
	float:left;
	width:100%;
	margin-right:0%;
	height:auto;
}

.part7
{
	float:left;
	width:100%;
	margin-right:0%;
	height:auto;
}

.otherA1
{
	float:left;
	width:100%;
	height:auto;
	
}

.otherA2
{
	float:left;
	width:100%;
	height:auto;
	
}

.otherA3
{
	float:left;
	width:100%;
	height:auto;
	
}

.otherA4
{
	background-color:#e0dcdd;
	padding:0;
	
}

.otherB1
{
	background-image:url(images/bgotherb.jpg);
	background-repeat:no-repeat;
	height: 100%;
  	width: 100%;
  	padding: 0;
  	margin: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.otherB2
{
	padding:7% 0;
	
}

.otherC1
{
	float:left;
	width:23.5%;
	height:auto;
	margin-right:2%;
	
}

.otherC2
{
	float:left;
	width:23.5%;
	height:auto;
	margin-right:0%;
	
}

.otherD1
{
	float:left;
	width:32%;
	height:auto;
	margin-right:2%;
	
}

.otherD2
{
	float:left;
	width:32%;
	height:auto;
	margin-right:0%;
	
}

.otherE
{
	padding:5% 0;
	
}

.otherEa
{
	padding:5% 0 2% 0;
	
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1920px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
.part1
{
	float:left;
	width:32%;
	margin-right:2%;
	height:auto;
}
.part2
{
	float:left;
	width:32%;
	margin-right:2%;
	height:auto;
}
.part3
{
	float:left;
	width:32%;
	margin-right:0%;
	height:auto;
}

.part4
{
	float:left;
	width:49%;
	margin-right:2%;
	height:auto;
}

.part5
{
	float:left;
	width:49%;
	margin-right:0%;
	height:auto;
}

.part6
{
	float:left;
	width:28%;
	margin-right:2%;
	height:auto;
}

.part7
{
	float:left;
	width:70%;
	margin-right:0%;
	height:auto;
}

.otherA1
{
	float:left;
	width:30%;
	height:350px;
	
}

.otherA2
{
	float:left;
	width:50%;
	height:350px;
	
}

.otherA3
{
	float:left;
	width:20%;
	height:350px;
	
}

.otherA4
{
	background-color:#e0dcdd;
	padding:50px 0;
	
}

.otherB1
{
	background-image:url(images/bgotherb.jpg);
	background-repeat:no-repeat;
	height: 100%;
  	width: 100%;
  	padding: 0;
  	margin: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.otherB2
{
	padding:7% 0;
	
}

.otherC1
{
	float:left;
	width:23.5%;
	height:auto;
	margin-right:2%;
	
}

.otherC2
{
	float:left;
	width:23.5%;
	height:auto;
	margin-right:0%;
	
}

.otherD1
{
	float:left;
	width:32%;
	height:auto;
	margin-right:2%;
	
}

.otherD2
{
	float:left;
	width:32%;
	height:auto;
	margin-right:0%;
	
}

.otherE
{
	padding:5% 0;
	
}

.otherEa
{
	padding:5% 0 2% 0;
	
}

}

.box1600
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 1600px;
	
		
}

.boxprecent
{
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-left: 7.5%;
	padding-right: 7.5%;
	
	
		
}

.gaplr20
{
	padding:0 20px;
}

.gaptb20
{
	padding:20px 0;
}

.gaptb50
{
	padding:50px 0 50px 0;
}

.gaplrtb20
{
	padding:20px;
}

.gaplrb20
{
	padding:0 20px 20px 20px;
}

.gapt20
{
	padding:20px 0 0 0;
}

.gapb20
{
	padding:0 0 20px 0;
}

.gapb10
{
	padding:0 0 10px 0;
}

.gapb50
{
	padding:0 0 50px 0;
}

.clear
{
	clear:both;
}

.imgblock
{
	display:block;
	width:100%;
	height:100%;
}

.hlink a:link 
{
	color: #ffffff; 
	text-decoration: none; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:12px;
	transition: all 0.5s;
  	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-o-transition: all 0.5s;
}

.hlink a:visited 
{
	color: #ffffff; 
	text-decoration: none; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:12px;
}

.hlink a:active 
{
	color: #ffffff; 
	text-decoration: none; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:12px;
}

.hlink a:hover 
{
	color: #ffcc03; 
	text-decoration: underline; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:12px;
}


.hlink2 a:link 
{
	color: #2a2a2a; 
	text-decoration: none; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:14px;
	transition: all 0.5s;
  	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-o-transition: all 0.5s;
}

.hlink2 a:visited 
{
	color: #2a2a2a; 
	text-decoration: none; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:14px;
}

.hlink2 a:active 
{
	color: #2a2a2a; 
	text-decoration: none; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:14px;
}

.hlink2 a:hover 
{
	color: #ffffff; 
	text-decoration: underline; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:14px;
}


.bgdarkgreenblue
{
	background-color:#007bc1;
}

.bglightgreenblue
{
	background-color:#03a9f4;
}

.bggray
{
	background-color:#e0dcdd;
}

.bglightgray
{
	background-color:#efedee;
}

.bglightgray2
{
	background-color:#f3f3f3;
}

.bgdarkgray
{
	background-color:#2a2a2a;
}


/* IMAGE Bdr */

.imgbdr {
   padding:1px;
   border:1px solid #021a40;
   background-color:#ff0;
}

.servicecirclegap
{
	padding:10%;
	
}

/* IMAGE Bdr */






/* Button */

.btn {
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom:1px solid #03a9f4;
  padding: 20px;
  font-size: 12px;
  font-family:'Lato', Arial, Verdana, Geneva, sans-serif;
  font-weight:bolder;
  text-decoration: none;
  margin: 0px;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.btn:hover {
  
  text-decoration: none;
  color: #ffeb3b;
  border:1px solid #ffeb3b;
}

a.btn {
    color: #ffffff;
}

.btnreadmore {
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border:0;
  padding: 20px;
  font-size: 12px;
  font-family:'Lato', Arial, Verdana, Geneva, sans-serif;
  text-decoration: none;
  margin: 0px;
  color: #fff;
  background-color:#03a9f4;
  position: relative;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.btnreadmore:hover {
  
  text-decoration: none;
  color: #000;
}

a.btnreadmore {
    color: #ffffff;
}

.btnreadmore2 {
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border:0;
  padding: 20px;
  font-size: 12px;
  font-family:'Lato', Arial, Verdana, Geneva, sans-serif;
  text-decoration: none;
  margin: 0px;
  color: #03a9f4;
  background-color:#ffeb3b;
  position: relative;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.btnreadmore2:hover {
  
  text-decoration: none;
  color: #000;
}

a.btnreadmore2 {
    color: #03a9f4;
}

/* Button */

/* INPUT STYLE */

  .textbox { 
    border: 1px solid #e1e1e1; 
    height: auto; 
    width: 94%; 
    font-size: 12px; 
    padding: 3%; 
    border-radius: 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    box-shadow: 0px 0px 0px #d9d9d9; 
    -moz-box-shadow: 0px 0px 0px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 0px #d9d9d9; 
} 
 
.textbox:focus { 
    outline: none; 
    border: 1px solid #ffcc03; 
    box-shadow: 0px 0px 8px #ffcc03; 
    -moz-box-shadow: 0px 0px 8px #ffcc03; 
    -webkit-box-shadow: 0px 0px 8px #ffcc03; 
}

.submit {
    background : url("images/temp/submit.jpg") no-repeat center center;
    padding:25%;
    border : none;
    color : transparent;
} 
 
 /* INPUT STYLE */


/* FONTS */

h1
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:36px;
	margin:0;
	padding:0;
}

h2
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:0;
	padding:0;
}

h3
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0;
	padding:0;
}

h4
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
}

.txt1
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:30px;
}

.txt2
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:30px;
}

.txt3
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:35px;
}

.txt4
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:40px;
}

.txtwhite
{
	color:#FFF;
}

.txtgray
{
	color:#474747;
}

.txtlightgray
{
	color:#b2b1b2;
}

.txtblack
{
	color:#000000;
}

.txtblue
{
	color:#03a9f4;
}

.txtred
{
	color:#fb213a;
}

.txtyellow
{
	color:#eeb211;
}

.txtyellowlight
{
	color:#ffeb3b;
}

.txtbluegreen
{
	color:#03a9f4;
}
/* FONTS */



@media only screen and (min-device-width : 1024px) and (max-device-width : 1280px){

#plus1024
{
	display:block;	
}

#min1024
{
	display:none;	
}

.banner
{
	float:left;
	width:100%;
	height:auto;
	position:relative;
}

.banner3
{
	position:absolute;
	bottom:20px;
	right:0;
	width:100%;
	height:auto;
}

.banner4
{
	position:absolute;
	bottom:50%;
	right:0;
	width:400px;
	background-image:url(images/bgtransparent.png);
	background-repeat:repeat-x;
	height:auto;
}

.banner5
{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:auto;
}

.banner6
{
	padding:2.5px;
}

.banner5a
{
	float:left;
	width:20%;
	height:auto;
	margin-right:10%;
}

.banner5b
{
	float:left;
	width:70%;
	height:auto;
}

.banner5Aa
{
	margin:0 0 0 100%;
}

.banner5Ab
{
	padding:50% 10% 10% 10%;
	background-color:#03a9f4;
}

}

@media only screen and (min-device-width : 960px) and (max-device-width : 1024px){

#plus1024
{
	display:none;	
}

#min1024
{
	display:block;	
}


.banner
{
	float:left;
	width:100%;
	height:auto;
	position:relative;
}

.banner3
{
	position:absolute;
	bottom:20px;
	right:0;
	width:100%;
	height:auto;
}

.banner4
{
	position:absolute;
	bottom:50%;
	right:0;
	width:400px;
	background-image:url(images/bgtransparent.png);
	background-repeat:repeat-x;
	height:auto;
}

.banner5
{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:auto;
}

.banner6
{
	padding:2.5px;
}

.banner5a
{
	float:left;
	width:20%;
	margin-right:10%;
	height:auto;
}

.banner5b
{
	float:left;
	width:70%;
	height:auto;
}

.banner5Aa
{
	margin:0 0 0 40%;
}

.banner5Ab
{
	padding: 50% 10% 10% 10%;
	background-color: #03a9f4;
}

}


@media only screen and (min-width: 1280px) {


.banner
{
	float:left;
	width:100%;
	height:auto;
	position:relative;
}


.banner3
{
	position:absolute;
	bottom:20px;
	right:0;
	width:100%;
	height:auto;
}

.banner4
{
	position:absolute;
	bottom:50%;
	right:0;
	width:400px;
	background-image:url(images/bgtransparent.png);
	background-repeat:repeat-x;
	height:auto;
}

.banner5
{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:auto;
}

.banner6
{
	padding:2.5px;
}

.banner5a
{
	float:left;
	width:20%;
	height:auto;
	margin-right:10%;
}

.banner5b
{
	float:left;
	width:70%;
	height:auto;
}

.banner5Aa
{
	margin:0 0 0 40%;
}

.banner5Ab
{
	padding:50% 10% 10% 10%;
	background-color:#03a9f4;
}

}

@media only screen and (min-device-width : 700px) and (max-device-width : 959px){

.banner
{
	float:left;
	width:100%;
	height:auto;
	position:relative;
}


.banner3
{
	position:absolute;
	bottom:20px;
	right:0;
	width:100%;
	height:auto;
}

.banner4
{
	position:absolute;
	bottom:50%;
	right:0;
	width:400px;
	background-image:url(images/bgtransparent.png);
	background-repeat:repeat-x;
	height:auto;
	display:none;
}

.banner5
{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:auto;
}

.banner6
{
	padding:2.5px;
}

.banner5a
{
	float:left;
	width:20%;
	height:auto;
	margin-right:10%;
}

.banner5b
{
	float:left;
	width:70%;
	height:auto;
}

.banner5Aa
{
	margin:0 0 0 40%;
}

.banner5Ab
{
	padding:50% 10% 10% 10%;
	background-color:#03a9f4;



	
}
}

@media only screen and (max-device-width : 699px){

.banner
{
	float:left;
	width:100%;
	height:auto;
	
}


.banner3
{
	width:100%;
	height:auto;
	text-align:center;
	background:#03a9f4;
	}

.banner4
{
	
	
	width:400px;
	background-image:url(images/bgtransparent.png);
	background-repeat:repeat-x;
	height:auto;
	display:none;
}

.banner5
{
	
	width:100%;
	height:auto;
}

.banner6
{
	padding:2.5px;
}

.banner5a
{
	float:left;
	width:100%;
	height:auto;
	margin-right:10%;
}

.banner5b
{
	float:left;
	width:100%;
	height:auto;
}

.banner5Aa
{
	margin:0 0 0 40%;
	display:none;
}

.banner5Ab
{
	padding:50% 10% 10% 10%;
	background-color:#03a9f4;



	
}
}



