/*
Version: 9999
*/

@font-face {
    font-family: 'LatoBold';
    src: url('lato-semibold-webfont.eot');
    src: url('lato-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-semibold-webfont.woff') format('woff'),
         url('lato-semibold-webfont.ttf') format('truetype'),
         url('lato-semibold-webfont.svg#latosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lato';
    src: url('lato-regular-webfont.eot');
    src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-regular-webfont.woff') format('woff'),
         url('lato-regular-webfont.ttf') format('truetype'),
         url('lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'LatoThin';
    src: url('lato-thin-webfont.eot');
    src: url('lato-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-thin-webfont.woff') format('woff'),
         url('lato-thin-webfont.ttf') format('truetype'),
         url('lato-thin-webfont.svg#latothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{
	font-size: 100%;
	font: inherit;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline;
}

/* Clearfix
---------------------------------------- */

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	*zoom: 1;
}

body
{
	line-height: 1;
	font: 13px/1.3 'Lato','Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	background: #292929;
	-webkit-font-smoothing: antialiased;
	margin:10px 30px;
	font-weight: normal;
}

ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: none; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }
.clear { clear: both; }
.sticky { }
.bypostauthor { }
.wp-caption { }
.wp-caption-text { }
.gallery-caption { }
.alignright { }
.alignleft { }
.aligncenter { }

img { border: none; }
:focus { outline: 0; }

a
{
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

a, a:visited
{
	text-decoration: none;
	color: #ccc;
}

a:hover { color: #fff; }

#wrapper{
	width:852px;
	margin: 0 auto;
}

#footer{
	width:100%;
	margin: 0 auto;
	padding: 20px 0;
	margin-top:50px;
	font-size: 11px;
	border-top:1px solid #444;
	clear: both;
	text-align: center;
}

/* summary page */
#content h1 a{
	color: #76c7d1;
}

.book-home{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.book-home .col{
	padding-right: 1%;
	width: 32%;
}


.book-home img{
	max-width: 100%;
	border: 1px solid #555;
}
.book-home h4{
	font-size: 16px;
	color: #76c7d1;
	text-align: center;
	margin-bottom: 5px !important;
}
.book-home p{
	margin-bottom: 10px;
	text-align: center;

}

tr.booknow td{
	background: #222 !important;
	text-align: center !important;
}

tr.booknow td:hover{
	background: #76c7d1 !important;
}

tr.booknow td a{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: block;
}

.book-home hr{
	display: block;
	position: relative;
	padding: 0;
	margin: 5px 0;
	width: 100%;
	clear: both;
	border: none;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
}
@media only screen and (max-width : 767px) {
	.book-home .col{
	padding-right: 0;
	width: 100%;
}
}
	