html,
body {
	font-size: 12px;
	line-height: 18px;
	height: 100%;
}

body {
	background: floralwhite;
}

/***** Titles and Headings *****/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
	text-shadow: 1px 1px 0 #fdfdfd, 2px 2px 0 rgba(81, 81, 81, 0.5), 0 0 1px #fdfdfd;
}

h1.title-bg,
h2.title-bg,
h3.title-bg,
h4.title-bg,
h5.title-bg,
h6.title-bg {
	background: lightpink;
	padding: 10px 5px;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px dotted #a9a9a9;
	border-top: 1px dotted #a9a9a9;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: darkmagenta;
}

h2 small {
	font-size: 30px;
}

h5 small {
	font-size: 14px;
}

h6 small {
	font-size: 12px;
}

h5.title-bg button {
	float: right;
	text-transform: none;
	margin-left: 5px;
}

/***** Links *****/
a,
a:hover {
	color: #d8450b;
}

/***** Misc *****/
i {
	margin-right: 3px;
}

p {
	margin-bottom: 20px;
}

blockquote {
	font-size: 16px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-left: 5px solid #999;
}

blockquote.pull-right {
	border-right: 5px solid #999;
}


/**************************************
/ Header
**************************************/
.logo {
	margin-top: 40px;
}

.logo a {
	text-decoration: none;
}

.logo-img {
	font-family: yellowtail;
	padding-right: 20px;
	font-size: 3em;
	color: black
}

.logo h5 {
	display: inline-block;
}

/* Landscape phones and down */
@media (max-width: 480px) {

	.logo,
	.navigation {
		text-align: center;
	}

	.row.header {
		margin-bottom: 30px;
	}

	.logo h5 {
		display: block;
	}
}

/* Portrait tablet to landscape and desktop */

@media (min-width: 1200px) {
	.logo {
		float: left;
		width: 425px;
	}

	nav.navbar {
		float: right;
		margin-top: 55px;
		height: 32px;
	}
}

nav.navbar {
	border-bottom: 1px dotted #a9a9a9;
	border-top: 1px dotted #a9a9a9;
	padding: 0;
}

.navigation {
	margin-top: 40px;
}

.navigation .navbar {
	float: right;
	background: #f8f8f8;
	border-bottom: 1px dotted #a9a9a9;
	border-top: 1px dotted #a9a9a9;
}

.navbar .nav>li>a {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 15px 10px;
}

/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
	.navbar .nav>li>a {
		padding: 10px 10px 10px;
	}
}

