/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body
{
font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:550;
font-size:16px;
word-spacing:2px;	
letter-spacing:0.25px;
}

h1,h2,h3,h4,h5{
	font-weight: 500;
}


a {
	font-weight: 550;
	font-size:14px;
	text-decoration:none;
}	

.head {
	font-weight: 550;
	font-size: 18px;
	text-decoration:none;
}	

	
.navbar {
     height: 0px;
}
.navbar-nav {
	font-size: 14px;
}
.dropdown-toggle{ 
	color: #fff;
	background-color: #2f71a9;
	height:40px;

}

.navbar-default .navbar-nav>li>a {
  width: 185px;
  font-weight: bold;
}

.head {
	 margin-bottom: 100px;
}


.lead {
    font-size: 14px;
    font-weight: 400;
}

.line {font-size:14.5px;font-weight:450; line-height:1.5;}
strong { font-size:14.5px;font-weight:550; line-height:1.5;}
	
.ind {
	padding-left: 1.8em;
}

.space{
    
	text-align: right;
}

.input-f {
  height: 35px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 6px;
}

input {
    border: none;
    background: transparent;
}

.form {
  display: block;
  width: 100%;
  background-color: #f2f2f2;
  border: 0px solid #ccc;
  border-radius: 10px;
  padding: 0px 30px 0px 30px;
}

.form-control {
  display: block;
  width: 100%;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 1em;
  text-decoration: none;
}

.btn:active {
  background-image: none;
}

.btn-primary {
  color: #fff;
  background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
  background-color: #337ab7;
  background-repeat: repeat-x;
  border-color: #245580;
  
}

.btn-primary:active {
  background-color: #265a88;
  border-color: #245580;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


links {
  color: #3b5998;
  padding: 2px 4px;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  font-size: 95%;
  border-radius: 4px;
  font-weight:bold;

}
.link {
 font-size:14px;
 font-weight:400;
} 
right_txt {
  color: green;
}

wrong_txt {
  color: red;
}
txt {
color:#337ab7;
font-weight:bold;
}
.example.a links {
  color: green;
  background-color: #f1f1f1;
}

.example.b links {
  color: red;
  background-color: #f1f1f1;
}

.example.c links {
  color: #3b5998;
  background-color: #f1f1f1;
}

.example li {
  margin-bottom: 0.25em;
}

ul {
  font-size: 14.5px;
  font-weight: 400;
}

ol {
  list-style-type: number;
  font-weight: bold;
}

li {
  margin-bottom: 0.75em;
  padding-left:0.15em;
  font-size:14.5px;
 font-weight: 400;
}

li::before {
content: "|";
float: right;
color: #fff;
padding: 13px 5px 0px 0px;

}
li:last-child::before {
display: none;
}

.input_text {
    width: 450px;
}


@media(max-width:767px) {
}


.content-section-a {
    padding: 1px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.content-section-c {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.section-heading {
    margin-bottom: 10px;
}

.section-body {
    margin-bottom: 10px;
}


@media(max-width:1199px) {
}

@media(max-width:767px) {
}

footer {
    padding: 0px 0;
    background-color: #e2e5f0;
}

p.copyright {
    margin: 5px 0 0;
	color: #555555;
}