/* ===================================
1. General
==================================== */

body {
  font-family: Verdana, Arial, sans-serif;
  font-size:16px;
	font-weight:400;
	line-height:1.5;
  height: 100%;
	color:#222;
	background-color: #f5d9a1;
}

input, button, select, textarea {
  font-family: Verdana, Arial, sans-serif;
}

a {color: #673F3C;}

a:active {
	outline:0;
}

a:hover {text-decoration: none;}

.clear {
	clear:both;
}

p {
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1em;
}

em {font-style: italic;}

strong {font-weight: 700;}

.italic {
  font-family: Georgia, serif;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  text-rendering: optimizelegibility;
}

h1 {font-size: 37px;}

h2 {font-size: 32px;}

h3 {font-size: 26px;}

h4 {font-size: 20px;}

h1 a:hover, a:hover h1, h2 a:hover, a:hover h2 {text-decoration: none;}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .commentFeed, .input-append .add-on, .input-prepend .add-on, a, th, td, img, nav, div, section, form, article, legend, footer {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="submit"], .input-prepend .add-on, .input-append .add-on {
  height: 35px;
  line-height: 1.4;
  font-size: 15px;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

button.btn, input.btn[type="submit"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}

.input-prepend .add-on, .input-append .add-on {
  line-height: 30px;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  line-height: 34px;
}

.input-icon .add-on, .input-icon .add-on {
  width: 30px;
  position: relative;
  z-index: 99;
}

.input-icon input, .input-icon select {
  width: 100%;
}

.input-icon.input-prepend, .input-icon.input-append {width: 100%;}

.input-icon.input-prepend input, .input-icon.input-prepend select {margin-left: -29px; padding-left: 34px;}

.input-icon.input-append input, .input-icon.input-append select {margin-right: -29px; padding-right: 34px;}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

textarea {
  resize: vertical;
  width: 100%;
  font-size: 18px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.checkbox.one-checkbox {margin: 1em 0;}

textarea:focus, input:focus, input[type]:focus {   
    border-color: rgba(3, 100, 130, 0.5);
    outline: 0 none;
}

textarea:focus:invalid:focus, input:focus:invalid:focus, select:focus:invalid:focus {   
    border-color: rgba(3, 100, 130, 0.5);
    outline: 0 none;
    color: #777;
}

address {line-height: 1.4;}

hr {border-color: #DACFBA -moz-use-text-color #FFFFFF;}

.well {background-color: #f5d9a1; border: none;}


.circle {-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}

.corners {-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}

.corners-top {-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;}

.corners-bottom {-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}

.corners-right {-moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;}

.corners-left {-moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;}

.no-corners {-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}

.border-top {border-top: 1px solid #bfbfbf;}

.border-right {border-right: 1px solid #bfbfbf;}

.border-bottom {border-bottom: 1px solid #bfbfbf;}

.border-left {border-left: 1px solid #bfbfbf;}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
	content: none;
}

iframe, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* ===================================
Transparent colors
==================================== */

.bgWhite-transp {
  /* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
}

.bgBlack-transp {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/*Opacity*/

.opacity0 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}

.opacity5 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}

.opacity8 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}

a.opacity0:hover, a.opacity3:hover, a.opacity5:hover, a.opacity8:hover, a .opacity0:hover, a .opacity3:hover, a .opacity5:hover, a .opacity8:hover {
	/*opacity*/
  	opacity: 1;
  	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  	filter: alpha(opacity=100);
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.breadcrumb {
  background-color: transparent;
  font-size: 14px;
  margin-bottom: 2em;
}

.breadcrumb a {color: #673F3C;}

/* ===================================
colors
==================================== */

.red-bg {background-color: #b51414;}

.red {color: #b51414;}

.brown-bg {background-color: #f5d9a1;}

.brown {color: #f5d9a1;}

.silver-bg {background-color: #f0f0f0;}

.silver {color: #f0f0f0;}

/* ====================================
header section
==================================== */

.brand {display: inline-block; padding: .4em 0;}

.brand img {max-height: 65px;}

.header-phone {padding: 1em 0; color: #673F3C; font-size: 20px;}

/* ===================================
Banner Section
==================================== */

.top-banner {position: relative;}

.carousel {
  font-family: Helvetic, Arial, sans-serif;
  position: relative;
  margin-bottom: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
}

.carousel-control {font-size: 35px; top: 49%;}

.call-action {position: absolute; bottom: .5em; z-index: 99; width: 100%;}

.hero-form {padding: .5em;}

.hero-form input {margin: 0; height: 40px; font-size: 18px;}

.hero-form .element-input > i {line-height: 40px;}

.hero-form input[type="submit"].btn-large {padding-top: 0; padding-bottom: 0;}

.bg-banner {
    position: absolute; 
    z-index: -1; 
    display: inline-block; 
    width: 100%; 
    height: 150px; 
    bottom: 0; 
    background-color: #f0b173; 
    border-top: 1px solid #673F3C;
}


/* ===================================
Menu Section
==================================== */

.main-menu {
  background-color: #b51414;
  font-size: 14px;
}

.navbar .nav > li > a {
  color: #673F3C;
}

/* ===================================
Widget Section
==================================== */

.widgets header {padding-bottom: 1em;}

.widgets header h2 {
  font-weight: 200;
  text-transform: uppercase;
  color: #673F3C;
  font-size: 20px;
  margin: 0;
  padding-bottom: .5em;
  letter-spacing: 3px;
}

.widgets {
  background-color: #b51414;
  padding: 2em 0;
  border-bottom: 1px solid #673F3C;
}

.thumbnail {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.thumbnail .img-polaroid {background-color: #dacfba;}

.thumbnail .img-polaroid:hover {background-color: #fff;}

.thumbnail .caption {padding:.7em 0 0;}

.thumbnail .caption h4 {margin: 0 0 .4em; text-transform: uppercase; font-size: 16px;}

.thumbnail a {color: #673F3C; display: block;}

.thumbnail p {font-size: 13px; margin: 0;}

.widgets .wrap-imgThumb {height: auto;}

.widgets .thumbnail {text-align: left;}


/* ===============================
Thumbnails
================================ */

.thumbnail {text-align: center; position: relative;}

.thumbnail h4 {margin: 0; font-size: 18px;}

.placesThumbs .thumbnail {margin: 0 1em; min-height: 225px;}

.featureThumbs .thumbnail {margin: 0 1em; min-height: 400px;}

.wrap-imgThumb {display: inline-block; width: 100%; height: 170px; overflow: hidden;}

.wrap-ftThumb {display: inline-block; width: 100%; height: 400px; overflow: hidden;}

.wrap-imgThumb img {width: 100%; min-height: 400x;}

.wrap-ftThumb img {width: 100%; min-height: 170px;}

.thumbnail .caption {padding: 3px 5px 9px;}

.row-fluid .thumbnails {margin-left: -2%;}

.row-fluid .thumbnails .span3 {width: 22.3%;}

.row-fluid .thumbnails .span3:first-child {margin-left: 2.5641%;}

.thumbnails .videoWrapper {margin-bottom: 0.2em;}

.thumbnails li.span3 {min-height: 240px;}



/* ===============================
Favorite Places
=============================== */

.place-header > header {padding: 0; background-color: #FCF8DC;}

.place-header > header .brand {}

.place-header > header .brand img {max-height: 40px;}

.place-header .header-phone {padding: .4em 0; font-size: 18px;}

#hero-img {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}

.top-place .btn {margin-top: 1em;}

.breadcrumb.breadcrumbsBg {margin:0;}

.breadcrumb.breadcrumbsBg > li {text-shadow: 0 1px 0 #000; color: #fff;}

.breadcrumb.breadcrumbsBg > li > a {color: #fff;}

.transpInfo {padding: 1em 0 2em; min-height: 700px;}

.transpInfo section.block.bgBlack-transp {padding: 0 1em;}

.transpInfo .bgBlack-transp {color: #efefef;}

.transpInfo .bgBlack-transp .tab-pane a {color: #FCF8DC;}

.transpInfo section.block header {padding: 0.4em 0 0;}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  background-color: #FCF8DC;
  color: #673F3C;
}

.nav-pills > li > a {color: #FCF8DC;}

.nav-pills > li > a:hover {background-color: #673F3C;}

.block h3.media-heading {padding-bottom: .3em;}




/* ===============================
Message Thanks
================================ */


/* ===================================
Pagination
==================================== */

.pagination ul {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination a {color: #673F3C;}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border: none;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span, .pagination ul > li > a, .pagination ul > li > span, .pagination ul > .active > a, .pagination ul > .active > span {
  border: none;
  background-color: transparent;
}




/* ===============================
Content pages
================================ */

.header-page {padding: 1.5em 0; background-color: #673F3C; color: #9A8075;}

.header-page h1 {margin: 0; font-size: 22px; text-transform: uppercase; letter-spacing: 3px;}

.html-pages {padding: 2em 0;}


/* ===============================
Article Post  
================================ */

.listPost {padding-bottom: 2em;}

.listPost h2 {font-size: 32px; letter-spacing: -1px;}

.metaPost {font-size: 14px; color: #999; display: inline-block; width: 100%; margin-bottom: 1em;}

.metaPost a {color: #999; text-decoration: underline;}

.contentPost, .mediaPost {display: inline-block; width: 100%; margin-bottom: 1em;}

.contentPost table {margin: 1em 0; width: 100%;}

.contentPost td {vertical-align: top;}

.contentPost ul, .contentPost ol {margin-left: 20px;}

.contentPost li {width: 100%; margin-top: 10px; line-height: 1.4;}

.contentPost blockquote {margin-top: 1em; border-left-color: #DACFBA;}

.contentPost blockquote p {font-size: 18px; line-height: 1.6; margin-bottom: 1em; font-weight: 400; font-style: italic;}

.mediaPost {margin-top: 1em;}

.mediaPost img {width: 100%;}

.offerPost {
  display: inline-block; 
  width: 100%;
  margin: 1em 0;
  padding: 1em 1.5em; 
  color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.offerPost img {margin-right: 1.5em; width: 20%;}

.offerPost h2 {margin-top: 0; margin-bottom:.1em; font-size: 40px;}

.offerPost p {margin-bottom: 0.5em; font-size: 24px; font-weight: 300;}

.offerPost .btn {font-size: 20px;}


/* ===============================
Right Side Sections
================================ */

.right-side {color: #555;}

.right-side section {margin-bottom: 2em;}

.right-side section.well {padding: 0 19px;}

section.block header {padding: .7em 0 .5em; display: block;}

section.block .content-section {padding: .5em 0 1em; display: block;}

section.block header p {margin-bottom: 0; color: #888; margin-top: .3em;}

section.block .content-section form {margin: 0;}

.simpleList li {margin: .3em 0; display: inline-block; width: 100%; line-height: 1.4; font-size: 16px;}

.simpleList li:first-child {margin-top: 0;}

.simpleList li:last-child {margin-bottom: 0;}

.simpleList li i {margin-right: .5em;}

.simpleList li img.img-polaroid {width: 100%;}

.tags {display: inline-block; width: 100%; margin-bottom: .5em;}

.tags a {padding: 3px 8px; background-color: #673F3C; color: #FCF8DC; margin-right: .5em; margin-bottom: .5em; display: inline-block; width: auto;}

.tags a:hover {text-decoration: none; background-color: #ccc;}


.simpleList .btn {width: 100%; margin-top: .7em;}

.list-icon a {color: #555; text-decoration: underline;}

.list-icon a i {text-decoration: none;}

.list-icon i {margin-right: .6em !important; font-size: 20px;}

.priceExp {font-size: 28px;}

.affix .well {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}




/* ===============================
Forms
================================ */

.wrap-input {display: inline-block; width: 100%; position: relative;}

.wrap-input input[type="text"], .wrap-input input[type="email"], .wrap-input input[type="tel"] {
  width: 100%;
}

.wrap-input.right-element input[type="text"] {padding-right: 2em;}

.wrap-input.left-element input[type="text"] {padding-left: 2em;}

.wrap-input .element-input {
  position: absolute; 
  z-index: 66; 
  top: 0; 
  width: auto; 
  line-height: 1.4;
}

.right-element .element-input {right: 0;}

.left-element .element-input {left: 0;}

.element-input > i {padding: 0 10px; line-height: 1.6;}

.right-element .element-input .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.left-element .element-input .btn {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

form input[type="submit"].button-action {
  width: 100%;
  margin: 0;
}

.modal form {margin: 0;}

.top-forms form {margin: 0;}

.top-forms i {line-height: 34px; color: #9A8075;}


/* ===================================
Bottom section
==================================== */

.bottom {padding: 2em 0; color: #9a8075; background-color: #673F3C;}

.bottom a {color: #FCF8DC;}

.bottom .well, footer .well {background-color: #533433;}

.blogs-block header h2 {text-transform: uppercase; font-size: 20px; letter-spacing: 3px; margin: 0; padding-bottom: 1.5em;}

.block {margin-bottom: 1em;}

.block h3 {font-size: 18px; margin: 0; padding-bottom: 1em;}

.block.well h3 {padding-bottom: .6em;}

.block img {width: 100%; margin-bottom: .6em;}

.block p {font-size: 14px;}

.block p:last-child {margin: 0;}

.content-section {padding-top: 1em;}

.videoWrapper {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  margin-bottom: 1em;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.well {-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: none;}

.newsletter.block h3 {font-size: 17px; padding: 0;}

.newsletter.block header p {margin-bottom: 1em; font-size: 13px;}

.block.well form {margin: 0;}

/* ===============================
Footer
================================ */

footer {font-size: 14px; padding: 2em 0; color: #9a8075; background-color: #673F3C; border-top: 1px dotted #9a8075;}

footer p {font-size: 14px;}

footer a {color: #9a8075; text-decoration: underline;}