@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Manuale:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body {
  padding: 0;
  margin:0;
  outline:0;
	font-family: 'Manuale', serif;	
}

header
{
	background:#d2d2d2;
	padding: 20px;
}
header .info-sec
{
	float:left;
}
header .social-sec
{
	float:right;
}
header .info-sec ul, header .social-sec ul
{
	padding: 0;
	margin: 0;
	list-style-type:none;
}
header .info-sec ul li
{
	display: inline-block;
	color:#333;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: 'Lora', serif;
	padding: 0 10px;
	
}
header .info-sec ul li:last-child
{
	margin-left: 0px;
	border-left: 1px solid #333;
	
}
 header .social-sec ul li
{
	display: inline-block;
	color:#121150;
padding: 0 5px;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: 'Lora', serif;
	
}
 header .social-sec ul li a
{
	height:25px;
	width: 25px;
	line-height: 25px;
	background: #eee;
	display: inline-block;
	border:1px dashed #89c2ff;
	text-align: center;
}

header .social-sec ul li a i.fa-facebook
{
color: #3b5998;}

header .social-sec ul li a i.fa-twitter
{
color: #1da1f2;
}

header .social-sec ul li a i.fa-google-plus
{
color: #ea4335;
}


.logo-sec
{
	text-align:center;
	position: relative;
}
.logo-sec img
{
	position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 229px;
}
.menu-sec
{
	background:#f8f9fa;
	
}

.menu-sec .navbar .navbar-nav li a
{
	font-weight:bold;
	font-family: 'Manuale', serif;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	
}

.fixed-header {
	position:fixed;
	top:0px;
	left:0;
	margin-top:0em;
	width:100%;
	transition:background-color 0.3s ease;
	box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.10), 0 2px 3px 0 rgba(0, 0, 0, 0.10);
	background:rgb(248, 249, 250);
	z-index: 99;
	
}



.owl-nav
{
	text-align:center;
	
	
}
.owl-nav .owl-prev
{
display: inline-block;	
background: #0c7407;
color: #fff;
padding: 10px;
margin: 10px 5px;
}
.owl-nav .owl-next
{
display: inline-block;	
background:#0c7407;
	color: #fff;
padding: 10px;
	margin: 10px 5px;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
 	position: relative;
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 9999;
  bottom: 13rem;
}
.carousel-caption a{
color:#fff;
	
}
.carousel-caption h1{
z-index: 9999;
	font-family: 'Cinzel', serif;
	
    position: relative;
    background: rgba(0, 0, 0, 0.32);
    display: inline-block;
    padding: 10px;
	font-weight:700;
	font-size: 40px;
	text-shadow: 2px 2px 2px #000;
	-webkit-text-shadow: 2px 2px 2px #000;
	-moz-text-shadow: 2px 2px 2px #000;
	letter-spacing: 3px;
	
}


/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100vh;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  
  min-width: 100%;
width:100%;	
  height: auto;
}





.scroll-down-sec
{
position: relative;
display: none;
}
.scroll-down-sec a.anchorLink
{
position: absolute;
z-index: 99;
margin-top:400px;	
text-align: center;
left: 48%;
}

.scroll-down-sec a.anchorLink i
{
color:#fff;
font-size: 40px;
border:2px solid #0088ef;
width: 50px;
background: rgba(0, 0, 0, 0.37);	
height: 50px;
line-height: 50px;
box-shadow: 0px 1px 0px #fff;
-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
border-radius: 50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;	
	transition: all 0.5s ease-in-out;

}
.scroll-down-sec a.anchorLink i:hover
{
color:#fff;
font-size: 42px;
width: 50px;
height: 50px;
line-height:50px;
-webkit-transform:scale(1.2);
transform:scale(1.2);
}


#back-top {

	position: fixed;

	bottom: 30px;

	right: -23px;

	z-index: 99;

}

#back-top a {

	width: 108px;

	display: block;

	text-align: center;

	font: 11px/100% Arial, Helvetica, sans-serif;

	text-transform: uppercase;

	text-decoration: none;

	color: #bbb;

	/* transition */

	-webkit-transition: 1s;

	-moz-transition: 1s;

	transition: 1s;

}

#back-top a:hover {

	color: #000;

}

/* arrow icon (span tag) */

