@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
html, body {
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	height: 100%;
	color:#454545;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #454545;
}
a:hover {
	text-decoration: none;
	color: #f83c7b;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 18px;
}
p {
	line-height: 17px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/*=========================
  MAIN
=========================== */
.logo {
	max-width: 230px;
	margin: -10px 0 0 0;
}
.navbar-default {
	font-size: 15px;
}
#wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -132px;
	padding: 0 0 132px;
	position: relative;
}
.main-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 132px;
	padding-top: 10px;
	background: #efeeee;
	border-top: 1px solid #dddddd;
	color: #FFF;
}
.container-main {
	padding-top: 70px;
}
.footer-center {
	text-align: center;
	width: 100%;
}
.footer-btns, .footer-btns:link, .footer-btns:visited {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ff6699;
	margin-top: 15px;
	font-size: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	border: 1px solid #fa4984;
}
.footer-btns:hover {
	background: #f84b85;
}
.copyright {
	padding: 15px 0;
	font-size: 17px;
	line-height: 17px;
}
/*=========================
  POSTS
=========================== */

.col-post {
	border: 1px solid #dddddd;
	display: block;
	overflow: hidden;
	padding: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #FFF;
}
.post-footer {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}
.post-footer li {
	float: left;
	text-align: center;
	padding: 0 8px;
	border-right: 1px solid #dddddd;
}
ul.post-footer>li.last {
	border-right: none;
	float: none;
	overflow: hidden;
}
.col-post-box {
	margin-bottom: 20px;
}
.col-post-collection {
	margin-bottom: 20px;
}
.btn-site, .btn-site:link, .btn-site:visited {
	background: #ff6699;
	color: #FFF;
	border: 1px solid #fa4984;
}
.btn-site.disabled, .btn-site[disabled] {
	background: #e4316d;
	color: #fabad0;
	border: 1px solid #ca2d61;
}
.btn-site:hover {
	background: #fa4984;
	color: #FFF;
	border: 1px solid #ff6699;
}
.navbar-btn {
	margin-left: 5px;
}
li.display-mobile, span.display-mobile {
	display: none;
}
.fb-login, .fb-login:link, .fb-login:visited {
	color: #FFF;
	background: #395697;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.fb-login:hover {
	background: #355191;
}
.col-txt-center {
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
.modal-body {
	overflow: hidden;
}
.modal-body, .modal-header, .modal-footer {
	background: #fafafa;
}
.modal-footer {
	height: 80px;
	margin: 0;
}
.form-control.btn.btn-lg.btn-site {
	height: 50px;
}
/*=========================
  NOTIFICAIONS
=========================== */

.notice {
	padding: 15px;
	background-color: #fafafa;
	border-left: 6px solid #7f7f84;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
	box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
	margin-bottom: 15px;
	overflow:hidden;
}
.notice-sm {
	padding: 10px;
	font-size: 80%;
}
.notice-lg {
	padding: 35px;
	font-size: large;
}
.notice-success {
	border-color: #80D651;
}
.notice-success>strong {
	color: #80D651;
}
.notice-info {
	border-color: #45ABCD;
}
.notice-info>strong {
	color: #45ABCD;
}
.notice-warning {
	border-color: #FEAF20;
}
.notice-warning>strong {
	color: #FEAF20;
}
.notice-danger {
	border-color: #d73814;
}
.notice-danger>strong {
	color: #d73814;
}
.dropdown-toggle>img.profile-image.img-circle {
	margin-top: -7px;
}
#modalAdd .modal-body {
	overflow: hidden;
}
.icon-upload, .icon-upload:link, .icon-upload:visited {
	font-size: 85px;
	display: block;
	color: #ff6699;
}
#upload-image .icon-upload:hover {
	color: #0087f7;
}
.col-center {
	text-align: center;
	padding: 35px 0;
}
/*=========================
  IMG OVERLAY
=========================== */

