html, body, div, span, applet, object, iframe,
 h3,h2,h4,h5, h6,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike,sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, button, select, textarea {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   vertical-align: middle;
   text-decoration:none;
   color:#333;
   box-sizing:border-box;
   font-family: 'Open Sans', Arial, sans-serif;
}

body{
	margin: 0;
	min-width: 320px;
	padding: 0;
}

.wrap{
	width:100%;
	max-width:1120px;
	padding:0 10px;
	box-sizing:border-box;
	margin:0 auto;
}

.clear{
	clear:both;
}

hr{
	border:none;
	border-top:1px solid #ccc;
	margin:0;
	clear:both;
}

ul, li{
	margin:0;
	padding:0;
}

button, a{
	outline:none;
}

a{
	vertical-align: inherit;
font-family: inherit;
color: #cc2e27;
}

input[type="text"],
input[type="password"],
input[type="search"]{
	color:#333;
	border:1px solid #ccc;
	font-size:16px;
	padding:0px 5px;
	height:35px;
	display:inline-block;
	outline:none;
	background:#fff;
	text-align:left;
	border-radius: 3px;
}

select{
	color:#333;
	border:1px solid #ccc;
	font-size:16px;
	padding:0px 5px;
	height:35px;
	display:inline-block;
	outline:none;
	background:#fff;
	text-align:left;
	border-radius: 3px;
}

textarea{
	color:#333;
	border:1px solid #ccc;
	font-size:16px;
	padding:0px 5px;
	height:75px;
	display:inline-block;
	outline:none;
	background:#fff;
	text-align:left;
	resize:none;
	border-radius: 3px;
}

.btn1{
	border:1px solid #cc2e27;
	color:#cc2e27;
	text-transform:uppercase;
	font-size:18px;
	font-weight:700;
	padding:5px 20px;
	background:#fff;
	cursor:pointer;
	transition:0.5s all;
}

.btn1:hover{
	color:#fff;
	background:#cc2e27;
}

.errfield{
	border:1px solid #F00 !important;
}

.errnotify{
	font-size:12px;
	color:#f00;
}

.errlink{
	color:#0099CC;
	cursor:pointer;
	text-decoration:underline;
}

.or {
    position: relative;
    font-size: 20px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.or:before, .or:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #999;
}
.or:before {
    margin-left: -50%;
    text-align: right;
}

.imageScaler {
    display: block;
    height: auto;
    overflow: hidden;
    padding: 56.25% 0 0;
    position: relative;
    width: 100%;
}

.imageScaler img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.imageScaler .wrapperimg {
	height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.imageScaler .wrapperimg img{
    display: block;
    height: 100%;
    margin: 0 auto;
	position:relative;
	width:auto;
}

.iframeScaler {
    height: 0;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}


.iframeScaler iframe {
    background: black none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.iframeScaler #splayer {
    background: black none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: block;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

.errorstatement{
	font-size:14px;
	color:#d14b4b;
	padding:10px;
	background:#FCC;
	border:1px solid #d14b4b;
	margin-bottom:20px;
}

.successstatement{
	font-size:14px;
	color:#096;
	padding:10px;
	background:#e0fbef;
	border:1px solid #096;
	margin-bottom:20px;
}

.captionimage{
	max-width:100%;
	overflow:hidden;
	margin:15px;
	border-bottom:1px solid #ccc;
}

.captionimage[style='float:left'],
.captionimage[style='float:right']{
	max-width:300px;
}

.captionimage img{
	width:100% !important;
	height:auto !important;
}

.captionimage figcaption{
	color: #666;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic;
    text-align: left;
	margin:3px;
	line-height:22px;
}

em{
	font-family: inherit;
color: inherit;
vertical-align: inherit;
font-style: italic;
}

/*Login Popup*/

.login-popup {
	position: relative;
	width: auto;
	max-width: 400px;
	margin: 20px auto;
	text-align:center;
	background:#fff;
	padding:6px;
}

.login-popup input[type="text"],
.login-popup input[type="password"]{
	width:90%;
	max-width:300px;
	margin:10px 0;
}

.login-popup h3{
	font-size:14px;	
	color:#fff;
	padding:10px 0;
	cursor:pointer;
	background:#666;
	border-bottom:2px solid #fff;
}

.login-popup button{
	margin:10px 0;
}

.login-popup .ui-accordion-header-active{
	font-size:20px;
	font-weight:700;
	background:#333;
}

.login-popup .errstatement{
	font-size:12px;
	color:#d14b4b;
	margin-bottom:10px;
}

#logindiv,
#forgotdiv,
#signupdiv{
	margin:20px 0;
}


/*Login Popup - end */

/*header*/

#topstrip{
	background:#eee;
	padding:8px 10px;
	text-align:center;
	transition:0.5s all;
}

