/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}
html {
    overflow-y: scroll;
}


body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: transparent;
	background-attachment: fixed;
	background-image: url(https://www.carpbooks.co.uk/Theme/carpbooks/images/back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.container p {
margin-top: 0px;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}

.container {
	font-family: Arial, Helvetica, sans-serif;
	width: 1000px;
	font-size: 14px;
	color: #434343;
	line-height: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;	
	box-shadow: 0px 0px 5px #434343;
	padding-top: 10px;
}

.inner {
	background-repeat: repeat-y;
	
}
.row {
width: 100%;
max-width: 1000px;
min-width: 500px;
margin: 0 auto;
overflow: hidden;
}
.onecol, .quarter, .third, .thirdmid, .half, .seventy, .thirty, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
margin-right: 0.00%;
float: left;
min-height: 1px;
}
.row .onecol {
width: 10.00%;
}
.row .twocol {
width: 16.60%;
}
.row .quarter {
width: 25.00%;

}
.row .third {
	width: 33.30%;
	line-height: 22px;
}
.row .thirdmid {
width: 34.00%;
}
.row .half {
width: 50.00%;
}
.row .seventy {
width: 71.00%;
}
.row .thirty {
width: 29.00%;
}
.row .eightcol {
width: 66.50%;
}
.row .ninecol {
width: 74.05%;
}
.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}
.row .twelvecol {
width: 100%;
}
.last {
margin-right: 0px;
}
img, object, embed {
max-width: 100%;
}
img {
	height: auto;
	box-shadow: #000 0em 0em 0em;
}


.testimonial {
    background-color: #009966;
    color: #FFFFFF;
    display: block;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}
.testimonial p {
    line-height: 1.6;
    margin-bottom: 1em;
}
.testimonial a {
	color: #FFFFFF;
    outline: none;
}
.testimonial a:hover {
	color: #FFFF00;
	outline: none;
}
.greenback {
    background-color: #009966;
    color: #FFFFFF;
    display: block;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
}
.greenback a {
	color: #FFFFFF;
    outline: none;
}
.greenback a:hover {
	color: #FFFF00;
	outline: none;
}

#content {
	font-family: 'PT Sans', sans-serif;
	color: #6D6D6D;

	
}


#top {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 52px;
	padding-right: 20px;
	padding-left: 20px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-image: url(http://www.carpbooks.co.uk/Theme/carpbooks/images/menuback.jpg);
	padding-top: 8px;
	margin-bottom: 6px;
	margin-top: 6px;
}
.mobiletitle{
	width: 100%;
	background-color: #FFFFFF;
}
.mobiletitleinner {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	background-color: #FFFFFF;
	padding: 0px;
}
.desktopmenu{
	border:none;
	border:0px;
	margin:0px;
	font-size:18px;
	font-weight:normal;
	font-family: "Open Sans", sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FF0000;
}
.desktopmenu ul{
	list-style:none;
	margin:0;
	padding:0;
}
.desktopmenu li{
	float:left;
}
.desktopmenu li a{
	display:block;
	font-weight:normal;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	padding-right: 5px;
	padding-left: 5px;
	background-position: right bottom;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFFFFF;
}
.desktopmenu li a:hover, .desktopmenu ul li:hover a{
	color:#FFFF00;
	text-decoration:none;
	background-position: center bottom;

	-moz-border-radius: 0px;
	border-radius: 0px;

	transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}
.desktopmenu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:300px;
	z-index:200;
	background-color: #009966;
	
		/*top:1em;
		/*left:0;*/
}
.desktopmenu li:hover ul{
	display:block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #2E2E2E;
	border-right-color: #2E2E2E;
	border-bottom-color: #2E2E2E;
	border-left-color: #2E2E2E;
	color: #9999FF;
	
}
.desktopmenu li li {
	display:block;
	float:none;
	margin:0px;
	width:300px;
	background-position: left bottom;
	padding: 3px;
}
.desktopmenu li:hover li a{
	background:none;
	color: #FFFFFF;
}
.desktopmenu li ul a{
	display:block;
	height:20px;
	font-size:16px;
	font-style:normal;
	margin:0px;
	text-align:left;
	width: 286px;
	font-family: "Open Sans", sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
.desktopmenu li ul a:hover, .desktopmenu li ul li:hover a{
	color:#653366;
	text-decoration:none;
	background-position: left center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
	font-weight: normal;
}
.desktopmenu p{
	clear:left;
}
.holderbottom {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	font-size: 12px;
	color: #828282;
	background-repeat: repeat-x;
	background-image: url(images/bottomback.jpg);
	background-color: #333333;
	height: 90px;
}

.botbot {
	line-height: 20px;
	color: #999999;
	font-size: 10px;
	border-top-color: #585858;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
.botbot a{
	outline: none;
	color: #999999;
}
.botbot a:hover{
    outline: none;
	color: #FFFFFF;
}
.bottomgap{
	height: 100px;    
}
.topgap {
	height: 50px;
}

#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:320px;
	z-index:-2;
	background-attachment: scroll;
	background-image: url(http://www.gloriousgazebos.co.uk/Theme/gaz/images/clouds.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#Layer2 {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:-3;
	background-attachment: scroll;
}
#Layer3 {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:120px;
	z-index:-2;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #284660;
}
.full {
	font-family: 'Open Sans', sans-serif;
	line-height: 22px;
	color: #6D6D6D;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

H1 {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	color:#006633;
	font-weight: bold;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 10px;
}
H2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color:#643265;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
}
H3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color:#006633;
	font-weight: bold;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 20px;
}
H4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color:#006633;
	font-weight: bold;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.ipWidget h1 {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	color:#006633;
	font-weight: bold;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.ipWidget h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	color:#006633;
	font-weight: bold;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.ipWidget h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	color:#006633;
	font-weight: bold;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 10px;
}