.overlay {
	position: relative;
}
.overlay img {
	width: 100%;
	vertical-align: top;
}
.overlay:after, .overlay:before {
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.overlay:after {
	content: '\A';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
}
.overlay:hover:after, .overlay:hover:before {
	opacity: 1;
}
div.post-img:hover .overlay:after, div.post-img:hover .overlay:before {
	opacity: 1;
}
.icon-like {
	font-size: 35px;
	padding: 2px;
	color: #ff6699;
	background: #FFF;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	float: left;
	border-radius: 50%;
	margin-left: 2px;
}
.icon-like-lg, .icon-like-lg:link, .icon-like-lg:visited, .icon-like-lg:hover {
	font-size: 35px;
	padding: 2px;
	color: #ff6699;
	background: #FFF;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	float: left;
	border-radius: 50%;
	margin-left: 2px;
}
.top-icons {
	position: absolute;
	z-index: 10;
	margin: 5px 0 0 5px;
	display: none;
}
.top-icons h4 {
	display: block;
	font-size: 17px;
	float: left;
	color: #FFF;
	margin-left: 15px;
	max-width: 150px;
	line-height: 22px;
}
.icon-like:link, .icon-like:visited {
	color: #ff6699;
}
.icon-like-2 {
	color: #ff6699;
	line-height: 40px;
}
.icon-like-2-lg, .icon-like-2-lg:link, .icon-like-2-lg:visited, .icon-like-2-lg:hover {
	color: #ff6699;
	line-height: 40px;
}
.color-1 > span.fa.fa-share-alt, .color-1 > span.fa.fa-share-alt:link, .color-1 > span.fa.fa-share-alt:visited, .color-1 > span.fa.fa-share-alt:hover {
	color: #000;
}
.icon-like-2:link, .icon-like-2:visited {
	color: #ff6699;
}
.botton-icons {
	position: absolute;
	margin-top: -45px;
	display: none;
	width: 100%;
	padding: 0 25px;
}
.post-img:hover .top-icons {
	display: block;
}
.post-img:hover .botton-icons {
	display: block;
}
.post-img {
	position: relative;
}
.icon-links, .icon-links:link, .icon-links:visited {
	font-size: 35px;
	color: #FFF;
}
/*=========================
  TAGS
=========================== */

.bootstrap-tagsinput {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 4px 6px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	line-height: 22px;
	cursor: text;
	width: 100%;
}
.bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0 6px;
	margin: 0;
	width: auto;
	max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
 color: #555555;
 opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
 color: #555555;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
 color: #555555;
}
.bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}
.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 8px;
	cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "x";
	padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.label-tags {
	background: #ff6699;
}
/*=========================
  ICONS
=========================== */

ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
/* footer social icons */

.social-network a, .social-network a:visited, .social-network a:hover {
	display: block;
	padding: 10px 15px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.social-network a.icoFacebook:link, .social-network a.icoFacebook:visited {
	background-color: #3a5690;
}
.social-network a.icoTwitter:link, .social-network a.icoTwitter:visited {
	background-color: #47cffc;
}
.social-network a.icoPinterest:link, .social-network a.icoPinterest:visited {
	background-color: #c2292f;
}
.social-network a.icoTumblr:link, .social-network a.icoTumblr:visited {
	background-color: #455162;
}
.social-network a.icoFacebook:hover {
	background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
	background-color: #33ccff;
}
.social-network a.icoPinterest:hover {
	background-color: #cb2229;
}
.social-network a.icoTumblr:hover {
	background-color: #44546b;
}
#infscr-loading {
	width: 100%;
	overflow: hidden;
	padding: 9px;
	text-align: center;
	display: block;
	clear: both;
}
.col-user-info {
	text-align: center;
}
.col-inner {
	padding: 25px 0;
	border: 1px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px;
	overflow: hidden;
}
.col-centered {
	float: none;
	margin: 20px auto;
}
.col-user-info>a>h2 {
	margin-top: 8px;
}
.col-user-info>a>p {
	margin-top: 8px;
	margin-bottom: 10px;
}
/*=========================
  POST PAGE
=========================== */

