
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Martel', serif;
}

a {
    color: rgb(131, 95, 2);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:hover {
    color: #000;
}

a img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
a:hover img {
    opacity: 0.75;
}

.spacer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.space-top {
    margin-top: 20px;
}

.side-bar {
    padding-left: 40px;
}

.pb-none {
	padding-bottom:0px!important;
}
/* -- [Header] -- */
header {
    padding: 20px 0 30px;
}

header .logo {
    margin: 0 auto;
    display: inline-block;
}


.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}



/* -- [Nav] -- */

.navbar-toggle {
	background-color:#E7C983;	
}

.navbar-toggle .icon-bar {
	background-color: #8A6810;
}

.navbar-nav {
    float: left;
    margin: 0;
    display: inline-block;
    float: none;
	width:100%;
}

#nav {
    text-align: center;
    background-color: #E4E0C5;
    border-top: 1px solid #D0AE55;
    border-bottom: 1px solid #D0AE55;
    -webkit-box-shadow: 0px 13px 12px -11px rgba(224,224,224,0.7);
    -moz-box-shadow: 0px 13px 12px -11px rgba(224,224,224,0.7);
    box-shadow: 0px 13px 12px -11px rgba(224,224,224,0.7);
}

#nav a {
    color: #202020;
    text-decoration: none;
    font-size: 16px;
    padding: 15px 23.5px;
    margin: 0;
}

#nav .current a {
    color: rgb(131, 95, 2);
}

.nav>li>a:focus, .nav>li>a:hover {
    color: rgb(131, 95, 2)!important;
    background-color: transparent;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
    border: 0;
}

.navbar-nav>li {
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
}

.form-sub-label-container {
		width: auto!important;
}

/* -- [Index Photos] -- */
.img-row {
    margin-top: 10px;
}

.img-row [class*='col-'] {
    padding: 0 5px 0;
}

/* -- [Main] -- */
.main h1 {
    color: #8A6810;
}

.main p {
}


/* -- [Sidebar - Testimonial] -- */
.testimonial {
    border-style: double;
    border-color: #E4E0C5;
    padding: 14px 20px;
    clear: both;
}

.testimonial p {
    max-width: 700px;
}

.testimonial .person {
    font-style: italic;
    font-weight: 400;
    font-family: 'Martel', serif;
    margin: 0;
}

/* -- [Sidebar - Availability] -- */
.availability {
    padding: 14px;
}

.availability p {
    margin: 0 0 13px;
}

.availability label {
    width: 30%;
    line-height: 37px;
    font-weight: 300;
}

.availability input,
.availability select {
    width: 70%;
    padding: 5px;
}

.availability select {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #fff;
    border-color: rgb(204, 204, 204);
    margin: 2px 0 2px 0;
    display: inline-block;
    float: right;
    background: url("../images/dropdown-arrow.png") center right;
    background-repeat: no-repeat;
    padding: 5px 8px;
}

.availability input[type="submit"] {
    width: 70%;
    float: right;
    padding: 10px 0;
    border: 1px solid #858585;
    background-color: #FFF;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.availability input[type="submit"]:hover {
    border: 1px solid #D0AE55;
    color: #89680F;
}

.availability .jotform-form {
    padding: 0;
    margin: 0;
    border: 0;
}

.availability .jotform-form li {
    margin: 0!important;
}

.availability .jotform-form label {
    font-weight: 100;
    width: 30%!important;
    line-height: normal;
}

.availability .form-line {
    padding: 0;
}

.availability .jotform-form input,
.availability .jotform-form select {
    width: 100%!important;
    padding: 5px;
}

.availability .form-input {
    width: 70%!important;
}

.availability input[type="text"],
.availability input[type="email"] {
    margin-bottom: 8px;
}

.availability .jotform-form button {
    width: 70%!important;
    float: right;
    padding: 10px 0;
    border: 1px solid #858585!important;
    background-color: #FFF!important;
    -webkit-transition: all .5s!important;
    transition: all .5s!important;
    background: #FFF!important;
    text-shadow: none!important;
    box-shadow: none!important;
    border-radius: 0!important;
    font-family: 'Roboto', sans-serif!important;
    color: #333!important;
    font-size: 15px!important;
    font-weight: 100!important;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0!important;
}

.availability .jotform-form button:hover {
    border: 1px solid #D0AE55!important;
    color: #89680F!important;
}




/* -- [Footer] -- */
footer {
    background-color: #E4E0C5;
    padding: 15px 0;
}

footer ul {
    margin: 14px 0 0 0;
    padding: 0;
}


footer ul li {
    list-style: none;
    display: inline-block;
    margin: 0 20px 0 0;
}

footer a {
    text-decoration: none;
    color: #666;
    line-height: 30px;
    font-size: 12px;
}

footer .current {
    color: #333;
}

