/* CSS Document */

body
{
	margin:0px; padding:0px;
	width:100%; height:auto;
	background:#FFF url(../images/bg.jpg) repeat;
	font-family: 'Roboto', sans-serif; font-size:13px; color:#202124;
}
div,a,ul,li,section,input,select,textarea,img,p,h1,h2,h3,h4,h5,h6
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul,h1,h2,h3,h4,h5,h6,p{ margin:0px; padding:0px; }
li{ list-style:none; }
a
{
	text-decoration:none; color:#1a0dbd;
}
a:hover
{
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	text-decoration:underline;
}
input,select,button
{
	outline:0px; border:0px;
}
select{ cursor:pointer; }
input[type='submit']{ border:0px; cursor:pointer }

textarea{ 
	font-family:"Open Sans", Arial, sans-serif;
}
a
{
	text-decoration:none; color:#0093DE;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover
{
	text-decoration:underline;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
h1,h2,h3,h4,h5,h6,p,ul,li{ margin:0px; padding:0px; font-weight:inherit; }
img{ border:0px; }
div,li,span,a
{
	list-style:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input,select,textarea{ color:#555; font-family:"Open Sans", Arial, sans-serif; }
input,select,textarea:focus{ outline:0px; }
input,select,textarea
{
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
input,select,textarea:focus{ outline:0px; }
button{ border:0px; cursor:pointer; }
button:focus{ outline:0px; }



/* Form Fields */
input[type='text'],textarea,input[type='password'],select,input[type='date'],input[type='number']
{
	width:100%; height:27px; float:left; outline:0px;
	padding-left:5px; padding-right:5px;
	border:1px solid #CCC;
	font-size:13px; color:#212121; font-family:"Open Sans", Arial, sans-serif;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
    -webkit-transition: width 1s ease;  
    -moz-transition: width 1s ease;  
    -o-transition: width 1s ease;  
    -ms-transition: width 1s ease;  
    transition: width 1s ease;
	
    transition:border 0.7s;
}
input[type='text']:focus,input[type='number']:focus,input[type='password']:focus,textarea:focus,input[type='date']:focus,select:focus
{
	border:1px solid #198de3;
}
input[type="text"]:disabled{ cursor:not-allowed; }
input[type="submit"]{ border:0px; cursor:pointer; }
button
{
	width:auto; height:27px; float:left;
	background:#672b75; border:0px;
	outline:0px; cursor:pointer;
	font-size:12px; color:#FFF;
}
button:hover{ background:#51195e; }
button:active{ background:#5c5c5c; }

.btn
{
	width:auto; height:27px; float:left;
	background:#672b75; border:0px;
	outline:0px; cursor:pointer;
	font-size:12px; color:#FFF;
}
.btn:hover{ background:#51195e; }
.btn:active{ background:#5c5c5c; }


.error
{
	width:98%; height:auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
	background:#f64b2f;
	padding:10px; padding-left:35px;
	font-size:13px; color:#FFF; font-weight:600;
}
.error i
{
	font-size:21px; color:#9a1903;
	position:absolute; z-index:99; left:15px; top:12px;
}
.error ul{ margin-left:15px; }
.error li{ margin-bottom:4px; list-style:none; }

.success
{
	width:98%; height:auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
	background:#7eb62e;
	padding:10px; padding-left:35px;
	font-size:13px; color:#FFF; font-weight:600;
}

.success i
{
	font-size:21px; color:#598a10;
	position:absolute; z-index:99; left:15px; top:12px;
}
.success ul{ margin-left:15px; }
.success li{ margin-bottom:4px; list-style:none; }

input,select,textarea{ color:#555; font-family:"Open Sans", Arial, sans-serif; }
input,select,textarea:focus{ outline:0px; }
input,select,textarea
{
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
input,select,textarea:focus{ outline:0px; }
button{ border:0px; cursor:pointer; }
button:focus{ outline:0px; }
.container{ width:96%; height:auto; max-width:1350px; margin:0 auto; position:relative; }

.pull-right{ float:right; }

#header
{
	width:100%; height:auto; float:left;
	text-align: center;
	margin-top:25px; margin-bottom:15px;
}
#header img
{
	height:85px; width:auto;
	border-bottom:1px solid #DDD;
	padding-bottom:5px;
}
#header h1
{
	width:100%; height:auto; float:left;
	font-size:14px; font-weight:600; text-align:center;
}

#left
{
	width:22%; height:auto; float:left;
	text-align:center;
	padding-top:95px; padding-right:2%;
}
#left h3
{
	width:100%; height:auto; float:left;
	font-size:14px; font-weight:600;
	margin-bottom:15px;
}
#left img{ width:100%; height:auto; }
#center
{
	width:56%; height:auto; float:left;
	margin-bottom:25px;
}
#center iframe
{
	width:100%; height:400px; float:left;
	border:0px;
}
#right
{
	width:22%; height:400px; float:left;
	padding-left:2%;
	text-align:center; overflow:hidden;
}
#right h3
{
	width:100%; height:auto; float:left;
	font-size:14px; font-weight:600;
	margin-bottom:15px;
}
#right img{ width:100%; height:auto; }

#bottom
{
	width:70%; height:auto; float:left;
	margin-left:15%;
}
#bottom img{ width:100%; height:auto; }
#bottom_left
{
	width:18%; height:auto; float:left;
	margin-right:1%;
}
#bottom_center
{
	width:45%; height:auto; float:left;
	margin-right:1%;
}
#bottom_right
{
	width:35%; height:auto; float:left;
}

#bottom_sinhala
{
	width:100%; height:auto; float:left;
	margin-top:30px; margin-bottom:20px;
	font-size:16px; text-align: center;
}

#bottom_sinhala_one
{
	width:70%; height:auto; float:left;
	background:#DDD;
	padding:10px; margin-left:15%; margin-right:15%;
	font-size:16px; text-align: center;
}

#bottom_address
{
	width:70%; height:auto; float:left;
	border-top:1px solid #DDD;
	margin-left:15%; margin-right:15%; margin-top:10px; margin-bottom:15px;
	padding-top:25px;
	font-size:16px; text-align: center;
}
#bottom_address h2{ font-size:16px; font-weight:600; margin-bottom:5px; }
#bottom_address p{ font-size:14px; margin-bottom:5px; }

#bottom_social
{
	width:172px;; height:auto; margin:0 auto;
	text-align:center;
	 padding-bottom:65px;
}
#bottom_social h3{ margin-bottom:10px; font-weight:600; }
#bottom_social a
{
	width:35px; height:35px; float:left;
	margin-left:4px; margin-right:4px;
	background:#000;
	color:#FFF;
}
#bottom_social a img{ width:25px; float:left; margin-left:5px; margin-top:5px; }
#bottom_social a i{ line-height:35px; }