/*common styles*/
/*<script src="jquery.js" type="text/javascript"></script>*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a{
	color: #3498db;
	text-decoration: none;
}

.responsive-image{
	height: auto;
	max-width: 100%;
}
.ptb-25{
	padding-top:25px;
	padding-bottom:25px;
}

.sec-title{
	padding: 10px 10px 10px 20px;
	font-weight: bold;
	color: #000;
	text-shadow: 0px 0px 4px gray;
	background-color: #f1f1f1;
	border-left:5px solid #3498db;
	margin-bottom: 15px;
}
.subscribe{
	padding: 10px 10px 10px 20px;
	font-weight: bold;
	color: #000;
	text-shadow: 0px 0px 4px gray;
	background-color: #f1f1f1;
	border-left:5px solid #3498db;
	margin-bottom: 15px;
}
.a{
	padding: 2px;
	margin:1;
	border: 1px solid #000000;
	width: auto;
}
.container{
	max-width:1170px;
	padding: 0px 10px;
	margin: 0 auto;
}
.container ul{
	margin-top: 15px;
}
.ptb-25{
	padding-top:25px;
	padding-bottom:25px;
}

.row{
	clear: both;
	overflow: hidden;
}


/* LOGO in a row */
.column-10,
.column-20,
.column-30,
.column-33,
.column-40,
.column-50,
.column-60,
.column-70,
.column-80,
.column-90,
.column-100{
	float: left;
	min-height: 1px;
	padding: 0px 20px;
}

.column-10{
	width: 10%;
}
.column-20{
	width: 20%;
}
.column-30{
	width: 30%;
}
.column-33{
	width: 33%;
}
.column-40{
	width: 40%;
}
.column-50{
	width: 50%;
}
.column-60{
	width: 60%;
}
.column-70{
	width: 70%;
}
.column-80{
	width: 80%;
}
.column-90{
	width: 90%;
}
.column-100{
	width: 100%;
}


/*Header top*/
.header-top{
	padding :0px 0px;
}
.header-top
.logo{
	padding: 50px 0px;
}

/*navigation top*/
nav{
	overflow: hidden;
	background-color: #333;
}
nav ul li{
	list-style: none;
	float: left;
}
nav ul li a{
	color: #fff;
	display: block;
	padding: 10px;
}
nav{
	float:auto;
}
nav ul li a:hover{
	 background-color: #000;
}
	
/*BREAKING HEADING*/
.breaking-news{
	padding: 8px;
	background-color: #3498db;
	color:#fff;
	font-family:"Arial";
	/*font-style:italic;*/
	font-weight:bold;
	font-size: 18px;
}
/* Update white in color*/
.breaking-news .update-left{
	padding: 5px 0px;
	text-align: center;
	background-color: #000;
	font-style:italic;
	text-transform: upper-case;
	Letter-spacing: 1px;
}	
.breaking-news .update-right{
	padding: 5px 0px;
}

/*Headline*/

.news .news-image,
.main-headline,
.side-news-image{
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}

.main-headline{
	height: 330px;
}
.side-news-image{
	height: 100px;
}
.main-headline{
	position: relative;
}
.main-headline
.headline{
	position: absolute;
	bottom: 20px;
	height: auto;
	width: 100%;
	left: 0;
	background-color: rcba(5,2,0,.8);
	padding : 10px 10px 10px 20px;
	font-family:"Arial";
	text-transform: capitalize;
	color:#fff;
	font-size: 20px;
	/*font-weight: bold;*/
	text-shadow: 1px 1px 1px gray;
}

.size-news-data{
	font-family:"Arial";
}
.side-news-data h2{
	font-size:20px
}
.side-news-data p{
	font-size: 14px;
	color: #000;
	margin-top: 2.5px;
}
.main-headline,
.side-headline
{
	margin-top: 2.5px;
}
.side-news :nth-child(3){
	margin-bottom: 15px;
	margin-top: 15px;
}
/* TRENDING NEWS*/
.news{
	margin-bottom:20px;
}
.news .news-image{
	height: 200px;
}
.news h2 {
	margin: 10px 0px;
}
news ul{
	margin-bottom:5px;
}
.news ul.category li{
	list-style: none;
	display: inline-block;
	background-color:#000;
	color:#fff;
	font-size: 12px;
	padding: 3px;
}
.news p{
	font-size: 12px;
	color: gray;
}
.news .read-more{
	display: block;
	padding: 10px 0px;
	color: #fff;
	text-align: center;
	background-color: #999;
}
.news .read-more :hover{
	background-color:#000;
}

