.clear {
	clear: both;
}
.invisible {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.roundBottom {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.round {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.transition {
	-webkit-transition-property: color, background;
	-webkit-transition-duration: .2s, .2s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition: background-color .2s linear;
	-moz-transition: color .2s linear;
}
body {
	margin-top: 0;
	font-family: 'Ropa Sans', sans-serif;
	background-image: url("/img/red_back.gif");
}
@media only screen and (max-width: 480px) {
	body {
		margin-left: 0;
		margin-right: 0;
	}
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #6c757d;
	text-decoration: underline;
}
.side-content {
	float: left;
	overflow: hidden;
	width: 20%;
}
@media only screen and (max-width: 480px) {
	.side-content {
		float: initial;
		width: 100%;
	}
}
.main-content {
	float:left;
	width: 80%;
}
@media only screen and (max-width: 480px) {
	.main-content {
		float: initial;
		width: 100%;
	}
}
.pagination{
	clear: both;
}
.pagination li {
    text-align: left;
    text-transform: uppercase;
    float: left;
    list-style: none;
    margin-top: 2px;
    margin-left: 8px;
    margin-right: 8px;
    color: #FFFFFF;
}
@media only screen and (max-width: 800px) {
	.pagination li {
		margin-left: 12px;
		margin-right: 12px;
	}
}
@media only screen and (max-width: 480px) {
	.pagination li {
		margin-left: 5px;
		margin-right: 5px;
	}
}
.pagination li p {
	font-size: .8em;
	margin-top: 0;
}
@media only screen and (max-width: 800px) {
	.pagination li p {
		font-size: 1.0em;
	}
}
.pagination li p.ellipse {
	color: #000000;
}
.pagination li p.disabled {
	color: #000000;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #FF0000;
	margin-top: -4px;
}
.pagination li a {
	color: #FFFFFF;
	font-size: .8em;
	padding: 3px 10px 3px 10px;
	background-color: #FF0000;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #FF0000;
}
@media only screen and (max-width: 800px) {
	.pagination li a {
		font-size: 1.0em;
	}
}
.pagination li.selected a, .pagination li a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
.pagination li a.first, .pagination li p.first {
	margin-left: -43px;
}
.main-heading {
	padding: 0 5px;
	background-color: #CCCCCC;
}
@media only screen and (max-width: 480px) {
	.main-heading {
		width: 100%;
	}
}
.main-heading p {
	font-size: 1.5em;
	margin-top: 3px;
	margin-bottom: 3px;
}
.main-heading p span.leftSide{
	float: left;
	margin: 0 4px;
}
@media only screen and (max-width: 480px) {
	.main-heading p span.leftSide{
		text-align: left;
	}
}
.main-heading p span.middle{
	float: right;
	padding-right: 16px;
}
.main-heading p span.rightSide{
	float: right;
	padding-right: 19px;
}
@media only screen and (max-width: 800px) {
	.main-heading.galleryDetails p span.middle,
	.main-heading.galleryDetails p span.rightSide {
		display: none;
	}
}
#pageDetails {
	color: white;
	background-color: #2B2B2B;
}
#pageDetails h2 {
	padding-top: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right: 5px;
}
.entry-title, .entry-meta, .entry-content {
	width: 98%;
}
.entry-title {
	background-color: black;
	color: white;
	margin-top: 0;
	text-indent: 5px;
}
.entry-title a {
	color: white;
}
p.descriptiveText {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
}
.contentBox {
	float: left;
	padding: 0 20px 0 20px;
	background-color: #2B2B2B;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 10px;
	color: white;
	width: 240px;
	height: 220px;
	overflow: hidden;
}
.contentBox.feature {
	background-color: #000000;
}
@media only screen and (max-width: 480px) {
	.contentBox {
		height: 100%;
		width: 100%;
	}
}
a .contentBox:hover {
	color: #FF0000;
}
.contentBox a {
	color: white;
	text-decoration: none;
}
.contentBox a:hover {
	color: #FF0000;
}
.contentBox img {
	margin-left: auto;
	margin-right: auto;
}
.contentBox p.imageName, .contentBox p.tweetStatus, .contentBox p.youtubeTitle, .contentBox p.vimeoTitle {
	font-size: 1.2em;
	margin-top: 5px;
	overflow: hidden;
}
.contentBox p.imageName, .contentBox p.youtubeTitle, .contentBox p.vimeoTitle {
	height: 60px;
}
@media only screen and (max-width: 480px) {
	.contentBox p.imageName, .contentBox p.youtubeTitle, .contentBox p.vimeoTitle {
		height: 100%;
	}
}
.contentBox p.tweetStatus:hover {
	color: white;
}
.contentBox p.tweetDetails  a {
	color: #999999;
}
.contentBox p.tweetDetails  a:hover {
	text-decoration: none;
}
.contentBox .imageThumb, .contentBox .youtubeThumb, .contentBox .vimeoThumb  {
	width: 160px;
}
.contentBox.externalLink {
	background-image: url("../img/link_contentBox.png");
	background-position: 186px 146px;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
	.contentBox.externalLink {

	}
}
.contentBox.pic {
	background-image: url("../img/pic_contentBox.png");
	background-position: 186px 155px;
	background-repeat: no-repeat;
}
.contentBox.tweet {
	background-image: url("../img/twitter_contentBox.png");
	background-position: 176px 146px;
	background-repeat: no-repeat;
}
.facebookLink .contentBox {
	background-image: url("../img/facebook_contentBox.png");
	background-position: 186px 146px;
	background-repeat: no-repeat;
}
.vimeoLink .contentBox {
	background-image: url("../img/vimeo_contentBox.png");
	background-position: 186px 20px;
	background-repeat: no-repeat;
}
.youtubeLink .contentBox {
	background-image: url("../img/youtube_contentBox.png");
	background-position: 186px 58px;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
	.contentBox.externalLink,
	.contentBox.pic,
	.contentBox.tweet,
	.youtubeLink .contentBox,
	.vimeoLink .contentBox {
		background-position: right 3px bottom 3px;
	}
}
.head1 {
	padding-bottom: 3px;
}
.imageCategoriesContainer {
	background-color: #CCCCCC;
	height: 200px;
	vertical-align: top;
}
.imageCategories {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	width: 45%;
}
@media only screen and (max-width: 480px) {
	.imageCategories {
		width: initial;
	}
	.imageCategories img {
		display: none;
	}
}
.catbgcolor {
	background-color: #CCCCCC;
	padding-bottom: 10px;
}
@media only screen and (max-width: 800px) {
	.maincat {
		font-size: 1.2em;
	}
}
.maincat {
}
.maincat:before {
	padding-right: 8px;
}
.maincat.cat1:before {
	content: url('/4images/templates/default/images/categories/cat_autos.gif');
}
.maincat.cat2:before {
	content: url('/4images/templates/default/images/categories/cat_my_car.gif');
}
.maincat.cat11:before {
	content: url('/4images/templates/default/images/categories/cat_places.gif');
}
.maincat.cat12:before {
	content: url('/4images/templates/default/images/categories/cat_people.gif');
}
.maincat.cat15:before {
	content: url('/4images/templates/default/images/categories/cat_misc.gif');
}
.maincat.cat17:before {
	content: url('/4images/templates/default/images/categories/cat_videos.gif');
}
.maincat.cat28:before {
	content: url('/4images/templates/default/images/categories/cat_motorcycles.gif');
}
.subcat {
	font-size: 0.8em;
}

@media only screen and (max-width: 800px) {
	.subcat {
		font-size: 1.0em;
	}
}

.prev-image .thumb, .next-image .thumb {
	width: 80px;
	height: 60px;
}
@media only screen and (max-width: 480px) {
	.prev-image .thumb, .next-image .thumb {
		width: 64px;
		height: 48px;
	}
}
.nav-text {
	background-color: rgb(0, 0, 0, 0.5);
	color: white;
	display: none;
}
.imageSharing .addthis_sharing_toolbox {
	display: none;
}
.imageSharing .fb-like {
	margin-left: -10px;
}
.imageSharing .fb_iframe_widget iframe {
	top: -2px;
}
.imageSharing .twitter-share-button {
	margin-bottom: -6px;
	margin-right: 12px;
}
.imageSharing span[data-pin-log="button_pinit_bookmarklet"] {
}
.imageMain img {
	max-width: 738px;
	margin-left: -15px;
}
@media only screen and (max-width: 800px) {
        .imageMain img {
                max-width: 492px;
                margin-left: 0;
        }
}
@media only screen and (max-width: 480px) {
        .imageMain img {
                max-width: 100%;
        }
}

@media only screen and (min-width: 1400px) {
        .imageMain img {
                max-width: 1000px;
                margin-left: 0px;
        }
}
@media only screen and (min-width: 1600px) {
        .imageMain img {
                max-width: 1200px;
        }
}
@media only screen and (min-width: 1920px) and (min-height: 960px) {
        .imageMain img {
                max-width: 1400px;
        }
}
@media only screen and (max-width: 800px) {
	.randomImage {
		display: none;
	}
}
.imageDetail {
	display: inline-block;
}
@media only screen and (max-width: 800px) {
	.imageTitle {
		display: none;
	}
}
@media only screen and (max-width: 360px) {
	.imageDetail {
		width: 60%;
	}
}
.imageDetail h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 2px;
}/
.detailsAttrName {
	vertical-align: top;
	width: 100px;
}
@media only screen and (max-width: 800px) {
	.forumCode {
		display: none;
	}
}
.imageAdBottom {
	padding-top: 8px;
	padding-left: 7px;
}
table.imageSearch {
	margin-left: -4px;
}
.content-links {
	margin-bottom: 10px;
}
.content-links div {
	width: 100%;
}
.content-links .card-header {
	padding: 0 10px;
}
.content-links .card-header .btn-link {
	color: black;
}
.content-links .card-header .badge {
	display: none;
	font-size: 100%;
	margin-left: 2em;
}
.content-links .card-header .badge-pill {
	background-color: #999999;
}
.content-links .card-body {
	padding: 0;
}
.content-links [data-toggle="collapse"] .caret {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  transform: rotate(90deg) ;
  transition: all linear 0.25s;
}   
.content-links [data-toggle="collapse"].collapsed .caret {
  transform: rotate(0deg) ;
}
#contentAdsLeft {
	text-align: center;
	padding-top: 10px;
}
.share-options {
	margin: auto;
	padding-top: 1px;
	text-align: center;
}
@media only screen and (max-width: 480px) {
	.addthis_20x20_style .at4-icon {
		background-size: 30px!important;
	}
}
@media only screen and (max-width: 480px) {
	.at-share-tbx-element .at-share-btn {
		margin: 0 20px!important;
	}
}
@media only screen and (max-width: 480px) {
	.imageSharing .at-share-tbx-element .at-share-btn {
		margin: 0 8px!important;
	}
}
.widget-area .widget-elements {
	list-syle: none;
	padding-left: 0;
}
.blogPost .post,
.main-content .post {
    padding-top: 4px;
}
footer {
	background-color: #2B2B2B;
	clear: both;
	color: white;
	text-align: center;
}
@media only screen and (max-width: 480px) {
	footer {
		margin: auto;
	}
}
.card-row {
	margin-left: 0;
	padding-bottom: 10px;
}
.image-card {
	border-color: black;
	border-width: 1px;
	margin: 10px 10px 0 0;
	width: 160px;
}
.image-card .card-body {
	background-color: #000000;
	padding: 0.25rem;
}
.image-card .card-text a {
	color: white;
}
.contentBoxWide {
	background-color: #2B2B2B;
	clear: left;
	margin-bottom: 10px;
	margin-right: 200px;
	width: 100%;
}
.contentBoxWide .autoEventText {
	width: 100%;
	float: left;
	padding: 10px;
	margin-right: -200px;
	min-height: 100px;
}
.contentBoxWide .autoEventName {
	font-size: 1.3em;
	margin-right: 180px;
}
.contentBoxWide .autoEventDescription {
	color: white;
	font-size: 1.1em;
	margin-right: 180px;
}
.contentBoxWide .autoEventDescription .seeMore {
	display: none;
}
@media only screen and (max-width: 480px) {
	.contentBoxWide .autoEventDescription .seeMore {
		color: #FF0000;
		display: initial;
	}
	.contentBoxWide .autoEventDescription .seeMore:hover {
		cursor: pointer;
		text-decoration: underline;
	}
	.contentBoxWide .autoEventDescription .extendedText {
		display: none;
	}
}
.contentBoxWide .autoEventImage {
	float: right;
	padding: 10px;
	width: 160px;
}
.contentBoxWide .blogPostTitle {
	font-size: 1.3em;
	margin-right: 10px;
}
.contentBoxWide .blogPostExcerpt {
	color: white;
	float: left;
	font-size: 1.1em;
	padding: 10px;
	width: 100%;
}
table.categories {
	margin-right: 5px;
	padding: 0 4px 0 4px;
	width: 485px;
}
@media only screen and (min-width: 1500px) {
	table.categories {
		width: 730px;
	}
}
@media only screen and (max-width: 800px) {
	table.categories {
		margin-bottom: 10px;
		padding: 0px 4px 0 5px;
		width: 498px;
	}
}
@media only screen and (max-width: 480px) {
	table.categories {
		width: 100%;
	}
}
.talk_item {
	font-size: 30px;
	padding-bottom: 16px;
}
@media only screen and (max-width: 480px) {
	h1.entry-title {
		font-size: 1.5em;
	}
}
.postImage {
	text-align: center;
}
.postImage img {
	width: 600px;
	padding: 10px;
}
@media only screen and (min-width: 1500px) {
	.postImage img {
		max-width: 1000px;
		width: auto;
	}
}
@media only screen and (max-width: 800px) {
	.postImage img {
		width: 480px;
	}
}
@media only screen and (max-width: 480px) {
	.postImage img {
		padding-left: 2px;
		padding-right: 0;
		width: 100%;
	}
}
.projectImageContainer {
	width: 100%;
	text-align: center;
}
.projectImage {
	width: 80%;
	border: solid 3px black;
	border-radius: 10px;
}
.popup-gallery .thumbnail img {
	height: 120px;
	margin: 0 0 2px 0;
	width: 160px;
}

.feature-car a.add-images {
	color: #000;
	margin-left: 0.5em;
}

.thumbnail.pending img {
	border-color: #FF0000;
	border-style: solid;
	border-width: 3px;
	box-sizing: border-box;
	opacity: 0.8;
}

