@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext');



.a:link{
	 font-family: "Roboto", sans-serif;
	font-size:12px;
	color:rgba(82,82,82,1.00);
	text-decoration:none;
	
	
	}



.container{
	width:100%;
	
	}

.header{
	width:100%;
	height:90px;
	background-color:rgba(255,255,255,0.0);
	position:fixed;
	top:0
	}
	
	span.required {
       color: #ff0000;
}

h1 {
       color: #000;
       font-size: 35px;
       font-family: 'Pontano Sans', Arial, sans-serif;
}

 h1 a, h1 a:hover {
color: #000;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height:35px;
    text-decoration: none;
    text-transform: capitalize;
}
h1 a span {
	color: #74BF43;
}


h2 {
       color: #000;
       font-size: 32px;
       letter-spacing: 0px;
       font-weight: normal;
       padding: 0 0 5px;
       margin: 0;
        font-family: "Roboto", sans-serif;
}


		
.logo{
  background-image:url(../images/profile-pic-80.png);
  width:80px;
  height:80px;
  float:left; margin-left:10px
	}


.tagline{
	float:left;
	margin-left:1%;
	 font-family: "Roboto", sans-serif;
	font-size:19px;
	font-weight:600;
	color:rgba(34,34,34,1.00);
	padding-top:29px;
	padding-bottom:5px;
	}
	
.searchbox{
	padding-top:46px;
	float:right;
	}
	
.searchbar{
	background-image:url(images/search.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	width:270px;
	height:32px;
	padding:5px;
	border-style:solid;
	border-color:rgba(34,34,34,1.00);	
	float:right;
	}

.visit{
	width:100%;
	height:45px;
	line-height:45px;	
	}
	
.visit-text{
	float:left; 
	margin-left:7px; 
	}
	
.visit-text-right{
	 font-family: "Roboto", sans-serif;
	font-size:14px; 
	float:right; 
	margin-right:7px; 
	}
	
a.text:link    {
     font-family: "Roboto", sans-serif;
	font-size:14px; 
	color:rgba(75,75,75,1.00);
	padding:5px;
	text-decoration:none;
}

/* visited link */
a.text:visited {
   color: rgba(199,0,3,1.00);
   
}

/* mouse over link */
a.text:hover   {
   color: rgba(199,0,3,1.00);
}

/* selected link */
a.text:active  {
   color: rgba(199,0,3,1.00);
}  

.content{
	width: 83%;
	height: auto;
	color: rgba(66,66,66,1.00);
	float: right;
	}
	
	#content >  h2{
	 font-family: "Roboto", sans-serif;
	font-size:22px;	
	color: #222222;
	text-align:left;
	padding-left:17px;
	}
	
	
	.images{
		width:49%;
		float: left;
		margin-left:5px;
	}
	
	.images2{
		width:49%;
		float: left;
		margin-left:5px;
	}
	
	
	#content >  p{
	 font-family: "Roboto", sans-serif;
	font-size: 15px;
	color: #464646;
	line-height:0px;
	font-weight:normal;
	padding-left: 18px;
	}
	
	#content >  ul{
	 font-family: "Roboto", sans-serif;
	font-size:14px;
	color: #464646;
	list-style-type:circle;	
	padding-left:56px;
	font-weight:normal;

	}
	
	#content >  ul li{
	 font-family: "Roboto", sans-serif;
	font-size:14px;
	color: #464646;
	padding-top: 5px;
	}
	
	.clear{
		height:8px}
	
#content > table tr th h1{
	 font-family: "Roboto", sans-serif;
	font-size:18px;	
	color:white;
	text-align:left;
	height:20px;
	line-height:20px;
	padding-left:10px;
	text-shadow: 1px 1px 8px #3f7c16;
	background-color:#75c043;
	}
	
	
#content > table tr td{
	 font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #333;
	text-align: left;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	background-color: rgba(241,241,241,1.00);
	border-bottom:solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc
	}
	
	
	
#content > table tr th span{
	 font-family: "Roboto", sans-serif;
	color:white;
	text-align:left;
	height:20px;
	line-height:20px;
	padding-left:10px;
	background-color:#D5D5D5;
	}		

#cssmenu {
	 font-family: "Roboto", sans-serif;
	line-height: 10px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 140px;
	width: 17%;
	height: 100%;
	position: fixed;
	font-weight:800;
  
}

#cssmenu > ul {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: rgba(63,63,63,0.0);
  
  border-bottom: 0px solid #7ac050;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
	width:95%;
	padding-left:5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 180px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #222;
  border: 3px solid #7ac050;
  border-bottom: 3px solid #7ac050;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu ul li.has-sub a.active,
#cssmenu ul li.has-sub a:hover {
  background: #7ac050;
  background-position: 90% 195%;
}
#cssmenu > ul li a {
    display: block;
    padding: 5px 0px 7px 18px;
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    line-height: 16px;
  
 
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: rgba(117,192,67,0.6);
  color: #000;
}

.footer-bottom{
	rgba(173,173,173,1.00)width:100%;
	background-color:rgba(34,34,34,1.00);
	height:40px;
	border-top: 3px solid #7ac050;
	 font-family: "Roboto", sans-serif;
	font-size:13px;
	color:rgba(173,173,173,1.00);
	text-align:center;
	line-height:40px;
	bottom:0px;
	position:fixed;
	width:100%;

}

/*New design start*/
/*---start-wrap-----*/

	 a {
	 font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #CD0003;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}

/*/----Teleric captche---/-*/
.imageClass {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
}

.textBox {
    display: block;
    margin-bottom: 10px;
}

.moduleContainer {
    background-color: #dff3ff;
    border: 1px solid #c6e1f2;
    padding: 15px 0 30px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 5px 5px 10px #ccc;
    -webkit-box-shadow: 5px 5px 10px #ccc;
    box-shadow: 5px 5px 10px #ccc;
}

.imgCorrectCode {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 3px solid green;
}

.imgWrongCode {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 3px solid red;
}