.navbar .nav-item.active,
.navbar .nav-item.active>a,
.navbar .nav-item.active>a:hover,
.navbar .nav-item.active>a:focus {
	color: black;
	background-color: lightcoral;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
	color: #FFF;
	background-color: #d8450b;
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

/**************************************
/ Slider
**************************************/
.carousel-caption h4 {
	font-size: 14px;
	text-shadow: none;
}

.carousel-caption {
	background: url(../img/post-item-hover.png);
}

.carousel-control {
	border: none;
	top: 177px;
}


/**************************************
/ Gallery
**************************************/
.gallery-title {
	margin-bottom: 15px;
}

.gallery-item {
	margin-bottom: 15px;
	margin-top: 15px;
}

.gallery-item img {
	width: 220px;
	height: 180px;
}

.gallery-hover-6col,
.gallery-hover-4col,
.gallery-hover-3col,
.gallery-hover-4col-cir {
	display: none;
	background: url(../img/gallery-item-hover.png);
	position: absolute;
	z-index: 10;
}

.gallery-hover-4col-cir {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

/* Large Desktop Size */
@media (min-width: 1200px) {
	.gallery-hover-6col {
		width: 170px;
		height: 139px;
	}

	.gallery-hover-4col {
		width: 270px;
		height: 220px;
	}

	.gallery-hover-3col {
		width: 370px;
		height: 300px;
	}

	.gallery-hover-4col-cir {
		width: 270px;
		height: 270px;
	}

	.gallery-hover-4col-cir .gallery-icons {
		top: 45%;
		left: 34%;
	}
}

/* Small Desktop Size */
@media (min-width: 980px) and (max-width: 1199px) {
	.gallery-hover-6col {
		width: 140px;
		height: 114px;
	}

	.gallery-hover-4col {
		width: 220px;
		height: 180px;
	}

	.gallery-hover-3col {
		width: 300px;
		height: 243px;
	}

	.gallery-hover-4col-cir {
		width: 220px;
		height: 220px;
	}

	.gallery-hover-4col-cir .gallery-icons {
		top: 42%;
		left: 29%;
	}

	/* Clip descriptions */
	li.span4 .project-details {
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 280px;
	}

	li.span3 .project-details {
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 200px;
	}

	li.span2 .project-details {
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 120px;
	}
}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 979px) {

	/* Clip descriptions */
	li.span2 .project-details {
		display: none;
	}

	li.span3 .project-details {
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 146px;
	}

	li.span4 .project-details {
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 208px;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.project-details {
		width: 250px;
		text-align: center
	}

	.gallery-post-grid {
		text-align: center
	}

	.project-details {
		margin-left: auto;
		margin-right: auto;
	}

	.gallery {
		text-align: center;
	}

	.gallery-cats {
		display: none;
	}

	li.span2 .project-details {
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 150px;
	}
}

.project-details {
	background: #f8f8f8;
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #a9a9a9;
	font-family: Georgia;
	font-style: italic;

	width: auto\9;
	height: auto;
	max-width: 100%;
}

.project-details a {
	margin: 0px;
	font-size: 12px;
	font-style: normal;
	text-shadow: none;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.project-details {
	color: #6f6f6f;
}

.project-details a {
	color: #333333;
}

.project-details a:hover {
	color: #d8450b;
	text-decoration: none;
}

.project-info {
	margin: 0px 0px 40px 0px;
}

.project-info li {
	list-style: none;
	border-bottom: 1px dashed #a9a9a9;
	;
	padding: 10px;
}

.project-info li h6 {
	display: inline;
	margin-right: 5px;
}

.gallery-post-grid .gallery-icons {
	z-index: 9;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 89px;
	height: 42px;
	display: block;
}

.gallery-post-grid .gallery-icons a.item-zoom-link {
	height: 42px;
	width: 42px;
	background: #ffffff url(../img/gallery-item-icons.png) no-repeat;
	background-position: 0px 0px;
	position: absolute;
	display: block;
}

.gallery-post-grid .gallery-icons a.item-details-link {
	height: 42px;
	width: 42px;
	background: #ffffff url(../img/gallery-item-icons.png) no-repeat;
	background-position: -42px 0px;
	position: absolute;
	left: 47px;
	display: block;
}

.gallery-post-grid .gallery-icons a.item-zoom-link:hover {
	background: #d8450b url(../img/gallery-item-icons.png) no-repeat;
}

.gallery-post-grid .gallery-icons a.item-details-link:hover {
	background: #d8450b url(../img/gallery-item-icons.png) no-repeat;
	background-position: -42px 0px;
}

.gallery-post-grid {
	margin: 0px;
}

.gallery-post-grid li {
	list-style: none;
	float: left;
	margin-bottom: 30px;
}

.gallery-cats {
	margin: 0px 0px 20px 0px;
}

.gallery-cats li {
	list-style: none;
	float: left;
	padding: 0px 10px;
	border-left: 1px dotted #a9a9a9;
}

.gallery-cats li:first-child {
	border-left: 0px;
}


/**************************************
/ Blog
**************************************/
/*** Blog on Home Page ***/
.blog-summary {
	line-height: 18px;
}

.post-info-shade {
	background: #f8f8f8;
}

.post-info {
	line-height: 20px;
	padding-top: 10px;
}

.post-info h4 {
	line-height: 26px;
	margin-top: 0px;
}

.post-info h4 a,
.post-info h4 a:hover {
	color: #333;
	text-decoration: none;
}

.post-info ul li {
	list-style: none;
	padding-bottom: 2px;
	margin: 0px;
}

.post-preview {
	line-height: 20px;
}

/* All Sizes up to Large Desktop */
@media only screen and (max-width: 1199px) {
	.post-info h4 {
		clear: both;
	}

	.blog-details-preview {
		display: none;
		border: 1px solid #000;
	}
}

/*** Blog List Page ***/
.blog article,
.blog section {
	margin-bottom: 40px;
}

.blog article h3 {
	margin-top: 0px;
}

.blog article h3 a,
.blog article h4 a,
.blog article h3 a:hover,
.blog article h4 a:hover {
	color: #333333;
	text-decoration: none;
}

.blog h4 {
	line-height: 26px;
}

/* Mobile Landscape Size */
@media only screen and (max-width: 479px) {
	.blog h4 {
		width: 260px;
	}
}

.post-summary-footer {
	margin: 0px;
	padding: 0px 20px;
}

.post-summary-footer button {
	margin: 0px;
	float: left;
}

ul.post-data {
	float: right;
}

ul.post-data-3 {
	margin-top: 20px;
}

ul.post-data li,
ul.post-data-3 li {
	list-style: none;
	float: left;
	padding: 0px 10px;
	border-left: 1px dotted #a9a9a9;
}

ul.post-data li:first-child,
ul.post-data-3 li:first-child {
	border: none;
	padding-left: 0px;
}

ul.post-data li:last-child {
	padding-right: 0px;
}

/* Small Desktop Size */
@media (min-width: 980px) and (max-width: 1199px) {
	ul.post-data-3 li:last-child {
		display: none;
	}
}

/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
	.blog article button {
		float: left;
		clear: both;
		margin-bottom: 20px;
	}

	ul.post-data-3 {
		display: none;
	}

	ul.post-data {
		float: none;
		clear: both;
		margin: 0px;
	}

	ul.post-data li:last-child {
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 120px;
	}
}

/**************************************
/ Sidebar
**************************************/

p.side {
	margin-bottom: 20px;
}

/* Mobile Portrait and Landscape Size */
@media only screen and (max-width: 479px) {
	iframe {
		width: 270px;
	}
}

/* Tablet */
@media (min-width: 768px) and (max-width: 979px) {
	iframe {
		width: 230px;
	}
}

/* Small Desktop Size */
@media (min-width: 980px) and (max-width: 1199px) {
	iframe {
		width: 300px;
	}
}


/**************************************
/ Footer
**************************************/
.footer-container {
	width: 100%;
	background: #1f1f1f;
	clear: both;
	position: relative;
	z-index: 10;
}

.footer-row {
	margin-top: 30px;
}

.footer-col {
	color: #ababab;
	font-size: 11px;
}

.footer-col a {
	color: #dcdcdc;
	font-weight: bold;
}

.footer-col a:hover {
	color: #d8450b;
	text-decoration: none;
}

.footer-col h5,
.footer-col strong {
	color: #f9f9f9;
	text-shadow: none;
}

.footer-col h5 {
	margin-bottom: 25px;
}

.footer-col ul {
	margin: 0px;
}

.footer-col ul li {
	list-style: none;
	padding-bottom: 20px;
}

.footer-col ul.post-list li {
	border-bottom: 1px dashed #504f4f;
	padding: 10px 0px;
}

ul.img-feed li {
	float: left;
	margin: 0px 7px 7px 0px;
	padding-bottom: 0px;
}

/**** Social Icons ****/
.social-icons {
	padding-top: 10px;
}

.social-icons li {
	list-style: none;
	float: left;
	margin-right: 6px;
}

/* Small Monitor */
@media (min-width: 980px) and (max-width: 1199px) {
	.social-icons li:last-child {
		display: none;
	}
}

a.social-icon {
	background: url(../img/social-icons.png);
	display: block;
	width: 46px;
	height: 46px;
}

a.facebook {
	background-position: 0px 0px;
}

a.facebook:hover {
	background-position: 0px -47px;
}

a.twitter {
	background-position: -52px 0px;
}

a.twitter:hover {
	background-position: -52px -47px;
}

a.dribble {
	background-position: -104px 0px;
}

a.dribble:hover {
	background-position: -104px -47px;
}

a.rss {
	background-position: -156px 0px;
}

a.rss:hover {
	background-position: -156px -47px;
}

a.forrst {
	background-position: -208px 0px;
}

a.forrst:hover {
	background-position: -208px -47px;
}

/**** Sub Footer ****/
.footer-sub {
	background: #1f1f1f;
	padding: 10px 0px;
}

.footer-sub div div span {
	padding: 0px 20px;
}


/**************************************
/ MISC
**************************************/

.no-margin {
	margin-bottom: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-left {
	float: left;
	margin: 0px 20px 20px 0px;
}

.align-right {
	float: right;
	margin: 0px 0px 20px 20px;
}

.color-bg {
	background: #d8450b;
}

.color {
	color: #d8450b;
}

.color-bar-1,
.color-bar-2 {
	width: 100%
}

.color-bar-1 {
	background: #414141;
	height: 5px;
}

.color-bar-2 {
	height: 3px;
}

.page-header {
	margin: 0px
}

.lead {
	line-height: 28px;
	margin: 20px 0px 30px 0px;
}

#toTop {
	width: 47px;
	height: 47px;
	background: url(../img/back-top-btn.png) no-repeat;
	text-align: center;
	position: fixed;
	bottom: 25px;
	right: 20px;
	cursor: pointer;
	display: none;
	text-indent: -9999px;
	z-index: 12;
}

/***** Lightbox *****/
#lightbox-image-details-caption {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

#lightbox-secNav-btnClose {
	width: 30px;
	padding-bottom: 0;
}

#lightbox-image-details-currentNumber {
	display: none;
	visibility: hidden;
}

