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


/* font face font-family: 'Coming Soon', cursive; */
@font-face {
  font-family: 'geared_slabregular';
  src: url('../css/font/gearedslab-webfont.eot');
  src: url('../css/font/gearedslab-webfont.eot?#iefix') format('embedded-opentype'), url('../css/font/gearedslab-webfont.woff') format('woff'), url('../css/font/gearedslab-webfont.ttf') format('truetype'), url('../css/font/gearedslab-webfont.svg#geared_slabregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'geared_slabbold';
  src: url('../css/font/gearedslab-bold-webfont.eot');
  src: url('../css/font/gearedslab-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../css/font/gearedslab-bold-webfont.woff') format('woff'), url('../css/font/gearedslab-bold-webfont.ttf') format('truetype'), url('../css/font/gearedslab-bold-webfont.svg#geared_slabbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aleobold';
  src: url('../css/font/aleo-bold-webfont.eot');
  src: url('../css/font/aleo-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../css/font/aleo-bold-webfont.woff') format('woff'), url('../css/font/aleo-bold-webfont.ttf') format('truetype'), url('../css/font/aleo-bold-webfont.svg#aleobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aleoregular';
  src: url('../css/font/aleo-regular-webfont.eot');
  src: url('../css/font/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../css/font/aleo-regular-webfont.woff') format('woff'), url('../css/font/aleo-regular-webfont.ttf') format('truetype'), url('../css/font/aleo-regular-webfont.svg#aleoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* ***************
   GENERAL STYLES
   ***************
   START EDIT HERE
*/
html {
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
}
/* typography */
a {
  color: inherit;
}
strong {
  font-weight: 700;
}
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
hr {
  display: block;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
hr:before,
hr:after {
  content: " ";
  display: table;
}
hr:after {
  clear: both;
}
hr.line-separator {
  margin: 40px 0 50px 0;
  height: 2px;
  background: #222;
  background: rgba(0,0,0,0.25);
  border: 1px solid transparent;
  border: 1px solid rgba(255,255,255,0.1);
}
hr.dashed-separator {
  margin: 45px 0;
  height: 0;
  border-top: 1px dashed transparent;
  border-top: 1px dashed rgba(0,0,0,0.1);
  border-bottom: 1px dashed #333;
  border-bottom: 1px dashed rgba(0,0,0,0.5);
}
body {
  font-family: 'Coming Soon','aleoregular';
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  background: transparent url("../images/bg-2.jpg") repeat-y top center;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

.personBox .of{ 
	overflow-y:hidden;
	/*max-height:400px;*/
}

.wrapperof {
    position: relative;
    width: 100%;
    height:380px;
    /*border: 1px solid black;*/
}

@media (min-width: 1600px) {
.wrapperof {
    position: relative;
    width: 100%;
    height:600px;
    /*border: 1px solid black;*/
}
}


img.stretch{
/*width:100%;
height:auto;	
	height:550px; width:auto;*/
   position:absolute;
   
   top:50%;
   left:50%;
   -webkit-transform: translate(-50%,-50%); 
   -moz-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%,-50%);
}



/* headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Coming Soon','aleobold';
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px 0;
}
h1 {
  font-size: 45px;
  line-height: 46px;
  margin-bottom: 35px;
}
h2 {
  font-size: 30px;
  line-height: 31px;
  margin-bottom: 30px;
}
h3 {
  font-size: 35px;
  line-height: 36px;
  margin-bottom: 25px;
}
h4 {
  font-size: 30px;
  line-height: 31px;
  margin-bottom: 20px;
}
h5 {
  font-size: 25px;
  line-height: 26px;
  font-family: 'Coming Soon','geared_slabregular';
  font-weight: 400;
  margin-bottom: 6px;
}
h6 {
  font-size: 20px;
  line-height: 21px;
}
p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.1);
  margin: 0 0 16px 0;
}
p.bigger {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
p.large {
  font-size: 20px;
  line-height: 23px;
}
p a {
  color: #AD2020;
}
.big {
  font-family: 'Coming Soon','aleobold';
  color: #fff;
  font-weight: 400;
  font-size: 42px;
  line-height: 45px;
  margin: 0 0 30px 0;
}
.hdr1 {
  width: 821px;
  padding: 10px 40px 0 40px;
  margin: 0 auto 20px auto;
  min-height: 79px;
  background: transparent url("../images/hdr-1.png") no-repeat top center;
  text-align: center;
  font-family: 'Coming Soon','geared_slabbold';
  font-weight: 400;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
}
.hdr2 {
  margin: 0 0 20px 0;
  text-align: center;
  font-family: 'Coming Soon','geared_slabbold';
  font-weight: 400;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
}
.hdr2.special {
  color: #ce6f5a;
  text-align: left;
  margin-bottom: 35px;
}
.hdr3 {
  color: #c89b7a;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  font-family: 'Coming Soon','geared_slabbold';
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
}
.hdr3 a {
  color: #e05c28;
}
.hdr4 {
  width: 657px;
  padding: 5px 30px 40px 30px;
  margin: 10px auto;
  min-height: 63px;
  background: transparent url("../images/hdr-4.png") no-repeat top center;
  text-align: center;
  font-family: 'Coming Soon','geared_slabbold';
  font-weight: 400;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
}
.hdr5 {
  text-align: center;
  display: block;
  color: #a06e5a;
  font-family: 'Coming Soon','geared_slabbold';
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.hdr5 span {
  display: inline-block;
  padding: 5px 20px 25px 20px;
  border-bottom: 2px solid #cd706d;
  border-bottom: 2px solid rgba(205,112,109,0.3);
}
.hdr6 {
  width: 657px;
  padding: 6px 40px 0 40px;
  margin: 0 auto 20px auto;
  min-height: 63px;
  background: transparent url("../images/hdr-6.png") no-repeat top center;
  text-align: center;
  font-family: 'Coming Soon','geared_slabbold';
  font-weight: 400;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
}
.mapWithOverlay {
  position: relative;
}
.mapWithOverlay .hdr6 {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 50%;
  margin-left: -329px;
  pointer-events: none;
}
.hdr7 {
  font-family: 'Coming Soon','aleobold';
  font-size: 27px;
  line-height: 31px;
  color: #fff;
  text-transform: uppercase;
}
/* buttons */
.btn {
  display: inline-block;
  padding: 8px 36px;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
  font-family: 'Coming Soon','geared_slabbold';
  text-transform: uppercase;
}
.btn:focus {
  outline: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  position: relative;
  top: 1px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  background: #9d2824;
  color: #c89b7a;
}
.btn-default:active,
.btn-default.active,
.btn-default:hover,
.btn-default:focus {
  background: #9d2824;
  color: #c89b7a;
  border-color: transparent;
}
.btn.btn-primary {
  font-family: 'Coming Soon','aleobold';
  background: #470707;
  color: #fff;
  border: 1px solid #8a1c1c;
  text-transform: none;
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #470707;
  color: #fff;
  border: 1px solid #8a1c1c;
}
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 38px;
  line-height: 38px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-sm {
  padding: 9px 12px;
  font-size: 19px;
  line-height: 19px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn.btn-xs {
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn > span + i {
  margin: 0 0 0 16px;
}
.btn > i + span {
  margin: 0 0 0 16px;
}
.demoContent .btn {
  margin-bottom: 5px;
}
.demoContent .btn + .btn {
  margin-left: 7px;
}
.btn.disabled {
  background: #aaa;
  color: #777;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* blockquote */
blockquote {
  padding: 0;
  margin: 0 0 20px 0;
  border: 0;
}
blockquote p {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 15px;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  margin-bottom: 12px;
}
blockquote.type2 {
  padding-left: 55px;
}
blockquote.type2:before {
  font-family: Arial, Helvetica, sans-serif;
  content: "“";
  font-size: 142px;
  height: 0;
  float: left;
  position: relative;
  left: -58px;
  top: 47px;
}
/* dropcap */
.dropcap {
  margin-top: 40px;
  font-size: 17px;
  line-height: 21px;
}
.dropcap:first-letter {
  font-size: 60px;
  float: left;
  padding: 0 0px 2px 0;
  margin-top: -13px;
  position: relative;
}
/* highlight */
.highlight {
  text-shadow: none;
  display: inline-block;
  padding: 1px 4px 1px 4px;
  margin: 0 2px;
}
.highlight.type1 {
  background: #a93636;
}
.highlight.type2 {
  background: #460606;
}
.highlight.type3 {
  background: #e6e6e6;
  color: #460606;
}
/* list with icon */
.list-icons {
  margin: 0 0 25px 0;
}
.list-icons li {
  padding-left: 19px;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
}
.list-icons li > i {
  height: 0;
  float: left;
  position: relative;
  left: -19px;
  top: 4px;
  font-size: 13px;
}
.list-icons li > i.fa-circle {
  font-size: 8px;
  top: 6px;
  left: -16px;
}
.pretty-table {
  margin: 10px 0 30px 0;
}
.pretty-table .table {
  width: 100%;
  margin: 0;
  background: transparent !important;
}
.pretty-table .table th {
  font-family: 'Coming Soon','aleobold';
  font-weight: 400;
  font-size: 17px;
  line-height: 18px;
}
.pretty-table .table thead > tr > th,
.pretty-table .table thead > tr > td,
.pretty-table .table tbody > tr > th,
.pretty-table .table tbody > tr > td,
.pretty-table .table tfoot > tr > th,
.pretty-table .table tfoot > tr > td {
  padding: 8px;
  line-height: 15px;
  vertical-align: top;
  border-top: 1px solid #222;
  border-top: 1px solid rgba(0,0,0,0.4);
  border-left: 1px solid #222;
  border-left: 1px solid rgba(0,0,0,0.4);
}
.pretty-table .table thead > tr > th:first-child,
.pretty-table .table thead > tr > td:first-child,
.pretty-table .table tbody > tr > th:first-child,
.pretty-table .table tbody > tr > td:first-child,
.pretty-table .table tfoot > tr > th:first-child,
.pretty-table .table tfoot > tr > td:first-child {
  border-left: 0;
}
.pretty-table .table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #222;
  border-bottom: 1px solid rgba(0,0,0,0.4);
}
.pretty-table .table caption + thead tr:first-child th,
.pretty-table .table caption + thead tr:first-child td,
.pretty-table .table colgroup + thead tr:first-child th,
.pretty-table .table colgroup + thead tr:first-child td,
.pretty-table .table thead:first-child tr:first-child th,
.pretty-table .table thead:first-child tr:first-child td {
  border-top: 0;
}
.pretty-table .table tbody + tbody {
  border-top: 1px solid #222;
  border-top: 1px solid rgba(0,0,0,0.4);
}
.pretty-table .table .table {
  background-color: transparent;
}
/* priceHeader */
.priceHeader {
  display: inline-block;
  padding: 14px 22px 14px 22px;
  position: relative;
  background: transparent url("../images/priceheader-bg.png") repeat-x center top;
  font-family: 'Coming Soon','geared_slabbold';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  margin: 40px 3px 0 3px;
}
.priceHeader:before {
  content: " ";
  background: transparent url("../images/priceheader-lft.png") no-repeat top center;
  width: 20px;
  height: 52px;
  position: absolute;
  top: 0;
  left: -3px;
}
.priceHeader:after {
  content: " ";
  background: transparent url("../images/priceheader-rt.png") no-repeat top center;
  width: 20px;
  height: 52px;
  position: absolute;
  top: 0;
  right: -3px;
}
.priceHeader .lft {
  float: left;
  min-width: 187px;
}
.priceHeader .rt {
  float: left;
  min-width: 187px;
}
.priceHeader .price {
  display: block;
  width: 108px;
  height: 108px;
  padding: 10px 5px 0 5px;
  background: transparent url("../images/priceheader-price.png") no-repeat center top;
  float: left;
  position: relative;
  margin-top: -40px;
  margin-left: 20px;
  margin-right: 20px;
}
.priceHeader .price span {
  text-transform: none;
}
.priceHeader .price .el_1 {
  display: block;
  font-size: 20px;
  line-height: 34px;
  font-family: 'Coming Soon','aleoregular';
}
.priceHeader .price .el_2 {
  font-size: 29px;
  line-height: 29px;
  font-family: 'Coming Soon','aleoregular';
  position: relative;
  top: -0.5em;
}
.priceHeader .price .el_3 {
  font-family: 'Coming Soon','aleobold';
  font-size: 57px;
  line-height: 33px;
}
.priceHeader .price .el_4 {
  position: relative;
  top: -0.5em;
}
hr.line1 {
  padding: 20px 0 30px 0;
  margin: 0;
  height: 31px;
  background: transparent url("../images/line-1.png") no-repeat center 20px;
}
/* main menu */
.is-sticky .full-sticky-menu {
  width: 100%;
  position: absolute;
  z-index: 100;
}

.pr{padding-right:0;}
.pl{padding-left:0;}
/*.pimg{height:220px; max-width:1024px; width:auto; margin:0 auto;}
.pimgb{max-height:540px; max-width:1024px; width:auto; margin:0 auto;}*/
.pimg{height:280px; max-width:1024px; width:auto; margin:0 auto;}
.pimgl{height:280px; max-width:1024px; width:auto; }
.pimgb{max-height:340px; max-width:1024px; width:auto; margin:0 auto;}





@media (max-width: 990px) {
  .navbar-default .navbar-collapse {
    background: transparent url("../images/bg-1.jpg") repeat-y top center;
    z-index: 2;
    position: relative;
  }
}
.navbar-header {
  width: 100%;
  min-height: 1px;
  position: relative;
  display: block;
  float: none;
  text-align: center;
}
.navbar-header .smallSocials {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 3;
}
.navbar-header .navbar-brand {
  position: relative;
  float: none;
  margin: 0;
  display: inline-block;
  padding: 12px 0 0 0;
}
.navbar-default .navbar-nav {
  float: none;
  margin-top: 135px;
}
.navbar-default .navbar-nav > li {
  margin: 0 5px 0 0;
}
.navbar-default .navbar-nav > li > a {
  font-family: 'Coming Soon','geared_slabbold';
  padding: 15px 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.navbar-default .navbar-nav.text-center > li {
 /* margin-left: 6px;*/
  margin-right: 4px;
  display: inline-block;
  float: none;
  padding-bottom: 15px;
}
/* menu on hover */
li.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-nav > li > .dropdown-menu {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.175);
  box-shadow: 0 2px 6px rgba(0,0,0,0.175);
  text-align: left;
  border: 0;
  background: #460606;
}
.navbar-nav > li > .dropdown-menu > li > a {
  color: #fff;
  font-size: 18px;
  line-height: 19px;
  margin-top: 3px;
  margin-bottom: 6px;
}
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
  background: rgba(0,0,0,0.4);
  filter: none;
}
.navbar-default .navbar-nav.pull-right > li {
  margin: 0 0 0 5px;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.25);
  box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.25);
  background: #6e0d0d;
  color: #fff;
}
.navbar-fixed-top {
  z-index: 300;
}
.navbar-default {
  background: transparent;
  border: 0;
  margin: 0;
}
.navbar-default .inner {
  background: transparent url("../images/menu-bg.png") repeat-x center top;
  height: 268px;
  border: 0;
}
.navbar-default .inner:before {
  content: " ";
  height: 57px;
  z-index: 2;
  position: absolute;
  width: 100%;
  background: transparent url("../images/menu-bg-top.png") repeat-x center top;
  display: block;
}
.navbar-default .inner .btm {
  width: 100%;
  height: 25px;
  display: block;
  background: transparent url("../images/menu-bg.png") repeat-x center -264px;
  pointer-events: none;
  position: absolute;
  bottom: -23px;
}
.address {
  font-family: 'Coming Soon','aleoregular';
  font-size: 16px;
  line-height: 19px;
  color: #c69878;
  margin: 0;
  padding: 13px 0;
  z-index: 3;
  position: relative;
}
/* custom columns */
.row.nomargin {
  margin-left: auto;
  margin-right: auto;
}
.row.nomargin > div {
  padding: 0;
}
.threeBoxes {
  max-width: 1300px;
  margin: 0 auto;
}
.threeBoxes > div {
  position: relative;
}
.threeBoxes > div > div {
  height: 479px;
  max-width: 450px;
  overflow: hidden;
}
.threeBoxes .full-width-photo {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 300px;
  margin-right: -1px;
}
/* tweet list */
.blackboard {
  background: transparent url("../images/blackboard-bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px;
  height: 479px;
  max-width: 450px;
  overflow: hidden;
}
.tweet_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tweet_list li {
  font-family: 'Coming Soon','aleobold';
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  margin: 0 0 30px 0;
}
.tweet_list li a {
  color: #c84249;
}
.tweet_list li .tweet_time {
  display: block;
}
.tweet_list li .tweet_time a {
  color: #b8b5b5;
}
/* google map */
.googleMap {
  min-height: 220px;
}
.googleMap img {
  max-width: none;
}
.customMarker {
  position: relative;
}
.customMarker i {
  display: block;
  width: 50px;
  height: 50px;
  background: transparent url("../images/marker-icon.png") no-repeat center bottom;
}
.customMarker span {
  display: block;
  position: absolute;
  bottom: 60px;
  background: #960000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px;
  text-align: center;
  width: 200px;
  left: -75px;
  font-family: 'Coming Soon','aleoregular';
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-shadow: 0px -1px 0px #000101;
}
.customMarker span:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 8.5px 0 8.5px;
  border-color: #960000 transparent transparent transparent;
  -webkit-transform: rotate(360deg);
  position: absolute;
  bottom: -10px;
  left: 93px;
}
/* socials links */
.smallSocials {
  display: inline-block;
  margin: 0 0 0 -22px;
  padding: 0;
}
.smallSocials:before,
.smallSocials:after {
  content: " ";
  display: table;
}
.smallSocials:after {
  clear: both;
}
.smallSocials li {
  display: block;
  float: left;
  margin-left: 22px;
  background: transparent url("../images/smallsocial-bg.png") no-repeat 0 0;
  -webkit-transition: background-position .2s ease;
  transition: background-position .2s ease;
}
.smallSocials li a {
  display: block;
  width: 29px;
  height: 30px;
  padding-top: 2px;
  text-align: center;
}
.smallSocials li a img {
  display: inline-block;
}
.smallSocials li:hover {
  background-position: 0 -30px;
}
.bigSocials {
  display: block;
  margin: 30px 0 5px -30px;
  padding: 0;
  text-align: center;
}
.bigSocials:before,
.bigSocials:after {
  content: " ";
  display: table;
}
.bigSocials:after {
  clear: both;
}
.bigSocials li {
  display: inline-block;
  float: none;
  margin-left: 30px;
  background: transparent url("../images/social-bg.png") no-repeat 0 0;
  -webkit-transition: background-position .2s ease;
  transition: background-position .2s ease;
}
.bigSocials li a {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  text-align: center;
}
.bigSocials li a img {
  display: inline-block;
}
.bigSocials li:hover {
  background-position: 0 -40px;
}
.soc_list > li {
  text-align: center;
  display: inline-block;
  margin: 5px 5px 15px 5px;
}
.soc_list > li > a {
  color: #fff;
  display: block;
  width: 31px;
  height: 31px;
  background: transparent url("../images/soc-small.png") no-repeat center -33px;
  font-size: 16px;
  line-height: 16px;
  padding-top: 6px;
  -webkit-transition: background-position .2s ease;
  transition: background-position .2s ease;
}
.soc_list > li > a:hover {
  background-position: 0 -1px;
}
.soc_list.soc-medium > li > a {
  width: 39px;
  height: 39px;
  background: transparent url("../images/soc-medium.png") no-repeat center -40px;
  font-size: 20px;
  line-height: 21px;
  padding-top: 9px;
  padding-left: 1px;
}
.soc_list.soc-medium > li > a:hover {
  background-position: 0 0;
}
.soc_list.soc-big > li {
  margin: 8px 8px 22px 8px;
}
.soc_list.soc-big > li > a {
  width: 57px;
  height: 57px;
  background: transparent url("../images/soc-big.png") no-repeat center -58px;
  font-size: 29px;
  line-height: 29px;
  padding-top: 14px;
  padding-left: 0px;
}
.soc_list.soc-big > li > a:hover {
  background-position: 0 0;
}
/* flickr images widget */
.flickr_badge {
  margin: 0 0 0 -15px;
}
.flickr_badge:before,
.flickr_badge:after {
  content: " ";
  display: table;
}
.flickr_badge:after {
  clear: both;
}
.flickr_badge > div {
  text-align: center;
  position: relative;
  margin: 0 0 15px 15px;
  float: left;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #480808;
  font-size: 22px;
}
.flickr_badge > div a:before {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  background: rgba(255,255,255,0.7);
}
.flickr_badge > div a:after {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  content: " ";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  top: 50%;
  margin-left: 50%;
  margin-top: -11px;
  margin-left: -10px;
}
.flickr_badge > div:hover a:before,
.flickr_badge > div:hover a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* tooltips */
.tooltip-inner {
  padding: 6px 12px;
  color: #fff;
  background-color: #460606;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top .tooltip-arrow {
  border-top-color: #460606;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #460606;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #460606;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #460606;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #460606;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #460606;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #460606;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #460606;
}
.phoneIcon,
.locationIcon {
  background: transparent url("../images/mobile-flag.png") no-repeat 0 0;
  width: 51px;
  height: 66px;
  position: absolute;
  top: 43px;
  left: 13px;
  font-size: 0;
  color: transparent;
}
.phoneIcon {
  background-position: -287px 0;
  left: auto;
  right: 13px;
}
/* section */
.section {
  position: relative;
}
.section > .inner {
  padding: 100px 0 200px 0;
  min-height: 330px;
  background-position: bottom center;
  background-repeat: no-repeat;
 /* background-attachment: fixed;*/
}
.section > .inner.repeated {
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-repeat: repeat;
}
.bg-1 {
  background: transparent url("../images/bg-1.jpg") repeat-y top center;
}
.bg-2 {
  background: transparent url("../images/bg-2.jpg") repeat-y top center;
}
.bg-2.topOrnament {
  padding-top: 30px;
}
.bg-2.topOrnament > .inner {
  padding-top: 0;
}
.bg-2.topOrnament:before {
  content: " ";
  display: block;
  height: 76px;
  width: 100%;
  position: absolute;
  top: -76px;
  background: transparent url("../images/bg-2-top.png") no-repeat top center;
}
/* flexslider */
.flexslider.flexFull.type2 {
  padding: 0;
}
.flexslider.flexFull.type2 .flex-direction-nav a {
  position: static;
  display: block;
  width: 77px;
  height: 77px;
  background: transparent url("../images/slider2-controls.png") no-repeat left top;
  font-size: 0;
  color: transparent;
  -webkit-transition: none;
  transition: none;
  margin: 0;
  float: left;
}
.flexslider.flexFull.type2 .flex-direction-nav a:hover {
  background-position: left -145px;
}
.flexslider.flexFull.type2 .flex-direction-nav a:before {
  display: none;
  height: 0;
}
.flexslider.flexFull.type2 .flex-direction-nav .flex-next {
  background-position: -167px 0;
  float: right;
}
.flexslider.flexFull.type2 .flex-direction-nav .flex-next:hover {
  background-position: -167px -145px;
}
.flexslider.flexFull.type2 .flex-direction-nav {
  width: 940px;
  left: 50%;
  margin-left: -470px;
  position: absolute;
  top: 50%;
  margin-top: -39px;
}
.flexslider.flexFull {
  padding: 30px 0 10px 0;
}
.flexslider.flexFull .flex-direction-nav a {
  position: static;
  display: block;
  width: 58px;
  height: 58px;
  background: transparent url("../images/slider-controls.png") no-repeat left top;
  font-size: 0;
  color: transparent;
  -webkit-transition: none;
  transition: none;
  margin: 0;
  float: left;
}
.flexslider.flexFull .flex-direction-nav a:hover {
  background-position: left -83px;
}
.flexslider.flexFull .flex-direction-nav a:before {
  display: none;
  height: 0;
}
.flexslider.flexFull .flex-direction-nav .flex-next {
  background-position: -115px 0;
  float: right;
}
.flexslider.flexFull .flex-direction-nav .flex-next:hover {
  background-position: -115px -83px;
}
.flexslider.flexFull .flex-direction-nav {
  width: 820px;
  left: 50%;
  margin-left: -410px;
  position: absolute;
  top: 50%;
  margin-top: -41px;
}
.flexslider.flexFade {
  margin: 30px 0;
  min-height: 398px;
}
.flexslider.flexFade .slides > li {
  min-height: 398px;
}
.flexslider.flexFade .flex-direction-nav a {
  width: 26px;
  height: 26px;
  color: #fff;
  text-shadow: none;
  right: 30px;
  margin-top: -13px;
}
.flexslider.flexFade .flex-direction-nav a:before {
  font-size: 26px;
}
.flexslider.flexFade .flex-direction-nav .flex-prev {
  left: 20px;
}
.flexslider.flexFade .flex-direction-nav {
  z-index: 2;
  width: 398px;
  height: 398px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.flexslider.flexFade .descArea {
  background: transparent url("../images/circle-flex.png") no-repeat top center;
  z-index: 4;
  text-align: center;
  width: 398px;
  height: 398px;
  padding: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.flexslider.flexFade .descArea h4 {
  font-family: 'Coming Soon','aleobold';
  font-size: 39px;
  line-height: 43px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
}
.flexslider.flexFade .descArea h5 {
  font-family: 'Coming Soon','geared_slabregular';
  font-size: 26px;
  line-height: 32px;
}
.flexslider.flexFade .descArea p {
  font-size: 16px;
  line-height: 19px;
}
.flexslider.flexFade .descArea hr {
  height: 1px;
  background: #fff;
  margin: 10px auto;
  max-width: 80%;
}
.flexslider.flexFade .price {
  color: #fff;
  display: block;
  text-align: center;
  font-family: 'Coming Soon','aleobold';
  font-size: 45px;
  line-height: 45px;
}
.flexslider.flexFade .price em {
  font-style: normal;
  font-family: 'Coming Soon','aleoregular';
  font-size: 24px;
  line-height: 24px;
  position: relative;
  top: -0.7em;
  padding: 0 4px;
}
.flexslider.flexFade .price span {
  position: relative;
  top: -0.7em;
  font-family: 'Coming Soon','aleoregular';
  font-size: 24px;
  line-height: 24px;
}
.flexslider.flexSimple {
  overflow: visible;
}
.flexslider.flexSimple .flex-direction-nav a {
  text-align: center;
  display: block;
  background: #470707;
  color: #fff;
  box-shadow: 0px 0px 6px 0px #000;
  text-shadow: none;
  padding-top: 4px;
  left: -20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.flexslider.flexSimple .flex-direction-nav a:before {
  font-size: 34px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d9";
  padding-right: 4px;
}
.flexslider.flexSimple .flex-direction-nav a.flex-next {
  left: auto;
  right: -20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.flexslider.flexSimple .flex-direction-nav a.flex-next:before {
  content: "\f0da";
  padding-left: 4px;
}
/* prodBox */
.prodBox {
  clear: both;
  position: relative;
  text-align: center;
  min-height: 335px;
  width: 260px;
  margin: 70px auto 90px auto;
  background: #f5f3eb;
  font-family: 'Coming Soon','aleoregular';
  color: #877e7e;
  font-size: 12px;
  line-height: 18px;
}
.prodBox:after {
  display: block;
  content: " ";
  background: transparent url("../images/paper-1-btm.png") no-repeat center bottom;
  position: absolute;
  width: 260px;
  height: 62px;
  bottom: -61px;
  left: 0;
  right: 0;
}
.prodBox p {
  font-family: 'Coming Soon','aleoregular';
  color: #877e7e;
  font-size: 12px;
  line-height: 18px;
}
.prodBox .info {
  display: block;
  padding: 15px 0;
  color: #676464;
  font-size: 11px;
  line-height: 18px;
}
.prodBox h4 {
  color: #635858;
  font-family: 'Coming Soon','aleobold';
  font-size: 25px;
  line-height: 29px;
  margin: 0 0 15px 0;
}
.prodBox .price {
  display: block;
  text-align: center;
  padding: 19px 0 0 0;
  color: #fff;
  font-family: 'Coming Soon','aleobold';
  font-size: 45px;
  line-height: 45px;
  position: absolute;
  top: -52px;
  left: 50%;
  margin-left: -52px;
  background: #490909;
  border: 1px solid #8a1c1c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 105px;
  height: 105px;
}
.prodBox .price small {
  font-family: 'Coming Soon','aleoregular';
  font-size: 21px;
  line-height: 20px;
  display: block;
}
.prodBox .price em {
  font-style: normal;
  font-family: 'Coming Soon','aleoregular';
  font-size: 24px;
  line-height: 24px;
  position: relative;
  top: -0.7em;
  padding: 0 4px;
}
.prodBox .price span {
  position: relative;
  top: -0.7em;
  font-family: 'Coming Soon','aleoregular';
  font-size: 24px;
  line-height: 24px;
}
.prodBox .inner {
  padding: 20px 15px 15px 15px;
}
.prodBox.type2 {
  margin-bottom: 140px;
}
.prodBox.type2:after {
  background-image: url("../images/paper-2-btm.png");
  height: 115px;
  bottom: -114px;
}
.prodBox.type3 {
  margin-bottom: 70px;
}
.prodBox.type3:after {
  background-image: url("../images/paper-3-btm.png");
  height: 44px;
  bottom: -43px;
}
/* menuBox */
.menuBox {
  width: 246px;
  margin: 0 auto;
  position: relative;
  padding-top: 117px;
  margin-bottom: 140px;
}
.menuBox:after {
  display: block;
  content: " ";
  background: transparent url("../images/menubox-1-btm.png") no-repeat center bottom;
  position: absolute;
  width: 246px;
  height: 105px;
  bottom: -104px;
  left: 0;
  right: 0;
}
.menuBox .top {
  text-align: center;
  background: transparent url("../images/menubox-top.png") no-repeat top center;
  width: 246px;
  height: 156px;
  padding: 28px 0 0 0;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Coming Soon','geared_slabbold';
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.menuBox .top img {
  display: inline-block;
}
.menuBox .top span {
  padding-top: 12px;
  display: block;
}
.menuBox .inner {
  background: #f5f3eb;
  padding: 55px 15px 5px 15px;
  color: #460606;
  font-family: 'Coming Soon','aleoregular';
  font-size: 12px;
  line-height: 17px;
}
.menuBox .inner p {
  color: #460606;
  font-family: 'Coming Soon','aleoregular';
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 5px;
}
.menuBox .inner .title {
  display: block;
  font-family: 'Coming Soon','aleobold';
  font-size: 16px;
  line-height: 16px;
  padding: 0 0 5px 0;
}
.menuBox .inner .price {
  font-family: 'Coming Soon','aleobold';
  display: block;
  color: #8d1212;
  font-size: 29px;
  line-height: 29px;
}
.menuBox .inner .price em {
  font-style: normal;
  font-family: 'Coming Soon','aleoregular';
  display: inline-block;
  position: relative;
  top: -0.5em;
  font-size: 19px;
  line-height: 19px;
  padding: 0 3px;
}
.menuBox .inner .price span {
  font-family: 'Coming Soon','aleobold';
  display: inline-block;
  position: relative;
  top: -0.5em;
  font-size: 19px;
  line-height: 19px;
  padding: 0 3px;
}
.menuBox .media > .pull-left {
  margin-right: 15px;
}
.menuBox hr {
  background: transparent url("../images/line-hr2.png") repeat-x center 10px;
  height: 1px;
  padding: 10px 0;
}
.menuBox.type2 {
  margin-bottom: 105px;
}
.menuBox.type2:after {
  background-image: url("../images/menubox-2-btm.png");
  height: 75px;
  bottom: -74px;
}
.menuBox.type3 {
  margin-bottom: 95px;
}
.menuBox.type3:after {
  background-image: url("../images/menubox-3-btm.png");
  height: 65px;
  bottom: -64px;
}
.menuBox.type4 {
  margin-bottom: 65px;
}
.menuBox.type4:after {
  background-image: url("../images/menubox-4-btm.png");
  height: 35px;
  bottom: -34px;
}
/* rounded image */
.roundedImg {
  width: 54px;
  height: 54px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(255, 255, 255, 0.75);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}
.roundedImg img {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* eventBox */
.eventBox {
  max-width: 90%; /*821px;*/
  min-height: 150px;
  margin: 55px auto 60px auto;
  position: relative;
 /* background: #fff;*/
  background: rgba(255,255,255,0.7);
  border: 1px solid #ba1818;
  border: 1px solid rgba(186,24,24,0.5);
  -webkit-box-shadow: inset 0px 2px 1px 0px rgba(0,0,0,0.14);
  box-shadow: inset 0px 2px 1px 0px rgba(0,0,0,0.14);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 34px 10px 20px 10px;/*34px 10px 20px 135px;*/
}
.eventBox .hdr2 {
  display: block;
}
.eventBox hr {
  height: 1px;
  background: #ba1818;
  background: rgba(186,24,24,0.5);
  max-width: 520px;
  margin: 0 auto 20px auto;
}
.eventBox .date {
  display: block;
  text-align: center;
  background: #9d2824;
  width: 124px;
  height: 124px;
  padding: 15px 5px 5px 5px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Coming Soon','geared_slabregular';
  font-size: 45px;
  line-height: 45px;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
  color: #c89b7a;
}
.eventBox .date span {
  font-family: 'Coming Soon','geared_slabbold';
  font-size: 56px;
  line-height: 51px;
  display: block;
}
.eventBox .place {
  display: block;
  font-family: 'Coming Soon','geared_slabregular';
  color: #e05c28;
  font-size: 33px;
  line-height: 33px;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
  padding: 20px 0 0 0;
}
.eventBox .time {
 /* display: block;*/
  font-family: 'Coming Soon','geared_slabbold';
  color: #b58767;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
  padding: 14px 0 0 0;
}
.eventBox .time small {
  color: inherit;
  font-size: 60%;
}
.mapit,
.shareit {
  margin: 0 0 20px 0;
  min-height: 39px;
  position: relative;
  display: inline-block;
  padding: 13px 0 0 49px;
  font-size: 31px;
  line-height: 31px;
  font-family: 'Coming Soon','geared_slabregular';
  color: #fff;
  text-transform: uppercase;
}
.mapit:hover,
.shareit:hover {
  color: #fff;
}
.mapit i,
.shareit i {
  display: block;
  width: 45px;
  height: 45px;
  background: transparent url("../images/marker-share.png") no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
.shareit i {
  background-position: 0 -124px;
}
.mapit + .shareit {
  margin-left: 50px;
}
.shareit + .mapit {
  margin-left: 50px;
}
.easyBox {
  max-width: 821px;
  min-height: 150px;
  margin: 55px auto 60px auto;
  position: relative;
 /* background: #000;*/
  background: rgba(255,255,255,0.7);
/*  border: 1px solid #ba1818;*/
  border: 1px solid rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0px 2px 1px 0px rgba(0,0,0,0.14);
  box-shadow: inset 0px 2px 1px 0px rgba(0,0,0,0.14);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 35px 30px;
}
.easyBox.flat {
  padding: 35px 20px 30px 75px;
}
.easyBox.full {
  max-width: 100%;
  padding: 45px 55px 50px 55px;
}
/* person box */
.personBox {
  color: #fff;
  /*max-width: 213px;
  margin: 0 auto 20px auto;*/
}
.personBox .ptitle {
  text-align: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  display: block;
  background: #460606;
  font-family: 'Coming Soon','geared_slabbold';
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  padding: 11px 3px;
}
.personBox .pname {
  padding: 20px 0 8px 0;
  display: block;
  font-family: 'Coming Soon','geared_slabregular';
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
}
.personBox .smallSocials {
  margin-top: 10px;
}
/* alert */
.alert {
  padding: 13px 60px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert .close {
  top: 1px;
}
.alert i {
  font-size: 18px;
  top: 1px;
  position: relative;
  margin-right: 10px;
}
.alert-danger {
  background-color: #fce2e3;
  border-color: #de9799;
  color: #e54034;
}
.alert-danger hr {
  border-top-color: #d88486;
}
.alert-danger .alert-link {
  color: #cc261a;
}
.alert-success {
  background-color: #daeec0;
  border-color: #c4e49a;
  color: #54732c;
}
.alert-success hr {
  border-top-color: #b8df86;
}
.alert-success .alert-link {
  color: #394e1e;
}
.alert-info {
  background-color: #d4ebf6;
  border-color: #badff1;
  color: #397a99;
}
.alert-info hr {
  border-top-color: #a5d5ed;
}
.alert-info .alert-link {
  color: #2b5c74;
}
.alert-warning {
  background-color: #fdf4bd;
  border-color: #f6e789;
  color: #8c834c;
}
.alert-warning hr {
  border-top-color: #f4e271;
}
.alert-warning .alert-link {
  color: #6b643a;
}
/* icon box */
.iconBox {
  margin: 10px 0 20px 0;
}
.iconBox h3 {
  font-family: 'Coming Soon','geared_slabregular';
  font-weight: 400;
  font-size: 31px;
  line-height: 31px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.iconBox i {
  margin-right: 3px;
}
.buttonBox {
  padding-left: 100px;
  padding-right: 60px;
}
.buttonBox p {
  font-size: 31px;
  line-height: 31px;
  margin: 5px 0 0 0;
}
/* box with text */
.box_text {
  display: block;
  position: relative;
}
.box_text .ribbon_icon {
  display: block;
  background: transparent url("../images/blog-ribbon3.png") no-repeat center top;
  width: 42px;
  height: 57px;
  position: absolute;
  top: 39px;
  left: 30px;
  z-index: 1;
  text-align: center;
  color: #490909;
  font-size: 21px;
  padding-top: 13px;
}
.box_text .ribbon_icon i.fa-quote-left {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 88px;
  line-height: 69px;
}
.box_text .ribbon_icon i.fa-quote-left:before {
  content: "“";
}
.box_text .inner {
  min-height: 125px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  margin: 0 0 25px 0;
  text-align: center;
  background: #490909;
  padding: 35px 100px 20px 100px;
}
.box_text .inner p {
  text-shadow: none;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
}
.box_text .inner .author {
  display: block;
  padding: 7px 0;
  font-size: 15px;
  line-height: 15px;
  color: #cc9f7e;
  text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
}
/* progress bars */
.progress {
  position: relative;
  overflow: visible;
  height: 55px;
  margin: 0 17px 15px 10px;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress:before {
  display: block;
  content: " ";
  background: transparent url("../images/progress-bar-left.png") repeat-x 0 0;
  width: 10px;
  height: 55px;
  position: absolute;
  top: 0;
  left: -10px;
}
.progress-bar {
  position: relative;
  float: left;
  width: 175px;
  height: 100%;
  font-family: 'Coming Soon','geared_slabregular';
  font-weight: 400;
 /* text-shadow: 1px 2px 0px rgba(5,3,5,0.24);*/
  font-size: 25px;
  line-height: 35px;
  /*text-transform: uppercase;*/
  text-align: left;
  background: transparent url("../images/progress-bar-md.png") repeat-x 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  padding: 8px 10px 0 18px;
}
.progress-bar:before,
.progress-bar:after {
  content: " ";
  display: table;
}
.progress-bar:after {
  clear: both;
}
.progress-bar.animating {
  -webkit-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
}
.progress-bar:before {
  display: block;
  content: " ";
  background: transparent url("../images/progress-bar-right.png") repeat-x 0 0;
  width: 17px;
  height: 49px;
  position: absolute;
  top: 0;
  right: -17px;
}
.progress-bar sub {
  font-size: 19px;
  text-transform: none;
  bottom: 0;
}
/* .pie-chart */
.pie-chart {
  margin: 0 0 25px 0;
  position: relative;
  background: transparent;
  width: 159px;
  height: 159px;
  display: inline-block;
  font-family: 'Coming Soon','geared_slabbold';
  font-weight: 400;
  font-size: 42px;
}
.pie-chart > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 55px;
  line-height: 45px;
}
.pie-chart > span > i {
  position: relative;
  top: -1px;
}
.pie-chart > span > sub {
  font-size: 25px;
  bottom: 0;
  margin-left: 3px;
}
.testimonial .inner {
  position: relative;
  background: #f5f3eb;
  color: #460606;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 20px 0;
  padding: 20px 30px 10px 55px;
}
.testimonial .inner p {
  color: #460606;
  text-shadow: none;
}
.testimonial .inner:before {
  font-family: Arial, Helvetica, sans-serif;
  content: "“";
  font-size: 90px;
  height: 0;
  float: left;
  position: relative;
  left: -40px;
  top: 28px;
}
.testimonial .inner:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 11px 10.5px 0 10.5px;
  border-color: #f5f3eb transparent transparent transparent;
  position: absolute;
  left: 31px;
  bottom: -11px;
}
.testimonial .media-body {
  padding-top: 12px;
  line-height: 16px;
}
.testimonial .media > .pull-left {
  margin-left: 15px;
  margin-right: 15px;
}
.testimonial .media .media-object {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonial.dark_ver .inner {
  background: #4a0a0a;
  color: #f5f3eb;
}
.testimonial.dark_ver .inner p {
  color: #f5f3eb;
}
.testimonial.dark_ver .inner:after {
  border-color: #4a0a0a transparent transparent transparent;
}
/* tabs */
.nav-tabs {
  border: 0;
  margin: 0 0 20px 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li:first-child a {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.nav-tabs > li:last-child a {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.nav-tabs > li > a {
  color: #fff;
  padding: 8px 15px;
  margin-right: 1px;
  font-size: 13px;
  line-height: 14px;
  border: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2) inset;
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2) inset;
  background: #450505;
}
.nav-tabs > li > a:hover {
  border: 0;
  background: #450505;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background: #c89b7a;
  border: 0;
  cursor: default;
}
p + .nav-tabs.type2 {
  margin-top: 30px;
}
.nav-tabs.type2 {
  border: 0;
  margin: 0;
}
.nav-tabs.type2 > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs.type2 > li:first-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.type2 > li:last-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.type2 > li > a {
  font-family: 'Coming Soon','aleobold';
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  color: #4a0a0a;
  padding: 9px 30px 6px 30px;
  margin-right: 0;
  font-size: 18px;
  line-height: 18px;
  border: 0 !important;
  -webkit-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.1) inset;
  box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.1) inset;
  background: #e9e8e3;
}
.nav-tabs.type2 > li > a:hover {
  border: 0;
  background: #f5f3eb;
}
.nav-tabs.type2 > li.active > a,
.nav-tabs.type2 > li.active > a:hover,
.nav-tabs.type2 > li.active > a:focus {
  color: #4a0a0a;
  background: #f5f3eb;
  border: 0;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs.type2 > li + li + li > a {
  background: #dededd;
}
.nav-tabs.type2 + .tab-content {
  padding: 24px 17px 17px 28px;
  background: #f5f3eb;
  -webkit-border-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 4px;
  -moz-border-radius-topleft: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
}
.nav-tabs.type2 + .tab-content * {
  color: #4a0a0a;
  text-shadow: none;
}
.nav-tabs.type2.dark_ver > li > a {
  background: #580f0f;
  color: #fff;
}
.nav-tabs.type2.dark_ver > li > a:hover {
  background: #4a0a0a;
}
.nav-tabs.type2.dark_ver > li + li + li > a {
  background: #661616;
}
.nav-tabs.type2.dark_ver > li.active > a,
.nav-tabs.type2.dark_ver > li.active > a:hover,
.nav-tabs.type2.dark_ver > li.active > a:focus {
  color: #fff;
  background: #4a0a0a;
}
.nav-tabs.type2.dark_ver + .tab-content {
  background: #4a0a0a;
}
.nav-tabs.type2.dark_ver + .tab-content * {
  color: #fff;
}
/* accordion */
.panel-default {
  border: 0;
}
.panel-default .panel-title {
  font-size: 18px;
  line-height: 18px;
}
.panel-default > .panel-heading a {
  display: block;
  padding: 15px 30px;
  color: #fff;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #333;
  border-top: 1px solid rgba(0,0,0,0.4);
}
.panel-default > .panel-heading a:before {
  color: #444;
  color: rgba(0,0,0,0.4);
  float: left;
  height: 0;
  position: relative;
  left: -28px;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f068";
}
.panel-default > .panel-heading a.collapsed:before {
  content: "\f067";
}
.panel-default > .panel-heading {
  color: transparent;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  padding: 0 30px 15px 30px;
  border: 0;
  color: #fff;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border: 0;
}
p + .panel-group {
  margin-top: 30px;
}
.panel-group {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #333;
  border-bottom: 1px solid rgba(0,0,0,0.4);
}
.panel-group .panel {
  background: transparent;
  border: 0;
  border-top: 1px solid transparent;
  border-top: 1px solid rgba(0,0,0,0.05);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
/* blog */
.blog-list {
  margin: 50px 0 0 0;
}
.blog-main > .inner {
  max-width: 541px;
}
.blog-main .blog_title {
  margin: 0 0 15px 0;
  font-family: 'Coming Soon','geared_slabregular';
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
}
.blog-main .blog_thumbnail {
  position: relative;
  margin: 5px 0;
}
.blog-main .blog_thumbnail img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #111;
  border: 1px solid rgba(255,255,255,0.2);
}
.blog-main .blog_thumbnail .ribbon_details {
  display: block;
  text-align: center;
  background: transparent url("../images/blog-ribbon1.png") no-repeat center top;
  width: 73px;
  height: 101px;
  padding-left: 8px;
  position: absolute;
  right: 27px;
  top: -7px;
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  z-index: 9;
}
.blog-main .blog_thumbnail .ribbon_details .ribbon_details_date {
  display: block;
  padding: 12px 0 5px 0;
  text-transform: uppercase;
}
.blog-main .blog_thumbnail .ribbon_details .ribbon_details_comments {
  display: inline-block;
  border-top: 1px solid #fff;
  padding: 8px 2px 4px 2px;
  min-width: 35px;
  font-size: 14px;
  line-height: 14px;
}
.blog-main .blog_thumbnail .ribbon_details .ribbon_details_comments i {
  margin-left: 2px;
}
.blog-main .meta_box {
  margin: 20px 0 5px 0;
  padding: 3px 0;
  font-family: 'Coming Soon','geared_slabbold';
  color: #fff;
  font-size: 20px;
  line-height: 21px;
}
.blog-main .meta_box > span {
  position: relative;
  display: inline-block;
  padding: 0 18px;
  margin-bottom: 25px;
}
.blog-main .meta_box > span:before {
  content: " ";
  height: 15px;
  width: 2px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: -3px;
}
.blog-main .meta_box > span:first-child {
  padding-left: 0;
}
.blog-main .meta_box > span:first-child:before {
  display: none;
  height: 0;
}
.blog-main .meta_box .meta_comments em {
  text-align: center;
  position: absolute;
  display: inline-block;
  font-style: normal;
  background: transparent url("../images/blog-ribbon2.png") no-repeat center top;
  width: 36px;
  height: 50px;
  top: -7px;
  padding-top: 8px;
}
.blog-main .meta_box .meta_comments span {
  margin-left: 45px;
}
.blog-main .btn-blog {
  margin-top: 5px;
}
.blog-post {
  margin: 0 0 40px 0;
}
.blog-post p {
  margin-bottom: 25px;
}
.blog-post blockquote p {
  margin-bottom: 15px;
}
.commentList .oneComment > .media {
  margin-bottom: 10px;
}
.commentList .oneComment > .media > .pull-left {
  margin-right: 15px;
}
.blog-sidebar .widget {
  border-bottom: 1px dashed #333;
  border-bottom: 1px dashed rgba(0,0,0,0.5);
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
}
.blog-sidebar .widget > h3 {
  font-family: 'Coming Soon','geared_slabbold';
  font-weight: 400;
  font-size: 24px;
  line-height: 25px;
  margin: 0 0 20px 0;
}
.blog-sidebar .widget .tab-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-sidebar .widget .tab-content ul > li {
  font-family: 'Coming Soon','aleobold';
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 15px 0;
}
.blog-sidebar .widget_archive h3 + ul,
.blog-sidebar .widget_categories h3 + ul,
.blog-sidebar .widget_recent_entries h3 + ul,
.blog-sidebar .widget_recent_comments h3 + ul,
.blog-sidebar .widget_categories h3 + ul,
.blog-sidebar .widget_meta h3 + ul,
.blog-sidebar .widget_pages h3 + ul,
.blog-sidebar .widget_rss h3 + ul,
.blog-sidebar .widget_links h3 + ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.blog-sidebar .widget_archive h3 + ul > li,
.blog-sidebar .widget_categories h3 + ul > li,
.blog-sidebar .widget_recent_entries h3 + ul > li,
.blog-sidebar .widget_recent_comments h3 + ul > li,
.blog-sidebar .widget_categories h3 + ul > li,
.blog-sidebar .widget_meta h3 + ul > li,
.blog-sidebar .widget_pages h3 + ul > li,
.blog-sidebar .widget_rss h3 + ul > li,
.blog-sidebar .widget_links h3 + ul > li {
  display: block;
  font-family: 'Coming Soon','aleobold';
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 14px 0;
}
.blog-sidebar .widget_archive h3 + ul > li.active,
.blog-sidebar .widget_categories h3 + ul > li.active,
.blog-sidebar .widget_recent_entries h3 + ul > li.active,
.blog-sidebar .widget_recent_comments h3 + ul > li.active,
.blog-sidebar .widget_categories h3 + ul > li.active,
.blog-sidebar .widget_meta h3 + ul > li.active,
.blog-sidebar .widget_pages h3 + ul > li.active,
.blog-sidebar .widget_rss h3 + ul > li.active,
.blog-sidebar .widget_links h3 + ul > li.active {
  color: #c89b7a;
}
.blog-sidebar .widget_archive h3 + ul > li.active:before,
.blog-sidebar .widget_categories h3 + ul > li.active:before,
.blog-sidebar .widget_recent_entries h3 + ul > li.active:before,
.blog-sidebar .widget_recent_comments h3 + ul > li.active:before,
.blog-sidebar .widget_categories h3 + ul > li.active:before,
.blog-sidebar .widget_meta h3 + ul > li.active:before,
.blog-sidebar .widget_pages h3 + ul > li.active:before,
.blog-sidebar .widget_rss h3 + ul > li.active:before,
.blog-sidebar .widget_links h3 + ul > li.active:before {
  font-size: 12px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  height: 0;
  float: left;
  position: relative;
  left: -20px;
  top: 2px;
}
.blog-sidebar .tweet_list li {
  font-size: 12px;
  line-height: 20px;
}
.blog-sidebar .tweet_list li a {
  color: #444;
  color: rgba(0,0,0,0.7);
}
.blog-sidebar .tweet_list li .tweet_time a {
  color: #c89b7a;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0 5px 0;
  border-radius: 0;
  color: #fff;
  font-family: 'Coming Soon','geared_slabregular';
}
.pagination > li {
  display: inline-block;
  margin: 0 5px 5px 5px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  text-transform: uppercase;
  float: left;
  padding: 0;
  font-size: 21px;
  line-height: 28px;
  min-width: 32px;
  padding-top: 2px;
  text-decoration: none;
  background-color: #470707;
  border: 1px solid #bcd2c5;
  margin-left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pagination > li > a i,
.pagination > li > span i {
  font-size: 17px;
  position: relative;
  top: -2px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-color: #470707;
  padding-left: 20px;
  padding-right: 20px;
}
.pagination > li:first-child > a i,
.pagination > li:first-child > span i {
  margin-right: 14px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-color: #470707;
  padding-left: 20px;
  padding-right: 20px;
}
.pagination > li:last-child > a i,
.pagination > li:last-child > span i {
  margin-left: 14px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #470707;
}
.pagination > .active > a,
.pagination > .active > span {
  background: #c89b7a;
  border-color: #bcd2c5;
}
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background: #c89b7a;
  border-color: #bcd2c5;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #fff;
  background-color: #470707;
  border-color: #470707;
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* polaroid slider */
.polaroidSlider {
  display: inline-block;
  margin: 45px 0 22px 0;
  position: relative;
  text-align: left;
  width: 325px;
  height: 350px;
  background: transparent url("../images/polaroid-bg.png") no-repeat top center;
}
.polaroidSlider .inner {
  width: 271px;
  height: 230px;
  position: relative;
  margin-top: 33px;
  margin-left: 32px;
  display: inline-block;
}
.polaroidSlider .scotchtape {
  position: absolute;
  left: -28px;
  top: -25px;
  z-index: 53;
}
.polaroidSlider .bx-wrapper .bx-controls-direction a {
  top: auto;
  bottom: -50px;
  z-index: 88;
}
.polaroidSlider .bx-wrapper .bx-prev {
  left: 85px;
}
.polaroidSlider .bx-wrapper .bx-next {
  right: 85px;
}
.bxslider {
  text-align: left;
  padding: 0;
  margin: 0;
}
.bxslider:before,
.bxslider:after {
  content: " ";
  display: table;
}
.bxslider:after {
  clear: both;
}
.bx-wrapper {
  margin: 0;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: -5px;
  background: transparent;
}
.bx-wrapper .bx-controls-direction a {
  width: 20px;
  height: 25px;
  margin-top: -13px;
}
.bx-wrapper .bx-prev {
  background: transparent url("../images/controls-bxslider.png") no-repeat 0 0;
  left: 85px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 -54px;
}
.bx-wrapper .bx-next {
  background: transparent url("../images/controls-bxslider.png") no-repeat -94px 0;
  right: 85px;
}
.bx-wrapper .bx-next:hover {
  background-position: -94px -54px;
}
/* gallery */
.galleryBox {
 /* width: 224px;
  margin: 20px auto;*/
  position: relative;
 /* padding-top: 108px;*/
}
.galleryBox .top {
  text-align: center;
  background: transparent url("../images/gallerybox-top.png") no-repeat top center;
  width: 224px;
  height: 146px;
  padding: 65px 0 0 0;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Coming Soon','geared_slabbold';
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.galleryBox .inner {
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.14);
  box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.14);
}
.galleryContainer {
  list-style: none;
  position: relative;
  margin: 40px auto 30px auto;
  padding: 0;
}
.galleryContainer li a,
.galleryContainer li a img {
  display: block;
  position: relative;
}
.galleryContainer li a {
  overflow: hidden;
}
.galleryContainer li a div {
  position: absolute;
  background: #9d2824;
  background: rgba(157,40,36,0.9);
  width: 100%;
  height: 100%;
}
.galleryContainer li a div span {
  display: block;
  text-align: center;
  padding: 0 5px 60px 5px;
  text-transform: uppercase;
  font-family: 'Coming Soon','geared_slabbold';
  color: #c89b7a;
  font-size: 30px;
  line-height: 30px;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
  background: transparent url("../images/gallerybox-icon.png") no-repeat center bottom;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -45px;
}
.hiddenGallery {
  display: none;
  height: 0;
}
/* prettyPhoto */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  display: none;
}
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content_container .pp_left {
  background: none;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background: transparent;
}
div.pp_default .pp_description {
  color: #fff !important;
  font-weight: 400 !important;
  padding-top: 5px;
}
div.pp_default .pp_nav .currentTextHolder {
  color: #fff !important;
  font-family: 'Coming Soon','aleoregular' !important;
  font-style: normal;
}
.pp_loaderIcon {
  background: url("../images/loading.gif") no-repeat center center !important;
}
/* forms */
.form-control {
  min-height: 51px;
  height: auto;
  padding: 18px 8px;
  font-size: 15px;
  line-height: 19px;
  color: #222;
  background-color: #d0a175;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px -1px 1px 0px rgba(0,0,0,0.25);
  box-shadow: 0px -1px 1px 0px rgba(0,0,0,0.25);
  -webkit-transition: none;
  transition: none;
  font-family: 'aleobold';
}
.form-control:-moz-placeholder {
  color: #986348;
}
.form-control::-moz-placeholder {
  color: #986348;
}
.form-control:-ms-input-placeholder {
  color: #986348;
}
.form-control::-webkit-input-placeholder {
  color: #986348;
}
.form-control:focus {
  border-color: #333;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51,51,51,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51,51,51,0.6);
}
.form-control.input-sm {
  min-height: 40px;
  padding: 12px 8px;
}
.form-group {
  margin-bottom: 30px;
}
form label {
  display: block;
  color: #bc7f5c;
  font-size: 33px;
  line-height: 33px;
  font-family: 'Coming Soon','geared_slabbold';
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
}
form label.label-sm {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}
form textarea {
  resize: none;
  min-height: 156px;
}
input[type="submit"].btn {
  margin-top: 5px;
}
.newsletterForm {
  margin: 30px 0;
}
.errorMsg,
.successMsg {
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 0 40px 0;
  background: #72AD45;
  color: #fff;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
  font-family: 'Coming Soon','geared_slabbold';
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
.errorMsg {
  background: #9D2824;
}
/* footer */
footer {
  position: relative;
  z-index: 2;
 /* min-height: 434px;*/
 /* padding-top: 15px;*/
  padding-bottom: 18px;
  background: transparent url("../images/footer-bg-repeat.jpg") repeat bottom center;
}
footer h4 {
  color: #ad2020;
  text-transform: none;
  font-family: 'Coming Soon','geared_slabregular';
  margin-top: 35px;
}
footer p {
  font-family: 'aleobold';
  font-size: 17px;
  line-height: 17px;
}
footer hr {
  max-width: 190px;
  height: 2px;
  background: transparent url("../images/hr-contact.png") repeat-x left 20px;
  padding-top: 20px;
  float: left;
  margin-bottom: 30px;
}
footer .copyright {
  color: #c69878;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  padding: 12px 0;
  text-align: center;
}
footer .copyright a {
  color: #c69878;
}
footer .googleMap {
  margin: 20px 0;
}
footer .row > div > img {
  margin: 0 auto;
}
footer .row > div > h4:first-child {
  white-space: nowrap;
}
footer .container {
  position: relative;
  z-index: 1;
}
footer:before {
  content: " ";
  height: 290px;
  background: transparent url("../images/footer-bg.jpg") repeat-x center top;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
footer #toTop {
  display: block;
  width: 117px;
  height: 57px;
  background: transparent url("../images/totop-btn.png") no-repeat center top;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -58px;
  z-index: 101;
}
footer .tweet_list li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 0 0 0;
  margin: 0 0 13px 35px;
  background: transparent url("../images/hr-contact.png") repeat-x left top;
}
footer .tweet_list li:before {
  content: " ";
  background: transparent url("../images/twitter-ico.png") no-repeat top center;
  width: 21px;
  height: 18px;
  position: absolute;
  left: -34px;
  top: 21px;
}
footer .tweet_list li a {
  color: #ad2020;
}
footer .tweet_list li .tweet_time {
  display: block;
}
footer .tweet_list li .tweet_time a {
  color: #b3a790;
}
footer .tweet_list li:first-child {
  background: none;
  padding-top: 0;
}
footer .tweet_list li:first-child:before {
  top: 4px;
}
/* prettyphoto */
div.pp_default .pp_description {
  color: #333;
  text-shadow: none;
}
/* helpers */
.text-center img {
  display: inline-block;
}
.space25px {
  width: 100%;
  clear: both;
  height: 25px;
  margin: 0;
  padding: 0;
}
.space25px:before,
.space25px:after {
  content: " ";
  display: table;
}
.space25px:after {
  clear: both;
}
.space50px {
  width: 100%;
  clear: both;
  height: 50px;
  margin: 0;
  padding: 0;
}
.space50px:before,
.space50px:after {
  content: " ";
  display: table;
}
.space50px:after {
  clear: both;
}
body.preloader #ct_preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: block;
  z-index: 10000;
}
#qLpercentage {
  font-family: Arial, Helvetica, Garuda, sans-serif !important;
  font-weight: 400 !important;
}
@media (min-width: 990px) {
  .navbar-toggle.btn.btn-primary {
    display: none;
  }
  .full-sticky-menu .inner {
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
  }
  .is-sticky .full-sticky-menu {
    width: 100%;
    position: absolute;
    z-index: 100;
  }
  .is-sticky .full-sticky-menu .inner {
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    border-bottom: 1px solid #000;
    top: -40px;
    position: relative;
    padding-top: 20px;
    height: 125px !important;
  }
  .is-sticky .full-sticky-menu .inner .btm {
    display: none;
  }
  .is-sticky .full-sticky-menu .address,
  .is-sticky .full-sticky-menu .navbar-brand,
  .is-sticky .full-sticky-menu .smallSocials {
    display: none;
  }
  .is-sticky .full-sticky-menu .navbar-nav {
    margin-top: 40px !important;
  }
  .is-sticky .full-sticky-menu .small-brand {
    display: inline-block !important;
    width: 175px;
  }
  .is-sticky .full-sticky-menu .small-brand img {
    height: 70px;
    display: inline-block;
  }
  .is-sticky .full-sticky-menu .inner:before {
    display: none;
    height: 0;
  }
}
@media (max-width: 990px) {
  body {
    overflow: hidden;
  }
  .navbar-brand {
    display: none !important;
  }
  .small-brand {
    max-width: 240px !important;
    margin: 15px auto !important;
    display: block !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  .small-brand img {
    display: inline-block !important;
  }
  .hdr1,
  .hdr2,
  .hdr4 {
    width: auto !important;
    background: none !important;
  }
  .hdr1,
  .hdr4 {
    color: #fff !important;
  }
  .hdr6 {
    display: inline-block !important;
    width: 100% !important;
    left: auto !important;
    margin-left: 0 !important;
    background: none !important;
    padding: 0 !important;
    min-height: 0 !important;
    white-space: nowrap !important;
  }
  .flexslider.flexFull {
    padding-bottom: 100px !important;
  }
  .flexslider.flexFull .flex-direction-nav {
    width: 200px !important;
    left: 50% !important;
    right: auto !important;
    margin-left: -100px !important;
    position: absolute !important;
    top: auto !important;
    bottom: 25px !important;
    margin-top: 0 !important;
  }
  .prodBox {
    float: none !important;
  }
  .priceHeader {
    display: block !important;
    background: none !important;
  }
  .priceHeader:before,
  .priceHeader:after {
    display: none !important;
    height: 0 !important;
  }
  .priceHeader .lft,
  .priceHeader .rt {
    float: none !important;
    min-width: 0 !important;
    display: block !important;
    color: #fff !important;
  }
  .priceHeader .price {
    margin: 10px auto !important;
    float: none !important;
  }
  .eventBox {
    padding: 150px 20px 20px 20px !important;
  }
  .eventBox .date {
    left: 50% !important;
    margin-left: -62px !important;
  }
  .mapit + .shareit {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .easyBox.flat {
    padding-left: 20px !important;
  }
  .easyBox.full {
    padding: 30px !important;
  }
  .polaroidSlider {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .contactForm {
    margin-bottom: 80px !important;
  }
  .section > .inner {
    background-attachment: fixed !important;
  }
  .is-sticky .full-sticky-menu {
    position: relative !important;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: 0 !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    background: transparent !important;
    z-index: 400 !important;
    height: auto !important;
    position: relative !important;
    margin: 0 !important;
    border: 0 !important;
  }
  .navbar-default .navbar-collapse {
    margin: 0 20px !important;
  }
  .navbar-default .navbar-nav > li {
    margin: 0 !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 80px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .navbar-header .smallSocials {
    position: relative !important;
    margin: 20px 0 10px -22px !important;
    top: 0 !important;
    right: auto !important;
    z-index: 2 !important;
  }
/*
  .navbar-header .navbar-brand {
    max-width: 260px !important;
    margin: 0 auto !important;
    display: block !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  */
  footer {
    text-align: center !important;
  }
  footer .container > .row > div {
    margin-bottom: 70px !important;
  }
  footer img,
  footer hr {
    display: inline-block !important;
    float: none !important;
  }
  footer .tweet_list {
    text-align: left !important;
  }
  .flexslider.flexFull.type2 {
    width: 150% !important;
    margin-left: -25% !important;
    max-width: 150% !important;
  }
  .flexslider.flexFull .flex-direction-nav {
    bottom: 10px !important;
  }
 /* .personBox {
    margin-bottom: 55px !important;
  }*/
  .buttonBox {
    border: 2px solid #000 !important;
    border: 2px solid rgba(0,0,0,0.3) !important;
    padding: 20px !important;
  }
  .navbar-default .navbar-nav.text-center {
    text-align: left;
  }
  .navbar-default .navbar-nav.text-center > li {
    margin-left: 6px;
    margin-right: 6px;
    display: block;
  }
  .navbar-nav > li > .dropdown-menu {
    text-align: left;
    position: relative;
    display: block;
    margin: 0 40px 20px 40px;
    float: none;
  }
  .demoContent .text-left,
  .demoContent .text-right {
    text-align: center !important;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .tweet_list li {
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .big {
    font-size: 30px !important;
    line-height: 33px !important;
  }
}
@media (max-width: 767px) {
.pr{padding-right:15px;}
.pl{padding-left:15px;}
.pimg, .pimgb{height:auto; max-width:100%; width:100%;}
  .threeBoxes > div > div {
    margin: 0 auto !important;
  }
  .threeBoxes .full-width-photo {
    margin-right: auto !important;
  }
  .prodBox {
    margin-bottom: 180px !important;
  }
  .address {
    font-size: 13px !important;
    line-height: 15px !important;
    padding-top: 9px !important;
    padding-bottom: 20px !important;
  }
  .googleMap {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .flexslider.flexFade {
    text-align: center !important;
    padding: 5px 0 !important;
  }
  .flexslider.flexFade .slides > li {
    padding-top: 360px !important;
  }
  .flexslider.flexFade .descArea {
    bottom: auto !important;
    top: 0 !important;
    left: 50% !important;
    margin-left: -199px !important;
  }
  .flexslider.flexFade .flex-direction-nav {
    bottom: auto !important;
    top: 0 !important;
    left: 50% !important;
    margin-left: -199px !important;
  }
  .navbar-header {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 0 !important;
    position: absolute !important;
    top: 130px !important;
    right: 13px !important;
    margin: 0 !important;
  }
  .small-brand {
    max-width: 200px !important;
  }
  .address {
    width: 140% !important;
    margin-left: -20% !important;
  }
  .phoneIcon,
  .locationIcon {
    display: block !important;
  }
  .iconBox {
    margin-bottom: 55px !important;
  }
  .buttonBox p.pull-left {
    float: none !important;
    margin: 0 0 20px 0 !important;
  }
  .buttonBox .btn.pull-right {
    float: none !important;
  }
  .flexslider.flexSimple .flex-direction-nav a {
    left: 0;
  }
  .flexslider.flexSimple .flex-direction-nav a.flex-next {
    right: 0;
  }
  .progress-bar {
    font-size: 23px;
  }
  #demoSwitcher {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .polaroidSlider {
    width: 271px !important;
    background: none !important;
  }
  .polaroidSlider .inner {
    margin: 0 !important;
  }
  .polaroidSlider .scotchtape {
    display: none !important;
    height: 0 !important;
  }
  .flexslider.flexFade {
    padding-bottom: 20px !important;
  }
  .flexslider.flexFade .slides > li {
    padding-top: 400px !important;
  }
  .flexslider.flexFade .descArea {
    width: 340px !important;
    height: 500px !important;
    background: none !important;
    bottom: auto !important;
    top: 0 !important;
    left: 50% !important;
    margin-left: -170px !important;
  }
  .flexslider.flexFade .flex-direction-nav {
    width: 340px !important;
    height: 500px !important;
    bottom: auto !important;
    top: 0 !important;
    left: 50% !important;
    margin-left: -170px !important;
  }
  .threeBoxes > div > div.googleMap {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}


.sottotitolo{background:url('../flavours/seabreeze/images/bg-1.jpg')!important; font-size:16px!important;border-radius:0!important;}