@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://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:	12;
	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%;
}


/* 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%;
}

}

/* 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;
}

}


/* COMMON SET */

.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;
}

.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;
}

.gaptb50
{
	padding:50px 0 50px 0;
}

.gaptblr50
{
	padding:50px;
}

.clear
{
	clear:both;
}

.imgblock
{
	display:block;
	width:100%;
	height:100%;
}

.bdrr
{
	border-right:1px solid #eeeeee;
	
}

.bdrlrtp
{
	border:1px solid #eeeeee;
	
}

.bdrb
{
	border-bottom:1px solid #eeeeee;
	
}

.bdrb4btm
{
	border-bottom:1px solid #474747;
	
}


.hlink a:link 
{
	color: #ffffff; 
	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;
}

.hlink a:visited 
{
	color: #ffffff; 
	text-decoration: none; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:14px;
}

.hlink a:active 
{
	color: #ffffff; 
	text-decoration: none; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:14px;
}

.hlink a:hover 
{
	color: #2bc3f4; 
	text-decoration: underline; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:14px;
}

.hlink2 a:link 
{
	color: #0072bc; 
	text-decoration: none; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:16px;
	transition: all 0.5s;
  	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-o-transition: all 0.5s;
}

.hlink2 a:visited 
{
	color: #0072bc; 
	text-decoration: none; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:16px;
}

.hlink2 a:active 
{
	color: #0072bc; 
	text-decoration: none; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:16px;
}

.hlink2 a:hover 
{
	color: #000; 
	text-decoration: underline; 
	font-family:'Lato', Arial, Helvetica, sans-serif; 
	font-size:16px;
}


.bggray
{
	background-color:#f9f9f9;
}

.bgorange
{
	background-color:#fc961c;
}

.bgdarkgray
{
	background-color:#333333;
}

.bgdarkgray2
{
	background-color:#282828;
}

.bgblue
{
	background-color:#229bea;
}

.bgblue2
{
	background-color:#08c9e8;
}

.bgblue3
{
	background-color:#0475bb;
}

.bgblue4
{
	background-color:#16c2f4;
}




.circular {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	}





/* Button */

.btn {
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 10px;
  font-size: 16px;
  font-family:'Lato', Arial, Verdana, Geneva, sans-serif;
  font-weight:bolder;
  text-decoration: none;
  margin: 0px;
  color: #444444;
  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: #f18052;
}

a.btn {
    color: #444444;
}

.activebtn
{
	color: #0072bc;
}




.btnreadmore {
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-right:1px solid #eeeeee;
  padding: 15px;
  font-size: 14px;
  font-family:'Lato', Arial, Verdana, Geneva, sans-serif;
  text-decoration: none;
  margin: 0px;
  color: #666666;
  background-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;
}

.btnreadmore:hover {
  
  text-decoration: none;
  color: #000;
}

a.btnreadmore {
    color: #666666;
}

.btnreadmore2 {
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border:2px solid #444444;
  padding: 20px;
  font-size: 14px;
  font-family:'Lato', Arial, Verdana, Geneva, sans-serif;
  text-decoration: none;
  margin: 0px;
  color: #444444;
  position: relative;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color:#FFF;
}

.btnreadmore2:hover {
  
  text-decoration: none;
  color: #f3936b;
}

a.btnreadmore2 {
    color: #444444;
}


