@import url("font-awesome.css");

body {
	padding-top:0px;
  	background-color: #FFF;
  	font-family: 'Source Sans Pro', sans-serif;
  	font-size: 15px;
}

body:after
{
content: url('../images/social/facebookg.png') url('../images/social/twitterg.png') url('../images/social/google+g.png');
display: none;
}

.wrap {
  display: flex;
  flex-direction: column;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  flex: 1;
}

.Site-content {
  flex: 1 0 auto;
}

.mostread,
.weblinks,
.category-module,
.syndicate-module,
#login-form {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background:#eee;
	border:1px solid #ccc;
	padding:5px;
	margin:0px 0px 10px 0px;
}

.flexheader {
  	min-width: 100%;
  	height: 14em;
  	margin-bottom: 10px;
}

a, a:visited, a:hover {
    color: #8e65ab;
}

h1 {
  	font-family: 'Quicksand', sans-serif;
  	color: #771A8A;
}

h2, .contact h3, #override {
	font-family: 'Indie Flower', cursive;
  	font-size: 31.5px;
  	color: #771A8A;
    font-weight: bold;
}

h3 {
  	font-family: 'Source Sans Pro', sans-serif;
  	font-size: 16px;
  	color: #8e65ab;
}

.djc_title h3 {
	line-height: 1.4;
	text-align: center;
}

h3 a {
  	padding-top: 3px;
  	padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
  	color: #1a6d89;
}

h3 a:hover {
  	color: #AAAAAA;
  	text-decoration: none;
}

h4 {
  	font-family: 'Source Sans Pro', sans-serif;
  	font-size: 14px;
  	margin: 2px;
}

.page-header {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #771A8A;
}

p {
  	font-family: 'Source Sans Pro', sans-serif;
  	font-size: 15px;
}

.mostread,
.weblinks,
.category-module {
	padding:0px 0px 0px 20px;
}

.syndicate-module {
	display:block;
}


#header .navbar {
  	margin-left: 0px;
    margin-right: 0px;
  	width: 100%;
  	border-bottom-width: 1px;
  	border-bottom-color: #771A8A;
  	border-bottom-style: solid;
}
.dropdown-menu> .active a, .dropdown-menu .active a:hover, .dropdown-menu .active a:focus, .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-submenu:hover a, .dropdown-submenu:focus a {
	background-color: #8e65ab;
	background-image: linear-gradient(to bottom,#8e65ab,#771A8A);
}

.cadre_alert_cookies {
  	font-size: 0.83em;
}

.cadre_inner_texte_alert_cookies {
  	padding-bottom: 0px;
}

#content {
  	padding-left: 10px;
  	padding-right: 10px;
}

#footer {
  	background-color: #000;
  	text-align: center;
  	padding-bottom: 1em;
  	padding-top: 15px;
  	margin-top: 20px;
  	color: #919191;
}

.socialBut {
  padding: 15px;
}



#footer li {
  	padding-left: 15px;
  	padding-right:15px;
  	padding-top: 10px;
	display: inline-block;
}

#footer a {
  	color: #771A8A;
  	padding: 5px;
}

#footer .nav a:hover {
  	background-color: #1A658A;
  	color: #D9C5D8;
  	border-radius: 3px;
  	text-decoration: none;
}

#footer span.nav-header {
  	display: none;
}

#sitemap {
  	margin-bottom: 10px;
  	padding-bottom: 0px;
}

.footer1 {
  	clear: left;
  	margin-top: 10px;
  	margin-bottom: 0px;
  	font-size: 12px;
}

@media (max-width: 767px) {
    body { 
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
      	margin-right: 0px;
    }
  
	.container-fluid {
  		padding: 0px;
  		margin-left: 0px;
	}
 
	#footer li {
  		float: none;
      	clear:both;
  		text-align: center;
      	margin-top: 10px;
      	display: block;
	}  
  
}

@media (min-width: 768px) {  
	#header, #slider {
  		padding: 0px;
  		margin-left: 20px;
	}
	.collapseTel {
    	display: none;
  	}
}

@media (min-width: 1200px) {
	#header, #slider {
  		padding: 0px;
  		margin-left: 30px;
	}
}

#footer li.parent {
  	padding: 0px !important;
} 

.interact {
  	font-family: 'Quicksand', sans-serif;
  	font-size: 18px;
}

#facebook {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33px;
  height: 33px;
}

#facebook:hover {
  background: url('../images/social/facebookg.png') no-repeat;
  padding-left: 33px;
}

#twitter {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33px;
  height: 33px;
}

#twitter:hover {
  background: url('../images/social/twitterg.png') no-repeat;
  padding-left: 33px;
}

#google {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33px;
  height: 33px;
}

#google:hover {
  background: url('../images/social/google+g.png') no-repeat;
  padding-left: 33px;
}

.logoparent {
  	position: relative;
}
.logo {
  	position: absolute;
  	left: 10px;
  	top: 10px;
  	width: 200px;
  	z-index: 99;
}

.logo img {
  opacity: 0.9;
}

@media (max-width: 980px) {
  .logo, .navTel {
  		visibility: hidden;
  }
}

.logosm {
  	padding: 0px !important;
  	padding-right: 10px !important;
  	margin: 0px;
}

.logosm img {
  	height: 41px;
}

.navLogo {
  	background: url('../../../images/aura.png');
    height: 41px;
  	width: 50px;
  	float: left;
	background-size: auto 41px;
  	padding-right: 20px;
  	background-repeat: no-repeat;
}

.navTel {
  	position: absolute;
  	right: 80px;
  	height: 41px;
}

