body { background: #fff; margin: 0px 10px; }
h1 { font-size: 25px; }
h2 { font-size: 20px; }
h3 { font-size: 15px; }
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}



.clearfix { float: none; clear: both; }
.sorter_button button, .sorter_button a {
	padding-right: 8px;
	padding-left: 8px;
	margin: 0px 0px 0px 5px;
}
.access_buttons button, .access_buttons a {
	margin-right: 10px;
	margin-bottom: 10px;
}
.info {
	width: 100%;
	height: 32px;
	display: block;
}
.menu_name {
	color: #000;
    font-size: 12px;
	margin: 0px 0px 0px 5px;
}
.btn-black, .btn-black:hover, .btn-black:active, .btn-black:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #000000;
}
.btn-purple, .btn-purple:hover, .btn-purple:active, .btn-purple:focus {
    color: #fff;
    background-color: #C39;
    border-color: #C39;
}
.btn-yellow, .btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
    color: #000;
    background-color: #FF0;
    border-color: #FF0;
}
.btn-grey, .btn-grey:hover, .btn-grey:active, .btn-grey:focus {
    color: #fff;
    background-color: #999;
    border-color: #999;
}
.btn-dark-purple, .btn-dark-purple:hover, .btn-dark-purple:active, .btn-dark-purple:focus {
    color: #fff;
    background-color: #33C;
    border-color: #33C;
}
.btn-olive, .btn-olive:hover, .btn-olive:active, .btn-olive:focus {
    color: #fff;
    background-color: #660;
    border-color: #660;
}
.btn-red {
    color: #fff;
    background-color: #F00;
    border-color: #F00;
}
.bold { font-weight: bold; }
.red { color: #f00 !important; }
.blue { color: #09C; }
.green { color: #390; }
.cat_rep { color: #399; font-size: 10px; }
.cat_rep_desc { color: #666; font-size: 12px; margin: -10px 0px 0px 0px; }
.cat_rep_desc_resc { color: #666; font-size: 12px; margin: 0px 0px 0px 0px; }
.img_count { font-size: 12px; margin: 5px 0px 0px 0px; color: #000; }
span.img_count span { font-size: 9px; margin: 0px 2px 0px 0px; }
.label-black {
    background-color: #000;
}
.label-black a {
    color: #fff;
}
.thinking-indicator {
	display: inline-block;
	content: "\0020";
	width: 50px;
	margin: 0px 0px 0px 10px;
	opacity: 0.7;              
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.thinking-img {
	width: 30px;
	height: 30px;
}
.modal-footer {
    border-top: 0px !important;
}
table > form, td > form {
	margin: 0px;
}
.table_pills {
    margin: 0px 0px 0px 0px;
    display: inline-block;
    padding: .4em .6em .4em;
}
.inline_form {
     display: inline-block;
}

/* FLAT BUTTONS FOR BOOTSTRAP */
.flat-but {
    text-shadow: none;
    border: none;
}
/* END FLAT BUTTONS FOR BOOTSTRAP */

/* NEW SQUARE BUTTONS */
.btn-sq-lg {
	width: 150px !important;
	height: 150px !important;
	margin: 10px;
}
.btn-sq {
	width: 100px !important;
	height: 100px !important;
	font-size: 10px;
}
.btn-sq-sm {
	width: 50px !important;
	height: 50px !important;
	font-size: 10px;
}
.btn-sq-xs {
	width: 25px !important;
	height: 25px !important;
	padding:2px;
}
.black-background { background-color: #000; }
.white { color: #fff; }
/* NEW SQUARE BUTTONS */

/* HOME */
#map {
    min-height: 700px;
}
/* HOME */

/* PASSWORD CONFIRM STYLES */
.conf_passes {
	color: #f00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.conf_passes_good {
	color: #393;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* PASSWORD CONFIRM STYLES */

/* TRENDING */
.trending td {
	font-size: 12px;
	white-space: nowrap;
}
/* TRENDING */

.dont-break-out {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.stage_right {
	text-align: right;
	white-space: nowrap;
}
table, table p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
}
.shadow {
    box-shadow: 0 0 2px 2px #e6e6e6;
}
.date_hide {
	text-indent: -9999px;
    width: 1px;
    display: inline-block;
}
.ad_date {
	margin: -15px 0px 10px 0px
}
.transparent_class {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: normal;
}
.main_pagination {
	position: relative;
    top: 20px;
}
.no-sort::after { display: none!important; }
.super_tiny_text {
	font-size: 9px;
	color: #F00;
}
.tiny_text {
	font-size: 12px;
	color: #F00;
}
.tiny_title {
	display: inline-block;
	width: 40px;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}
.small_title {
	display: inline-block;
	width: 80px;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}
.medium_title {
	display: inline-block;
	width: 100px;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}
/*.no-sort { pointer-events: none!important; cursor: default!important; }*/
a {
	color: #555555;
}
.strong {
	font-weight: bold;
	color: #000;
}
.icons {
	cursor: pointer;
	margin: 0px 3px;
	display: inline-block;
}
.views i:last-child {
	position: relative;
    top: -10px;
    left: -10px;
}
.checkbox-inline { 
	margin: 0px 0px 0px 10px;
}
.form-control.error { 
	/*border: 1px solid #f00;
	color: #f00;*/
}
.form-control + div.error { 
	color: #f00;
	font-size: 11px;
}
input[type='checkbox'] + div.error { 
	color: #f00;
	font-size: 11px;
}
input[type='radio'] + div.error { 
	color: #f00;
	font-size: 11px;
	position: absolute;
	top: 20px;
	width: 200px;
	left: 0px;
}
.dz-max-files-reached {background-color: red};

input[type="file"], #profile_img {
	display: none !Important;
}
input[type=file] {
    display: none;
}
.file_add_div {
	
}
.add_file {
	display: block;
    padding: 6px 12px;
    cursor: pointer;
    margin-bottom: 1px;
	white-space: nowrap;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    outline: 0px;
}
.custom-file-upload, .custom-file-upload:hover, .custom-file-upload:active, .custom-file-upload:focus {
    /*border: 1px solid #ccc;*/
    display: block;
    padding: 6px 12px;
    cursor: pointer;
    margin-bottom: 1px;
	white-space: nowrap;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    outline: 0px;
}
.custom-button, .custom-button:hover, .custom-button:active, .custom-button:focus {
    /*border: 1px solid #ccc;*/
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background: Transparent;
    border: 0px;
    color: #000;
    
    margin-bottom: 1px;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    outline: 0px;
}
#photo_pro {
	background: #fff;
    width: 125px;
    float: right;
    padding: 0px;
}
.sub-form .col-xs-1, .sub-form .col-sm-1, .sub-form .col-md-1, .sub-form .col-lg-1, .sub-form .col-xs-2, .sub-form .col-sm-2, .sub-form .col-md-2, .sub-form .col-lg-2, .sub-form .col-xs-3, .sub-form .col-sm-3, .sub-form .col-md-3, .sub-form .col-lg-3, .sub-form .col-xs-4, .sub-form .col-sm-4, .sub-form .col-md-4, .sub-form .col-lg-4, .sub-form .col-xs-5, .sub-form .col-sm-5, .sub-form .col-md-5, .sub-form .col-lg-5, .sub-form .col-xs-6, .sub-form .col-sm-6, .sub-form .col-md-6, .sub-form .col-lg-6, .sub-form .col-xs-7, .sub-form .col-sm-7, .sub-form .col-md-7, .sub-form .col-lg-7, .sub-form .col-xs-8, .sub-form .col-sm-8, .sub-form .col-md-8, .sub-form .col-lg-8, .sub-form .col-xs-9, .sub-form .col-sm-9, .sub-form .col-md-9, .sub-form .col-lg-9, .sub-form .col-xs-10, .sub-form .col-sm-10, .sub-form .col-md-10, .sub-form .col-lg-10, .sub-form .col-xs-11, .sub-form .col-sm-11, .sub-form .col-md-11, .sub-form .col-lg-11, .sub-form .col-xs-12, .sub-form .col-sm-12, .sub-form .col-md-12, .sub-form .col-lg-12 {
    padding-right: 15px;
    padding-left: 0px;
}
.breadcumbs {
	font-size: 12px;
    color: #000;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
.breadcumbs a {
	color: #337ab7;
	font-weight: normal;
	margin: 0px 5px;
}
.sub_list {
	font-size: 13px;
	/* font-weight: bold; 
	margin: 5px 0px 10px 0px; */
	margin: 5px 0px 0px 0px;
	display: list-item;
	list-style-position: inside;
	list-style-type: circle;
}
.sub_list span {
	font-weight: bold;
}
.sub_header {	
	font-size: 15px;
    font-weight: bold;
	margin: 10px 0px 15px 0px;
    padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #930;
	width: 60%;
}

/* STAR RATINGS */
.ratings_wrapper {
	margin: 10px 0px 0px 0px;
}
.starRating:not(old){
	display        : inline-block;
	width          : 7.5em;
	height         : 1.5em;
	overflow       : hidden;
	vertical-align : bottom;
}
.starRating:not(old) > input{
	margin-right : -100%;
	opacity      : 0;
}
.starRating:not(old) > label{
	display         : block;
	float           : right;
	position        : relative;
	background      : url('images/star-off.svg');
	background-size : contain;
}
.starRating:not(old) > label:before{
	content         : '';
	display         : block;
	width           : 1.5em;
	height          : 1.5em;
	background      : url('images/star-on.svg');
	background-size : contain;
	opacity         : 0;
	transition      : opacity 0.2s linear;
}
.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
	opacity : 1;
}

.starRatingDull:not(old){
	display        : inline-block;
	width          : 7.5em;
	height         : 1.5em;
	overflow       : hidden;
	vertical-align : bottom;
}
.starRatingDull:not(old) > input{
	margin-right : -100%;
	opacity      : 0;
}
.starRatingDull:not(old) > label{
	/*display         : block;*/
	float           : right;
	/*position        : relative;
	background      : url('images/star-off.svg');
	background-size : contain;*/
}
.starRatingDull:not(old) > label:before{
	content         : '';
	display         : block;
	width           : 1.5em;
	height          : 1.5em;
	background      : url('images/star-on.svg');
	background-size : contain;
	opacity         : 0;
	transition      : opacity 0.2s linear;
}
.starRatingDull:not(old) > label:hover:before,
.starRatingDull:not(old) > label:hover ~ label:before,
.starRatingDull:not(:hover) > :checked ~ label:before{
	opacity : 1;
}

/*.review_zebra {
	margin: 10px 0px;
	border-bottom: 1px solid #000;
	background: #F9F9F9;
}
.review_zebra:nth-child(odd) {
	background: #fff;
}
.review_zebra:nth-child(even) {
	background: #ccc;
}*/

/* REVIEWS */
.comments h5 {
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #930;
}
/* REVIEWS */


/* TABS START */
.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
	background: #fff;
}
.nav-tabs {
    margin-bottom: 0;
}
.box {
	/*background: #fef2fb;*/
    padding: 10px 0px 10px 5px;
    width: 98%;
    margin: 0px 0px 0px 1%;
    border-top: 2px solid #ccc;
}
.box:nth-child(odd) {
	/*background: #f2f5fe;*/
}
.box:nth-child(even) {
	/*background: #fef2fb;*/
}
/* TABS END */

/* START AD / PREVIEW PAGES */
 
.featured_image {
	border: 5px #0CC solid;
}
.image_form { }
.custom-button-delete-img {
    width: 31px;
    height: 30px;
    color: #fff;
    background: #f00;
    border: solid #f00 1px;
    border-radius: 50%;
    font-size: 18px;
}
.custom-button-featured-img {
    width: 31px;
    height: 30px;
    color: #fff;
    background: #0CC;
    border: solid #0CC 1px;
    border-radius: 50%;
    font-size: 20px;
}
/* END AD  / PREVIEW PAGES */

 


 

 

 

 
/* START CITY PAGE */
.main_links {
	font-size: 13px;
}
ul.main_links {
	padding-left: 0px;
	list-style: inside;
}
ul.main_links li {
	padding-left: 0px;
	list-style: none;
	list-style-position: inside;
}
.head_link {
	font-weight: bold;
    text-align: center;
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 15px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.main_links a:link, .main_links a:visited, .main_links a:hover, .main_links a:active {
	text-decoration: none;
}
/* END CITY PAGE */
 

/* START LICENSE PAGE */
.m_links {
	font-size: 13px;
}
ul.m_links {
	padding-left: 0px;
	list-style: inside;
	margin: 0px 0px 0px 20px;
}
ul.m_links li {
	padding-left: 0px;
	list-style: none;
	list-style-position: inside;
}
/* END LICENSE PAGE */


 

 

/* DOCUMENTS PAGE */
.doc_images {
	border-top: 1px solid #999;
	padding: 10px 0px 5px 0px;
    margin: 0px -10px;
}
/* END DOCUMENTS PAGE */


/* FANCY BOX */
#fancybox-thumbs ul li.active {
	border: 0px;
}
#fancybox-thumbs ul li a {
	border-radius: 50%;
}
.fancybox-skin {
    background: Transparent;
}
/* FANCY BOX */


/* MESSAGES */
table#messages_table td.child {
	width: 100%;
	background: #fff;
	padding: 5px 15px 5px 20px;
	border: 1px solid #930;
}
table#messages_table td.child span.dtr-data {
	background: #fff;
}
#messages_table_wrapper .dataTables_filter {
    /*text-align: left;*/
}
table#messages_table .strong {
	background: #fef;
}
.msg-body-topic {
	margin: 10px 0px;
	border-bottom: 1px solid #CCC;
}
.msg-body {
	margin: 10px 0px;
}
.message-topic {
	padding: 5px 0px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 13px;
	min-width: 100px;
	display: inline-block;
}
.actual-msg {
	/*border: 1px dotted #999;*/
	padding: 5px 0px;
}
.icon_text {
	font-size: 10px;
    color: #09C;
    display: block;
}
/* MESSAGES */

/* FOOTER */
.footer {
	background: #ccc;
	margin: 50px 0px 0px 0px;
	height: 20px;
}
body > .container, body > .container-fluid { padding-bottom: 60px; }
/* FOOTER */


/* NEWS TICKER */
#index-blog nav .row, .news-ticker .row {
	margin-right: 0;
}
#index-blog nav .col-md-3, .news-ticker .col-md-3 {
	padding: 0;
}
.news-ticker {
	background: #e6e6e6;
	height: 45px;
	border-bottom: 1px solid #d6d6d6;
	position: fixed;
    padding: 5px;
    top: 48px;
    left: 0px;
    z-index: 1;
    width: 100%;
}
.vticker {
	width: 100%;
	position: relative;
	top: -37px;
	height: 30px;
}
.vticker ul {
	padding: 0;
	padding-left: 150px;
	height: 30px;
}
.vticker li {
	list-style: none;
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 0;
}
.vticker li a {
	color: #39F;
	text-decoration: underline;
}
.vticker li span {
	margin-left: 3px;
	font-size: 12px;
	color: #9e9e9e;
}
.nt-info {
	height: 30px;
}
.nt-info h3 {
	width: 135px;
	height: 24px;
	background: #d72524;
	padding-left: 15px;
	font-size: 10px;
	letter-spacing: 0.05em;
	color: #fff;
	text-transform: uppercase;
	line-height: 24px;
	float: left;
	position: relative;
	margin-top: 5px;
}
.nt-info h3:before {
	content: "";
}
.nt-info h3:before {
	content: "";
	border-width: 12px;
	position: absolute;
	top: 0px;
	right: -12px;
	width: 0px;
	height: 0px;
	z-index: 9999;
	border-style: solid;
	border-color: #e6e6e6 #e6e6e6 #e6e6e6 #d72524;
}
/* NEWS TICKER */


 


    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }
    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }
    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }
	
    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.sorter_button button, .sorter_button a {
			margin: 10px 0px 0px 10px
		}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.sorter_button button, .sorter_button a {
			margin: 10px 0px 0px 10px
		}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }
