@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	overflow-x: hidden;
}
a{
	text-decoration: none;
	color: #0431B4;
}
a:hover{
	text-decoration: underline;
}
#top{
	display:block;
	width: 100%;
	height: 60px;
	top: 0px;
	background-color: #3598dc;
	z-index: 1000;
}
.top_logo{
	position: absolute;
	top: 16px;
	left: 20px;
	height: 31px;
	width: auto;
}
.top_logo:hover{
	cursor: pointer;
}

.tabs{
	display: block;
	margin-top: 30px;
	padding-left: 136px;
	border-bottom: 1px solid #D8D8D8;
}
.tab{
	color: #A4A4A4;
	position: relative;
	bottom: 15px;
	font-size: 13px;
	margin-right: 10px;
	padding: 16px 6px 16px 6px;
}
.tab:hover{
	color: #848484;
	cursor: pointer;
}
.tsel{
	color: #B43104;
	font-weight: bold;
	padding-bottom: 13px;
	border-bottom: 3px solid #B43104;
}
.tsel:hover{
	color: #B43104;
}

.pages{
	margin-left: 134px;
	margin-bottom: 50px;
}
.pages span{
	color: #0431B4;
	padding-right: 10px;
}
.pages span:hover{
	text-decoration: underline;
	cursor: pointer;
}
.res{
	display: block;
	position: relative;
	margin-top: 20px;
	margin-left: 134px;
	width: 70%;
	font-family: Arial;
	font-size: 13px;
	float:left;
}
.res2{
	display: block;
	position: relative;
	width: 90%;
	font-family: Arial;
	font-size: 13px;
	float:left;
	padding:20px

}
.kp{
margin-top: 20px;
	display: block;

	width: 95%;
	float:left;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
}
.kp h2{
	font-size:0.8em;
	margin:10px 5px;
}


.rl{
	font-size: 17px;
	text-decoration: none;
}
.rl_sm{
	font-size: 15px;
	text-decoration: none;
}
.image{
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	width: 160px;
	text-align: center;
}

.image img{
	max-width: 160px;
	width: auto;
	height: 80px;
}

.image img:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
}
.fwidth{
	width: auto;
}
.thumb{
	float: left;
	margin-right: 5px;
	margin-top: 4px;
	max-width: 80px;
	margin-bottom: 4px;
}

.rbox{
	position: relative;
	margin-bottom: 10px;
	z-index: 0;
}
.g{
	color: green;
}
.gr{
	color:#CCCCCC;
}
.textleft {
  text-align:left
  }
.search {
  text-align: center;
  margin: 22em 0em 0em 0em;
  position: relative;
}
.s-bar {
  width: 34%;
  margin: 0 auto;
  
}
#footer{
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding: 13px 7px 0px 17px;
	font-size: 13px;
	color: #848484;
	background-color: #F2F2F2;
	border-top: 1px solid #E6E6E6;
}



form{
	/*margin:auto 120px;	*/
	padding: 3px 3px 3px 9px;
	/*width: 570px;
	position: absolute;
	top: 5px;
	left: 128px;*/
}
a:hover, a:focus {
	color: #CCC;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

a, button {
	outline: none;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
 
.clearfix:after {
	clear: both;
}

/* To Navigation Style */
.cctop {
	background:#333333;	
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.75em;
	line-height: 3.2;
}

.cctop a {
	display: inline-block;
	padding: 0 1.5em;
	text-decoration: none;
	letter-spacing: 1px;
}

.cctop span.right {
	float: right;
}

.cctop span.right a {
	display: block;
	float: left;
}

/* Header Style */

.ccheader {
	
	margin: 0 auto;
	padding: 2em;
	text-align: center;
}

.ccheader h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}
.ccheader span {
	color:#ECF0F1;
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 14px;
	opacity: 0.7;
}



/* Demo Buttons Style */
.codeconvey-demo {
	padding-top: 1em;
	font-size: 0.8em;
}

.codeconvey-demo a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	outline: none;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.codeconvey-demo a:hover,
.codeconvey-demo a.current-demo,
.codeconvey-demo a.current-demo:hover {
	border-color: #333;
	color: #333;
}

/* Wrapper Style */

.wrapper {
    margin: 0 auto;
	overflow:auto;
}

section{ 
	padding:5em 0;
	float:left; 
	width:50%;
	min-height:250px;
	height:auto;
}
section:nth-child(1) { 
background:#ECF0F1;
}
section:nth-child(2) { 
background:#D2D7D3;
}
section:nth-child(3) { 
background:#D2D7D3;
}
section:nth-child(4) { 
background:#ECF0F1;
}
section:nth-child(5) { 
background:#ECF0F1;
}
section:nth-child(6) { 
background:#D2D7D3;
}
@media (max-width: 768px) { 

.res{

	margin-left: 50px;
	width: 90%;

}
.tabs{

	padding-left: 50px;

}

}
@media (max-width: 580px) { 

.res{

	margin-left: 10px;
	width: 90%;

}
.tabs{

	padding-left: 20px;

}

}