.post-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.col-pull {
	padding-top: 0;
}
.post-header ul .post-actions {
	display: inline-block;
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 15px;
}
.post-header ul .post-actions a:link, .post-header ul .post-actions a:visited {
	color: #999;
}
.icon-action {
	font-size: 35px;
	color: #666;
	padding: 15px;
}
.btn-more>span.glyphicon.glyphicon-option-horizontal {
	font-size: 35px;
	color: #666;
	line-height: 50px;
}
.btn-more {
	cursor: pointer;
}
.post-details {
	padding: 15px;
	overflow: hidden;
}
.post-details h1 {
	font-size: 17px;
	font-weight: normal;
	line-height: 35px;
}
.post-details h1 span {
	color: #666;
}
.post-details h4 {
	font-size: 15px;
	font-weight: normal;
	line-height: 35px;
	color: #666;
}
.other-box {
	overflow: hidden;
}
.tags {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tags li {
	float: left;
	margin-right: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px;
	display: inline-block;
}
.tags li a, .tags li a:link, .tags li a:visited {
	display: block;
	padding: 10px;
	background: #e7e7e7;
	border: 1px solid #dddddd;
}
.tags li a:hover {
	color: #000;
	background: #e0e1e2;
	border: 1px solid #d9d8d8;
}
/*=========================
  Comments
=========================== */

.comment-item {
	margin-bottom: 25px;
	margin-left: 40px;
	position: relative;
}
.comment-item .comment-inner {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px;
	position: relative;
}
.comment-item .comment-inner:before {
	border-right: 10px solid #ddd;
	border-style: solid;
	border-width: 10px;
	color: rgba(0,0,0,0);
	content: "";
	display: block;
	height: 0;
	position: absolute;
	left: -20px;
	top: 6px;
	width: 0;
}
.comment-item .comment-inner:after {
	border-right: 10px solid #fff;
	border-style: solid;
	border-width: 10px;
	color: rgba(0,0,0,0);
	content: "";
	display: block;
	height: 0;
	position: absolute;
	left: -18px;
	top: 6px;
	width: 0;
}
.comment-item:before {
	background: #dddddd;
	border-radius: 2px;
	bottom: -30px;
	content: "";
	height: 100%;
	left: -30px;
	position: absolute;
	width: 3px;
}
.comment-item:after {
	background: #dddddd;
	border: 2px solid #ccc;
	border-radius: 50%;
	content: "";
	height: 15px;
	left: -36px;
	position: absolute;
	top: 10px;
	width: 15px;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.comment-item .comment-head {
	border-bottom: 1px solid #eee;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.comment-item .comment-head .avatar {
	margin-right: 20px;
}
.comment-item .comment-head .user-detail {
	overflow: hidden;
}
.comment-item .comment-head .user-detail h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.comment-item .comment-head .post-meta {
	float: left;
	padding: 0 15px 0 0;
}
.comment-item .comment-head .post-meta >div {
	color: #333;
	font-weight: bold;
	text-align: right;
}
.post-meta > div {
	color: #777;
	font-size: 12px;
	line-height: 22px;
}
.comment-item .comment-head .post-meta >div {
	color: #999;
	font-weight: bold;
	text-align: left;
}
.post-meta > div {
	color: #777;
	font-size: 12px;
	line-height: 22px;
}
div.avatar.pull-left>a>img {
	min-height: 40px;
	max-height: 40px;
}
#comments {
	padding: 15px 0 15px 140px;
}
#comments h3 {
	padding-bottom: 25px;
}
#commentForm {
	overflow: hidden;
	margin-bottom: 25px;
	background: #e6e4e4;
	padding-bottom: 15px;
}
#submitComment.btn.btn-site {
	margin-right: 10px;
}
.notice-1 {
	padding: 10px 5px;
	text-align: center;
	background: #e6e4e4;
	border: 1px solid #dddddd;
	margin-bottom: 25px;
}
.notice-1 a {
	cursor: pointer;
}
.img-medium-avatar {
	margin: 0 7.5px;
}
.row-padding {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
li.post-actions>a.icon-action.icon-like-big, li.post-actions>a.icon-action.icon-like-big:link, li.post-actions>a.icon-action.icon-like-big:visited, li.post-actions>a.icon-action.icon-like-big:hover {
	color: #ff6699;
}
/*=========================
  TABS
=========================== */

.tab-pane {
	margin: 25px 0;
	overflow: hidden;
}
.nav.nav-tabs>li>a {
	cursor: pointer;
}
#preview {
	text-align: center;
	margin-bottom: 25px;
}
/*=========================
  PROFILE
=========================== */