/*SIDEBAR CATEGORY*/
.sidebar-widget{
	margin-bottom: 25px;
}
.sidebar-widget ul{
	margin-left: 30px;
}
.sidebar-widget ul li{
	list-style: square;
	padding-bottom: 10px;
}


/*FOOTER*/

.footer{
	background-color:#333;
	color: #fff;
}
.footer-logo{
	margin-bottom:15px;
}
.footer-social li{
	list-style: none;
	display: inline-block;
}
.footer-social li img{
	height: 30px;
	width:30px;
	background-color: #fff;
	padding:5px;
}
.footer-social{
	margin: 10px;
}
.footer-sec-title{
	padding: 5px 5px 5px 15px;
}
.footer-cat{
	margin-left: 20px;
}
.footer-cat li{
	list-style: square;
	margin-bottom:10px;
}
.footer-gallary li{
	list-style: none;
}
.footer-gallary li img{
	height: 70px;
	max-width:100%;
	margin-bottom: 15px;
}


/* LOGIN AND REGISTER*/
	body{
	background-image:linear;
	height:200px;
	background-size: cover;
	background-position: center;
}

.login-page{
	width: 500px;
	height: 200px;
	padding: 10% 0 0;
	margin: auto;
}
.form{
	position: relative;
	z-index: 1;
	background: #00F00;
	max-width : 360px;
	margin : 0 auto 100px;
	padding: 50px;
	text-align: center;
	border-radius:15%;
	border-top-style: dotted;
    border-right-style: solid;
    border-bottom-style: dotted;
    border-left-style: solid;
	
}
.form input{
	font-family: "Roboto" , sans-serif;
	outline: 1;
	background: #ffffff;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}
.form button{
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #000000;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}

.form button: hover,
.form button: active{
	background:#43A047;
}
.form message{
	margin: 15px 0 0;
	color: aliceblue;
	font-size: 12px;
}
.form .message a{
	color: #000000;
	text-decoration: none;
}
.form .register-form{
	display:none;
	
}
/*
body{
	background-color:green;
}*/



/* SEARCH FORM*/
.search-form{
	
	margin-bottom: 15px;
	float: right;
	margin-right:100px;
}
input{
	padding: 7px;
	border-radius:7px 7px 7px 7px;
	border: none;
	font-size: 16px;
	font-family:sans-serif;
}
button{
	float: right;
	background:orange;
	color: white;
	border-radius:5px 5px 5px 5px;
	cursor:pointer;
	position: relative;
	padding: 7px;
	font-family: sans-serif;
	border:none;
	font-size:16px;
}


/*  Contact Me*/

*{
  margin: 0;
  padding: 0;
  font-family:"montserrat",sans-serif;
}
.contact-section{
  background: url(cont2.jpg);
  width: auto;
  height: auto;
  background-size: cover;
  padding: 40px 0;
}
.contact-section h1{
  text-align: center;
  color: #ddd;
}
.border{
  width: 100px;
  height: 10px;
  margin: 40px auto;
  padding: 220px;
}

.contact-form{
  max-width: 600px;
  margin: auto;
  padding: 0 10px;
  overflow: hidden;
}

.contact-form-text{
  display:block;
  width:100%;
  box-sizing:border-box;
  margin: 16px 0;
  border: none;
  background: #dfdfdf;
  padding: 15px 40px;
  color: #000;
  transition: 1s;
}
.contact-form-text:focus{
  box-shadow: 0 0 10px 4px #34495e;
}
textarea.contact-form-text{
  resize: none;
  height: 120px;
}
.contact-form-btn{
  float: right;
  border: 0;
  background: #34495e;
  color: #fff;
  padding: 12px 50px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.5s;
}
.contact-form-btn:hover{
  background: #2980b9;
}
progress {
  background-color: #f3f3f3;
  border: 0;
  height: 18px;
  border-radius: 9px;
}