.btnreadmore3 {
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom:1px solid #444444;
  padding: 0 0 20px 0;
  font-size: 14px;
  font-family:'Lato', Arial, Verdana, Geneva, sans-serif;
  text-decoration: none;
  margin: 0px;
  color: #444444;
  position: relative;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.btnreadmore3:hover {
  
  text-decoration: none;
  color: #f3936b;
}

a.btnreadmore3 {
    color: #444444;
}

/* 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:38px;
	line-height:25px;
	margin:0;
	padding:0;
}

h2
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:25px;
	margin:0;
	padding:0;
}

h3
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:25px;
	margin:0;
	padding:0;
}

h4
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:25px;
	margin:0;
	padding:0;
}

.txt1
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:25px;
	
}

.txt2
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
	
}

.txt3
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:25px;
	
}

.txt4
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:25px;
	
}

.txthighlight
{
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:25px;
	letter-spacing: 0.0625em;
}

.txtwhite
{
	color:#FFF;
}


.txtblack
{
	color:#000000;
}

.txtdarkgray
{
	color:#888888;
}

.txtorange
{
	color:#0072bc;
}

.txtyellow
{
	color:#ffee5a;
}

.txtul
{
	text-decoration:underline;
}


/* FONTS */

/* Blocks */

.blck {
        padding: 15px;
        height: auto;
        border: 0px solid #000;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        margin: 5px;
        zoom: 1;
        *display: inline;
		background-color:#58585a;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
				
}

/* Blocks */

/* Customize ul */

.myul
{
	padding:0;
	margin:20px;
}

/* Customize ul */

/* Balance */

.balance1
{
	padding: 0% 0% 0% 0%;
}

.balance2
{
	padding: 4% 0% 0% 0%;
}

/* Balance */


/* COMMON SET */

.line1a
{
	float:left;
	margin-right:0;
	width:50%;
	height:auto;
}

.line2a
{
	float:left;
	margin-right:2%;
	width:69%;
	height:auto;

}


.logoadjust{
	width: 50%;
	padding: 15px 0 0 0;
}



.line2c
{
	float:left;
	margin-right:1%;
	margin-top:0;
	width:28%;
	height:auto;
}

@media(max-width:576px){

.line2a
{
	float:left;
	margin-right:0%;
	width:100%;
	height:auto;

}
	
.line2c
{
	float:left;
	margin-right:0%;
	margin-top:0;
	width:100%;
	height:auto;
}	
	
}



.line2e
{
	float:left;
	margin-right:4%;
	width:48%;
	height:auto;
}

.line2f
{
	float:left;
	margin-right:0;
	width:48%;
	height:auto;
}

.line2ec
{
	float:left;
	margin-right:4%;
	width:26%;
	height:auto;
}

.line2fc
{
	float:left;
	margin-right:0;
	width:70%;
	height:auto;
}

.line2balance
{
	padding: 0% 0 0 0;
}

.line5a
{
	float:left;
	margin-right:2%;
	width:78%;
	height:auto;
}

.line5b
{
	float:left;
	margin-right:0%;
	width:20%;
	height:auto;
}

.line6a
{
	float:left;
	margin-right:2%;
	width:32%;
	height:auto;
}

.line6b
{
	float:left;
	margin-right:2%;
	width:32%;
	height:auto;
}

.line6c
{
	float:left;
	margin-right:0%;
	width:32%;
	height:auto;
}

@media(max-width:576px){

.line6a
{
	float:left;
	margin-right:0%;
	width:100%;
	height:auto;
	padding-bottom: 20px;
}

.line6b
{
	float:left;
	margin-right:0%;
	width:100%;
	height:auto;
	padding-bottom: 20px;
}

.line6c
{
	float:left;
	margin-right:0%;
	width:100%;
	height:auto;

}	
	
}

.line8a
{
	float:left;
	margin-right:0;
	width:100%;
	height:auto;
}

.line8b
{
	float:left;
	margin-right:2%;
	width:32%;
	height:auto;
}

.line8c
{
	float:left;
	margin-right:0%;
	width:32%;
	height:auto;
}



.line9a
{
	float:left;
	margin-right:2%;
	width:68%;
	height:auto;
}

.line9b
{
	float:left;
	margin-right:0%;
	width:30%;
	height:auto;
}


@media(max-width:576px){

.line9a
{
	float:left;
	margin-right:0%;
	width:100%;
	height:auto;
}

.line9b
{
	float:left;
	margin-right:0%;
	width:100%;
	height:auto;
}	
	
}


.line9c
{
	float:left;
	margin-right:2%;
	width:28%;
	height:auto;
}

.line9d
{
	float:left;
	margin-right:0%;
	width:70%;
	height:auto;
}

.line10a
{
	float:left;
	margin-right:2%;
	margin-bottom: 2%;
	width:32%;
	height:auto;
}
.line10b
{
	float:left;
	margin-right:2%;
	margin-bottom: 2%;
	width:32%;
	height:auto;
}

.line10bb
{
	float:left;
	margin-right:0%;
	margin-bottom: 2%;
	width:32%;
	height:auto;
}

.line10c
{
	float:left;
	margin-right:2%;
	width:23.5%;
	height:auto;
}
.line10d
{
	float:left;
	margin-right:0%;
	width:23.5%;
	height:auto;
}

.line11a
{
	float:left;
	margin-right:2%;
	width:23%;
	height:auto;
}

.line11b
{
	float:left;
	margin-right:2%;
	width:50%;
	height:auto;
}

.line11aCopy
{
	float:left;
	margin-right:2%;
	width:23%;
	height:auto;
}
.line11bCopy
{
	float:left;
	margin-right:0%;
	width:75%;
	height:auto;
}



@media(max-width:576px){

.line11aCopy
{
	float:left;
	margin-right:0%;
	width:100%;
	height:auto;
}
.line11bCopy
{
	float:left;
	margin-right:0%;
	width:100%;
	height:auto;
}
	
	
}


.line11c
{
	float:left;
	margin-right:0%;
	width:23%;
	height:auto;
}


@media(max-width:576px){
	
.line11a
{
	float:left;
	margin-right:0%;
	width:100%;
	height:auto;
}

.line11b
{
	float:left;
	margin-right:0%;
	width:100%;
	height:auto;
}
	
	.line11c
{
	float:left;
	margin-right:0%;
	width:100%;
	height:auto;
}
	
	
}


.line12a
{
	float:left;
	margin-right:2%;
	width:18.4%;
	height:auto;
}
.line12b
{
	float:left;
	margin-right:2%;
	width:18.4%;
	height:auto;
}
.line12c
{
	float:left;
	margin-right:2%;
	width:18.4%;
	height:auto;
}
.line12d
{
	float:left;
	margin-right:2%;
	width:18.4%;
	height:auto;
}


@media(max-width:576px){
	
.line12a
{
	float:left;
	margin-right:2%;
	width:49%;
	height:auto;
}
.line12b
{
	float:left;
	margin-right:0%;
	width:49%;
	height:auto;
}
.line12c
{
	float:left;
	margin-right:2%;
	width:49%;
	height:auto;
}
.line12d
{
	float:left;
	margin-right:0%;
	width:49%;
	height:auto;
}


}



.line12e
{
	float:left;
	margin-right:0%;
	width:18.4%;
	height:auto;
}

.line13a
{
	float:left;
	margin-right:2%;
	width:49%;
	height:auto;
}
.line13b
{
	float:left;
	margin-right:0%;
	width:49%;
	height:auto;
}
.line14a
{
	float:left;
	margin-right:2%;
	width:49%;
	height:auto;
}
.line14b
{
	float:left;
	margin-right:0%;
	width:49%;
	height:auto;
}
 .hightlightbtn{
	 background: #ebc521;
 color: #000 !important;
 }