A:visited {text-decoration: none}
A:link    {text-decoration: none;}
A:active  {text-decoration: none}
A:hover   {text-decoration: none}
a:active
{
outline: none;
}
 
a:focus
{
-moz-outline-style: none;
}
 
object 
{
outline:none;
}
.nomobile {
}
.nopc {
display:none;
}
.opaque {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: inline;
}
.opaque:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.mailopaque {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: inline;
}
.mailopaque:hover {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
/* Mobile */


	
#nav#full {
		display:none
	}





	nav#mobile {
	font-family: 'Muli', sans-serif;
		background-color:#99EBFF;
		box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);
		display:block;
	}

	/*
	Top black bar that holds the toggle button
	*/

	nav#mobile #toggle-bar {
	line-height:70px;
	height:40px;
	
	}

	/*
	Toggle button #1 ("Menu")
	*/

	nav#mobile strong a {
		margin-left:30px;
		border:1px solid #444;
		padding:10px;
	}

	/*
	Toggle button #2 ("Navicon")
	*/

	nav#mobile .navicon {
		float: right;
		height: 6px;
		width: 34px;
		margin: 10px;
		border-top: 18px double #FFF;
		border-bottom: 6px solid #FFF;
		font-size:0;
	}

	/*
	The dropdown menu
	*/

	nav#mobile ul li {
		clear:both;
		list-style:none;
	}

	nav#mobile ul li a {
	display:block;
	font-family: 'Open Sans', sans-serif;
	margin:1px 0;
	padding:22px 0 22px 8px;
	color: #FFFFFF;
	background-color: #466C52;
	font-weight: bold;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #99EBFF;
	border-bottom-color: #99EBFF;
	border-left-color: #99EBFF;
	font-size: 20px;
	}

	nav#mobile ul ul {
		font-size:small;
	}

	nav#mobile ul ul li {
	}

	nav#mobile ul ul a {

		background-color:#009966;
		padding-left:8px;
	}

	nav#mobile ul ul a:before {

		padding-right:8px;
	}