/***** Testimonials *****/
.quote-text {
	font-size: 16px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px 20px;
}

.quote-text cite {
	font-size: 12px;
	color: #999;
	display: block;
	margin-top: 5px;
}

#clientCarousel.carousel .item {
	background: #f9f9f9;
	padding: 20px 0px;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	left: 0 !important;
}

#clientCarousel.carousel .next.left,
.carousel .prev.right {
	opacity: 1;
	z-index: 1;
}

#clientCarousel.carousel .active.left,
.carousel .active.right {
	opacity: 0;
	z-index: 2;
}

/***** Client Logos *****/
.client-link {
	display: block;
	width: 100px;
	height: 100px;
	position: relative;
}

.client-mask {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	background: url(../img/rnd-client-mask.png);
}

.client-logos {
	margin: 20px 0px 0px 0px;
}

.client-logos li {
	list-style: none;
	float: left;
	margin: 0px 7px;
}

/* Small Monitor */
@media (min-width: 980px) and (max-width: 1199px) {
	.client-logos li:first-child {
		display: none;
	}
}

/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
	.client-logos li:nth-last-child(-n+2) {
		display: none;
	}
}

/***** Features Page (these can be deleted)*****/
.the-grid div {
	background: #e4e4e4;
	padding: 10px 0px;
	text-align: center;
}