#back-top span {

	width: 50px;

	height: 50px;

	display: block;

	margin-bottom: 7px;

	background: url(../images/top.png) no-repeat center center;

	/* rounded corners */

	-webkit-border-radius: 15px;

	-moz-border-radius: 15px;

	border-radius: 15px;

	/* transition */

	-webkit-transition: 1s;

	-moz-transition: 1s;

	transition: 1s;

}

#back-top a:hover span {

}

.welcome-sec
{
	padding:50px 0;
	background: #fff url(../images/about-bg.png) top center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	
}

.welcome-sec .welcome-inner h1
{
	font-family: 'Manuale', serif;
	font-size:40px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
}
.welcome-sec .welcome-inner h3
{
	
	font-size:20px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	color:#000;
	margin: 0 0 20px;
}

.welcome-sec .welcome-inner p
{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding: 0;
    line-height: 25px;
    margin: 0 0 10px;
}

.welcome-sec .welcome-inner a
{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-align: center;
	padding: 15px 30px;
	margin: 10px 0 10px;
	background: #0087ef;
	text-decoration: none;
	color:#fff;
	display: inline-block;
}

.service-sec
{
	padding:50px 0;
	background: #000 url(../images/bg-about.png) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	
}

.service-sec a
{
	text-decoration:none;
	
}
.service-sec .service-inner
{
	margin-bottom:30px;
	overflow: hidden;
	
	
}
.service-sec .service-inner .service-img
{
	overflow: hidden;
	border:5px solid #fff;
}
.service-sec .service-inner .service-img img
{
width:100%;	
box-shadow: 0px 3px 5px #9e9e9e;
-webkit-box-shadow: 0px 3px 5px #9e9e9e;
-moz-box-shadow: 0px 3px 5px #9e9e9e;
	overflow: hidden;
	
transition: all 0.5s ease-in-out;	
}
.service-sec .service-inner .service-img:hover img
{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
    transform: scale(1.2);
	
}
.service-sec .service-inner .title-sec h2
{
font-size: 24px;
	font-weight: 600;
	text-align: center;
margin:0px 0 10px;
	background:#fff;
	padding: 10px;
	color:#b99743;
	font-family: 'Manuale', serif;
	text-transform: uppercase;
	
}

footer
{
	background: #d2d2d2;
	padding: 50px 0 0;
}

footer .footer-inner ul
{
list-style-type: none;
padding: 0;
margin:0;
}
footer .footer-inner ul li
{
display: block;
font-weight: 600;
	font-size: 14px;
text-transform: uppercase;	

}
footer .footer-inner ul li span
{
display: block;
font-weight: 400;	
font-size: 16px;
margin: 8px 0 10px;	
text-transform:lowercase;
}

footer .footer-inner.footer-social li:first-child
{
	display: block;
}
footer .footer-inner.footer-social li
{
	display: inline-block;
	margin: 0px 0 10px;
}

footer .footer-inner.footer-social li a
{
	width: 42px;
    height: 42px;
    line-height: 40px;
    background-color: #f6f7f9;
    font-size: 18px;
    color: #737373;
	text-align: center;
	display: inline-block;
	border:1px solid #8c8b8b;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	transition: all 0.5s ease;
}
footer .footer-inner.footer-social li a:hover
{
	transform:rotate(20deg);
}

.con-sec
{
 padding: 20px 0;	
}
.con-sec h3
{
	font-size: 22px;
    font-weight: 600;
    font-family: 'Manuale', serif;
    text-transform: uppercase;
    color: #333;
}
.con-sec ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.con-sec ul li
{
	padding: 10px 0;
	color:#333;
}
.con-sec ul li img
{
	margin-right: 10px;
	width: 40px;
	height: 40px; 
}
.news-sec
{
	
	padding: 20px 0;
}
.news-sec .form-sec
{
	
}
.news-sec .form-sec .form-inline
{
	display: inline-block;
	
}

.news-sec .form-sec .form-inline .form-group
{
	display: inline-block;
	
}
.news-sec h3
{
	font-size:22px;
	font-weight: 600;
	font-family: 'Manuale', serif;
    text-transform: uppercase;
	color:#333;
	
}
.news-sec .form-sec .form-inline .form-group input
{
	background: #fff;
	color:#333;
	border:1px solid #a7a7a7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
}
.news-sec .form-sec .form-inline button
{
	background: #0087ef;
	color:#fff;
	border:1px solid #a7a7a7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
}
.footer-logo
{
	text-align: center;
	padding: 10px 0 20px;
}

