/*
BLOOTOON STYLESHEET
A SKYROCKET LABS FREE XHTML/CSS TEMPLATE
http://www.skyrocketlabs.com
fred@skyrocketlabs.com
*/

/* ARCHITECTURE */

body {
  font: normal 85% arial,verdana,tahoma,sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  background: #000 url(../img/backgr.png);
  overflow-x: hidden;
}
#top {

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55%;
}
}

#logo {
  float: centre;
  width: 360px;
  height: 130px;
  margin: 200 auto;
}

#secondlogo {
  color: #fff;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: normal;
  line-height:  1.6;
 
  
}

#nav {
  float: right;
  width: 578px;
  height: 21px;
  margin: 35px 0 0 0;
  padding: 15px 20px;
  background: #000;

}


#wrapper {
  width: 83%;
    color: #fff;
  margin: 0 auto;
  padding: 20px;
  background: #000;
  
 
  overflow: hidden;  
}

#main {
  
    color: #fff;
 
  margin: 0 20px 0 0;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.post-snippet {
  width: 100%;
  min-height: 100px;
  margin: 0 0 25px 0;
  padding: 20px;
  color: #fff;
  background: #000;

  overflow: hidden;  
}


.branding{
	color: #000;
  background: #000;
	
}

.announcement {
     width: 100%;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 15px 0;
  color: #fff;
}

.c1 {
	color: #000;
  background: #000;	
}

.labelcolour1 {
	color: #000;
  background: #000;	
}

.labelcolour2 {
	color: #FFF;
  background: #FFF;	
}

.post-snippet img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55%;
}

@media (max-width: 506px){

.post-snippet img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
  
  #top {

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
  
}



#sidebars {
  float: right;
  width: 260px;
  min-height: 760px;
}

#ads {
  width: 260px;
  height: 260px;
  margin: 0 0 20px 0;
}

.sidebar {
  width: 218px;
  min-height: 50px;
  margin: 0 0 30px 0;
  padding: 20px;
  background: #fff;

}

#footer {
	display:flex; 
    justify-content: center;
	align-items : center;
	  color: #fff;
  text-decoration: none;
  margin: 0 25px 0 0;
 
  width: 85%;
  height: 25px;
  margin: 30px auto;
  padding: 15px;
  background: #000;

}


.line {
  width: 630px;
  height: 1px;
  margin: 40px 0;
  background: #ddd;
  overflow: hidden;
}

/* PRIMARY NAV MENU */

#nav ul {
 /* float: left; */
  width: 378px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li {
  display: inline;
}

#nav li a {
  font-size: 1.0em;
  font-weight: normal;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
  margin: 0 25px 0 0;
  padding: 0;
}

#filler {
	
	color: #000;
	
}

#nav li a:hover {
  color: #fff;
  text-decoration: none;
}

#nav li a.current {
  color: #fff;
  text-decoration: none;
}

/* FOOTER NAV MENU */

#footer ul {

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;

 
}

#footer li {
  display: inline;
  font-size: 0.9em;
  line-height: 25px;
  color: #fff;
  margin: 0 25px 0 0;
  padding: 0;
}

#footer a {
  color: #fff;
  text-decoration: none;
  font-size: large;
  margin: 0 10px
}

#footer  a:hover {
  color: #fff;
  text-decoration: none;
}

/* TYPOGRAPHY */
#main h1 {
	text-align: center;
    width: 100%; 
  font-size: 2.3em;
  font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -2px;
  margin: 0 0 15px 0;
    color: #fff;
}


#main h1 a {
  width: 100%; 
  color: #fff;
  text-decoration: none;
}


#main h1 a:hover {
  color: #50c5f1;
 
}






#main h2 {
	text-align: center;
     width: 100%;
  font-size: 2.3em;
  font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -2px;
  margin: 0 0 15px 0;
  color: #fff;
}