.form-examples input {
	margin-bottom: 10px;
}

.the-icons {
	list-style: none;
	margin-left: 0;
}

.the-icons li {
	float: left;
	width: 25%;
	line-height: 25px;
}

#messages .message {
	cursor: pointer;
	text-overflow: ellipsis;
}

#messages .message.unread {
	font-weight: bold;
}

.avatar img {
	padding: 3px;
}

.avatar-small img {
	border-radius: 50%;
	border: 1px solid #050505;
}

.size-250x250 {
    max-width: 250px;
    max-height: 250px;
}

.size-150x150 {
    max-width: 150px;
    max-height: 150px;
}

.size-100x100 {
    max-width: 100px;
    max-height: 100px;
}

.size-75x75 {
    max-width: 75px;
    max-height: 75px;
}

.size-50x50 {
    max-width: 50px;
    max-height: 50px;
}

#messages .avatar-small img {
	width: 30px;
	height: 30px;
}

.announcements {
	max-width: 100%;
}

.announcements .announcement {
	display: block;
}

.announcements .announcement .card-title {
	text-align: center;
}

.announcements .announcement .picture img {
	width: 100%;
}

.announcements .announcement-content {
	position: relative;
	min-height: 16rem;
	min-width: 0px;
	margin: 1.6rem;
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.card-header {
	background: lightpink;
}

.gallery {
	list-style: none;
}

.gallery-small img {
	width: 250px;
	height: 200px;
}

.post-summary img {
	max-height: 500px;
}

.post-summary img.no-pic {
	max-height: 175px;
}


.form-horizontal .control-label {
	text-align: left;
}


.avatar-small img {
	max-height: 30px;
	max-width: 150px;
}


#list_users:after {
	display: table;
	content: '';
	clear: both;
}

.user_container .verified {
	bottom: 74px;
	right: -1px;
}

#list_users .avatar,
#list_users .avatar img {
	height: 288px;
	width: 280px;
	display: inline-block;
	margin: 4px 4px 7px 4px;
}

#list_users .card-body img {
	max-height: 350px;
}

a.avatar {
	cursor: pointer;
}

#list_users .avatar img {
	border-radius: 0;
}

i.online {
	color: green;
}

.user_container .gender,
.card-title .gender {
	float: right;
	padding-right: 10px;
}

.user_container .username {
	padding-left: 10px;
}

.user_container .info {
	clear: both;
	padding: 0;
	display: block;
	text-align: center;
	height: 88px;
	list-style-type: none;
}

body .material-icons {
	font-size: 1em;
}

.card-body .badge.vip {
	position: absolute;
	top: 55px;
	left: 20px;
}

.card-body .badge.certified {
	position: absolute;
	top: 55px;
	right: 20px;
}

.nav-link {
	color: #000;
}

.select-picture img {
	max-width: 150px;
	max-height: 150px;
}

.stars-rating {
	padding: 0;
}
.stars-rating li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
}

.stars-rating li:hover {
	cursor: pointer;
	color: green;
}
.stars-rating.voted {
	color: darkgreen;
}
.stars-rating.loading {
	color: blueviolet;
}

.btn-primary {
	background-color: hotpink;
	border-color: hotpink;
}
.btn-primary.disabled,
.btn-primary:disabled {
	background-color: lightpink;
	border-color: lightpink;
}
.btn-secondary {
	color: black;
    background-color: lightpink;
    border-color: #6c757d;
}
.bg-success {
	background-color: deeppink!important;
}

#announcement_content {
	min-height: 150px;
}

.pagination .page-link {
	color: lightcoral;
}
.pagination .active .page-link {
	color: black;
	background-color: lightpink;
	border-color: lightcoral;
}

.dropdown-item.like-disabled {
    color: #adb5bd;
    background-color: transparent;
}