#topstrip img{
	display:none;
	vertical-align:middle;
	max-width:40px;
	margin-left:5px;
}

#topstrip h5{
	color:#333;
	font-size:14px;
}

#topstrip a{
	vertical-align:baseline;
}

#header{
	transition:0.5s all;
	position:relative;
	z-index:1;
}

#header.sticky{
	background:#eee;
	box-shadow:0 1px 2px #ccc;
	position:fixed;
	width:100%;
	top:0;
	z-index:9999;
}

.headerlogo{
	width:345px;
	float:left;
	margin:10px 0;
	transition:0.5s all;
}

.headerlogo-icon{
	width:50px;
	float:left;
	margin:10px 0;
	transition:0.5s all;
	display:none;
}

#header.sticky .headerlogo{
	width:150px;
}

.headerright{
	float:right;
	text-align:right;
	margin-top:55px;
}

#header.sticky .headerright{
	margin-top:20px;
}

.headerright span{
	margin-left:10px;
	padding:0px 10px;
	line-height:30px;
	font-size:16px;
	cursor:pointer;
	display:inline-block;
	transition:0.5s all;
}

.mobilemenu{
	display:none;
}

.mobilemenu .searchtrigger img{
	width:25px;
}

.mobilemenu span{
	font-size:12px;
	line-height:25px;
	padding:0;
}

.mobilemenu .searchtrigger{
	padding:0 10px;
}

.headerright span:hover{
	color:#cc2e27;
}

.headerright span.signin{
	border:1px solid #cc2e27;
	color:#cc2e27;
	padding:0 8px;
}

.headerright span.signin:hover{
	background:#cc2e27;
	color:#fff;
}

.headerright .userphoto {
    border: 1px solid #cc2e27;
    height: 30px;
    width: 30px;
}

.headerright .downarr {
    display: inline-block;
    margin: 10px 5px 0;
    vertical-align: top;
    width: 14px;
}

.icitad{
	background:#eee;
	padding:10px;
	font-size:0;
}

.icitad h5{
	width:72%;
	font-size:18px;
	font-style:italic;
	color:#333;
	line-height:30px;
	display:inline-block;
	vertical-align:middle;
}

.icitad .link{
	width:28%;
	display:inline-block;
	vertical-align:middle;
	text-align:right;
}

.icitad .link img{
	width:60px;
	display:inline-block;
	vertical-align:middle;
	margin-left:5%
}

.icitad .link h6{
	width:65%;
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	font-weight:700;
	line-height:24px;
	text-align:right;
}

#searchdiv{
	background:#CC2E27;
	height:0px;
	transition:0.5s all;
	overflow:hidden;
}

#searchdiv.open{
	height:50px;
}

#searchdiv .searchvalue{
	background:none;
	border:none;
	width:100%;
	color:#fff;
	font-size: 20px;
    height: 50px;
}

/*footer*/

#footer{
	background:#ccc;
	padding:10px 0;
	margin-top:50px;
	font-size:0;	
}

#footer .crescentinfo{
	display:inline-block;
	vertical-align:top;
	margin:15px 1% 15px 0;
	width:49%;
}

#footer .crescentinfo img{
	float:left;
	margin-right:10px;
	width:70px;
}

#footer .crescentinfo h5{
	font-size:16px;
	text-align:left;
	line-height:24px;
	color:#333;
	font-weight:300;
}

#footer .icitinfo{
	display:inline-block;
	vertical-align:top;
	margin:15px 0 15px 1%;
	width:49%;
}

#footer .icitinfo img{
	float:right;
	margin-left:10px;
	width:70px;
}