.card-profile {
	height: 250px;
	border: 1px solid #d1d1d1;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 999;
}
.card-avatar {
	position: relative;
}
.card-info {
	position: absolute;
	bottom: 10px;
	left: 240px;
	display: block;
}
.card-info>h1>a, .card-info>h1>a:link, .card-info>h1>a:visited, .card-info>h1>a:hover, .card-info>h2>a, .card-info>h2>a:link, .card-info>h2>a:visited, .card-info>h2>a:hover {
	color: #FFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.profile-photo {
	position: absolute;
	top: 130px;
	left: 0;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 6px solid #FFF;
}
.col-btns {
	background: #FFF;
	display: block;
	overflow: hidden;
}
.site-tabs-bar {
	border: 1px solid #dddddd;
	padding-left: 0;
	padding-right: 0;
}
.site-tabs-bar-2 {
	margin: 30px 15px;
	border-bottom: 1px solid #dddddd;
	padding: 0;
	overflow: hidden;
}
.site-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-tabs li {
	float: left;
}
.site-tabs li a, .site-tabs li a:link, .site-tabs li a:visited {
	color: #000;
	font-size: 15px;
}
.site-tabs li a:hover {
	border-bottom: 3px solid #CCC;
}
a.btn-tab.tab-active, a.btn-tab.tab-active:visited, a.btn-tab.tab-active:hover {
	color: #000;
	border-bottom: 3px solid #ff6699;
}
.btn-tab {
	display: block;
	text-align: center;
	padding: 15px 25px;
}
.btn-tab.btn-text {
	padding-left: 0;
	padding-right: 25px;
}
.card-info-mobile {
	display: none;
}
.label-pull-left {
	float: left !important;
}
.label-pull-right {
	float: right !important;
}
#formCollection {
	display: none;
}
#display-followers {
	margin: 10px 0;
}
.notice-nothing {
	text-align: center;
	padding: 100px 15px;
	background: #fafafa;
	border: 1px solid #dddddd;
	overflow: hidden;
	margin-top: 30px;
}
.notice-nothing h3 {
	font-weight: bold;
	margin-bottom: 15px;
}
.notice-nothing p {
	margin-bottom: 15px;
}
.btn-profile {
	position: absolute;
	display: inline-block;
	float: right;
	right: 15px;
	bottom: 15px;
}
.col-u-box {
	margin: 10px 0;
}
.col-u-inner {
	border: 1px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	padding: 10px 7.5px;
}
#display-users {
	padding-left: 0;
	padding-right: 0;
}
.col-profile-card {
	width: 31.33333333%;
}
.col-caption {
	float: left;
	display: inline-block;
	padding-left: 15px;
	font-weight: bold;
	font-size: 17px;
}
.col-caption-small {
	float: left;
	display: inline-block;
	padding-left: 15px;
}
.post-thumbnail {
	padding: 7.5px;
	width: 19.333%;
	display: inline-block;
	overflow: hidden;
}
.more-box {
	margin-top: 15px;
}
.post-imag {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.img-control {
	position: absolute;
	top: 30%;
	z-index: 5;
	display: none;
	width: 100%;
	padding-right: 32px;
}
.img-control:hover, .post-image>.img-responsive:hover + .img-control {
	display: block;
}
.img-control span.glyphicon.glyphicon-chevron-right, .img-control span.glyphicon.glyphicon-chevron-left {
	color: #FFF;
	font-size: 25px;
}
.img-control-right {
	float: right;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	display: inline-block;
	padding: 20px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.5);
}
.img-control-left {
	float: left;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	display: inline-block;
	padding: 20px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.5);
}
.btn-post-edit {
	margin-top: 10px;
}
.col-pages {
	margin-top: 55px;
}
#btnDelete:link, #btnDelete:visited {
	color: #FFF;
}
#btnDelete {
	margin-right: 7px;
}
.container-pages {
	margin-top: 100px;
}
/*=========================
  HOME PAGE
=========================== */