.line-separator {
    border-top: 1px dotted #E4E0C5;
}

footer img {
    border: 1px solid #D0AE55;
    padding: 5px;
    background-color: #FFF;
}


/* -- [Testimonials] -- */
.testimonial-items {
    border-top: 1px solid #E4E0C5;
    padding: 25px 0;
}

.testimonial-items.full-width {
    padding: 25px 0 0 0;
}

.testimonial-items.odd .img {
    padding-left: 0;
}

.testimonial-items.even .img {
    float: right;
    padding-right: 0;
}


/* -- [FAQ] -- */
.question {
    margin: 0 0 0.45em;
}


/* -- [Gallery] -- */
.gallery .availability input[type="submit"] {
    width: 100%;
    float:none;
}

.gallery .fancybox img {
    min-height: auto;
}

.gallery .container .availability .col-md-4 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
}

.gallery .availability .jotform-form button {
    width: 100%!important;
}


/* -- [Contact] -- */
.jotform-form {
    border-style: solid;
    border-color: #E4E0C5;
    padding: 14px 20px;
    border-width: 1px;
}

.jotform-form ul {
    margin: 0;
}

.jotform-form li {
    list-style: none;
    margin: 0 0 10px 0;
}

.jotform-form h3 {
    color: #8A6810;
    padding: 15px 0 10px;
    margin: 10px 15px;
    border-bottom: 1px solid #E4E0C5;
    clear: both;
}

.jotform-form label {
    font-weight: 100;
}

.jotform-form input[type=text] {
    width: 100%;
    padding: 5px;
}

.jotform-form .form-required {
    color: #8A6810;
}

.jotform-form textarea {
    width: 100%;
    border: 1px solid #CCC;
}

.jotform-form select {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #fff;
    border-color: rgb(204, 204, 204);
    display: inline-block;
    background: url("../images/dropdown-arrow.png") center right;
    background-repeat: no-repeat;
    padding: 5px 8px;
}

#cid_14 label {
    padding: 0 4px;
}

.jotform-form button {
    padding: 12px 45px;
    margin-top: 15px;
    border: 1px solid #858585;
    background-color: #FFF;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.jotform-form button:hover {
    border: 1px solid #D0AE55;
    color: #89680F;
}

.form-required {
	margin-left:2px!important;
	margin-right:0px;
}


    /* --- [RESPONSIVE IN-PROGRESS] --- */
.in-progress-message{
    display:block;
    text-align: center;
    text-transform: uppercase;
}

.in-progress{
    display:none;
}

@media screen and (max-width: 1200px){
	#nav a {
		padding: 15px;
	}
}


@media screen and (max-width: 1024px){
	#nav a {
		padding:15px 8px;
		font-size:13px;
	}
	
	.side-bar {
		padding: 20px 0px 0px 0px;
	}
	
	.testimonial {
		margin: 20px 10px 0px 10px;
		padding: 20px 20px;
	}
	.homepage .spacer {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.homepage .testimonial {
		margin: 20px 10px 20px 10px;
		padding: 20px 20px;
	}
	.testimonial-items  {
		padding:25px 15px;
	}
	.testimonial-items.full-width {
		padding:25px 15px 0px 15px;
	}
	.fb_iframe_widget {
        display: block!important;
		margin: 60px auto 0px auto;
        width: 360px;
	}
}
@media (min-width: 768px) {
	p.nav-text-menu {
		display:none;
	}
}
@media screen and (max-width: 767px){
	h1 {
		font-size:1.8em;
	}
	header {
		padding: 20px 0px 0px;
	}
	.navbar-nav>li {
		display:block;
	}
	#nav a {
		font-size:16px;
	}
	.spacer {
		padding-top:10px;
	}
	.side-bar {
		padding-left:15px;
		padding-right:15px;
	}
	.gallery .fancybox img {
		min-height:auto;
	}
	.img-row {
		margin-top:0px;
	}
	.testimonial-items.odd .img {
		padding-left:15px;
		padding-right:15px;
	}
	.testimonial-items.even .img {
		padding-left:15px;
		padding-right:15px;
	}
	.col-sm-6-txt {
		padding-top:25px;
		padding-left:15px;
		padding-right:15px;
		float:left;
	}
	.testimonial-items.full-width {
		padding:25px 15px 0px 15px;
	}
	.testimonial-items {
		padding: 25px 0 0 0;
	}
	.main img {
	padding-bottom: 3px;
	}
	
	.col-sm-6.txt {
		padding-top: 25px;
	}
	.fb_iframe_widget {
		margin: 50px 0px 0px 0px;
	}

    .form-textbox, .form-textarea, .form-dropdown, .form-list {
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }
	.navbar-header p {
		display: inline-block;
		float: right;
		font-weight: bold;
		text-transform: uppercase;
		padding: 12px 10px 0px 0px;
		color: #534D51;
	}
}