  
  @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
  
  body {
    font-family: 'Poppins', sans-serif;
    background: white;
	z-index: 0;
}
.form-control
{
    font-size:12px;
}


.black{color:#000000 !important; cursor:pointer;}
.blue{color:dodgerblue !important; }

	a{
	color: #5c5b69;
	}

	ul{
	padding:0;
	margin:0;
/*	list-style:none; */
	}
	
	
	hr{
	margin: 10px 0 15px 0;
	}
	h3 {
	margin-bottom: 5px;
	}
  
  img.logo {
	  margin-left: auto;
	  margin-right: auto;
	  display:block;
  }
  
  img.float{
	  float: left;
	  padding-right: 10px;
	  
  }
  
  h4 {
	  color:dodgerblue;
  }
 
 .red {
	  color:red;
  }
  
  .container-fluid{
	  padding: 0 30px;
  }
  
 
.btn-default{
	background-color:Deeppink ;
	color: white;
	border-top:none;
	border-right:none;
	border-left:none;
}
.btn-default:hover{
	background-color:Deeppink ;
	color:dodgerblue;
	border-bottom-color:dodgerblue;
}
 



  .navbar {
      margin-bottom: 0;
      background-color:dodgerblue ;
      z-index: 9999;
      border: 0;
      font-size: 14px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 1px;
      border-radius: 0;
     
	 	
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  
  
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: dodgerblue!important;
      background-color: #fff !important;
  }
  
 
 
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: dodgerblue !important;
  }

 

  .dropdown-menu{
	background-color: dodgerblue !important;
	width :220px;
	font-size: 13px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 1px;
 	}

 	.dropdown-menu li {
	position: relative;
	}

	.dropdown-menu .dropdown-submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: -7px;
	background-color:deeppink !important;
	}

	.dropdown-menu .dropdown-submenu-left {
	right: 100%;
	left: auto;
	}

.dropdown-menu > li:hover > .dropdown-submenu {
	display: block;
	}



  img.avatar{
	width: 50px;
	height:50px;
	margin-right:10px;
	}
	
	.block{
		background: white;
		border-radius: 5px;
		padding : 15px 10px;
		margin-bottom: 20px;
	}
	
	
	

	
.embed-responsive {
    position: relative;
    display: block;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

	
	.btn-info{
	background:dodgerblue;
	}
  
	.well {
		border: 1ps solid grey;
		background-color: white;
		box-shadow: 5px 5px 5px #aaaaaa;
	}
  
	
	
	
	.footer {
	  margin-bottom: 0;
      background-color: black;
      border: 0;
      font-size: 10px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 2px;
      border-radius: 0;
      Padding: 10px 25px ;
	  border-radius:0px;
	  color:white;
	 
	}
	
	a:link, a:visited { 
        text-decoration: none;
			}

	a:hover, a:active {
    color: Deeppink;
    background-color: transparent;
    text-decoration: none;
	
		}
	
	a.normal:link, a.normal:visited { 
    color:Deeppink;
    text-decoration: none;
			}

	a.normal:hover, a.normal:active {
    color: Deeppink;
    background-color: transparent;
    text-decoration: none;
	
		}
		
		
	a.title:link, a.title:visited { 
    color:white;
    text-decoration: none;
			}

	a.title:hover, a.title:active {
    color: Deeppink;
    background-color: transparent;
    text-decoration: none;
	
		}
	  
	a.like:link, a.like:visited, a.like:hover, a.like:active   { 
    color:dodgerblue;
	background-color: transparent;
    text-decoration: none;
			}
	
	a.unlike:link, a.unlike:visited, a.unlike:hover, a.unlike:active   { 
    color:grey;
	background-color: transparent;
    text-decoration: none;
			}
  
  
  
	.panel-heading h4{
	color:black; 
	}
  
	
	div.fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    border: 3px solid #73AD21;
	}
	
	
	.fixedType {
    position: fixed;
    bottom: 0px;
    border: 3px solid #73AD21;
	}

	.sticky {
		position: fixed;
		top: 0;
		width: 100%;
	  }

	  .sticky2 {
		position: fixed;
		top: 50px;
		width: 100%;
	  }