.col-promo {
	min-height: 460px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 30px;
	background: url(../../../images/background.jpg) no-repeat;
	background-size: cover;
}
.back-drop {
	overflow: hidden;
	background: rgba(0,0,0,0.3);
}
.back-drop>div.container.container-pages>div.col-md-5 {
	padding-bottom: 35px;
}
.container-pages>div.col-md-7, .container-pages>div.col-md-5 {
	padding-left: 0;
	padding-right: 0;
}
.text-holder {
	display: block;
	margin-top: 25%;
}
.text-holder>h1 {
	font-size: 35px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	margin-bottom: 15px;
}
.text-holder>p, .back-drop>div.container.container-pages>div.col-md-5>div.col-txt-center {
	color: #FFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.collection-img {
	overflow: hidden;
}
.collection-footer {
	padding: 5px;
}
.col-center-txt {
	text-align: center;
	bottom: 0;
	display: block;
	width: 100%;
	position: absolute;
	padding-bottom: 15px;
}
.col-center-txt h3, .col-center-txt p {
	color: #FFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	font-weight: bold;
}
.coll-pull-down {
	margin-top: 35px;
}
.col-btns.site-tabs-bar-1>a.btn.btn-lg.btn-default {
	margin-top: 7px;
	margin-bottom: 7px;
}
#col-eidt {
	padding: 15px;
	margin-bottom: 45px;
	display: block;
	background: #fafafa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dddddd;
	overflow: hidden;
	display: none;
}
#cancel-edit {
	margin-right: 5px;
}
#deleteCollection, #deleteCollection:link, #deleteCollection:visited, #deleteCollection:hover {
	color: #FFF;
}
.txt-page {
	margin-bottom: 35px;
}
#recoveredForm {
	display: none;
}
.form-btn {
	display: block;
	overflow: hidden;
}
.col-box-right {
	margin-top: 45px;
}
.container-row {
	padding: 70px 0 25px 0;
}
.col-media .media-heading {
	font-size: 13px;
	padding-top: 4px;
}
.img-sidebar {
	width: 64px;
	height: 64px;
}
#display-posts.row>div.col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}
.ads-block {
	margin-bottom: 15px;
}
.ads-bottom {
	margin-top: 15px;
}
.ad-container {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.long-ads {
	margin: 15px auto 35px auto;
	display: block;
	text-align: center;
	max-width: 790px;
}

.col-md-12.col-center>p{margin-top:15px;}

@media (max-width: 1200px) {
span.visible-dt {
	display: none;
}
.top-icons h4 {
	max-width: 170px;
}
#display-users {
	padding-left: 15px;
	padding-right: 15px;
}
#display-posts.row>div.col-lg-12, .txt-page, #ContactForm, .tab-content {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media (max-width: 1006px) {
.img-responsive {
	width: 100%;
}
.container {
	width: 100%;
}
.navbar-btn {
	margin-left: 0;
}
.top-icons h4 {
	max-width: 100%;
}
#comments {
	padding: 15px 0;
}
.col-md-4.card-avatar {
	width: 100%;
}
.profile-photo {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.card-info, .col-remove-mobile {
	display: none;
}
.card-info-mobile {
	display: block;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 25px;
}
.btn-profile {
	display: none;
}
.card-info-mobile > h2 {
	margin-bottom: 15px;
}
}
@media (max-width: 991px) {
.col-profile-card {
	width: 100%;
}
.post-thumbnail {
	width: 18.888%;
	padding: 7.5px;
}
.img-control:hover, .post-image>.img-responsive:hover + .img-control {
	display: none;
}
.text-holder {
	margin-bottom: 40px;
	margin-top: 5%;
	text-align: center;
}
}
@media (max-width: 767px) {
li.display-desktop, img.display-desktop {
	display: none;
}
li.display-mobile {
	display: block;
}
span.visible-dt, span.display-mobile {
	display: inline-block;
}
.post-img:hover .botton-icons, .post-img:hover .top-icons {
	display: none;
}
.overlay:hover:after, .overlay:hover:before {
	background: transparent;
}
.col-centered, .col-centered .col-md-8, .col-centered .col-md-4 {
	padding: 0;
}
.profile-photo {
	width: 110px;
	height: 110px;
}
.card-profile {
	height: 200px;
}
.card-info-mobile {
	margin-top: 40px;
	margin-bottom: 25px;
}
.card-info-mobile h1 {
	font-size: 16px;
}
.card-info-mobile h2 {
	font-size: 12px;
}
.site-tabs-bar-1, .site-tabs-bar-2 {
	overflow-x: scroll;
}
.site-tabs-bar-1 .site-tabs {
	width: 700px;
}
.site-tabs-bar-2 .site-tabs {
	width: 600px;
}
.site-tabs-bar-3 {
	overflow-x: scroll;
}
.site-tabs-bar-3 .site-tabs {
	width: 370px;
	padding: 0;
	overflow: hidden;
}
.col-u-box {
	width: 100%;
}
.post-thumbnail {
	width: 24.333%;
	padding: 7.5px;
}
}
@media (max-width: 407px) {
ul.post-footer>li.last {
	display: none;
}
.col-md-8 .col-inner {
	border: none;
}
.post-thumbnail {
	width: 49.222%;
}
.icon-action {
	font-size: 28px;
}
.btn-more > span.glyphicon.glyphicon-option-horizontal {
	font-size: 28px;
	line-height: 45px;
}
}
