﻿@charset "utf-8";
.Channel
{
}
.itemdiv {
    clear:both;
    padding-top:12px;
}
.maindiv2{
 width:85%;
 margin:auto;


}
.mychannelsicon {
   
    height: 35px;
    width: 35px;
    float: left;
}
 .InputBox2 {
            padding: 11px 20px;
            width: 55%;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background-color: #fff;
            -webkit-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
            -moz-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
            box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
            border: solid 1px #bebebe;
            outline: none;
            font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
            font-size: 18px;
            color: #303030;
            padding-right: 38px;
            height: 50px;
        }
.CreateBlogTitle{
	font-family: Candara,Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #1f1f1f;
	border-bottom:1px solid #d2d2d2;
	margin-top:20px;
	padding-bottom: 10px;

}

.itemtext{

font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
color: #303030;
font-size: 18px;
width:20%;


}
.buttondiv{
    border-top:1px solid #d2d2d2;
    padding-top:15px;
    margin-top:30px;
    clear: left;
    text-align:right;
}
.regular-radio {
	-webkit-appearance: none;
	background-color: #dfdfdf;
	padding: 9px;
	border-radius: 70px;
	display: inline-block;
	position: relative;
	float:left;
	cursor:pointer;
	margin-right: 10px;
    outline:none;
	
	
}

.buttontext{

font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
color:#605f5f;
font-size:18px !important;
float:left;
line-height:36px;
width: 25%;
margin-bottom: 10px;


}

.SettingsText {
font-family: Candara,Arial, Helvetica, sans-serif;
font-size: 20px;
color: #303030;
margin-top: 10px;
}

.InputBoxDropdown {
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
padding: 11px 20px;
width: 60%;
font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
color: #666666;
font-size: 18px;
outline: none;
	-webkit-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
	-moz-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
	box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
	border: solid 1px #bebebe;
background: url(../img/Blog/bigarrow.png) right no-repeat;
background-color: #FFFFFF;

padding-right: 38px;
-webkit-appearance: none;

}



.regular-radio:checked:after {
	content: '';
	border-radius: 70px;
	position: absolute;	

	background: #9cc355;

	background-image: url(../img/Blog/check.png);

	font-size: 25px;
	color: white;
	text-align:center;
    outline:none;
}



.big-radio {
	padding: 16px;
    outline:none;
}