#footer .icitinfo h5{
	font-size:16px;
	text-align:right;
	line-height:24px;
	color:#333;
	font-weight:300;
}

.footerlinks{
	text-align:center;
}

.footerlinks h5{
	color:#666;
	margin:15px 0;
	font-size:14px;
	line-height:24px;
}

.footerlinks h5 a{
	color:#666;
	font-weight:300;
	display:inline-block;
}

.footerlinks h5 a:hover{
	text-decoration:underline;
}

.copyright{
	color:#333;
	font-size:20px;
	text-align:center;
	margin:10px 0;
}

.designby{
	color:#666;
	font-size:16px;
	text-align:center;
	margin:10px 0;
}

.designby a{
	color:#cc2e27;
}


/*magazine layouts*/

.magissue{
	font-size:0;
}

.magissue .item{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin-bottom:80px;
	width:100%;
}

.magissue .featuredimage{
	position:relative;
	border:1px solid #ccc;
}

.magissue .featuredimage .categorytitle{
	bottom: -1px;
    left: 50%;
    margin-left: -90px;
    position: absolute;
    width: 180px;
	border:1px solid #ccc;
	border-bottom:none;
}

.magissue .featuredimage_left{
	display:inline-block;
	vertical-align:top;
	width:38%;
	margin-right:2%;
	border:1px solid #ccc;
}

.magissue .featuredimage_left img{
	width:100%;
}

.magissue .detail_right{
	display:inline-block;
	vertical-align:top;
	width:60%;
	text-align:left;
}

.magissue hr{
	margin-bottom:50px;
}

.magissue h3{
	color:#333;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	margin:10px 0;
}

.magissue h3.size2{
	font-size:20px;
}

.magissue h4{
	font-size:16px;
	font-weight:700;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cc2e27;
	margin:10px 0 0;
}

.magissue h4 a{
	color:#cc2e27;
	font-family:inherit;
}

.magissue h5{
	font-size:15px;
	color:#666;
	margin:0 0 10px;
}

.magissue p{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	line-height:22px;
	margin:10px 0 0;
}

.magissue .wrapper{
	width:37%;
	padding-right:5%;
	border-right:1px solid #ccc;
}

.magissue .wrapper img{
	width:100%;
	border:1px solid #ccc;
}

.magissue .wrapper h5{
	text-align:center;
	font-size:16px;
	font-style:italic;
	margin:10px 0 0;
}

.magissue .layout1{
	width:63%;
	padding-left:5%;
}

.magissue .layout2{
	width:50%;
	padding-right:5%;
	border-right:1px solid #ccc;
}

.magissue .layout3{
	width:50%;
	padding-left:5%;
}

.magissue .layout4,
.magissue .layout7{
	width:33.33%;
	padding-right:3%;
}

.magissue .layout5,
.magissue .layout8{
	width:33.33%;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding-left:3%;
	padding-right:3%;
}

.magissue .layout6,
.magissue .layout9{
	width:33.33%;
	padding-left:3%;
}

.magissue .leftcol{
	border-right: 1px solid #ccc;
    display: inline-block;
    padding-right: 5%;
    vertical-align: top;
    width: 65%;
}

.magissue .rightcol{
	display:inline-block;
	vertical-align:top;
	width:25%;
	margin-left:5%;
}

.magissue .rightcol .item p{
	display:none;
}

.magissue .letters{
	width:50%;
	padding-right:5%;
	border-right:1px solid #ccc;
}

.magissue .letters h6{
	font-size:20px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	line-height:26px;
	margin:30px 0;
	background:url(../images/letter-icon.png) no-repeat left center;
	padding-left:45px;
}

.magissue .poll{
	width:50%;
	padding-left:5%;
}

.magissue .poll p{
	font-size:18px;
	color:#333;
	line-height:26px;
	margin:15px 0;
}

.magissue .poll .polloptions{
	display:inline-block;
	width:165px;
}

.magissue .poll h6{
	margin:10px;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	text-align:left;
}

.magissue .poll button{
	margin:15px;
}

/*Week in review*/

.weekinreview{
	font-size:0;
}

.weekinreview .item{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin-bottom:80px;
	width:100%;
}

.weekinreview .featuredimage{
	position:relative;
	border:1px solid #ccc;
}

