/* ----------------------------------------------------
	IMPORT	
------------------------------------------------------- */  

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);

/* ----------------------------------------------------
	SKELETON	
------------------------------------------------------- */  

	body {
		color: #333;
		font-size: 14px;
		font-weight: 400;
		font-family: Arial, Helvetica, sans-serif;
		line-height:22px;
	}
	h1,h2,h3,h4,h5,h6{ 
		letter-spacing:0px;
		font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:normal;
		position: relative;
		font-weight:normal;
		color:#363a47;
	}
	
	h1{
		font-size: 22px; 
	}
	
	h2{
		font-size: 20px; 	
	}
	
	h3{
		font-size: 18px; 
	}
	
	h4{
		font-size: 16px; 		
	}
	
	h5{
		font-size: 14px; 		
	}
	
	h6{
		font-size: 14px;  	
	}

	a {
		color:#0099CC;
	}
	a:hover {
		text-decoration:underline;
	}
	
	.seprator{
		color: #999;
	}

	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
		text-decoration:none !important; 
	}
.clearfix{ clear:both;}
img.aligncenter{
	display:block;
	text-align:center;
	display: block;
	margin:0 auto 20px auto;
	padding:0px;
	border:0px;
	background:none;
}

	.image-center img {
		width: auto;
		display: block;
		margin: auto;
	}
	
	.alignleft,
	img.alignleft{
		float:left;
		margin: 6px 20px 6px 0;
		display: inline;
		border:0px;
		background:none;
		padding:0;
		display:block;
	}
	
	.alignright,
	img.alignright{
		padding:0;
		float:right;
		margin: 6px 0 6px 20px;
		border:0px;
		display:block;
		background:none;
	}
	
	::selection {
		background: #f84b4a; /* Safari */
		color:#fff;
	}
	
	::-moz-selection {
		background: #f84b4a; /* Firefox */
		color:#fff;
	}
	
	blockquote {		 
		font-size:16px;
		line-height: 32px;
		font-family: 'Droid Serif', Georgia, "Times New Roman", serif;
		font-weight:normal;
		font-style:italic;	   
		position:relative;  
		width:auto;
	}

	blockquote small {
		display: block;
		margin-top: 20px;
	}
	
	pre {
		line-height:18px;
		margin-bottom:18px;
	}

	.btn,
	a {
		outline:0 !important;
		text-decoration: none ;
	}
	
	ins {
		text-decoration:none;
	}
	
	sup {
		bottom: 1ex;
	}
	
	sub {
		top: .5ex;
	}
	
	p{
		padding:0 0 20px 0;
	}	
	.check li:before {
		content: "\f105";
		font-family: "FontAwesome";
		font-size: 14px;
		left: 0;
		color:#363a47;
		padding-right:8px;
		position: relative;
	}

	.check li {
		font-size:14px;
		list-style:none;
		margin-bottom:5px;
	}

	.check {
		margin-left:0; 
		padding-left:0
	}

	.text-center{
		text-align:center;
	}
.sep{
	color:#FFF;
	font-size:14px;
}

/* ==================================================================
	HEADER & MENUS
================================================================== */
/* Top Bar
================================================== */

.topbar {
   background: #099;
   padding: 10px 0;
   min-height:40px;
}

.topbar a{
   color: #fff;
   position: relative;
   padding: 0 12px;
   font-size: 14px;
   border-radius: 0;
   line-height: 14px;
}
.topbar a:hover{
	color: #DA251D;
}

.topbar .user-photo{
	width:30px;
	border-radius:30px;
	vertical-align:bottom;
}

/* Footer */

.footer{
	background-color: #F6F6F6; padding:10px; bottom:0px; position: fixed; width:100%
}


/* ==================================================================
	SECTIONS
================================================================== */
	.section {
		padding:15px 0;
		position: relative;
		display: block;
		clear:both;
	}
	.white {
		background-color: #ffffff;
	}
	.grey {
		background-color: #edecf0;
	}
	.dark {
		background-color: #3f4451;
	}
	
hr{
	
		border-color: #09F;
		margin:0;
		border-width: 1px;
}

.btn {
		border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		text-transform: none;
		font-weight: 600;
		color:#ffffff !important;
		border-color:#5ba5af;
		padding:12px;
		text-align:center;
		opacity:0.9;
		border:none;
		font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:14px;
	}
.btn:hover{ opacity:1;}

.red{
	background-color:#DA251D;
}
.green{
	background-color:#00923F;
}
.blue{
	background-color:#0099CC;
}

hr{
	
		border-color: #09F;
		margin:0;
		border-width: 1px;
}

/* Header Search */

/*input{
	height:40px;
	width:100%;
	font-size:16px;
	color: #666;
	border: 1px solid #c4c4c4;
    padding-left: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
*/

/* Header Search */
.search-box{
	height:45px;
	width:100%;
	font-size:16px;
	color: #333;
	padding-left: 10px;
}

.search-keyword{
	width:100%;
	padding:3px;
	font-size:15px;
	color: #333;
	padding-left: 10px;
	text-align:left;
	cursor: default;
}
.search-keyword:hover{
background-color: #EAEAEA;
}

.search-box-border{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
}

.search-box-border:focus{
	
	outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
	}
	
.search-box-border:hover{
	
	outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
	}

.search-button {
    color: #fff;
    font-size: 16px;
    background-color: #DA251D;
    padding: 7px 16px;
	width:110px;
	height:45px;
	border: none;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	text-align:right;
	background-image:url(images/search.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFF;
	cursor:pointer;
}

.search-button:hover {
    background-color: #00923F;
}

.search-icon{
	margin-left:-30px;
	font-size:20px;
	color:#00923F;
	background-color: #FFF;
	border:none;
}

.result-title{
	color: #06C;
	font-size:18px;
	font-weight: 500;
	line-height:22px;
}
.result-url{
	color: #090;
	font-size:15px;
	padding-top:0px;
	line-height:22px;
}
.result-des{
	font-size:14px;
	padding-top:0px;
	letter-spacing:0.1;
	color: #666;
	line-height:22px;
}
	



/* register box */
.register-box{
	border:1px solid #CCC;
	margin-bottom:10px;
}
.register-box .title{
	background-color:#0093DD;
	font-size:22px;
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
}
.txtbox{
	height:35px;
	font-size:14px;
	width:100%;
	margin-bottom:3px;
	color:#333;
	padding:5px;
}
.txtlabel{
	font-size:16px;
}




/* Search Page */
.search-side-bar{
	padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:10px; 
	background-color:#FFF; 
	border:1px solid #0093DD;     
	border-radius: 3px;
	box-shadow: 0px 0px 3px #7bc1f7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.search-side-bar a { color: #333; font-size:15px; margin-left: 10px;}
.search-side-bar a:hover{ color:#09C; text-decoration:underline; }


.search-list{
	background-color:#FFF; 
	border:1px solid #0093DD;     
	border-radius: 3px;
	box-shadow: 0px 0px 3px #7bc1f7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.search-list .col{
	padding-top:10px;
	padding-bottom:10px;
}
.img:hover { opacity:0.8;}

.search-list .list-title{
	font-size:18px; 
	font-weight: 500;
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
}

.list-title:hover{
	color: #09C;
}

.search-list .mobile{
	font-size:15px; 

}
.star-color{color:#DA251D;}
.btn-margin{ margin-top:50px;}

.message-box{
	border-radius:5px;
	line-height:35px;
 	background-color:#CFF3DB;
	color: #090;
	font-size: 14px;
	margin-bottom:10px;
	margin-top:0px;
	padding-left:8px;
}