.navTel:before, .collapseTel:before {
  	content: url("../images/phone.png");
  	float: left;
  	padding: 5px;
  	padding-top: 10px;
}

.navTel h3, .navtel a {
  	padding: 0px;
  	margin: 0px;
  	font-size: 1.3em;
  	white-space: nowrap;
  	color: #8e65ab;
}

.navTel a:hover {
  	background-color: transparent;
  	color: #8e65ab;
}

.collapseTel h3, .collapseTel a {
  	font-size: 1.3em;
  	color: #8e65ab;
}

.collapseTel a:hover {
  	background-color: transparent;
  	color: #8e65ab;
}

.hdLogo {
  	display: none;
}

.djc_subcategory_in, .djc_item_in {
  padding: 0px 10px !important;
}

.djc_description a {
  	color: #333;
}

.djc_title a {
    color: #8e65ab;
}

#mc2_email {
  	width: 95%;
}

.module, .mod_djc2cart, .djc_filters_in, .news {
  	background-color: #FAFAFA;
  	border-bottom-style: dotted;
    border-width: 0px;
  	border-color: #D9C5D8;
  	border-radius: 5px;
  	padding: 5px;
  	margin-bottom: 20px;
  	margin-top: 0px;
  	padding: 10px;
}

.breadcrumb {
  	background-color: transparent;
  	border-style: none;
}

.breadcrumb li {
  	font-family: 'Source Sans Pro', sans-serif;
}

.breadcrumb li a {
  	color: #8e65ab;
}

.heading {
  	background-color: #FAFAFA;
  	color: #771A8A;
  	border-top-style: dotted;
    border-width: 1px;
  	border-color: #D9C5D8;
  	border-radius: 5px;
  	margin-bottom: 0px;
  	margin-top: 30px;
  	padding-bottom: 0px;
}

.heading p {
	font-family: 'Source Sans Pro', sans-serif;
  	padding: 3px;
  	margin: 0px;
  	padding-left: 10px;
  	font-size: 14px;
}

.modmc_label, mod_djc2cart, .modmc2_label, #mc2_status, .news p, .readmore {
  	font-family: 'Source Sans Pro', sans-serif;
  	font-size: 14px;
}

form {
  	margin-bottom: 0px;
}

@media (min-width: 768px){
.djc_item_bg {
  	margin-left: 10px !important;
}
 .djc_subcategory_row {
	 margin-bottom: 10;
}
.djc_item_row, .djc_subcategory_row {
	border-bottom-style: dashed;
  	border-width: 1px;
  	border-color: #e3a9ef;
}

.djc_item, .djc_subcategory {
	border-right-style: dashed;
  	border-width: 1px;
  	border-color: #e3a9ef;
  	margin-left: -1px;
}

.djc_item_col_last, .djc_subcategory_col_last {
	border-style: none;
  	margin-left: 0px;
}
  
div[class*="row_last"] {
	border-bottom-style: none;
}
}

@media (max-width: 767px){
	.djc_item_row, .djc_subcategories_grid {
  		margin-left: 0px !important;
	}

  .djc_subcategory_in, .djc_item_in {
  border-style: dashed;
  	border-width: 1px;
  	border-color: #e3a9ef;
  	border-radius: 5px;
  }

}

@media (max-width: 600px){
  td.djc_introtext {
    	display: none;
  }
}

.djc_items thead {
  	display: none;
}

.djc_item_bg {
	padding-top: 15px;
}

.dayprice:before {
  	content: 'Day: £'
}

.weekprice:before {
  	content: 'Week: £'
}

.weekprice:after {
  	content: (<br />)
}

.dayprice, .weekprice {
  	font-size: 14px;
  	font-weight: 600;
}

.dayprice {
  	float: left;
}

.weekprice {
  	padding-left: 20px;
  	float: left;
}

.vat {
  	font-size: 10px;
  	clear: left;
}

.camera_caption_title {
  	color: #8e65ab;
}

.flexheader {
	background-position: center center;
  	background-size: auto 100%;
  	overflow: hidden;
}

.flexheader img {
  	min-height: 100%;
  	min-width: 100%;
    height: auto;
  	width: auto;
  	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.no_margin {
  	margin-left: 0px;
}

.thumbnail {
  	margin-bottom: 10px;
 	margin-top: 10px;
	color: #000;
  	padding: 0px;
}

.thumbnail img {
  	border-radius: 5px;
}

.thumbnail h3, .thumbnail p {
	padding: 5px;
}

.thumbnail h3 {
	
    line-height: 16px;
    text-align: center;
}

.no_margin a:hover {
	text-decoration: none;
}

.thumbnail:hover {
    background-color: #C1C1C1;
}

ul {
  list-style-type: none;
}

.news h4 a, .readmore {
	color: #771A8A;
}

.sidebar {
  	padding-top:50px;
}

.djc_filters_in:hover {
  	background-color: #FAFAFA !important;
}

.navbar .nav li .dropdown-menu:after {
  border-bottom-color: #FAFAFA;
}

.dropdown-menu {
  background-color: #FAFAFA;
}

.jicons-icons {
  display: none;
}

dd {
  margin-left: 30px !important;
}

.img-polaroid {
	-webkit-box-shadow: none;
	box-shadow: none;
  	border: none;
}

.dl-horizontal dt {
  	float: none;
  	text-align: left;
}

.gbs3 label {
    font-weight: normal !important;
}

a.btn-primary  {
    color: #fff !important;
}

#djcatalog.djc_item {
  	border-style: none;
}

h3 a {
  padding: 0px;
}

.djc_image {
  min-height: 80px;
}

.djc_th_price {
  display: none;
}

.imgcont {
  display: block;
  margin: 20px auto;
}