/*body*/
/*Colors*/
/*header*/
/*main body*/
/*pathway*/
/*search*/
/*footer*/
/*module*/
/*products*/
/*Article & blog*/
/*social*/
/*menu*/
/*buttons*/
/*gradient*/
/*border-radius*/
/*rotate*/
/*Shadow box*/
/*Shadow box products*/
html {
  font-size: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #FFFFFF;
  color: #1F1A17;
}
.main_content a:hover {
  color: #561F32;
}
a,
a:link,
a:visited {
  color: #561F32;
}
a:hover {
  text-decoration: none;
  color: #7B797A;
}
a:focus {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #561F32;
}
h1 {
  font-size: 180%;
}
h3 {
  font-size: 150%;
  font-weight: 400;
}
h4 {
  font-size: 120%;
  font-weight: 700;
}
img {
  max-width: 100%;
}
.btn-social-icon {
  padding: 15px 5px;
}
section {
  padding: 20px 0px;
}
/*content_top_full*/
section.content_top_full {
  padding: 0px;
}
.contact_page {
  font-size: 14px;
}
.no-padding-left {
  padding-left: 0px;
}
body.ajax,
body.ajax * {
  cursor: wait !important;
}
/* blog List
------------------------------------------------------------*/
h1.itemTitle {
  position: relative;
  overflow: hidden;
  line-height: 40px;
  padding: 7.5px 0;
  text-align: left;
  margin: auto 0;
  color: #561F32;
  font-weight: 600;
}
.blog_list .catItemImageBlock {
  position: relative;
}
.blog_list .catItemImageBlock h3.catItemTitle {
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  filter: alpha(opacity=0);
  /* IE6-IE8 */
  width: 100%;
  margin-top: 60%;
  font-size: 24px;
  text-align: center;
  padding: 0px 10px;
  opacity: .0;
}
.blog_list .catItemImageBlock h3.catItemTitle a {
  font-size: 24px;
  color: #fff;
}
.blog_list .catItemImageBlock h3.catItemTitle a:hover {
  text-decoration: none;
}
.blog_list .catItemImageBlock:hover {
  background: #000;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.blog_list .catItemImageBlock:hover h3.catItemTitle {
  display: inline-block;
  opacity: .9;
  filter: alpha(opacity=90);
  /* IE6-IE8 */
  margin-top: 40%;
}
.blog_list .catItemImageBlock:hover .catItemImage {
  overflow: hidden;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: .2;
  filter: alpha(opacity=20);
  /* IE6-IE8 */
  -webkit-transition: opacity 1s linear;
}
/* share_box-----------------------------------------------*/
.share_box {
  border-top: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 15px 0px;
  padding: 7.5px 0px;
}
.item_share {
  border-top: 1px solid #ddd;
}
.share_l {
  float: left;
  margin-top: 6px;
  font-size: 14px;
  margin-right: 10px;
}
.share .st_facebook_large .stLarge {
  background: url(../images/social.png) no-repeat -60px 0px !important;
}
.share .st_facebook_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -90px 0px !important;
}
.share .st_twitter_large .stLarge {
  background: url(../images/social.png) no-repeat -300px 0px !important;
}
.share .st_twitter_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -330px 0px !important;
}
.share .st_googleplus_large .stLarge {
  background: url(../images/social.png) no-repeat -120px 0px !important;
}
.share .st_googleplus_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -150px 0px !important;
}
.share .st_pinterest_large .stLarge {
  background: url(../images/social.png) no-repeat -180px 0px !important;
}
.share .st_pinterest_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -210px 0px !important;
}
.share .st_tumblr_large .stLarge {
  background: url(../images/social.png) no-repeat -240px 0px !important;
}
.share .st_tumblr_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -270px 0px !important;
}
.share .st_instagram_large .stLarge {
  background: url(../images/social.png) no-repeat -420px 0px !important;
  width: 23px !important;
}
.share .st_instagram_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -440px 0px !important;
  width: 23px !important;
}
.stButton .stLarge {
  width: 25px !important;
  height: 25px !important;
}
.fb_iframe_widget {
  width: 100%;
}
.fb_iframe_widget span {
  max-width: 100% !important;
}
.fb_iframe_widget .fb_iframe_widget iframe {
  width: 100% !important;
  max-width: 100%;
}
/* -----------------------------------------------------------*/
/*pathway*/
.pathway {
  border-bottom: 1px solid #EEEEEE;
  color: #AAAAAA;
  font-weight: 600;
}
.pathway .breadcrumb {
  margin-bottom: 0px;
  color: #AAAAAA;
  background: none;
}
.pathway ul.breadcrumb {
  padding-left: 0px;
  margin-left: 0;
}
.pathway a,
.pathway a:link,
.pathway a:visited,
.pathway .breadcrumb > .active {
  border-bottom: 0px solid #EEEEEE;
  color: #AAAAAA;
}
.pathway a:hover {
  color: #561F32;
}
/*buttons*/
.btn,
.gbs3 .btn-primary,
#fin-Submit .btn,
.button,
input.default,
#confirmbtn_button {
  background: #561F32 !important;
  border-color: #561F32;
  color: #FFFFFF !important;
  padding: 5px 10px !important;
}
.gbs3 .gcore-label-left {
  min-width: 200px !important;
  max-width: 100% !important;
}
.fa-circle-o.fa-1,
.fa-circle.fa-1 {
  font-size: 10px;
}
.button,
input.default {
  line-height: 18px;
  border: 1px solid #561F32;
}
input.default:hover,
.button:hover,
.btn:hover,
.btn:focus,
.gbs3 .btn-primary:hover,
.gbs3 .btn-primary:focus,
#fin-Submit .btn:hover,
#fin-Submit .btn:focus,
#confirmbtn_button:hover {
  background-color: #000000 !important;
  border-color: #000000;
  color: #FFFFFF !important;
  padding: 5px 10px !important;
}
.btn:active,
.btn.active,
.gbs3 .btn-primary:active,
.gbs3 .btn-primary.active,
#fin-Submit .btn:active,
#fin-Submit .btn.active {
  background-color: #561F32;
  border-color: #561F32;
  color: #FFFFFF;
}
#fin-message {
  display: inline-block;
  width: 100% !important;
}
#fin-message textarea {
  width: 100% !important;
}
/*articles*/
.news_list h3 {
  margin-top: 0px;
}
.catItemReadMore a {
  color: #fff;
}
/*blog*/
.back_btn_list {
  text-align: right;
  margin-bottom: 10px;
}
.back_btn_list a,
.back_btn_list a:link,
.back_btn_list a:visited {
  color: #000000;
}
.back_btn_list a:hover {
  color: #561F32;
}
h3.catItemTitle a,
h3.catItemTitle a:link,
h3.catItemTitle a:visited {
  color: #561F32;
}
h3.catItemTitle a:hover {
  color: #7B797A;
}
.lv_skin canvas {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
}
#gototop {
  background: #561F32 !important;
  color: #FFFFFF !important;
  border-bottom: 0 !important;
  padding: 6px 15px !important;
  font-size: 150% !important;
}
/*K2*/
/*Press view*/
.press_cat_list div.itemContainer {
  float: none !important;
}
.press_cat_list .press_view {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #1F1A17;
}
.press_cat_list .press_view .catItemImage {
  margin-top: 20px;
  margin-bottom: 20px;
}
.press_cat_list .press_view .catItemImage img {
  width: 100% !important;
}
.press_cat_list .press_view .catItemIntroText iframe {
  width: 100% !important;
  height: 480px !important;
}
.pagination > li > a,
.pagination > li > span {
  margin-right: 0px;
  margin-left: 0px;
  color: #1F1A17;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background: #561F32;
  color: #FFFFFF;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #ccc;
}
/*com-form-login*/
.login .control-label {
  text-align: left;
}
#form-login {
  margin-bottom: 10px;
}
#com-form-login {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #DBDBDB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #F6F6F6;
  padding: 10px;
  margin-bottom: 20px;
}
#com-form-login h2 {
  margin-top: 5px;
}
#adminForm {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #DBDBDB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FFFFFF;
  padding: 10px;
  margin-bottom: 20px;
}
#adminForm input:hover {
  color: #1F1A17;
}
#adminForm h2 {
  margin-top: 5px;
}
#adminForm .chzn-single {
  height: 28px !important;
  line-height: 28px !important;
}
#PHPSHOP_SHOPPER_FORM_INVOICE_div,
#PHPSHOP_SHOPPER_FORM_INVOICE_input {
  display: inline-block;
}
#PHPSHOP_SHOPPER_FORM_INVOICE_field {
  height: auto !important;
  margin: auto;
}
#captcha1 {
  margin: 10px 0;
}
