@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Oswald);
@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%
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #0087f7;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
}
h1 {
	font-size: 22px;
	line-height: 30px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 15px;
}
p {
	line-height: 17px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.navbar-default {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
}
#wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -80px;
	padding: 0 0 80px;
	position: relative;
}
.logo {
	max-width: 100px;
	margin: -10px 0 0 0;
}
.home-line-1 {
	color: #09F;
}
.home-line-2 {
	color: #0C0;
}
.home-line-3 {
	color: #609;
}
.home-line-4 {
	color: #3EA0DB;  
}
.navbar-inverse {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
}
.login-form {
	background: #F4F4F4;
	border: 1px solid #dddddd;
	padding: 10px 10px 70px 10px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-big {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
}
.btn-big:link, .btn-big:visited {
	color: #FFF;
}
.main-title {
	margin: 0 10px 15px 15px;
	border: 1px solid #dddddd;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 3px -4px 21px -6px rgba(87,86,87,0.44);
	-moz-box-shadow: inset 3px -4px 21px -6px rgba(87,86,87,0.44);
	box-shadow: inset 3px -4px 21px -6px rgba(87,86,87,0.44);
}
.pull-more {
	margin: 15px 0 15px 0;
}
.other-title{padding:10px 0; margin-top:10px; border-top:1px solid #dddddd;}

.feat-post {
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.container-top {
	background: #000;
	padding-top: 15px;
	margin-bottom: 20px;
	margin-top: 70px;
}
.pull-bottom {
	padding-top: 95px;
}
.the-form {
	border: 1px solid #dddddd;
	padding: 7px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
	padding: 15px;
	overflow: hidden;
}
.post-info {
	position: absolute;
	bottom: 0;
	padding: 10px;
	background: rgba(0, 0, 0, 0.4);
	color: #FFF;
	display: block;
	width: 100%;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.post-box {
	border: 1px solid #dddddd;
	padding: 7px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
	overflow: hidden;
}
.post-bottom {
	margin-bottom: 15px;
}
.post-box h1 {
	padding: 10px 0;
}
.post-box h3 {
	padding: 10px 0;
}
.post-info-bottom {
	margin-bottom: 10px;
	font-weight: bold;
	color: #999;
}
.post-info h2 {
	margin-bottom: 7px;
}
.post-box p {
	line-height: 20px;
}
.post-img {
	margin-right: 10px;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #dddddd;
}
.post {
	border: 1px solid #dddddd;
	padding: 7px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
}
.post h2 {
	padding: 10px 0;
}
.gallery-grid {
	padding-right: 5px;
}
.front-row {
	border: 1px solid #dddddd;
	padding: 7px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
}
.numbers {
	width: 100px;
	height: 100px;
	padding: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #F30;
	color: #FFF;
	font-weight: bold;
}
.feat-post img.img-responsive {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #2E2E2E;
}
.main-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	padding-top: 10px;
	background: #4c2f51;
	color: #FFF;
}
.main-footer a:link, .main-footer a:visited {
	color: #FFF;
}
.main-footer a:hover {
	color: #E4E4E4;
}
.site-info {
	padding: 15px 0;
}
.site-info h1 {
	font-size: 29px;
	margin-bottom: 15px;
}
.site-info p {
	font-size: 20px;
	margin-bottom: 30px;
	line-height:27px;
}
.link-color:link, .link-color:visited, .link-color:hover {
	color: #FFF;
}
.link-color h2 {
	color: #FFF;
}
/*Left Menu */

.menu-box {
	padding: 0;
}
.left-menu {
	background: #F4F4F4;
	border: 1px solid #dddddd;
	padding: 10px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	list-style: none;
}
.left-menu li {
	display: block;
}
.left-menu li:hover {
	background: #F9F9F9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.left-menu li a {
	display: block;
	padding: 10px;
}
.left-menu-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.ads-left {
	background: #F4F4F4;
	border: 1px solid #dddddd;
	padding: 3px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.ads-long {
	background: #F4F4F4;
	border: 1px solid #dddddd;
	padding: 3px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.art-title, .user-info, .art-body {
	padding-bottom: 15px;
}
.user-info {
	color: #666;
	font-weight: bold;
}
.art-body p {
	line-height: 22px;
}
.col-box {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}
.social-box-bottom{border:none;}

.social-button {
	width: 35px;
	height: 35px;
	display: inline-block;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.social-button:link, a.social-button:visited {
	color: #FFF;
}
a.social-button:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
.button-fb {
	background: #305891;
}
.button-fb span {
	border-left: 1px solid #FFF;
	padding: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.button-twitter {
	background: #2ca8d2;
}
.button-pinterest {
	background: #c82828;
}
.button-stumbleupon {
	background: #e65229;
}
.button-email {
	background: #5a3896;
}

.releted-posts{margin-top:20px;}

.well, .modal-body{overflow:hidden;}

.info-lines{padding:5px 0 10px 15px;}

.span-color-1{color:#0C3;}

.span-color-2{color:#F60;}

.btn-delete{color:#F00; margin-left:10px;}

.btn-edit{color: #093; margin-left:10px;}

/*Profile*/

.col-img{width: 150px;
	height: 150px;
	display:block; float:left; margin-right:15px;}

.img-profile {
	width: 150px;
	height: 150px;
	display: inline-block;
	margin-right: 15px;
	overflow:hidden;
}
.col-profile {
	padding-bottom: 15px;
}
.profile-info h1 {
	padding: 0 0 10px 0;
}
.profile-info p {
	padding: 10px 0;
	line-height: 19px;
	margin-top:10px;
}

.social-profile{height:32px; width:32px; display:inline-block; background:#F2F2F2; text-align:center; line-height:32px; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; margin-bottom:10px;}

.social-profile:link, .social-profile:visited{color:#000;}

.social-profile:hover{background: #CACACA;}

.profile-box{overflow:hidden; padding:10px; border:1px solid #dddddd; -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}

.profile-info-row{padding:5px 0;} 

.more-link{text-align:center; padding:10px; border:1px solid #dddddd; -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; margin-bottom:20px;}

@media (max-width: 1000px) {
.img-responsive {
	width: 100%;
}
.container {
	width: 100%;
}
}

@media (max-width: 560px) {

.col-img{width:100%; overflow:hidden; height:auto;}

.col-img img{width:100%; height:auto;}

}
