@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'fleischmann';
    src: url('/fonts/dtl_fleischmann_st_regular-webfont.woff2') format('woff2'),
         url('/fonts/dtl_fleischmann_st_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body { 
	background-color:#313131;
}

.flexslider {
	margin:0 0 50px 0;
	border:none;
}

img { max-width:100%; height:auto;}

h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: normal;
	font-size:65px;
	line-height:55px;
	text-transform: uppercase;
	color:#000;
	margin:100px 0 20px;
	padding:0px;
}

h2 { 
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: normal;
	font-size:50px;
	line-height:45px;
	text-transform: uppercase;
	color:#000;
	margin:0 0 30px;
	padding:0px;
}

h3 { 
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: normal;
	font-size:28px;
	line-height:30px;
	text-transform: uppercase;
	color:#000;
	margin:0 0 10px;
	padding:0px;
}

p, li {
	font-family: 'Playfair Display', serif;
	font-size:17px;
	line-height:30px;
	color:#CCCCCC;
	font-weight: 400;
	margin-bottom:20px;
	text-align: center;
}

.commitment p { text-align:left; font-size:15px; line-height:20px}
.commitment { margin-bottom:50px;}
hr { opacity:.4;}

p strong {
	font-weight:700;
}
p a {
	color:#fff;
	text-decoration: none;
	font-weight: 700;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

p a:hover {
	color:#fff;
	text-decoration: none;
}

input { padding:10px; background-color: #fff; color:#000;font-family: 'Playfair Display', serif; width:100%; margin-bottom:15px;}

p.large_txt {
	font-size:20px;
	line-height:35px;
}

li {
	margin:0;
	text-align:left;
	font-size:14px;
	line-height:18px;
}


#main-banner p {
	line-height:22px;
	margin-bottom:10px;
}

.colorbg { background-color:#b3c442; background-image:linear-gradient(#fef5a6, #a9b26b);}
.colorbg h1,
.colorbg p { color:#000; }

p.copyright { font-size:12px; text-align:center; color:#ccc;}

footer {
	margin-top:100px;
}

ul.booklist {
	list-style:none;
	display:inline;
}

ul.booklist li {
	display:inline;
	margin-right:20px;
}

ul.social {
	text-align: center;
	margin:0px 0px 15px;
	padding:0px;
}

ul.social li{
list-style:none;
display:inline;
margin-right:10px;
}
ul.social li a i{
	font-size:24px;
	color:#fff;
}
ul.social li:last-child {
	margin-right:0px;
}

.btn {
	background-color:#000; color:#fff; font-size:18px; padding:15px 30px; margin:40px auto; text-decoration: none; font-weight:400;
}
section.orange-bg {
	background-color: #ef5f2f;
}
.wide-fix {margin-left:60px; margin-right:60px;}

section {
	padding:75px 0;
}

section.orange-bg h2,
section.orange-bg p {
	color:#fff;
}
section.orange-bg p a {
	color:#fff;
	text-decoration: underline;
	font-weight: bold;
}

.btn:hover {
	color:#fff;
}

input[type="submit"]{
	background-color:#000;
	color:#fff;
}
.large_btn:hover,
.small_btn:hover {
	text-decoration: none;
	color:#fff;
}