
@font-face {
    font-family: 'robotothin';
    src: url('../fonts/Roboto-Thin-webfont.eot');
    src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
/*	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;*/
	font-size:12px;
	/*font-family : "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;*/
	font-family : roboto,Arial,sans-serif;
	letter-spacing: 0.9px;
}

.form-signin {
	max-width: 400px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
	display: inline-block;
	width:420px;
}
    
.form-signin label {
	float:left;
	margin-right: 15px;
	line-height:27px;
	text-align:right;
	width:120px;
	padding-right:5px;
	margin-top: 5px;
}
.form-signin span {
	margin-top: 5px;
}	
    
    .input-medium, 
 input.medium, 
 textarea.medium, 
 select.medium {
 	width: 150px;
 	margin-top: 5px;
    }
    
.input-micro, input.micro, textarea.micro, select.micro {
    width: 30px;
    margin-top: 5px;
}
select {
    	width:112px;
    	margin-top: 5px;
 }
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.input-mini, input.mini, textarea.mini, select.mini {
    width: 60px;
    margin-top: 5px;
}

.thumbnail-share .button, .pro-thumbnail-share .button {
    background: url("../images/small_share_sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    height: 20px;
    margin-right: 0;
    opacity: 0.7;
    transition: all 0.1s ease-in-out 0s;
    width: 20px;
    cursor:pointer;
}
.thumbnail-share {
	display:none;
}
.thumbnail-share .button:hover {
	opacity: 1;
}

.thumbnail-share .twitter, .pro-thumbnail-share .twitter {
    background-position: 0 -20px;
}

.thumbnail-share, .pro-thumbnail-share {
 	top: 10px;
 	right: 10px;
	/*left: 35%;*/
	position: absolute;
}
ul, li {
	list-style: none outside none;
	margin:0;
	padding:0;
}

.fadeIn { opacity: 0.5; }
.fadeIn:hover { opacity: 1; transition: all 0.3s ease-in-out 0s; }
.fadeOut { opacity: 1; }
.fadeOut:hover { opacity: 0.5; transition: all 0.3s ease-in-out 0s; }

.main-image {
	background-color : #fff;
	border : 1px solid #ccc;
	padding:5px;
	width:620px;
	text-align:center;
	display:inline-block;
}
.sidebar {
	background-color: #ffffff;
	border: 0 solid #cccccc;
	/* box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); */
	display: inline-block;
	padding: 17px;
	text-align: left;
	vertical-align: top;
	width: 375px;
}
.detailcont {
	margin-top: 12px !important;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.2) !important;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}
.profile-image { display:inline-block; float:left; margin: 0 8px 4px 0;}
.profile-image img { 
	height : 65px; 
}
.user-detail { display:inline; font-size:12px;}
.user-detail span.username { 
	vertical-align:top;
	font-size:16px;
	font-weight: bold;
	font-family : "Helvetica Neue",Helvetica,Arial,sans-serif;
	display:inline-block;
	margin-bottom:1px;
}
.text-tags {
	margin-top:15px;
}
.more-images li {float:left;}
.more-images img.small-img {height:65px; display:block; padding:4px; border-radius: 10px;}
.more-images img.medium-img {display: block; height: 115px; padding: 2px;}
.more-images div {margin: 28px 0 15px;}
.more-images div { font-size : 18px; }

