@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);
@import "animate.css";

@font-face {
    font-family: 'dk_crayon_crumbleregular';
    src: url('fonts/DK Crayon Crumble-webfont.eot');
    src: url('fonts/DK Crayon Crumble-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DK Crayon Crumble-webfont.woff2') format('woff2'),
         url('fonts/DK Crayon Crumble-webfont.woff') format('woff'),
         url('fonts/DK Crayon Crumble-webfont.ttf') format('truetype'),
         url('fonts/DK Crayon Crumble-webfont.svg#dk_crayon_crumbleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'KozMinPr6N-Bold';
  src: url('KozMinPr6N-Bold.eot?#iefix') format('embedded-opentype')
  	url('KozMinPr6N-Bold.otf') format('opentype'),
	url('KozMinPr6N-Bold.woff') format('woff'),
	url('KozMinPr6N-Bold.ttf') format('truetype'),
	url('KozMinPr6N-Bold.svg#KozMinPr6N-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KozMinPr6N-Regular';
  src: url('KozMinPr6N-Regular.eot?#iefix') format('embedded-opentype')
  	url('KozMinPr6N-Regular.otf') format('opentype'),
	url('KozMinPr6N-Regular.woff') format('woff'),
	url('KozMinPr6N-Regular.ttf') format('truetype'),
	url('KozMinPr6N-Regular.svg#KozMinPr6N-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  outline: none;
}
body {
  background: #f4f1ea;
  color: #3d1d0f;
  font: 14px/24px 'KozMinPr6N-Regular', Tahoma, Helvetica, Arial, Verdana;
  font-weight: 300;
}
header {
  background-color: #d3ccba;
  border-bottom:3px solid #7e1210;
}
img {
  max-width: 100%;
}
.grid_3 img {
	box-shadow: 0px 0px 20px #aaa;
}
.container img[align="right"] {
  margin-left: 20px;
}
.container img[align="left"] {
  margin-right: 20px;
}

a {
  color: #7e1210;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  color: #d3ccba;
}
ol,
ul {
  list-style: none;
}
#content li {
	list-style: disc;
	margin: 0 0 0 20px;
}
.clear {
  clear: both;
}
.social-icon {
	margin-top: 3px;
	margin-right: 3px;
}
.social-icon:hover {
	opacity:0.7;
}
/*.head {
  padding-bottom: 13px;
}*/

.slider {
    overflow: auto;
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.success {
	color:green;
	font-size:16px;
	line-height:24px;
}
.error {
	color:red;
	font-size:16px;
	line-height:24px;
}

/*========================================================
                    titles
=========================================================*/
h1 {
  font-family: 'KozMinPr6N-Bold';
  font-size: 36px;
  line-height: 36px;
  color: #3d1d0f;
  font-weight: 300;
  padding-top: 50px;
  padding-bottom: 19px;
}
h2 {
  font-family: 'KozMinPr6N-Bold';
  font-size: 30px;
  line-height: 30px;
  color: #3d1d0f;
  font-weight: 300;
  padding-bottom: 24px;
}
@media only screen and (max-width: 480px) {
	h2 {
		font-size: 18px;
		line-height: 22px;
	}
}
h3 {
  font-family: 'KozMinPr6N-Bold';
  font-size: 22px;
  line-height: 24px;
  color: #7e1210;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 28px;
}
h3.white-3-title, .blackboard h3 {
  font-size: 20px;
  line-height: 24px;
  color: #f4f1ea;
  font-weight: 600;
  padding-top: 32px;
  padding-bottom: 16px;
}
h4 {
  font-family: 'KozMinPr6N-Bold';
  font-size: 18px;
  line-height: 22px;
  color: #3d1d0f;
  font-weight: 600;
  padding-bottom: 16px;
}
h5 {
  font-family: 'KozMinPr6N-Bold';
  font-size: 16px;
  line-height: 22px;
  color: #7e1210;
  font-weight: 400;
}
p {
	font-size: 14px;
	line-height: 20px;
	margin:0 0 15px 0;
}
@media only screen and (max-width: 480px) {
	p {
		font-size: 12px;
		line-height: 18px;
		margin:0 0 10px 0;
	}
}
@media only screen and (max-width: 767px) {
	p {
		font-size: 12px;
	}
}
p.date {
	font-style: italic;
}
ul, table {
	margin:0 0 15px 0;
}
ul.columns {
    float: left;
    position: relative;
    margin-right: 20px;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

ul.list {
	margin:0;
	padding:0;
}
ul.list li {
	list-style:none !important;
	margin:0 !important;
	padding: 0;
	border-bottom: 1px solid #d3ccba;
}
ul.list li a {
	display:block;
	padding: 5px 0;
}
ul.list li a.active {
	color: #d3ccba;
}

strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
hr {
	padding: 0;
	margin: 30px 0;
	border: none;
	border-top: 1px solid #d3ccba;
}
/*========================================================
                    links
=========================================================*/
.simple-blue-link {
  font-family: 'KozMinPr6N-Bold';
  font-size: 20px;
  line-height: 22px;
  color: #7e1210;
  font-weight: 400;
}
.simple-blue-link:hover {
  color: #d3ccba;
}
@media only screen and (max-width: 479px) {
  .simple-blue-link {
    padding: 0 5px;
  }
}
.simple-blue-link-small {
  font-size: 14px;
  line-height: 24px;
  color: #7e1210;
  font-weight: 300;
}
.simple-blue-link-small:hover {
  color: #d3ccba;
}

.nugget-link {
  font-family: 'KozMinPr6N-Bold';
  font-size: 24px;
  line-height: 40px;
  color: #7e1210;
  font-weight: 400;
  text-align: center;
}
.nugget-link img {
  border: 3px solid #fff;
}
a.nugget-link:hover {
  color: #fff;
  opacity: 0.7;
}

.honey-link {
  font-size: 18px;
  line-height: 24px;
  background-color: #d3ccba;
  color: #f4f1ea;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 29px;
  font-weight: 400;
  /*margin-top: 20px;*/
}
.honey-link:hover {
  background-color: #7e1210;
}
@media only screen and (max-width: 767px) {
  .honey-link {
    margin-bottom: 25px;
  }
}
.simple-white-link {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
}
.simple-white-link:hover {
  color: #d3ccba;
}
/*========================================================
                    title logo
=========================================================*/
.logo {
  float: left;
  padding-top: 24px;
}
.logo .logo-title a {
  background:url(../images/logo.png) center no-repeat;
  background-size: contain;
  text-indent:-9999px;
  display:block;
  width: 280px;
  height: 43px;
}
@media only screen and (max-width: 979px) {
	.logo .logo-title a {
	  width: 260px;
	}
}
@media only screen and (max-width: 767px) {
	.logo .logo-title a {
	  width: 100%;
	  background-position: center center;
	}
}
/*.logo .logo-title a:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 26px;
  background: url('../images/decoration.png');
  left: -8px;
  top: -24px;
}
.logo .logo-title a:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 26px;
  background: url('../images/decoration.png');
  right: -8px;
  top: -24px;
}
.logo .logo-title a:hover {
  background-color: #7e1210;
}*/
.logo .logo-quote {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.075em;
  padding-left: 1px;
}
@media only screen and (max-width: 767px) {
  .logo {
    float: none;
    text-align: center;
  }
}
/*========================================================
                    header right
=========================================================*/
.header-right {
  float: right;
  padding-right: 2px;
  padding-top: 15px;
}
.header-right .header-contacts {
  float: right;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.header-right .header-contacts .fa {
  padding-right: 5px;
  padding-top: 3px;
  color: #fff;
}
.header-right .header-contacts .fa:hover {
	color:inherit;
}
.fa {
	font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .header-right .header-contacts {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-right {
    float: none;
  }
}
.header-navigation {
  padding-bottom: 17px;
}
/*========================================================
                    menu
=========================================================*/
nav ul {
  display: inline-block;
  padding-top: 4px;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 4px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  text-transform: uppercase;
}
.sf-menu > li:last-child > a {
  padding-right: 0px;
}
.no-pad {
  padding-left: 0px !important;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
  color: #7e1210;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.sfHover > a:after {
  visibility: visible;
  opacity: 100;
  top: 0;
  bottom: 0;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 35px;
  left: 0px;
  padding: 0;
  z-index: 2;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d3ccba;
}
.sf-menu ul li {
  line-height: 24px;
  position: relative;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
.sf-menu ul li:last-child {
  border-bottom: none;
}
.sf-menu ul li a {
  min-width:120px;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.sf-menu ul li a:hover {
  color: #7e1210;
}
.sf-menu ul li a:hover {
  color: #7e1210;
}
.sf-menu ul li.sfHover > a {
  text-decoration: none;
  color: #7e1210;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -9px;
  left: 117px;
  width: 131px;
  z-index: 1;
  padding: 0 16px;
  padding-top: 8px;
  padding-bottom: 14px;
}
.sf-menu ul ul li {
  line-height: 24px;
  text-align: center;
}
.sf-menu ul ul li a {
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  font-family: Open Sans, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 700;
  text-transform: uppercase;
}
.sf-menu ul ul li a:hover {
  color: #7e1210;
}
.current .sub-menu a {
  /* background-color: #383838;*/
}
.current {
  color: #7e1210;
}
.current > a {
  color: #7e1210 !important;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 4px 10px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li:first-child {
	  display:none;
  }
  .sf-menu > li > a {
    padding: 4px 6px;
	font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header_navigation {
	background: #7e1210;
	color: #fff;
  }
  .select-menu {
    display: block;
    width: 100%;
    margin: 0 auto;
	background: transparent;
	color: #fff;
	height: 26px;
	line-height: 26px;
	border: none;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #ffffff;
  padding: 0px 0;
  z-index: 999;
  height: 77px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .logo-link {
  line-height: 79px;
}
/*.isStuck .head {
  padding-bottom: 0;
}*/
.isStuck .header_navigation {
  padding-top: 0px;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
.wrap-r {
  padding-bottom: 50px;
}
.wrap-r .wrap-img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wrap-r .wrap-img {
    padding-right: 24px;
    padding-top: 17px;
  }
}
.wrap-r .wrap-info {
  overflow: hidden;
}
/*========================================================
                    blocks with back texture
=========================================================*/
.back-texture {
  background: url('../images/back_texture.jpg') repeat;
  padding-top: 31px;
  padding-bottom: 25px;
}
.back-texture-small {
  background: url('../images/back_texture.jpg') repeat;
  padding-bottom: 23px;
  text-align: center;
  margin-bottom: 27px;
}
/*========================================================
                    block with blue background
=========================================================*/
.back-blue1 {
  background-color: #7e1210;
  padding-bottom: 34px;
}
.back-blue0 {
  background-color: #7e1210;
}
.back-blue0 .wrap_2 {
  padding-bottom: 16px;
}
.pb0 {
  padding-bottom:0;
}
.pb22 {
  padding-bottom: 22px;
}
.pb26 {
  padding-bottom: 26px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb12 {
  padding-bottom: 16px;
}
.pb53 {
  padding-bottom: 53px;
}
.pb39 {
  padding-bottom: 39px;
}

#content {
  padding-top: 39px;
  padding-bottom: 39px;
}
@media only screen and (max-width: 480px) {
	#content {
	  padding-top: 20px;
	  padding-bottom: 20px;
	}
}
.tree {
	background: url(../images/tree.png) bottom left no-repeat;
	background-size: contain;
}

.grid_3 h1, .grid_3 h2, .grid_3 h3, .grid_3 h4, .grid_3 p {
	text-align: center;
	line-height: 30px;
	margin: 0 0 15px 0;
}
.grid_3 *:last-child {
	margin: 0;
}

span.blue {
  font-size: 14px;
  color: #7e1210;
  font-weight: 600;
  line-height: 24px;
}
span.italic {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  font-style: italic;
}
.blackboard {
  background: url(../images/blackboard2.jpg) top center no-repeat;
  background-size:cover;
  padding-bottom: 50px;
  font-family: 'dk_crayon_crumbleregular';
  color: #f4f1ea;
}
.list-menu ul li {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.blackboard .list-menu ul li {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  clear: both;
}
.blackboard h3 {
  font-family: 'dk_crayon_crumbleregular';
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 20px;
}
/*========================================================
                    block-1
=========================================================*/
.block-1 {
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 1px dotted #ffffff;
  clear: both;
}
.block-1 span {
  padding: 1px 0 1px 5px;
  color: #ffffff;
  position: relative;
  top: 0px;
  left: 1px;
  float: right;
}
span.dark-bold {
  color: #0a0a0a;
  font-weight: 600;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
@media only screen and (max-width: 480px) {
	.f_right {
		float: none;
	}
}
/*========================================================
                    contact form
=========================================================*/
#contact-form {
  position: relative;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4px;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 14px;
  font-family:Arial;
  font-weight: 300;
  padding: 4px 18px;
  color: #666666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'], #frmSS2 input[type='text'] {
  width: 100%;
  padding: 8px 18px;
  font-size: 14px;
  font-family:Arial;
  outline: none;
  font-weight: 300;
  color: #666666;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 14px;
  background-color: #ffffff;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: 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);
}
/* Contact Form Select
========================================================*/
#contact-form select {
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  font-family:Arial;
  outline: none;
  font-weight: 300;
  color: #666666;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 14px;
  background-color: #ffffff;
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  width: 100%;
  padding: 17px 16px;
  font-weight: 300;
  font-size: 14px;
  font-family: Arial;
  color: #a9a9a9;
  padding: 14px 19px;
  outline: none;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 105px;
  background-color: #ffffff;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 0;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  line-height: 16px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
#contact-form .message .empty-message,
#contact-form .message .error-message {
  top: 16px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
input[type="submit"], input[type="button"] {
	border: none;
	margin-top: 0px;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
}
#contact-form .modal h4 {
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: 15px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  color: #525151 !important;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000 !important;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000 !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.contact-form-body {
  padding-top: 7px;
}
.form-buttons a {
  font-size: 18px;
  display: inline-block;
  background-color: #d3ccba;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 22px;
  text-align: center;
  margin-right: 20px;
  margin-top: 9px;
}
@media only screen and (max-width: 479px) {
  .form-buttons a {
    margin-top: 20px;
    float: left;
  }
}
.form-buttons a:hover {
  background-color: #7e1210;
}
#contact-form .message .empty-message,
#contact-form .message .error-message {
  top: 22px;
}
.social-links a {
  font-size: 14px;
  line-height: 22px;
  color: #0a0a0a;
  font-weight: 600;
}
.social-links a:hover {
  color: #d3ccba;
}
.social-links li {
  padding-bottom: 12px;
}
.wrap_2 {
  padding-top: 9px;
  padding-bottom: 41px;
}
@media only screen and (max-width: 480px) {
	.wrap_2 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
.dark {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  font-weight: 400;
  padding-top: 5px;
}
.wrapper {
  padding-bottom: 25px;
}
.wine {
  margin-bottom: 25px;
  padding: 10px;
  background: #fff;
  position: relative;
}
.wine .post-image {
  float: left;
  width: 30%;
}
/*@media only screen and (max-width: 979px) {
  .wrapper .post-image {
    float: none;
    padding-right: 0px;
  }
  .wrapper .post-image img {
    width: 100%;
  }
}*/
.wine .post-info {
  float: right;
  width: 70%;
}
.wine .post-info * {
  padding-left: 10px;
}
.wine .post-info p.price {
  float: right;
  text-align: right;
  padding: 0;
  margin: 0;
}
.wine .post-cart {
  position: absolute;
  bottom: 20px;
  left: 30%;
  padding-left: 14px;
  line-height: 32px;
}
.wine .post-cart input[type="number"], .addtocart input[type="number"] {
  width: 32px;
  height: 24px;
  line-height: 24px;
  padding: 3px 2px;
  border: 1px solid #d3ccba;
}
.wine .post-cart select {
  height: 32px;
  line-height: 32px;
  border: 1px solid #d3ccba;
}

.wine .dark {
  padding-top: 1px;
  /*padding-bottom: 18px;*/
}
.pb_h3 {
  padding-top: 0px;
  padding-bottom: 25px;
}
.wrap_3 {
  padding-bottom: 17px;
}
.wrap_3 .dark {
  padding-top: 1px;
  padding-bottom: 28px;
}
@media only screen and (max-width: 1199px) {
	.wine .post-image {
		width: 20%;
	}
	.wine .post-info {
		width: 80%;
	}
	.wine {
		min-height: 190px;
	}
	.wine .dark {
		padding-bottom: 0;
	}
	.wine .post-info p:last-child {
		padding-bottom: 50px;
		margin:0;
	}
	.simple-blue-link {
		font-size: 17px;
	}
	.wine .post-cart {
		left: 20%;
	}
}
@media only screen and (max-width: 979px) {
	.wine {
		min-height: 225px;
	}	
}
@media only screen and (max-width: 480px) {
	.wine {
		margin-bottom: 15px;
	}
	.wine .post-image {
		width: 25%;
	}
	.wine .post-info {
		float: none;
		width: 100%;
	}	
	.wine .post-cart {
		left: 0%;
	}
	.wine .post-info * {
		padding-left: 0;
	}
}

/*========================================================
				shoping cart
=========================================================*/
#shopping-cart-header {
	position: relative;
	height: 28px;
	line-height: 28px;
	border: 1px solid #3d1d0f;
	background: #fff;
	padding: 3px 44px 3px 8px;
}
@media only screen and (max-width: 480px) {
	#shopping-cart-header {
		margin-bottom: 20px;
	}
}
.cart-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 34px;
	background: #3d1d0f url(../images/cart.png) 3px 2px no-repeat;
}
#shopping-cart-dropdown {
	display: none;
	position: absolute;
	top: 34px;
	right: 0;
	width: 300px;
	border: 1px solid #3d1d0f;
	background: #fff;
	padding: 5px;
	z-index: 3;
}
@media only screen and (max-width: 480px) {
	#shopping-cart-dropdown {
		width:98%;
		padding:2%;
	}
}
#shopping-cart-dropdown table {
	width: 100%;
	margin:0;
}

.shopping-cart {
	margin: 0 0 30px 0;
}
table.addtocart th {
	font-weight: bold;
}
table.addtocart td {
	padding: 2px;
}
table.checkout {
	width: 100%;
	margin: 0 0 20px 0;
	background: #fff;
}
table.checkout th {
	background: #e1ddd3;
	padding: 5px 2px;
	font-weight: bold;
}
table.checkout td {
	padding: 5px 4px;
}
#totaltable {
	display: none;
	font-weight: bold;
}
button, .button {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  background-color: #d3ccba;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 8px;
  text-align: center;
  border: none;
}
button:hover, .button:hover {
  background-color: #7e1210;
}
.button.dark {
  background-color: #7e1210;
}
.button.dark:hover {
  background-color: #3d1d0f;
}
/*========================================================
                    gallery
=========================================================*/
ul.gallery {
  width:100%;
  margin:0;
  list-style:none !important;
}
ul.gallery li {
  list-style:none !important;
  float:left;
  width:49%;
  margin:0 0 1% 1% !important;
}

.post-image a {
  position: relative;
  display: block;
}
.post-image a .img-span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  width: 100%;
  height: 5%;
  top: 50%;
  left: 0%;
  background-color: transparent;
  z-index: 1;
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  color: #ffffff;
  visibility: hidden;
}
.post-image a .img-span .fa {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  color: #7e1210;
  font-size: 0px;
}
.post-image:hover .img-span {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  visibility: visible;
}
.post-image:hover a .img-span .fa {
  transition-delay: 0.2s;
  font-size: 16px;
}
.white {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 300;
}
.wrap_6 {
  padding-top: 8px;
}
.wrap_6 .post {
  text-align: center;
}
.wrap {
  padding-top: 9px;
  padding-bottom: 66px;
}
.wrap p {
  padding-top: 20px;
  padding-bottom: 10px;
}
.wrap .dark {
  padding-bottom: 0px !important;
}
/*========================================================
                    blocks with labels
=========================================================*/
.label {
  text-align: center;
  width: 66px;
  height: 66px;
  background-color: #7e1210;
  font-size: 40px;
  line-height: 66px;
  font-weight: 600;
  color: #ffffff;
  float: left;
  position: relative;
}
.label:after {
  position: absolute;
  top: 12px;
  right: -15px;
  content: '';
  border: 7px solid transparent;
  border-left: 10px solid #7e1210;
}
@media only screen and (max-width: 479px) {
  .label {
    float: none;
  }
}
.label-meta {
  overflow: hidden;
  padding-left: 35px;
}
@media only screen and (max-width: 479px) {
  .label-meta {
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.pb10 {
  padding-bottom: 10px;
}
.wrap_4 {
  padding-bottom: 53px;
}
.wrap_4 .post {
  text-align: center;
}
.map {
  border: 3px solid #d3ccba;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map img {
  max-width: inherit;
}
.map #map-canvas {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .map #map-canvas {
    height: 300px;
  }
}
.pt0 {
  padding-top: 0px;
}
.pt33 {
  padding-top: 33px;
}
/*========================================================
                    block page text
=========================================================*/
.page-text {
  padding-top: 6px;
  padding-bottom: 35px;
}
/*.page-text .mail-link {
  color: #666666;
  text-decoration: underline;
  font-size: 14px;
}
.page-text .mail-link:hover {
  color: #7e1210;
}*/
.pb25 {
  padding-bottom: 25px;
}
/*========================================================
                    style lists
=========================================================*/
.goods {
  border-bottom: 1px dotted #ffffff;
  text-align: right;
}
@media only screen and (max-width: 979px) {
  .goods {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .goods {
    text-align: right;
  }
}
.goods .name-list,
.goods .price {
  position: relative;
  top: 7px;
}
.goods .name-list {
  float: left;
}
@media only screen and (max-width: 979px) {
  .goods .price {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .goods .price {
    float: none;
  }
}
/*========================================================
                    footer
=========================================================*/
footer {
  background-color: #d3ccba;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 54px;
  right: 50px !important;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  background-color: #d3ccba;
  text-align: center;
  color: #f4f1ea;
  z-index: 999;
  color: white;
  font-size: 22px;
  line-height: 45px;
  border: 1px solid #fff;
}
#toTop:hover {
  background-color: #7e1210;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 320px) {
  #toTop {
    display: none !important;
  }
}

/* LINK ICONS - shows type of file
------------------------------------ */
a[href$=".pdf"],
a[href$=".PDF"],
a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
a[href$=".doc"],
a[href$=".DOC"],
a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
a[href$=".xls"],
a[href$=".XLS"],
a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
a[href$=".gz"],
a[href$=".GZ"],
a[href$=".gzip"],
a[href$=".GZIP"],
a[href$=".zip"],
a[href$=".ZIP"],
a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}

.paginationstyle { /*Style for demo pagination divs*/
	width: 100%;
	padding: 2px 0;
	margin: 10px 0;
}

.paginationstyle select { /*Style for demo pagination divs' select menu*/
	border: 1px solid navy;
	margin: 0 15px;
}

.paginationstyle a { /*Pagination links style*/
	padding: 0 5px;
	text-decoration: none;
}

.paginationstyle a:hover, .paginationstyle a.selected {
	color: #d3ccba;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover { /*Style for "disabled" previous or next link*/
	cursor: default;
	color: #d3ccba;
	border-color: transparent;
}

.paginationstyle a.imglinks { /*Pagination Image links style (class="imglinks") */
	border: 0;
	padding: 0;
	float: left;
}
.paginationstyle a.imglinks:nth-child(2) {
	float: right;
}

.paginationstyle a.imglinks img {
	vertical-align: bottom;
	border: 0;
}

.paginationstyle a.imglinks a:hover {
	background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected { /*Pagination div "flatview" links style*/
	color: #000;
	background-color: yellow;
}