#main h2 a {
     width: 100%;
  color: #fff;
  text-decoration: none;
}

#main h2 a:hover {
  color: #fff;
  
}

#main h3 {
     width: 100%;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 15px 0;
  color: #fff;
}

h3 {
     width: 100%;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 15px 0;
  color: #fff;
}

#main h4.post-date {
  font-size: 1.0em;
  font-weight: normal;
  line-height: 1.0em;
  margin: 0 0 15px 0;
  color: #fff;
}

#main p {
	text-align: center;
     width: 100%;
  font-size: 1.0em;
  line-height: 1.6em;
  margin: 0;
    color: #fff;
}



#main p.c1 {
	color: #000;
  background: #000;	
}

#main p.labelcolour1 {
	color: #000;
  background: #000;	
}

#main p.labelcolour2 {
	color: #FFF;
  background: #FFF;	
}



#main a {
    color: #fff;
  text-decoration: none;
}

#main p a {
     width: 100%;
  color: #fff;
  text-decoration: underline;
}

#main p a:hover {
  color: #fff;
  text-decoration: underline;
}

#main ul.buttons {
  height: 35px;
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}

#main ul.buttons li {
  display: inline;
}

#main ul.buttons li a {
  float: left;
  display: block;
  font-size: 0.9em;
  line-height: 0.9em;
  margin: 0 18px 0 0;
  padding: 11px 14px;
  color: #666;
  text-decoration: none;
  background: #e9e9e9 url(../img/buttons-backgr.png) repeat-x;
  border: 1px solid #bbb;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#main ul.buttons li a:hover {
  color: #000;
  text-decoration: none;
}

#sidebars h3 {
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -1px;
  color: #000;
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #ddd;
}

#sidebars ul {
  margin: -12px 0 0 0;
  padding: 0;
  list-style: none;
}

#sidebars li {
  font-size: 1.0em;
  line-height: 1.3em;
  color: #999;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

#sidebars li.last {
  padding: 10px 0 0 0;
  border-bottom: none;
}

#sidebars li a {
  color: #666;
  text-decoration: none;
}

#sidebars li a:hover {
  color: #50c5f1;
  text-decoration: none;
}

/* IMAGES  */


#logo img {
  border: 0;
  
}

.post-snippet img {
  margin: 0 0 16px 0;
  border: 1px solid #ddd;
}

#ads img, #ads img.right {
  float: left;
  margin: 0 10px 10px 0;
  border: 0;
}

#ads img.right {
  margin: 0 0 10px 0;
}

/* FORMS */

form,fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#nav form,fieldset {
 
  width: 200px;
  margin: -4px 0 0 0;
}

.searchfield {
  font: normal 1.0em arial,verdana,tahoma,sans-serif;
  color: #000;
  margin: 0;
  padding: 10px 14px;
  background: #444;
  border: 1px solid #444;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px; 
}

.searchfield:focus {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px; 
}

.myButton {
	background-color:#fafafa;
	border-radius:28px;
	border:1px solid #e3e3e3;
	display:inline-block;
	cursor:pointer;
	color:#666;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b3b3b3;
}
.myButton:hover {
	background-color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
}










.cookie-container {
  position: fixed;
  bottom: -100%;
  font-size: 16px;
  left: 0;
  right: 0;
  background: #FFFFFF;
  color: #000000;
  padding: 0 32px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);

  transition: 400ms;
}
/*<!--Contact link = https://www.linkedin.com/in/shamim-imtiyaz-11a3406b/ */
.cookie-container.active {
  bottom: 0;
}

.cookie-container a {
  color: #000000;
}
/*<!--Contact link = https://www.linkedin.com/in/shamim-imtiyaz-11a3406b/ */
.cookie-btn {
  background: #000000;
  border: 0;
  color: #ffffff;
  padding: 12px 48px;
  font-size: 17px;
  margin-bottom: 16px;
  border-radius: 8px;
  cursor: pointer;
}