
*{
	outline: none;
	
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
    font-family: 'Noto Sans', sans-serif;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

body{
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100%;
    color:#7f7f7f;
	background-color: #f3f0ef;
    position: relative;
}
html {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #f3f0ef;
}
a{
    text-decoration: none;
    color: inherit;
}
.float-right{
    float:right;
}
.float-left{
    float:left;
}
h2, h3{
    margin:5px;
}
.clearfix{}
.text-center{
    text-align: center !important;
}
.clearfix:after {
   content: " "; 
   visibility: hidden;
   display: block;
   height: 0;
    clear: both;
}
.button{
	cursor:pointer;
    background: #FFF;
    padding: 12px 30px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 21px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
}
.red-btn{
    color: #de444a !important;
    border: 2px solid #de444a !important;
}
.blue-filled-btn{
    color:#fff;
    background-color: #23abe2;
    border: 2px solid #23abe2 !important;
}
.red-filled-btn{
    color: #fff !important;
    background-color: #de444a;
    border: 2px solid #de444a !important;
}

.head-container{
    width:100%;
    padding: 2vh 5vw;
    background-color: #fff;
    border-bottom: 1px solid rgb(218, 37, 29);
}
.head-logo, .head-menu, section{
    margin-left: auto;
    margin-right: auto;
}
.head-logo{
    width:300px;
}
.head-logo img{
    width:250px;
    height: auto;   
}
.head-menu-container{
   background-color: rgba(250, 250, 250, .6);
}
.head-menu{
    width:60%;
    display: -webkit-flex; 
    display: flex;
    line-height: 30px;
}
.menu-options{
    font-family: 'Hind', sans-serif !important;
    text-align: center;
    font-weight: 500;
    font-size:18px;
    color:#3e3b3a;
-webkit-flex: 1;  
    -ms-flex: 1;  
    flex: 1;
}
.menu-options:hover{
    background-color: #fff;
}

section{
    width:1250px;
    padding: 10px;
    padding-bottom: 150px;
}
.block{
    background: #fff;
    box-shadow: 2px 2px 5px #f6f6f6;
} 
.width-60{
    width:60%;
}
.width-33{
    width:33.3333%;
}
.width-20{
    width:20%;
}
.width-12_5{
	width: 16.666666%;
}
.padding-5{
	padding:5px;
}
.width-25{
    width:25%;
}
.width-40{
    width:40%;
}
.width-50{
    width:50%;
}
.width-100{
    width:100%;
}
.padding-10{
    padding: 10px;
}
.current-issue-img img{
    max-width: 100%;
    height: auto;
}
.current-issue-content{
    text-align: justify;
}
.block{
    margin:10px;
}
.border-bottom-right{
    border-bottom: 1px solid rgb(218, 37, 29);
}
.current-issue-title{
    font-family: 'Yatra One', cursive;   
}
.font-title{
    font-family: 'Yatra One', cursive;   
}
.font-intro{
    font-family: 'Hind', sans-serif;
}
.text-content{
    font-family: 'Noto Sans', sans-serif;
}
.current-issue-thumbs > div{
    float: left;
    width:25%;
}
.thumbs{
    border:1px solid rgba(0,0,0,0.1);
    margin:5px;
    min-height:100px; 
}
.font-14{
    font-size:14px;
}
.form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.article-title{
    padding: 10px;
    margin:10px 0;
    font-weight: bold;
    background-color: #f6f6f6;
    border: 1px solid rgba(0,0,0,0.1);
}
.thumbs > img{
    max-width: 100%;
}
.form-group{
    padding:10px
}
.edition-display-tile{
    background: #fff;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.edition-cover-img{
    position: relative;
    width: 100%;
    text-align: center;
}
.edition-cover-img img{
    max-width: 100%;
    height: auto;
    
}
.edition-desc{
    line-height: 30px;
    font-weight: bolder;
}
.aapki_rai{
    max-height:480px;
    overflow-y: auto;
}
.aapki_rai2{
    max-height:400px;
    overflow-y: auto;
}

.writer_pic{
    border: 1px solid rgba(0,0,0,0.1);
    height:200px;
    width: 200px;
}
.writer_pic > img{
    width: auto;
    height: 100%;    
}
.posts {
    clear: both;
    list-style: none;
    padding-left: 0;
    width: 100%;
}

.posts li {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
    min-height: 42px;
    max-height: 74px;
    overflow-y: auto;
    
}   




footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  //line-height:40px;
  background-color: #f9f9f9;
  text-align: center;
} 
.footer-icons:hover{
	background-color:#fff;
	font-size:30px;
	color: #23abe2;
}
.footer-link:hover{
	background-color:#fff;
	color: #23abe2;
}
.button-form {
    border-left: 1px solid rgba(0,0,0,0.1);
    margin-top: 5%;
}
.footer-tc-block{
	line-height:20px;
}
.tc-links{
	padding:0 10px; 
}
.social-btns{
	padding: 10px 0px;
}
.fb-btn{
	padding: 10px 20px;
	width: 175px;
	text-transform: capitalize;
}
.fb-btn > span > img{
	vertical-align: middle;
}
.word-capitalize{
    text-transform: capitalize;
}
.font-xxlarge{
    font-size: -webkit-xxx-large;
}
.font-xlarge{
    font-size: x-large;
}
.small-light{
	font-size:11px;
	color: #c8c8c8;
}
.article-content {
    
    text-align: justify;
}
.margin-left-10{
    margin-left: 10px;
}
.footer-main-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.contact_details {
    display: flex;
    justify-content: center;
}
.border_right {
    border-right: 1px solid rgb(218, 209, 209);
}


.team-tag-container{
    margin: 20px;
}
.team-tag-title{
    font-weight: bold;
    padding: 10px;
}

.text-justify{
	text-align: justify;
}