.weekinreview .featuredimage .categorytitle{
	bottom: -1px;
    left: 50%;
    margin-left: -90px;
    position: absolute;
    width: 180px;
	border:1px solid #ccc;
	border-bottom:none;
}

.weekinreview .featuredimage_left{
	display:inline-block;
	vertical-align:top;
	width:33%;
	margin-right:2%;
	border:1px solid #ccc;
}

.weekinreview .featuredimage_left img{
	width:100%;
}

.weekinreview .detail_right{
	display:inline-block;
	vertical-align:top;
	width:65%;
	text-align:left;
}

.weekinreview h3{
	color:#333;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	margin:10px 0;
}

.weekinreview p{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	line-height:22px;
	margin:10px 0 0;
}


/*content*/

.sectiontitle {
    position: relative;
    font-size: 36px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
	color:#000;
	font-weight:700;
	margin:40px 0;
}

.sectiontitle:before, .sectiontitle:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 47%;
    height: 2px;
    content: '\a0';
    background-color: #000;
}

.sectiontitle:before {
    margin-left: -50%;
    text-align: right;
}

.sectiontitle:after {
    margin-left: 3%;
    text-align: right;
}

.likewithcount{
	height:25px;
	line-height:25px;
	padding-left:30px;
	padding-right:5px;
	display:inline-block;
	color:#666;
	font-size:14px;
	margin:10px;
	background:url(../images/like-icon.png) no-repeat left center;
	cursor:pointer;
	display:none;
}

.likewithcount.Liked{
	background:url(../images/liked-icon.png) no-repeat left center;
}

.commentswithcount{
	height:25px;
	line-height:25px;
	padding-left:30px;
	padding-right:5px;
	display:inline-block;
	color:#666;
	font-size:14px;
	margin:10px;
	background:url(../images/comments-icon.png) no-repeat left center;
	cursor:pointer;
	display:none;
}

.whatsappshare{
	display:none;
}

.categorytitle{
	font-size:15px;
	font-weight:300;
	color:#333;
	padding:2px 15px;
	border:1px solid #ccc;
	background:#fff;
	font-style: normal;
}

.playbtnoverlay{
	position:absolute;
	width:50px;
	left:50%;
	margin-left:-25px;
	height:50px;
	top:50%;
	margin-top:-25px;
	background:url(../images/play-icon.png) no-repeat center;
}

.tooltip {
    position: relative;
}
.tooltip .tooltiptext {
    background-color: black;
    border-radius: 6px;
    bottom: 140%;
    color: #fff;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    transition: opacity 0.5s ease 0s;
    visibility: hidden;
    z-index: 1;
	width:100px;
	font-size:12px;
}
.tooltip .tooltiptext::after {
    border-color: black transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: " ";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%;
}
.tooltip:hover .tooltiptext {
    opacity: 1;
    visibility: visible;
}

.breadcrumb{
	border-bottom: 1px dashed #ccc;
    color: #999;
    font-size: 13px;
    margin: 20px 0;
	padding:3px;
	text-align:left;
}

.breadcrumb font{
	display:inline-block;
	vertical-align:baseline;
	color: #999;
}

.breadcrumb a{
	font-weight:700;
	color: #999;
	font-style:normal !important;
}

.breadcrumb a:hover font{
	text-decoration:underline;
}

/*Static Pages*/

.staticpage{
	min-height:400px;
}

.staticpage .wrap{
	max-width:768px;
}

.staticpage h2 {
    color: #333;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 26px;
	font-weight:700;
    line-height: 35px;
    margin: 20px 0;
}

.staticpage p {
    color: #333;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    line-height: 35px;
    margin: 20px 0;
}

.staticpage p em{
    font-family: Georgia,"Times New Roman",Times,serif;
	vertical-align:baseline;
	font-style:italic;
}

#contactform input[type='text'],
#contactform textarea{
	width:400px;
	max-width:100%;
}

/*ListView*/

.listview .wrap{
	max-width:768px;
}

.paginationdetails,
.archivegoto{
	margin:20px 0 40px;
	border:1px solid #ccc;
	padding:10px;
	background:#f5f5f5;
}

.paginationdetails .showingcount{
	float:left;
	font-size:14px;
	color:#666;
	line-height:25px;
}