.big-radio:checked:after {
	width: 31px;
	height: 31px;
	left: 0px;
	top: 0px;
    outline:none;
	
}
.BGDiv{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 5px rgba(126,126,126,.19);
	-moz-box-shadow: 0 3px 5px rgba(126,126,126,.19);
	box-shadow: 0 3px 5px rgba(126,126,126,.19);
	border: solid 1px #d2d2d2;
	margin-top:20px;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom:80px;
}
#BuddySelectPopUp .InputBox, #BuddySelectPopUp .channelcheckboxcontainer{
	width:60% !important;
	margin-top: 10px;
	
}
/*.cubeecontroll:active,*/
.sharebutton:active,.NavButton:active,.BlogSearchButton:active,.sharebutton2:active,.fullprofileButton:active,.ArchivesIcon:active,.SortArchives:active,.BigButton:active,.close:active,.EditorShare:active,.calloutButton:active,.albumbutton:active,.NavButton4:active,.RectangleButton:active,.DraftButtons:active,.ArchivesIcon2:active,.BlogSearchButton2:active,.DraftButtons2:active,.BackButton:active,.NavtButtons:active,.newBlogButton:active,.sharepost:active,.sharecancel:active,.lightButton:active, .topbar .sb-icon-search:active,.topbar .NavtButtons_topbar:active, .topbar .sharebuttonIcon_topbar:active, .topbar .menubtn:active {
		-webkit-transform: translate(0, 1px);
		-moz-transform: translate(0, 1px);
		-ms-transform: translate(0, 1px);
		background-color: #eef4f8;
		-webkit-box-shadow: inset 0 2px rgba(73,110,149,.75);
		-moz-box-shadow: inset 0 2px rgba(73,110,149,.75);
		box-shadow: inset 0 2px rgba(73,110,149,.75);
		border: solid 1px #7db1e5;
		background-image: -webkit-linear-gradient(top, #76c5f6, #97d6fe 66%);
		background-image: -moz-linear-gradient(top, #76c5f6, #97d6fe 66%);
		background-image: -o-linear-gradient(top, #76c5f6, #97d6fe 66%);
		background-image: -ms-linear-gradient(top, #76c5f6, #97d6fe 66%);
		background-image: linear-gradient(to bottom, #76c5f6, #97d6fe 66%);
		color: #FFFFFF;
		cursor: pointer;
		}
.BigButton{
	padding:7px 15px;
	display:inline-block;
	cursor:pointer;	
	color: #383838;
	font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
	font-size: 19px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #f0f0f0;
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,.31);
	-moz-box-shadow: 0 3px 4px rgba(0,0,0,.31);
	box-shadow: 0 3px 4px rgba(0,0,0,.31);
	border: solid 1px #d5d5d5;
	background-image: -webkit-linear-gradient(bottom, #efefef, #fbfbfb);
	background-image: -moz-linear-gradient(bottom, #efefef, #fbfbfb);
	background-image: -o-linear-gradient(bottom, #efefef, #fbfbfb);
	background-image: linear-gradient(to top, #efefef, #fbfbfb);
}
.InputBox{
	box-sizing:border-box;	
	padding: 11px 20px;
	width: 60%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
	-moz-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
	box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
	border: solid 1px #bebebe;
	outline: none;
	font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #303030;
	padding-right: 38px;


}
.itemtext2{

font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
color: #303030;
font-size: 18px;
width:20%;
vertical-align:text-top;
float:left;

}
.blogCoverImg{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #f7f7f7;
	-webkit-box-shadow: 1px 1px rgba(0,0,0,.07);
	-moz-box-shadow: 1px 1px rgba(0,0,0,.07);
	box-shadow: 1px 1px rgba(0,0,0,.07);
	border: solid 1px #dedede;
	width: 134px;
	height: 134px;
	cursor:pointer;
	margin-top: 10px;
	font-weight:100;
	}
.blogCoverText{
    font-family: 'Raleway', sans-serif;
    font-size:17px;
    color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(63, 63, 63, .5);
    display:inline-block;
    cursor:pointer;
    position:absolute;
    margin-left: -127px;
    margin-top: 113px;
    padding: 1px 4px;
}
.CoverClose{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(63, 63, 63, .7);
    display: inline-block;
    cursor: pointer;
    position: absolute;
    margin-left: -26px;
    margin-top: 16px;
    padding: 6px;
    cursor:pointer;
}
.createposttitle {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    color: #1f1f1f;
    font-weight: 100;
    min-height: 60px;
    cursor:default;
    word-wrap: break-word; 
}
.createposttitlediv
{
    padding-top:20px;
	border-bottom:1px solid #d2d2d2;
	min-height:65px;
    }
.Channel .ChannelBlogImage2
{
    /*width: 246px;*/
    min-width: 100px;
    margin: 0px auto !important;
    background-color: #ffffff;
    vertical-align: middle;
}
.Showmorepostsbutton
{
    display: none;
}

.channelrightalign
{
    float: right;
    width: 28%;
}

.Channel .ChannelLeftDiv
{
    float: left;
    width: 70%;
}
.likeButtonClicked
{
    border-radius: 50% !important;
    background-color: rgba( 255, 255, 255, 0.45) !important;
    border-style: none !important;
}

.Channel .PostCount
{
    display: inline;
    font-size: 17px;
    color: #fff;
    line-height: 8px;
}

.Channel .ChannelPostCount
{
    font-family: 'Raleway' , sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 26px; /* min-height: 14px; */
    display: inline-block;
    float: right;
}
.Channel .ChannelName
{
    font-family: 'Raleway' , sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    min-height: 22px;
    display: inline-block;
    float: left;
}

.Channel .BannerArea
{
    width: 98%;
    height: 300px;
    background-color: rgba(221,221,221,1.00);
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
}

.Channel .ChannelContentDiv
{
    width: 100%;
}
.Channel .BannerImage
{
    /* width: 100%;*/
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.channelprofilepic
{
    border-radius: 100%;
    width: 76px;
    float: left;
    margin-right: 10px;
}

.ChannelNameSection
{
    background-image: url(../img/Channel/DarkLoop.png);
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 111px;
    box-sizing: border-box;
    padding: 15px;
    padding-top: 20px;
}
.Channel .BannerText
{
    font-family: 'Raleway' , sans-serif;
    font-size: 45px;
    color: #fff;
}


.BannerImageNew
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Channel .EnterContestButton
{
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 197, 197, 197 );
    border-radius: 29px;
    -moz-border-radius: 29px;
    -webkit-border-radius: 29px;
    background-image: -moz-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(254,254,254) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(254,254,254) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(254,254,254) 100%);
    box-shadow: 0px 0px 18px 0px rgba( 0, 0, 0,.20 );
    display: inline-flex;
    box-sizing: border-box;
    padding: 10px 20px;
    cursor: pointer;
    color: #646464;
    float: right;
    margin-top: -32px;
    outline: none;
}

.Channel .EnterContestButton:Before
{
    content: "";
    background: url(../Img/Blog/ContestNew.png) no-repeat 1px -4px;
    width: 40px;
}

.Channel .PopularItems
{
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 210, 210, 210 );
    border-radius: 20px;
    background-color: rgb( 255, 255, 255 );
    box-shadow: 0px 5px 5px 0px rgba( 0, 0, 0,.28 );
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.Channel .PopularItemsCh
{
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 210, 210, 210 );
    border-radius: 20px;
    background-color: rgb( 255, 255, 255 );
    box-shadow: 0px 5px 5px 0px rgba( 0, 0, 0,.28 );
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    clear: both;
}
.Channel .ChannelItemsBox
{
    width: 70%;
    float: left;
}

.Channel .Contestdate
{
    float: right;
    display: block;
    color: #fff;
    font-size: 13px;
    margin-right: 26px;
    clear: both;
    margin-top: -72px;
}


.Channel .PopularItemsTitle.PopularItemsTitleCh
{
    color: #646464;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 5px;
}


.Channel .PopularItemsThumb
{
    border-radius: 15px;
    background-color: rgb( 210, 210, 210 );
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
}

.Channel .PopularItemsThumb img
{
    position: relative; /*left: -50%;  width: 100%; */
    height: 100%;
}


.Channel .PopularItemsText
{
    font-size: 18px;
    color: rgb( 100, 100, 100 );
    margin-top: 44px;
    text-transform: capitalize;
    float: left;
    margin-top: 10px;
}

.Channel .PopularItemSet
{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer;
}


.Channel .ChannelCubes
{
    width: 48%; /* min-width: 200px;*/
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0,1,2,.13);
    -moz-box-shadow: 0 2px 4px rgba(0,1,2,.13);
    box-shadow: 0 2px 4px rgba(0,1,2,.13);
    background-color: #fff;
    float: left;
    margin-bottom: 10px;
    margin-right: 2%;
    cursor: pointer;
    overflow: hidden;
    min-height: 150px;
}

.Channel .ChannelCubesBottom
{
    width: 100%;
    position: absolute;
    bottom: 0px;
    box-sizing: border-box;
    padding: 20px;
    height: inherit;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 1;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    cursor: cursor;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 72%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(72%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 72%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 72%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 72%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 72%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}



.Channel .ChannelCubeImage
{
    background-color: rgb( 210, 210, 210 );
    height: 100%;
    width: 100%;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.Channel .ChannelCubeImage img
{
    position: relative;
    /*width: 100%; Commented By Soumya, to avoid width-100% of small channel images*/
}


.Channel .ChannelRelatedBlogs
{
    float: left;
    box-sizing: border-box;
    padding: 3px;
    background-color: white;
    border-radius: 6px;
    cursor: pointer;
}

.Channel .ChannelRelatedBlogThumb
{
    width: 135px;
    height: 135px;
    cursor: pointer;
    overflow: hidden;
    background-color: #F7F7F7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.Channel .ChannelRelatedBlogText
{
    font-family: Candara,Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    padding: 6px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    background-color: rgb(67,67,67);
    position: absolute;
    z-index: 2;
    height: 50px;
    width: 135px;
    transform: translateY(170%);
    overflow: hidden;
    border-radius: 0px 0px 5px 5px;
}

.Channel .ChannelRelatedBlogFancyHeading
{
    font-family: 'Raleway' ,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #202020;
    line-height: 24px;
    box-sizing: border-box;
    padding: 8px;
    word-break: break-word;
}

.Channel .ChannelAuthorName
{
    font-family: 'Raleway' , sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    min-height: 22px;
    display: inline-block;
    float: left;
}



.Channel .ChanelCubeeLike
{
    border-radius: 50%;
    cursor: pointer;
    padding: 4px;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-color: rgba( 255, 255, 255, 0.6 );
    background-color: rgba( 255, 255, 255, 0 );
    opacity: .8;
}

.Channel .ChanelCubeeLiked
{
    border-radius: 50%;
    cursor: pointer;
    padding: 4px;
    float: left;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(231,231,231,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(231,231,231,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(231,231,231,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(231,231,231,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#cce7e7e7',GradientType=0 ); /* IE6-9 */
}


.Channel .likecount
{
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    font-size: 11px !important;
    width: 25px !important;
    height: 25px !important;
    text-align: center !important;
    box-sizing: border-box !important;
    padding-top: 4px !important;
    float: left !important;
    margin-right: 10px !important;
    margin-top: 5px !important;
    color: white !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba( 255, 255, 255, 0.6 );
    background-color: rgba( 255, 255, 255, 0 );
    opacity: .8 !important;
    margin-left: 0px !important;
}

.Channel .likedcount
{
    border-color: rgba( 255, 255, 255, 0.6 ) !important;
    background-color: rgba( 255, 255, 255, 0.45) !important;
}

.Channel .ChanelCubeeControlAlign
{
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.Channel .ChanelCubeeControlSetAlign
{
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.Channel .MasonryWidth
{
    /*width: 760px;*/
}
.Channel .ChannelRelatedBlogContainer
{
    width: 100%;
    margin-bottom: 50px;
}



.Channel .ChannelRelatedBlogHeadingText
{
    margin-top: 24px;
    margin-bottom: 10px;
    border-top: 1px solid #C9C9C9;
    padding-top: 10px;
    width: 100%;
}

.ChannelContainer
{
    overflow: hidden;
}

.channelregular-checkbox:checked {
    background-color: #ffffff;
    border: 1px solid #779eb9;
    color: #99a1a7;
    -moz-box-shadow: inset 0px 2px 0px #aac0d1,0px 0px 10px 2px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0px 2px 0px #aac0d1,0px 0px 10px 2px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 2px 0px #aac0d1,0px 0px 10px 2px rgba(255, 255, 255, 1);
    outline: none;
}
.channelbig-checkbox {
    padding: 13px !important;
}
.channelregular-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #779eb9;
    padding: 9px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
    -moz-box-shadow: inset 0px 2px 0px #aac0d1,0px 0px 10px 2px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0px 2px 0px #aac0d1,0px 0px 10px 2px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 2px 0px #aac0d1,0px 0px 10px 2px rgba(255, 255, 255, 1);
    outline: none;
}
.channelbig-checkbox:checked:after {
    font-size: 28px;
}
.channelregular-checkbox:checked:after {
    content: '...';
    position: absolute;
    top: -1px;
    left: -1px;
    background-image: url(../img/Channel/checkon.png); 
    font-size: 25px;
    color: white;
    text-align: center;
    outline: none;
}

@media only screen and (min-width : 481px) and (max-width : 1024px)
{
    .InputBoxDropdown
{
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 11px 20px;
    width: 60%;
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 18px;
    outline: none;
    -webkit-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    -moz-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    border: solid 1px #bebebe; /*background: url(../img/Blog/bigarrow.png) right no-repeat;*/
    background-color: #FFFFFF;
    float: left;
    padding-right: 38px;
    -webkit-appearance: none;
}

    .InputBox
{
    padding: 11px 20px;
    width: 60%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    -moz-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    border: solid 1px #bebebe;
    outline: none;
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #303030;
    padding-right: 38px;
}


    .maindiv2
{
    width: 95%;
    margin: auto;
}
    .itemtext
{
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    color: #303030;
    font-size: 18px;
    width: 20%;
}
    .buttontext
{
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    color: #605f5f;
    font-size: 18px;
    float: left;
    line-height: 36px;
    width: 33%;
    margin-bottom: 10px;
    outline:none;
}
  .sharebutton:active, .NavButton:active, .BlogSearchButton:active, .sharebutton2:active, .fullprofileButton:active, .ArchivesIcon:active, .SortArchives:active, .BigButton:active, .close:active, .EditorShare:active, .calloutButton:active, .albumbutton:active, .NavButton4:active, .RectangleButton:active, .DraftButtons:active, .ArchivesIcon2:active
{
    -webkit-transform: translate(0, 1px);
    -moz-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    background-color: #eef4f8;
    -webkit-box-shadow: 0 0 17px 23px rgba(255,255,255,.57), inset 0 2px rgba(73,110,149,.75);
    -moz-box-shadow: 0 0 17px 23px rgba(255,255,255,.57), inset 0 2px rgba(73,110,149,.75);
    box-shadow: 0 0 17px 23px rgba(255,255,255,.57), inset 0 2px rgba(73,110,149,.75);
    border: solid 1px #7db1e5;
    background-image: -webkit-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -moz-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -o-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -ms-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: linear-gradient(to bottom, #76c5f6, #97d6fe 66%);
    color: #FFFFFF;
    cursor: pointer;
}
  
.buttondiv
{
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
    margin-top: 30px;
    clear: left;
}
    .BGDiv{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 5px rgba(126,126,126,.19);
	-moz-box-shadow: 0 3px 5px rgba(126,126,126,.19);
	box-shadow: 0 3px 5px rgba(126,126,126,.19);
	border: solid 1px #d2d2d2;
	margin-top:20px;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom:80px;
}
    .itemtext2
{
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    color: #303030;
    font-size: 18px;
    width: 20%;
    vertical-align: text-top;
    float: left;
}
    .CreateBlogTitle
{
    font-family: Candara,Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #1f1f1f;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 20px;
    padding-bottom: 10px;
    
}
    .regular-radio
{
    -webkit-appearance: none;
    background-color: #dfdfdf;
    padding: 9px;
    border-radius: 70px;
    display: inline-block;
    position: relative;
    float: left;
    cursor: pointer;
    margin-right: 10px;
}

.buttontext
{
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    color: #605f5f;
    font-size: 18px;
    float: left;
    line-height: 36px;
    width: 33%;
    margin-bottom: 10px;
    outline:none;
}

.SettingsText
{
    font-family: Candara,Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #303030;
    margin-top: 10px;
}



.regular-radio:checked:after
{
    content: '';
    border-radius: 70px;
    position: absolute;
    background: #9cc355;
    background-image: url(../img/Blog/check.png);
    font-size: 25px;
    color: white;
    text-align: center;
}

.Blogs2
{
    width: 24%;
    min-width: 200px;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0,1,2,.13);
    -moz-box-shadow: 0 2px 4px rgba(0,1,2,.13);
    box-shadow: 0 2px 4px rgba(0,1,2,.13);
    border: solid 6px #fff;
    background-color: #fff;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    cursor: pointer;
	min-height: 315px;
}





.big-radio
{
    padding: 16px;
}

.big-radio:checked:after
{
    width: 31px;
    height: 31px;
    left: 0px;
    top: 0px;
}
.createposttitle 
{
    font-size: 40px;
    color: #1f1f1f;
    font-weight: 100;
    margin-bottom: 5px;
    display: inline-block;
    cursor: default;
    word-wrap: break-word;
}
    .createposttitlediv
{
    padding-top:20px;
	border-bottom:1px solid #d2d2d2;
	min-height:65px;
    }
    .channelrightalign
    {
        float: none;
        width: 100%;
    }

    .Channel .ChannelLeftDiv
    {
        width: 100%;
    }

    .Channel .PopularItems, .PopularItemsCh
    {
        width: 100%;
    }

    .Showmorepostsbutton
    {
        display: none;
    }

}





@media only screen and (min-width : 100px) and (max-width : 481px)
{
    .InputBox2 {
                width: 75% !important;
            }
    .InputBoxDropdown
{
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 11px 20px;
    width: 60%;
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 18px;
    outline: none;
    -webkit-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    -moz-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    border: solid 1px #bebebe;
   /*background: url(../img/Blog/bigarrow.png) right no-repeat;*/
    background-color: #FFFFFF;
    float: left;
    padding-right: 38px;
    -webkit-appearance: none;
}

    .InputBox
{
    padding: 11px 20px;
    width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    -moz-box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    box-shadow: 0 0 21px rgba(255,255,255,.55), inset 1px 2px rgba(79,79,79,.67);
    border: solid 1px #bebebe;
    outline: none;
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #303030;
    padding-right: 38px;
}
.maindiv2
{
    width: 95%;
    margin: auto;
}
.buttontext
{
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    color: #605f5f;
    font-size: 18px;
    float: left;
    line-height: 36px;
    width: initial;
    margin-bottom: 10px;
	margin-left:0px !important;
	clear:left;
	float:none;
	width:100%;
}
.itemtext
{
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    color: #303030;
    font-size: 18px;
    width: 20%;
    display: none;
}
.BGDiv
{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(126,126,126,.19);
    -moz-box-shadow: 0 3px 5px rgba(126,126,126,.19);
    box-shadow: 0 3px 5px rgba(126,126,126,.19);
    border: solid 1px #d2d2d2;
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 80px;
}
.sharebutton:active, .NavButton:active, .BlogSearchButton:active, .sharebutton2:active,.fullprofileButton:active, .ArchivesIcon:active, .SortArchives:active, .BigButton:active, .close:active, .EditorShare:active, .calloutButton:active, .albumbutton:active, .NavButton4:active, .RectangleButton:active, .DraftButtons:active, .EditorShare3:active, .ArchivesIcon2:active
{
    -webkit-transform: translate(0, 1px);
    -moz-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    background-color: #eef4f8;
    -webkit-box-shadow: inset 0 2px rgba(73,110,149,.75);
    -moz-box-shadow: inset 0 2px rgba(73,110,149,.75);
    box-shadow: inset 0 2px rgba(73,110,149,.75);
    border: solid 1px #7db1e5;
    background-image: -webkit-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -moz-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -o-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: -ms-linear-gradient(top, #76c5f6, #97d6fe 66%);
    background-image: linear-gradient(to bottom, #76c5f6, #97d6fe 66%);
    color: #FFFFFF;
    cursor: pointer;
}
.BigButton{
	padding: 7px 8px;
	font-size: 17px;
	
}
.buttondiv
{
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
    margin-top: 30px;
    clear: left;
}
.itemtext2
{
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    color: #303030;
    font-size: 18px;
    margin-top: 7px;
    width: 100%;
    vertical-align: text-top;
}
.CreateBlogTitle
{
    font-family: Candara,Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #1f1f1f;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 20px;
    padding-bottom: 10px;
    
}
.regular-radio
{
    -webkit-appearance: none;
    background-color: #dfdfdf;
    padding: 9px;
    border-radius: 70px;
    display: inline-block;
    position: relative;
    float: left;
    cursor: pointer;
    margin-right: 10px;
}

.buttontext
{
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    color: #605f5f;
    font-size: 18px;
    float: left;
    line-height: 36px;
    width: initial;
    margin-bottom: 10px;
	margin-left:0px !important;
	clear:left;
	float:none;
	width:100%;
}

.SettingsText
{
    font-family: Candara,Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #303030;
    margin-top: 10px;
}

.regular-radio:checked:after
{
    content: '';
    border-radius: 70px;
    position: absolute;
    background: #9cc355;
    background-image: url(../img/Blog/check.png);
    font-size: 25px;
    color: white;
    text-align: center;
}

.big-radio
{
    padding: 16px;
}

.big-radio:checked:after
{
    width: 31px;
    height: 31px;
    left: 0px;
    top: 0px;
}

.blogCoverText
{
    font-size: 12px;
    margin-left: -88px;
    margin-top: 78px;
    padding: 1px 2px;
}
.blogCoverImg{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #f7f7f7;
	-webkit-box-shadow: 1px 1px rgba(0,0,0,.07);
	-moz-box-shadow: 1px 1px rgba(0,0,0,.07);
	box-shadow: 1px 1px rgba(0,0,0,.07);
	border: solid 1px #dedede;
	width: 95px;
	height: 95px;
	cursor:pointer;
	margin-top: 10px;
	font-weight:100;
	}
    .createposttitle 
{
    font-size: 30px;
    color: #1f1f1f;
    font-weight: 100;
    clear: both;
    margin-bottom: 5px;
    padding-top: 0px;
    cursor: default;
    min-height: 35px;
    word-wrap: break-word;
}
.createposttitlediv
{
    padding-top:20px;
	border-bottom:1px solid #d2d2d2;
	min-height:65px;
    }
    .Channel .ChannelLeftDiv
    {
        width: 100%;
    }
    .Channel .PopularItems, .PopularItemsCh
    {
        width: 100%;
    }

    .Channel .BannerText
    {
        font-size: 30px;
    }


    .Channel .BannerImage
    {
        height: 100%;
        width: initial;
    }

    .Channel .BannerArea
    {
        height: 160px;
        width: 100%;
        position: absolute;
        left: 0;
        border-radius: 0px;
    }

    .Channel .ChannelCubes
    {
        width: 100%;
    }

    .channelprofilepic
    {
        width: 52px;
    }


    .ChannelNameSection
    {
        padding-top: 44px;
    }
    .Channel .EnterContestButton
    {
        top: -3%;
        font-size: 14px;
        padding: 6px 8px;
        position: absolute;
        right: 4%;
        width: 136px;
        padding-left: 35px;
    }

    .Channel .EnterContestButton:Before
    {
        content: "";
        background: url(../Img/Blog/ContestNew.png) no-repeat 1px -4px;
        width: 28px;
        background-size: 24px;
        display: list-item;
        float: LEFT;
        color: rgba(0,0,0, 0);
        position: absolute;
        left: 9px;
    }


    .Channel .Contestdate
    {
        font-size: 12px;
        position: absolute;
        right: -4%;
        top: 65%;
    }

    .channelrightalign
    {
        float: none;
        width: 100%;
    }
    .bannerareacoverdiv
    {
        height: 160px;
        margin-bottom: 15px;
    }


    .Showmorepostsbutton
    {
        border-style: solid;
        border-width: 1px;
        border-color: rgb( 219, 219, 219 );
        border-radius: 9px;
        background-color: rgb(244, 244, 244);
        box-shadow: 1px 1.732px 3px 0px rgba( 0, 0, 0,.4 );
        display: inline-block;
        padding-left: 20px;
        padding-right: 10px;
        margin-bottom: 50px;
        margin-top: 10px;
        margin-left: 6%;
        cursor: pointer;
    }




}