.big-image {display: inline-block; width: 59%; margin-left: 20px; margin-bottom: 25px; float: right;}
.users-media li {float:left; box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.33); margin: 1px 14px 20px 0; padding: 5px; width: 150px; height: 170px;}
.users-media li img { height:150px; }
.users-media div.likes {background: url("../images/heart.png") no-repeat scroll 6px 6px / 17px auto rgba(0, 0, 0, 0); height: 21px; line-height: 26px; padding-left: 29px; width: 60px;}
.big-img-container { height: auto; padding: 0px 0px 27px; text-align: center; /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33); */}
.big-img-container img {/*height:570px;*/ margin-bottom: 8px;}
.big-img-container .heart-img {float:left;background: url('../images/MediaItem.png') no-repeat scroll -1px -7px rgba(0, 0, 0, 0);font-size: 15px; padding-left: 25px; width: 12px;}
.big-img-container span {text-align:left; float:left;}
img {opacity : 0.98}
img:hover {opacity : 1}
.follow-section { height:50px; display:inline-block; vertical-align:top;  width: 270px;  padding-left:6px; }
.follow-section div { width:90px; float:left; text-align:center; box-shadow:3px -2px 2px 0px rgba(0, 0, 0, 0.17); }
.follow-section div span { font-size:16px; margin-left: 0px;}
.load-more-btn { box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.33); margin: auto; padding: 10px; text-align: center; width: 100px;  }
.load-more-btn a {text-decoration:none; color:#000; font-size:18px; }
.ad_unit { float: left; height: 250px; margin-bottom: 10px;  margin-top: 10px; width: 300px;}
.ad_unit_large { float: left; height: 280px; margin-bottom: 15px;  margin-top: 10px; width: 375px; text-align: center;}
.ad_unit_banner {width:auto; text-align:center; height:auto; margin:0 auto;}
.ad_unit_smallbanner {width:468px; height:60px; margin-top:10px;}
.caption-text {word-wrap:break-word;}
ins { background: #FFFFFF; text-decoration: none; }

#footer_content{
	width: 1050px;
	display: block; 	
}

.addthis_toolbox.addthis_default_style{width: 70%}
.userinfo {width:100%}
.follow-share { width : 100%; margin-top: 12px; }
.n_scrolling { display:none; }
.small_profile_pic { height:30px !important; }
.pic-div { display: inline-block; vertical-align: top; margin-top:4px; margin-right:5px;}
.name-text { display: inline-block; width: 88%;} 
.comment-div { margin-left:1px; margin-top:9px; }
.comment-text { color : #666; line-height: 17px; }
.vjs-imageagram-skin .vjs-big-play-button {
    background: url("../images/vjs-icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 80px;
    left: 50%;
    margin: -40px auto auto -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 80px;
    z-index: 2;
}
.vjs-imageagram-skin.vjs-paused .vjs-big-play-button {
    background-position: -30px -24px;
}
.vjs-imageagram-skin.vjs-paused .vjs-big-play-button:focus {
    outline: 0 none;
}
.vjs-imageagram-skin.vjs-playing .vjs-big-play-button {
    display: none;
}
.vjs-imageagram-skin .vjs-big-play-button:hover {
    cursor: pointer;
}
#videoControl {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
#videoControl:hover {
    cursor: pointer;
}

.more-images { position:relative; }

.more-images .play-icon-small {
    background: url("../images/play_small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 23px;
	position: absolute;
	right: 16px;
	top: -6px;
	width: 27px;
	z-index: 100;
	background-size: 20px 20px;
}

.imageDiv .play-icon-small {
    background: url("../images/play_small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 20px;
	position: absolute;
	width: 20px;
	z-index: 100;
	background-size: 20px 20px;
}

.imageDiv:hover .thumbnail-share { display:block ;}
li:hover .thumbnail-share { display:block ;}

.more-images a {
    display: block;
    position: relative;
}
.vjs-control-bar {
    display: none !important;
}

.gallery { display: inline-block }
.gallery h3 { line-height: 18px; margin-bottom: 0; padding-bottom: 0; margin-top: 20px; font-weight:bold;}
.menu-div { color: #fff; margin: 0 auto; text-align: right; max-width: 960px; width: 100%; font-size: 14px; }
.menu-div a { color: #fff;padding: 10px; text-decoration : none; }
.menu-div a:hover,
.menu-div a.active { background-color: #002548;border-radius: 4px;color: #fff;padding: 10px; text-decoration : none; }