.footer-logo img
{
	width: 100px;
}
footer .footer-down
{background:#333;
display: block;
padding: 10px 0;
}

footer .footer-down .copy p
{
	text-align: right;
	color:#fff;
	padding: 0;
	margin: 0;
	line-height: 20px;
	font-size: 13px;
}
.footer-down .foot-go p
{
color:#fff;
	padding: 0;
	margin: 0;
	line-height: 20px;
	font-size: 13px;	
}
.footer-down .foot-go p img
{
width: 100px;
}
.inner-pages .logo-sec img
{
	top:72px;
}
.header-inner header .logo-sec img
{
	top:80px;
}

.breadsec
{
	background:#000 url(../images/lodging.png) no-repeat top center;
	padding:150px 0;
	background-attachment: fixed;
	background-size: cover;
	
}
.heading-page
{
	padding: 20px 0;
}

.heading-page .heading-inner h1
{
	font-family: 'Manuale', serif;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    color:#000;
    margin: 0 0 10px;
}

.heading-page .heading-inner img
{
	width: 180px;
}

.lodging-page
{
	padding: 50px 0;
}

.lodging-page .lodging-inner-desc p, .sec p
{
	font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
}
.gallery-sec 
{
background:#333;	
padding: 5px;
}
.gallery-sec .fotorama
{
	background:#ddd;
}

.lodge-rates
{
	padding: 0 0 50px;
}

