hr.dash-style {
	border: 0;
	border-bottom: 1px dashed #ccc;
}

#fb_fbre_details, 
#gp_fbre_details, 
#li_fbre_details, 
#nr_fbre_details, 
#tw_fbre_details {
	padding: none !important;
}


/*=============================*/
/*======= My CSS Styles ====== */
/*=============================*/

.art-blockheader .t, 
.art-vmenublockheader .t {
  	white-space: nowrap;
}

/* Header */

.header-right {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
}

.header-right-call {
	color: #fff;
	font-size: 17px;
}

.header-right-mobile {
	display: none;
}

.header-right-social {
	margin-top: 5px;
}

.logo-mobile {
	display: none;
}

/* Footer */

footer.art-footer .art-footer-text a {
	color: #D81F43;
}

footer.art-footer .art-footer-text a:hover{
	color: white;
	text-decoration: none !important;
}

.art-postcontent table{
    	font-size: 18px;
}
.art-postcontent table th,
.art-postcontent table td {
    	text-align: center !important;
    	border: 1px solid gray;
}

.art-postcontent table th{
    	background: background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */;
    	color: white;
}

.firstCol{
	float: left;
}

.secondCol{
	float: right;
	padding-right: 20%;
}

.art-blockheader{
	margin-right: -3px !important;
}

.ngg-slideshow{
	border: 4px double #454444 !important;
    	box-shadow: 2px 2px 2px !important;
}
.ngg-gallery-thumbnail img:hover{
	background-color: #a90329 !important;
}

/* Blockquote */

blockquote{
	border-radius: 15px 2px 15px;
	margin:10px 10px 10px 40px !important;
	background: #f9f7f7 url('images/postquote.png') no-repeat scroll !important;
}

/* Post Header */

.art-postheader a:visited, 
.art-postheader a.visited {
	color: #F14B72 !important;
}

/* HomePage Featured Image */

#home-img{
	border: none;
	padding-right: 7px;
}

.hPage{
    padding:20px;
    background:#f9f7f7;
}

.hPage h4{
    color: #4e4d4e;
}

/* Widget Testimonials */

.widName{
	float: right;
}

/* Meteor Slider Image Slider */

.meteor-slides .mslide img{
	border-radius: 10px;
}

/* Fix Meteor Slides Not Showing */

div.meteor-slides {
	clear: both;
}

/* Buttons

input[type="submit"] {
	vertical-align: middle;
   	font-size: 12px;
   	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   	font-weight: bold;
   	font-style: normal;
	background: #980B2C url('images/hoveredbutton.png') scroll;
   	border:1px solid #6F6265;
   	padding:5px 25px;
   	margin:0 auto;
   	color: white;
} */

/* Ngg Gallery */

.ngg-galleryoverview{
	display: none !important;
}

/*===================*/
/*== Mobile Styles ==*/
/*===================*/

@media all and (max-width: 980px){
  
    	header.art-header{
        	background: url('http://wp.jeannassalon.com/wp-content/uploads/2013/06/header-respo.jpg') !important;
    	}   
  
    	img.siteLogo, div.art-shapes, 
  	div.art-textblock{
        	margin-top: -4%;
        	margin-left: 23%;
        	padding: 5px;      
    	}
    
    	div.art-shapes{
        	height: 150px;
        	width: 40%;
    	}
  
    	div.art-textblock{
        	width: 100%;
    	}
}

@media all and (max-width:768px){

	div.art-shapes {
        	width: 100%;
        	margin: auto;
    	}
    

    	.header-right {
        	float: none;
    	}

	.header-right-call {
		display: none;
	}

	.header-right-mobile {
		display: block;
	}
	
	.logo-mobile {
	   	display: block;
	}
	
	.logo-mobile a {
	   	display: block;
	   	margin: auto;
	   	text-align: center;
	   	width: 100%;
	}
	
    	.siteLogo {
	   	margin-left: 0px !important;
       		margin-right: 0;
       		width: 30%;
	}
	
	.secondCol{
		float: left;
		padding-right: 0px;
	}
}

@media all and ( max-width: 360px ) {

   	img.siteLogo, 
  	div.art-shapes, 
  	div.art-textblock {
        	width: 200px;
        	margin-left: 0;
        	padding-left: 3%;
    	} 
    
	div.art-shapes{
        	height: 150px;
        	width: 100%;
    	}

    	div.art-textblock{
        	width: 100%;
    	}
}

@media all and ( max-width: 360px ) {
  
    	.siteLogo {
        	width: 55% !important;
    	}
}

/*=============================*/
/*===== End My CSS Styles ==== */
/*=============================*/