.paginationdetails .pagenav{
	float:right;
}

.paginationdetails .pagenav span{
	background:#999;
	color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    height: 25px;
    line-height: 20px;
    margin: 0 10px;
    text-align: center;
    width: 25px;
}

.paginationdetails .pagenav select{
	height:25px;
	font-size:14px;
}

.archivegoto{
	text-align:center;
	padding-top:5px;
}

.archivegoto select{
	margin-right: 5px;
    margin-top: 5px;
	width:110px;
}

.archivegoto .archivegotobtn{
	border-radius: 3px;
    margin-top: 5px;
    padding: 3px 8px;
}

.listview .item{
	border-bottom:1px solid #ccc;
	margin:0 auto 50px;
}

.listview .featuredimage_left{
	float:left;
	margin: 0 10px 10px 0;
	position:relative;
}

.listview .featuredimage_left img{
	max-height:150px;
	border:1px solid #ccc;
	min-width:90px;
}
 
.listview h3{
	color:#333;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	margin:10px 0;
}

.listview h4{
	font-size:16px;
	font-weight:700;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cc2e27;
	margin:10px 0 0;
}

.listview h4 a{
	color:#cc2e27;
	font-family:inherit;
}

.listview h5{
	font-size:15px;
	color:#666;
	margin:0 0 10px;
	display:inline-block;
}

.listview p{
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	line-height:35px;
	margin:10px 0 0;
}

.listview .likewithcount,
.listview .commentswithcount{
	margin:10px 20px 10px 0;
}

@media screen and (max-width: 1099px) {	

.headerlogo{
	width:200px;
}

.headerright{
	margin-top:28px;
}

.headerright span{
	margin-left:2px;
}


}

@media screen and (max-width: 959px) {	


.icitad h5{
	font-size:16px;
}

#footer .crescentinfo h5,
#footer .icitinfo h5{
	font-size:14px;
}

.magissue h3{
	font-size:20px;
}

}

@media screen and (max-width: 899px) {
	
#header.sticky .headerlogo{
	width:100px;
}

#header.sticky .headerright {
    margin-top: 12px;
}

.headerright span{
	margin-left:0px;
}

.mainmenu{
	display:none;
}

.mobilemenu{
	display:block;
}

#header{
	border-bottom:1px solid #ccc;
}	
	
}

@media screen and (max-width: 809px) {
	
.captionimage[style='float:left'],
.captionimage[style='float:right']{
	max-width:100%;
}	
	
#topstrip img{
	display:inline-block;
}	
	
#topstrip h5{
	text-align:left;
	display:inline-block;
	vertical-align:middle;
	max-width:85%;
}

.icitad{
	display:none;
}

#footer .crescentinfo,
#footer .icitinfo{
	width:100%;
	margin:15px 0;
}

.magissue{
	text-align:center;
}

.magissue .item{
	width:400px !important;
	margin-left:0 !important;
	margin-right:0 !important;
	margin-bottom:50px !important;
	max-width:100% !important;
	padding-left:0 !important;
	padding-right:0 !important;
	border-right:none !important;
	border-left:none !important;
	border-bottom:1px solid #ccc;
}

.magissue hr{
	display:none;
}

.magissue .leftcol,
.magissue .rightcol{
	width:100%;
	margin-left:0;
	margin-right:0;
	padding-right:0;
	border-right:none;
}

.magissue .featuredimage_left{
	width:100%;
	margin:0;
}

.magissue .detail_right{
	width:100%;
	margin:0;
	margin-top:15px;
	text-align:center;
}

.listview .item{
	text-align:center;
	width:400px;
	max-width:100%;
}

.listview .featuredimage_left{
	float:none;
	margin:0 0 10px;
}

.listview .categorytitle{
	background:#fff;
}

.listview h3{
	font-size:20px;
}

.listview .likewithcount,
.listview .commentswithcount{
	margin:10px;
}

}

@media screen and (max-width: 479px) {
	
.headerlogo{
	width:120px;
}	

.headerright{
	margin-top:15px;
}
	
}

@media screen and (max-width: 359px) {
	
#topstrip h5{
	font-size:13px;
	max-width:80%;
}
	
}