.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dt {
    background: #585858;
    padding: 0px;
    border-bottom: 0;	  
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dt:last-of-type {
    border-bottom: 1px solid #dedede;
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dt > a {
    display: block;
    color: #FFFFFF;
    font-weight: normal;
	  font-size: 16px;
	background: #585858;
	padding: 10px;
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dt > a:hover {
    display: block;
    color: #333333;
    font-weight: bold;
	  font-size: 16px;
	background: #828282;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dt > a > span {
    color: inherit;
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dd {
    border: 2px solid #FFFFFF;
    border-top: 0;
    font-size: 14px;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dd.current {
    padding: 0px;
    max-height: 1000px;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}
.ipWidget-AccordionAndTabs.ipSkin-default > ._accordion > dd:last-of-type {
    border-top: 0px solid white;
    position: relative;
    top: -1px;
}
.ipWidget-AccordionAndTabs.ipSkin-tabs ._tabs-menu > dt {
    display: block;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #333333;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}
.ipWidget-AccordionAndTabs.ipSkin-tabs ._tabs-menu > dt > a {
    display: inline;
    padding: 0 10px;
    line-height: 0px;
    color: #ffffff;
}
.ipWidget-AccordionAndTabs.ipSkin-tabs ._tabs-menu > dt.current {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
.ipWidget-AccordionAndTabs.ipSkin-tabs > ._tabs {
    clear: both;
    border: 1px solid #dedede;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px;
}
.ipWidget-AccordionAndTabs.ipSkin-tabs > ._tabs ._tab {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease 0s;
    -moz-transition: max-height 0.5s ease 0s;
    transition: max-height 0.5s ease 0s;
}
.ipWidget-AccordionAndTabs.ipSkin-tabs > ._tabs ._tab.current {
    max-height: 1000px;
    -webkit-transition: max-height 0.5s ease 0.5s;
    -moz-transition: max-height 0.5s ease 0.5s;
    transition: max-height 0.5s ease 0.5s;
}

.ipsContainer {

}
.ipWidget-Image img {
	box-sizing: border-box;
	display: block;
	max-width: 100%;
	background-color: #FFFFFF;
	padding: 0px;
	border: 0px solid #D6D6D6;
}
.ipWidget-Gallery ._image {
	box-sizing: border-box;
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: #FFFFFF;
	border: 0px solid #D6D6D6;
	padding: 0%;
	
}
.ipWidget-Gallery ._image:hover {
    -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.ipWidget-Gallery ._item {
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
    padding: 0px 10px;
    width: 33.33%;
}
.ipWidget a:hover {
    text-decoration: none;
}
.ipModuleForm .btn-default {
	border: medium none;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	background-attachment: scroll;
	background-color: #828282;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	padding-top: 5px;
	padding-right: 1em;
	padding-bottom: 5px;
	padding-left: 1em;
}
.ipModuleForm .btn-default:hover {
	box-shadow: 0px 0px 0px 1px #019BD4 inset;
	text-decoration: inherit;
	background-attachment: scroll;
	background-color: #ACACAC;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
}
/* DIVIDER-LINE */
.ipWidget-Divider.ipSkin-default {
    border-bottom: 5px solid #009865;
    height: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.ipHasAdminPanel .ipWidget {
    min-height: 0px;
}


/* DIVIDER-LINE */
/* MAIN-BUTTON */
.ipWidget .button {
    background-color: #6F777D;
    border-radius: 6px;
    color: #FFF;
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 6px;
    margin-top: 0px;
    cursor: default;
    padding-top: 0.5em;
    padding-right: 1%;
    padding-bottom: 0.5em;
    padding-left: 1%;
    margin-right: 6px;
    font-size: 18px;
}
.ipWidget .button:hover {
	box-shadow: none;
	background-attachment: scroll;
	background-color: #585858;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
}
/* MAIN-BUTTON */
/* MAIN-BUTTON */
.ipWidget {
    
}
.ipWidget p {
    line-height: 1.6;
    margin-bottom: 1em;
}
.ipWidget a {
	text-decoration: none;	
}
.ipWidget a:hover {
    text-decoration: none;
}
.ipWidget-AsdSlider .bx-wrapper .bx-viewport {
    box-shadow: 0px 0px 5px #CCC;
    border: 0px solid #FFF;
    left: 0px;
    background: none repeat scroll 0% 0% #FFF;
    transform: translateZ(0px);
}

.portfoliofont-2x {
    font-size: 0em;
}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    color: #464646;
    background: none repeat scroll 0% 0% #F5EDED;
}
.asdBlog-post {
    margin-bottom: 0px;
    margin-right: 0px;
    border: 0px solid #D6D6D6;
    float: left;
    width: 25%;
	background-color: #ffffff;
	padding-top: 10px;
}

.asdBlog-pagination ul {
	list-style: none;
	text-align: center;
	margin: 5px;
	padding: 5px;
}	
.asd-blog-image  {
	padding: 0px;
	-moz-border-radius: 5px;
    border-radius: 5px;
}
.asdBlog-info-top {
	height: 44px;
	background-color: #CACACA;
	text-align: center;
	padding-top: 0%;
	padding-right: 1px;
	padding-bottom: 4%;
	padding-left: 1px;
	overflow: hidden;
	border: 0px solid #6D6D6D;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	-moz-border-radius: 2px;
    border-radius: 0px;
}
.asdBlog-info-top a {
    color: #6D6D6D;
	padding-top: 2%;
	padding-right: 0px;
	padding-bottom: 2%;
	padding-left: 0px;
	display: block;
	width: 100%;
	height: 44px;
	
}
.asdBlog-info-top a:hover {
	color: #FFFFFF;
	background-color: #838A90;
	transition: background .60s ease-in-out;
   -moz-transition: background .60s ease-in-out;
   -webkit-transition: background .60s ease-in-out;
}
.asdBlog-intro {
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0%;
	border: 0px solid #828282;
	text-align: center;
	-moz-border-radius: 2px;
    border-radius: 0px;
	color: #FFFFFF;
}
.asdBlog-read-more {
	text-align: center;
	font-weight: normal;
	background-color: #C4CACF;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.asdBlog-pagination ul li {
    float: left;
	background-color: #E0E0E0;
	padding: 10px	
}
.asdBlog-info-top h2 {
	padding-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
 
 .blogback {
	background-color: #99CC66;
} 
  .ipNewsList ._newsText {
    margin-bottom: 10px;
    float: left;
}

.ipNewsList h1{
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.ipNewsList ._date{
    font-size: 0px;
    padding-bottom: 0px;
}

.ipNewsList ._newsItem img {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ipNewsList ._newsItem {
    padding-bottom: 20px;
    clear: both;
    border-top: 2px solid #D6D6D6;
}
                                    
.ipWidget .quote {
	color: #6D6D6D;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	margin: 0em;

}
.ipWidget .header {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	margin: 0em;
	background-color: #009966;
	padding: 10px;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
	*zoom: 1;
	

}
.ipWidget-AsdSlider .bx-wrapper .bx-caption span {
    color: #FFF;
    font-family: "PT Sans",sans-serif;
    display: block;
    font-size: 0.95em;
    padding: 10px;
}
.ipModuleForm .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #5F5757;
    background-color: #EDD8D8;
    background-image: none;
    border: 1px solid #CEBDBD;
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.ipModuleForm .captcha img {
    display: block;
    max-width: 100%;
	margin-top: 10px;
}
.ipWidget-SimpleProduct ._images {
    width: 100%;
    float: left;
}
.ipWidget-SimpleProduct ._info {
    width: 98%;
    padding-left: 2%;
    text-align: center;
    background-color: aquamarine;
    padding-top: 10px;
    margin-top: -11px;
	margin-bottom: 20px;
}
.bookinfo {
    background-color: #009966;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    margin-top: -20px;
    border-radius: 0px 0px 8px 8px;
    margin-bottom: -80px;
    min-height: 250px;
}
.pricetitle {
	font-size: 17px;
	font-weight: bold;
	color: #FFFF00;
}
.whitelarge {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.offerbox {
	background-image: url(http://www.carpbooks.co.uk/Theme/carpbooks/images/middle.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
    margin-bottom: -26px;
}
.offerbox a {
	color: #FFFFFF;
    outline: none;
}
.offerbox a:hover {
	color: #FFFF00;
	outline: none;
}
.titlepic {
	margin-bottom: 20px;
}

@media handheld, only screen and (max-width: 768px) {
body {
	font-size: 14px;
	-webkit-text-size-adjust: none;
	padding-top: 0px;
	}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	
	
	
}	
.nomobile {
display:none;
}
.nopc {
display:block;

}	
	.row, body, .containerinner, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}

	.row .onecol, .row .quarter, .row .third, .row .thirdmid, .row .seventy, .row .thirty, .row .half, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
.offerbox {
	background-image: none;
	background-color: #009966;
	color: #FFFFFF;
    margin-bottom: -26px;
	padding: 15px;
}	
	
.contentouter {
	background-image: none;
	background-repeat: repeat-y;
	background-color: #ffffff;
	padding: 5px;
}
.content {
	margin: 15px;
	padding: 5px;
	border: 0px solid #D6D6D6;
}
.container {
	
	box-shadow: 0px 0px 0px #434343;

}
.botbot {
	line-height: 20px;
	color: #828282;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 12px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #585858;
	margin-top: 0px;
	background-color: #ffffff;
}
.bottomgap {
	height: 20px;
}
.leftinner{
	font-family: 'Open Sans', sans-serif;
	padding-right: 19px;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 22px;
	font-size: 13px;
	color: #6D6D6D;
	padding-left: 10px;
	padding-right: 10px;
}
.asdBlog-post {
    width: 100%;
	background-color: #ffffff;
	margin-bottom: 10px;
}
.asdBlog-intro {
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 10px;
}
.asdBlog-info-top {
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.ipWidget-Gallery ._item {
    width: 50.00%;
}
.full {
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-top: 0px;
}

#nav#full {
	display:none
	}

	nav#mobile {
	background-color:#009966;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);
	display:block;
	}

	/*
	Top black bar that holds the toggle button
	*/

	nav#mobile #toggle-bar {
	line-height:70px;
	height:40px;
	
	}

	/*
	Toggle button #1 ("Menu")
	*/

	nav#mobile strong a {
		margin-left:30px;
		border:0px solid #FFFFFF;
		padding:10px;
	}

	/*
	Toggle button #2 ("Navicon")
	*/

	nav#mobile .navicon {
		float: right;
		height: 6px;
		width: 34px;
		margin: 5px;
		border-top: 18px double #FFFFFF;
		border-bottom: 6px solid #FFFFFF;
		font-size:0;
	}

	/*
	The dropdown menu
	*/



}