.lodge-rates .rates-inner h3, .sec h3
{
	font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.rates-inner ul, .sec ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.rates-inner ul li, .sec ul li
{
font-size: 14px;
    line-height: 23px;
    margin: 0 0 10px;	
}

.rates-inner ul li:before, .sec ul li:before
{
	content: "\f00c";
	font-family: fontAwesome;
    left: 0;
    margin-right: 10px;
    top: 0;
    color: rgb(185, 151, 67);
    font-size: 13px;
}

.wedding-page
{
	padding: 0 0 50px;
}
.wedding-inner
{
	background: #eee;
	padding: 50px;
}

.wedding-inner p
{
font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;		
}
.wedding-about
{
	padding: 0 0 50px;
}
.wedding-about .wedding-about-inner h3, .wedding-sec-inner h3
{
	font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.wedding-about .wedding-about-inner p, .wedding-sec-inner p, .rates-inner p
{
	font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
}
.wedding-about .wedding-about-inner ul, .wedding-sec-inner ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.wedding-about .wedding-about-inner ul li, .wedding-sec-inner ul li
{
font-size: 15px;
    line-height: 23px;
    margin: 0 0 10px;	
}
.wedding-about .wedding-about-inner ul li:before, .wedding-sec-inner ul li:before
{
content: "\f00c";
	font-family: fontAwesome;
    left: 0;
    margin-right: 10px;
    top: 0;
    color: rgb(185, 151, 67);
    font-size: 13px;	
}
.wedding-sec
{
	padding: 0 0 50px;
}
.photo-gal
{
	background:#333;
	padding: 5px;
}
.photo-gal .fotorama
{
	background:#eee;
}
.img-wedding img
{
	width: 100%;
}
.rates-page-sec
{
	padding: 0 0 0px;
	background: #eee;
}
.rates-page-sec .rate-inc
{
	background: #f7f7f7;
	padding: 50px;
}
.rate-inc.bg-rate
{
background: none;
}
.rates-page-sec .rate-inc h3
{
font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;	
}
.rates-page-sec .rate-inc p
{
	font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
}
.rates-page-sec .rate-inc ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.rates-page-sec .rate-inc ul li
{
	font-size: 15px;
    line-height: 23px;
    margin: 0 0 10px;
}
.rates-page-sec .rate-inc ul li:before
{
	content: "\f00c";
    font-family: fontAwesome;
    left: 0;
    margin-right: 10px;
    top: 0;
    color: rgb(185, 151, 67);
    font-size: 13px;
}


.responsive-table {
	width: 100%;
	margin-bottom: 1em;
	margin-top: 1em;
	font-family: 'Source Sans Pro', sans-serif;
}
.responsive-table thead {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

@media (min-width: 44em) {
.responsive-table thead {
	position: relative;
	clip: auto;
	height: auto;
	width: auto;
	overflow: auto;
}
}
.responsive-table thead th {
	background-color: rgb(185, 151, 67);
	border: 1px solid #989797;
	font-weight: normal;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
.responsive-table thead th:first-of-type {
	text-align: left;
}
.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
	display: block;
	padding: 0;
	text-align: left;
	white-space: normal;
}

@media (min-width: 44em) {
.responsive-table tr {
	display: table-row;
}
}
.responsive-table th, .responsive-table td {
	padding: .5em;
	vertical-align: middle;
}

@media (min-width: 30em) {
.responsive-table th, .responsive-table td {
	padding: .75em .5em;
}
}

@media (min-width: 44em) {
.responsive-table th, .responsive-table td {
	display: table-cell;
	padding: .5em;
}
}

@media (min-width: 62em) {
.responsive-table th, .responsive-table td {
	padding: .75em .5em;
}
}

@media (min-width: 75em) {
.responsive-table th, .responsive-table td {
	padding: .50em;
}
}
.responsive-table caption {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

@media (min-width: 44em) {
.responsive-table caption {
	font-size: 1.5em;
}
}
.responsive-table tfoot {
	font-size: .8em;
	font-style: italic;
}

@media (min-width: 62em) {
.responsive-table tfoot {
	font-size: .9em;
}
}

@media (min-width: 44em) {
.responsive-table tbody {
	display: table-row-group;
}
}
.responsive-table tbody tr {
	margin-bottom: 1em;
	border: 2px solid #d0d0d0;
}

@media (min-width: 44em) {
.responsive-table tbody tr {
	display: table-row;
	border-width: 1px;
}
}
.responsive-table tbody tr:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 44em) {
.responsive-table tbody tr:nth-of-type(even) {
	background-color: rgba(94, 93, 82, 0.1);
}
}
.responsive-table tbody th[scope="row"] {
	background-color: #fff;
	color: #000;
}

@media (min-width: 44em) {
.responsive-table tbody th[scope="row"] {
	background-color: transparent;
    color: #4e4e4e;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}
}
.responsive-table tbody td {
	text-align: right;
	color: #333;
	font-weight: 300;
}

@media (min-width: 30em) {
.responsive-table tbody td {
	border: 1px solid #d0d0d0;
	color: #000;
	font-weight: 600;
}
}

@media (min-width: 44em) {
.responsive-table tbody td {
	text-align: center;
	color: #333;
	font-weight: 500;
	font-size: 14px;
}
}
.responsive-table tbody td[data-type=currency] {
	text-align: right;
}
.responsive-table tbody td[data-title]:before {
	content: attr(data-title);
	float: left;
	font-size: 1em;
	color: #333;
	font-weight: 600;
}

@media (min-width: 30em) {
.responsive-table tbody td[data-title]:before {
	font-size: .9em;
}
}

@media (min-width: 44em) {
.responsive-table tbody td[data-title]:before {
	content: none;
}
}


.wedding-table
{
	background: #000 url(../images/branding.png) no-repeat top center;
    padding: 50px 0;
    background-size:cover;
    background-attachment: fixed;


}
.wedding-table .wedding-table-inner, .wedding-bedding
{
	background:#f7f7f7;
	padding: 50px;
}
.heading-branding h3
{
	font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color:#fff;
    text-align:center;
}
.heading-branding p
{
	font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
color:#fff;
text-align: center;
}
.wedding-table .wedding-table-inner h3, .wedding-bedding h3, 
{
	font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color:#fff;
}
.wedding-table .wedding-table-inner p, .wedding-bedding p
{
   font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
color:#fff;
}
.wedding-bedding ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.wedding-bedding ul li
{
font-size: 15px;
    line-height: 23px;
    margin: 0 0 10px;	
    color:#fff;
}
.wedding-bedding ul li:before
{
	content: "\f00c";
    font-family: fontAwesome;
    left: 0;
    margin-right: 10px;
    top: 0;
    color: rgb(185, 151, 67);
    font-size: 13px;
}
.wedding-bedding.bg-wed
{
	background: none;
}
.retreat-sec
{
	padding: 0px 0 50px;
}

.retreat-sec .retreat-inner p
{
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 10px;
}

.retreat-sec .retreat-inner h3
{
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.retreat-sec .retreat-inner ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

.retreat-sec .retreat-inner ul li
{
	font-size: 15px;
	line-height: 23px;
	margin: 0 0 10px;
}

.retreat-sec .retreat-inner ul li:before
{
content: "\f00c";
    font-family: fontAwesome;
    left: 0;
    margin-right: 10px;
    top: 0;
    color: rgb(185, 151, 67);
    font-size: 13px;	
}
.retreat-inner-img img
{
	width: 100%;
}
.wedding-info-page
{
	padding: 0px;
}
.wed-info-sec
{
	padding: 50px;
}
.wed-info hr
{
border-top: 1px solid rgb(241, 208, 127);
margin: 0;	
}

.wed-info-inner
{
	background: #d4aa41;
	padding: 20px;
}
.wedding-info-page .wed-info h3, .wed-info-sec h3
{
font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color:#333;
}
.wedding-info-page .wed-info h4
{
	font-size: 16px;
	margin:10px 0 10px;
	text-transform:uppercase;
}

.wed-info-inner hr
{
	border-top: 1px solid rgb(241, 208, 127);
}

.wedding-info-page .wed-info ul, .wed-info-sec ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.wedding-info-page .wed-info p, .wedding-info-page .wed-info li
{
	font-size: 15px;
    line-height: 23px;
    margin: 0 0 5px;
    color:#fff;
}

.wed-info-sec p, .wed-info-sec li
{
font-size: 15px;
    line-height: 23px;
    margin: 0 0 10px;
    
}
.wedding-info-page .wed-info a
{
	font-size: 15px;
	color:#ec100e;
	margin: 0 0 0px;
	display: block;

}

.gal-sec-all
{
	background: #333;
	padding: 5px;
}
.gal-sec-all .fotorama
{
	background: #eee;
}

.amenities
{
	padding: 0 0 50px;
}
.amenities .amenities-inner
{
	padding: 0px;
}

.amenities .amenities-inner ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.retreat-inner.activities
{
	margin: 40px 0;
}
.amenities .amenities-inner ul li, .retreat-inner.activities ul li

{
	display: inline-block;
	width: 45%;
	padding: 10px 0;
	margin: 0 20px 0 20px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: 600;
}
.amenities .amenities-inner ul li span
{
	margin: 0 10px 0 0;
}
.amenities .amenities-inner ul li span img
{
	width: 35px;
	height: 35px;
}
 
.cooking-table
{
	margin: 50px 0 0;
} 
.book-form
{
	padding: 50px 0 50px;
	background: #eee;
} 
.book-form form
{
	padding: 25px;
	background: #fff;
	border:1px dashed #333;
}


.book-form input, .book-form .input-group, .book-form select
{
	margin: 0 0 20px;
}
.book-form label
{
	font-weight: 600;
}
.book-form .btn-default
{
	background: #2196f3;
	color:#fff;
}


.drop-block label:last-child
{
	margin-left:10px;
}
.book-container
{
	display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}


/* Hide the browser's default radio button */
.book-container input {
    position: absolute;
    opacity: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.book-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.book-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.book-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.book-container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.book-form button.btn-primary
{
	background: #0087ef;
    color: #fff;
    border: 1px solid #a7a7a7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;;
    padding: 10px 50px;
    margin: 20px 0  0; 
}

.text-btn p
{
	padding: 0;
	margin: 10px 0 0;
	font-size: 14px;
}


.btn-sec
{
text-align: center;
}

.btn-sec a
{
	background: #0087ef;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	border:1px solid #a7a7a7;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    margin: 20px 10px;
}

.con-icon
{
	padding: 20px;
	background: #eee;
}

.con-icon ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.con-icon ul li
{
	font-size: 15px;
    color: #000;
    margin-left: 0px;
    text-indent: -9px;
    padding: 5px 0 5px 0;
    padding-left: 20px;
}



.con-icon i
{
	font-size: 15px;
	color:#b99743;
	margin: 0 5px 0 0;
}

.design-page
{
	padding: 50px 0;
}

.design-page .design-inner h3
{
font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.design-page .design-inner p
{
	font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
}

.design-page .imgbox-sec img
{
	width: 100%;
    max-width: 206px;
    float: right;
}
.design-cat img
{
	width: 100%;
}