@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url("company-slider.css");
@import url("ribbons.css");
/*========================================================
                    Main layout styles
=========================================================*/
a { text-decoration: none;}
a:hover { text-decoration: none;}
a:focus { text-decoration: none; background: none;}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
a.read-more { font-size: 11px; font-weight: bold; color: #232323;}

::selection { background: #856e5c; color: white; /* Safari */}
::-moz-selection { background: #856e5c; color: white; /* Firefox */ }

textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p strong { font-weight: 600;}
p:last-child { margin-bottom: 0;}

h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10;
}
.extra-wrap { overflow: hidden;}
.content { padding: 0;}
.content.indent { padding: 15px 0 0 0;}
.content.indent hr {
	border-top: 1px solid #ebeced;
	margin: 0 0 20px 0;
}
.center { text-align: center;}
.title {
    background: #856e5c;
    border-bottom: 1px solid #eae5d7;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    text-shadow: 0 1px 0 #fff;
}
.title a { color:#3e2512/*1f1f1f*/;}
.box>.title {margin:-15px -15px 15px -15px;}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 48px 0 0 0;
	padding: 15px 0;
	z-index: 11;
	background: #ffffff;
	border-bottom: 12px solid #856e5c;
}
.call-box {
	overflow: hidden;
	margin: 14px 0 0 0;
	float: right;
	width: 300px;
}
.call-box span {
	float: left;
	display: inline-block;
	margin-right: 18px;
	width: 31px;
	height: 40px;
	margin-top: 4px;
	background: url(../img/phone.png) no-repeat;
}
.call-box .title {
	font: 300 15px/18px 'Open Sans';
	text-transform: uppercase;
	color: #3e454c;
	margin-bottom: 2px;
}
.call-box .description {
	font: 600 25px/26px 'Open Sans';
	color: #c5c7c9;
	margin-bottom: 0;
}
/*#logo img {width:100%;}*/
/*.logo {width:25%;}
@media (max-width: 480px) {
.logo {width:100%;}
}
*/
header .h1{ text-align:center; font:bold 2em Tahoma; color:#856e5c; text-transform:uppercase;}
header .h2{ text-align:center; font:bold 1.4em Tahoma; color:#856e5c; text-transform:uppercase; margin-bottom:20px;}

/* menu
========================================================*/
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
  top: 0;

  border-bottom: 1px solid transperant; height:48px;
	-webkit-box-shadow: inset 0 -2px 10px 1px rgba(1,1,1,0.05), 0 1px 5px rgba(0,0,0,0.8);
	   -moz-box-shadow: inset 0 -2px 10px 1px rgba(1,1,1,0.05);
	        box-shadow: inset 0 -2px 10px 1px rgba(1,1,1,0.05), 0 1px 5px rgba(0,0,0,0.8);
/*  background: #856e5c;
  background: -ms-linear-gradient(270deg, #856e5c 20%, #e85200 80%);
  background: linear-gradient(270deg, #856e5c 20%, #e85200 80%);
  -pie-background: linear-gradient(270deg, #856e5c 20%, #e85200 80%);
  background: -moz-linear-gradient(270deg, #856e5c 20%, #e85200 80%);
  background: -webkit-linear-gradient(270deg, #856e5c 20%, #e85200 80%);
  background: -o-linear-gradient(270deg, #856e5c 20%, #e85200 80%);
*/
/*background:#3096d2;*/
/*background:#856e5c;*/

/*  background: #b1ca00;
  background: -ms-linear-gradient(270deg, #b1ca00 20%, #899c00 80%);
  background: linear-gradient(270deg, #b1ca00 20%, #899c00 80%);
  -pie-background: linear-gradient(270deg, #b1ca00 20%, #899c00 80%);
  background: -moz-linear-gradient(270deg, #b1ca00 20%, #899c00 80%);
  background: -webkit-linear-gradient(270deg, #b1ca00 20%, #899c00 80%);
  background: -o-linear-gradient(270deg, #b1ca00 20%, #899c00 80%);
 */ 
  background:#856e5c/*#856e5c/*3d4959*/;
}
.navbar-fixed-top .row:first-child{ /*border-bottom:1px solid #fff;*/}

.navbar-fixed-top .navbar-inner {
  border-width: 0 0 1px;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}

nav.navbar {
	border: none;
	padding: 0;
/*	margin: 79px 0 34px 0;*/
	float: none;
	min-height: 0;
	background: none;
/*	border: 1px solid #ebeced;*/
	height:48px
}
nav.navbar ul.nav {max-width:83%;}
nav.navbar .nav>li {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	float: left;
}
nav.navbar li:first-child a {
/*	width: 129px;
	text-indent: -9999px;
	background: url(../img/home.png) center center no-repeat;
*/}
nav.navbar .nav>li:last-child a {
/*	width: 262px;*/
}
nav.navbar li li:first-child a {
	background:none;
}
nav.navbar .nav>li::after {
 position: absolute;
 left: 0;
 top: 0;
 width: 1px;
 height: 100%;
 background: #ebeced;
 content: '';
}
nav.navbar li a {
	position: relative;
	font: 600 14px/48px 'Open Sans';
/*	width: 259px;*/
	text-align: center;
	color: #856e5c/*3e454c*/;
	text-transform: uppercase;
	background: transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.navbar .nav>li a { color: #ffffff; padding: 0 10px;}
nav.navbar .nav>li.active > a {
	color: #3e2512/*#ffffff*/;
	background: #eae5d7 !important;
}
nav.navbar .nav>li.active > span {
	color: #856e5c !important;
}
nav.navbar li.active:first-child > a {}
nav.navbar li:first-child:after { width:0;}
nav.navbar li:hover > a {
	color: #ffffff;
	background:#856e5c;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.navbar li:hover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.navbar .sfHover > a {
	color: #ffffff;
	background:#856e5c;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.navbar .sfHover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.navbar li span {
	text-align: center;
	position: absolute;
	width: 100% !important;
	left: 0;
	bottom: 0px;
	color: #ffffff;
	font-size: 14px;
	z-index: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.navbar .sub-menu  {
	position: absolute;
	display: none;
	width: 260px;
	top: 48px;
	left: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #856e5c;
	border: 1px solid #eae5d7;
	border-top:none;
	padding: 10px 0;
	margin: 0;
	text-align: center;
}
nav.navbar .sub-menu > li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: left;
	position: relative;
}
nav.navbar .sub-menu > li::after {
 content: none !important;
 display: none !important;
}
nav.navbar .sub-menu > li:last-child {
	border-bottom: none;
}
nav.navbar .sub-menu > li a {
	background: none !important;
/*	padding-right: 20px;*/
	padding: 0 15px 0 10px;
	margin: 0;
	float: none;
	font: 600 13px/22px 'Open Sans';
	color: #fff;
	display: block;
	text-align: left;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.navbar .sub-menu > li.active a { color: #eae5d7;}
nav.navbar .sub-menu > li span {
	display: inline-block;
	position: absolute;
	right: 7px;
/*	right: 30px;*/
	top: 4px;
	left: auto;
	width: auto !important;
	color: #3e454c;
	font-size: 14px;
}
nav.navbar .sub-menu > li a:hover {
	text-decoration: none;
	color: #eae5d7 !important;
	background: none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.navbar .sub-menu li.sfHover > a {
	text-decoration: none;
	color: #fff/*#856e5c/*#3498db*/ !important;
	background: none;
}
nav.navbar .sub-menu li.sfHover > span {
/*	text-decoration: none;*/
	color: #fff/*#856e5c/*#3498db*/ !important;
/*	background: none;*/
}
/* subMenu2
========================================================*/
.nav ul {
	-webkit-box-shadow: inset 0 -2px 10px 1px rgba(1,1,1,0.05), 0 5px 5px rgba(0,0,0,0.5);
	   -moz-box-shadow: inset 0 -2px 10px 1px rgba(1,1,1,0.05);
	        box-shadow: inset 0 -2px 10px 1px rgba(1,1,1,0.05), 0 5px 5px rgba(0,0,0,0.5);
}
nav.navbar .sub-menu ul {
	position: absolute;
	display: none;
	width: 100%;
	top: -7px;
	left: 100%;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #856e5c/*#36b44f*//*#3e454c*/;
	color:#3e454c;
	padding: 10px 0;
	margin: 0 0 0 5px;
	text-align: center;
}
/*nav.navbar .sub-menu ul::after {
 position: absolute;
 left: -5px;
 top: 13px;
 width: 5px;
 height: 9px;
 background: url(../img/tr.png) left 0 no-repeat;
 content: '';
}*/
nav.navbar .sub-menu ul::after {
 position: absolute;
 left: -6px;
 top: 3px;
 width: 6px;
 height: 24px;
 background: #856e5c/*#36b44f*/;
 border-bottom:1px solid #e6e7e8;
 border-top:1px solid #e6e7e8;
 content: '';
}
nav.navbar .sub-menu ul li {
	position: relative;
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0 10px;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.navbar .sub-menu ul li.tr {
	position: absolute;
	top: 13px;
	left: -5px;
	width: 5px;
	height: 9px;
	background: url(../img/triangle1.png) no-repeat;
}
nav.navbar .sub-menu ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'Open Sans';
	color: #3e454c/*#ffffff*/;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.navbar .sub-menu ul li a:hover {
	color: #fff/*#856e5c/*#3498db*/ !important;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#content { margin:20px 0;}
.box {
 /*   background: #f0f0f0 none repeat scroll 0 0;*/
    border: 1px solid #eae5d7;
    padding: 15px;
	background: rgba(0, 0, 0, 0.005) none repeat scroll 0 0;
}
.box_tr { padding:15px; background:none; border: 1px solid #eae5d7; margin-bottom:20px;}
.box_tr h3{padding: 0 6px 0 6px;}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: none;
	z-index: 20;
	text-indent: -9999px;
	background: url(../img/top-old-gold.png) 0 top no-repeat;
	/*856e5c*/
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 26px;
}
#path {	border-bottom: 1px solid #856e5c; margin:5px 0; padding-bottom:5px}
#path .container div {}
/*========================================================
                    -thumb-box*-
=========================================================*/
.thumb-box1 { overflow: hidden; padding: 0;}
.thumb-box1 .box { padding: 40px 0 44px 40px; position: relative; margin-bottom: 49px;}
.thumb-box1 .box1, .box1 { background: #856e5c/*#36b44f*/;}
.thumb-box1 .box1 a { background: #d44334 url(../img/more_arrow.png) center center no-repeat;}
.thumb-box1 .box2, .box2 { background: #8fbf4d;}
.thumb-box1 .box2 a { background: #7da941 url(../img/more_arrow.png) center center no-repeat;}
.thumb-box1 .box3, .box3 { background: #856e5c/*#3498db*/;}
.thumb-box1 .box3 a { background: #e46f06/*#2c83be*/ url(../img/more_arrow.png) center center no-repeat;}
.thumb-box1 .title { font: 600 50px/45px 'Open Sans'; color: #ffffff; margin-bottom: 11px; text-transform: uppercase;}
.thumb-box1 .description { font: 300 20px/20px 'Open Sans'; color: #ffffff; margin-bottom: 0; text-transform: uppercase;}
.thumb-box1 a { position: absolute; top: 0; right: 0; width: 50px; height: 100%;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-box1 a:hover { opacity: 0.5; filter: alpha(opacity=50);}
.thumb-box1 p { padding-right:60px;}

.thumb-box2 { overflow: hidden;}
.thumb-box2 hr { border-top: 1px solid #ebeced; margin: 0 0 40px 0;}

.thumb-box3 {overflow: hidden; padding-bottom:20px;}
.thumb-box3 hr { border-top: 1px solid #ebeced; margin: 0 0 40px 0;}
.thumb-box3 .title { font: 600 50px/40px 'Open Sans'; text-transform: uppercase; color: #856e5c/*#36b44f*/; margin-bottom: 7px;}
.thumb-box3 .title3 { font: 600 40px/40px 'Open Sans'; text-transform: uppercase; color: #3e454c; margin-bottom: 3px;}
.thumb-box3 .description { font: 300 30px/30px 'Open Sans'; text-transform: uppercase; color: #757575; margin-bottom: 53px;}
.thumb-box3 .description2 { font: 300 30px/30px 'Open Sans'; text-transform: uppercase; color: #979797; margin-bottom: 53px;}
.thumb-box3 .col-lg-8, .thumb-box3 .col-lg-4 { margin-bottom: 6px;}

.thumb-box4 { overflow: hidden; padding: 0 0 20px 0;}
.thumb-box4 hr { border-top: 1px solid #ebeced; margin: 0 0 40px 0;}

.thumb-box5 { overflow: hidden; padding: 0 0 /*35*/15px 0;}

.thumb-box6 { padding: 0 0 35px 0;}

.thumb-box7 { overflow: hidden; padding: 40px 0 0 0; border-top: 1px solid #ebeced;}
.thumb-box7 .col-lg-4, .thumb-box7 .col-lg-8 {margin-bottom: 64px;}

.thumb-box8 { overflow: hidden; padding: 0 0 53px 0;}

.errorBox {
	text-align: center;
	padding-top: 64px;
	padding-bottom: 50px;
}
.errorBox1 {
	padding-top: 64px;
	padding-bottom: 50px;
}
.errorBox1 h2 {
	text-align: left;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 46px 0;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 figure {
	margin: 0 0 27px 0;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
}
.thumb-pad2 {
	margin: 0;
	padding: 0;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
}
.thumb-pad2 .thumbnail .caption .title2 {
	font: 15px 'Open Sans';
	text-transform: uppercase;
	color: #757575;
	margin-bottom: 4px;
}
.thumb-pad2 figure {
	margin: 0 27px 0 0;
	float: left;
}
.thumb-pad2-alt {
	border: 1px solid #ebeced;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}
.thumb-pad2-alt:hover {border-color:#3096d2;}
.thumb-pad2-alt .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2-alt .thumbnail .caption { 
	padding: 0;
}
.thumb-pad2-alt .thumbnail .caption .title2 {
	font: 15px 'Open Sans';
	text-transform: uppercase;
	color: #757575;
	margin-bottom: 4px;
}
.thumb-pad2-alt .thumbnail .h3 {
	font: 16px/22px 'Open Sans';
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-top:0;
}
.thumb-pad2-alt .thumbnail .h3 span {
	color: #856e5c/*#36b44f*/;
}
.thumb-pad2-alt figure {
	margin: 0 10px 0 0;
	float: left;
	max-width:30%
}

.thumb-pad3 {
	margin: 0 0 23px 0;
	overflow: hidden;
}
.thumb-pad3 .badge {
	position: relative;
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	line-height: 23px;
	background: #856e5c/*#36b44f*/;
	width: 70px;
	display: inline-block;
	font: 600 40px 'Open Sans';
	color: #ffffff;
	float: none;
	margin-right: 30px;
	float: left;
}
.thumb-pad3 .badge span {
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	font-weight: normal;
	margin-top: -6px;
	position: relative;
	padding: 0 0 19px 0;
}
.thumb-pad3 .badge span.year {
	border-bottom: 2px solid #3096d2;
}
.thumb-pad3 .badge > div {
	padding-bottom: 0;
}
.thumb-pad3 .badge a {
	background: #856e5c/*#36b44f*/;
	text-align: center;
	display: block;
	padding: 7px 0;
	color: #ffffff;
	font: 300 15px/34px 'Open Sans';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad3 .badge a:hover {
	background: #3e454c;
}
.thumb-pad3 .badge em {
	display: inline-block;
	width: 12px;
	height: 15px;
	position: absolute;
	top: 14px;
	right: -12px;
	background: url(../img/456cb4_triangle.png) no-repeat;
}
.thumb-pad3 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad3 .thumbnail .caption .title4 {
	font: 25px/25px 'Open Sans';
	color: #856e5c/*#36b44f*/;
	text-transform: uppercase;
	margin-bottom: 1px;
}
.thumb-pad3 .thumbnail .caption .description4 {
	font: 14px 'Open Sans';
	color: #757575;
	margin-bottom: 11px;
	text-transform: uppercase;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 27px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption p {
	margin: 15px 0 0 0;
}
.thumb-pad5 .thumbnail .caption p a {
	color: #3e454c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption p a:hover {
	color: #856e5c/*#36b44f*/;
}
.thumb-pad5 .thumbnail .caption .lnk {
	font: 20px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption .lnk:hover {
	color: #856e5c/*#36b44f*/;
}
.thumb-pad5 figure {
	margin: 0 0 26px 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	text-align: left;
	margin-bottom: 30px;
	padding:15px; /*background:#f8f5f2;*/ border:1px solid #eae5d7;
	background: rgba(0, 0, 0, 0.005) none repeat scroll 0 0;
}
.thumb-pad6 .title { margin:-15px -15px 15px -15px; background:#eae5d7; color: #856e5c/*1f1f1f*/;}

.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #856e5c;
	background: #eae5d7;
	text-align:center;
}
.thumb-pad6 figure {
	margin: 0 0 21px 0;
	position:relative;
}
.thumb-pad6 figure img {
	width: 100%;
}
/*
.thumb-pad6 figure span { position:absolute; padding: 5px 10px; color:#fff;}
.thumb-pad6 figure span.price { bottom:0; left:0; background:#856e5c;}
.thumb-pad6 figure span.serial { bottom:0; right:0;}
.thumb-pad6 figure span.notav { top:0; left:0; width:100%; text-align:center; font-weight:bold;}
*/
figure span { position:absolute; padding: 5px 10px; color:#fff;}
figure span.price { bottom:0; left:0; background:#856e5c;}
figure span.serial { bottom:0; right:0;}
figure span.notav { top:0; left:0; width:100%; text-align:center; font-weight:bold;}

.thumb-pad6 figure span.newprod { 
/*    border-radius: 70px 0 0 70px;
    top: 80px;
    font-size: 12px;
    font-weight:bold;
    right: 0px;
    margin-top: 5px;
    padding: 4px 10px 4px 14px;
    position: absolute;
	text-align:center;
	line-height: 18px;
	width:auto;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.22), inset 0 2px 0 rgba(255,255,255,0.2);
  	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.22), inset 0 2px 0 rgba(255,255,255,0.2);
            box-shadow: 0 1px 3px rgba(0,0,0,0.22), inset 0 2px 0 rgba(255,255,255,0.2);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;

	color:#333; text-shadow: 1px 1px 0px rgba(255, 255, 255, .5), 1px 1px 1px rgba(0, 0, 0, .2);
	background:#ff9900;
	background:-moz-linear-gradient(top,#ffcb04 0,#ff9900 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcb04),color-stop(100%,#ff9900));
	background:-webkit-linear-gradient(top,#ffcb04 0,#ff9900 100%);
	background:-o-linear-gradient(top,#ffcb04 0,#ff9900 100%);
	background:-ms-linear-gradient(top,#ffcb04 0,#ff9900 100%);
	background:linear-gradient(to bottom,#ffcb04 0,#ff9900 100%);

*/
	border-radius: 70px 0 0 70px;
    top: 80px;
    font-size: 12px;
    font-weight:bold;
    right: 0px;
    margin-top: 5px;
    padding: 4px 10px 4px 14px;
    position: absolute;
	text-align:center;
	line-height: 18px;
	width:auto;

/*	background: -moz-linear-gradient(100% 100% 90deg, #422009, #cfae57) repeat scroll center center;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cfae57), to(#422009));
	background-color: #422009;
	background-image: -o-linear-gradient(top,rgb(207,174,87),rgb(66,32,9));
*/
	background: -moz-linear-gradient(100% 100% 90deg, #856e5c, #eae5d7) repeat scroll center center;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eae5d7), to(#856e5c));
	background-color: #856e5c;
	background-image: -o-linear-gradient(top,rgb(207,174,87),rgb(66,32,9));

    color: #FFFFFF;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.22), inset 0 2px 0 rgba(255,255,255,0.2);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.22), inset 0 2px 0 rgba(255,255,255,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.22), inset 0 2px 0 rgba(255,255,255,0.2);
  -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.thumb-pad6:hover {	border: 1px solid #856e5c/*3d4959*/;}
.thumb-pad6:hover .title a { text-decoration:underline;}
.thumb-pad6:hover .caption a { color: #856e5c/*3d4959*/;}
.thumb-pad6:hover .caption a:hover { color: #eae5d7;}

.thumb-pad7 {
	margin: 0 0 50px 0;
	overflow: hidden;
}
.thumb-pad7 .badge {
	position: relative;
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	line-height: 23px;
	background: #856e5c/*#36b44f*/;
	width: 70px;
	width: 70px;
	display: inline-block;
	font: 600 40px 'Open Sans';
	color: #ffffff;
	float: none;
	margin-right: 25px;
	float: left;
}
.thumb-pad7 .badge span {
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	font-weight: normal;
	margin-top: -6px;
	position: relative;
	padding: 0 0 19px 0;
}
.thumb-pad7 .badge > div {
	padding-bottom: 0;
}
.thumb-pad7 .badge a {
	text-align: center;
	display: block;
	padding: 0;
	color: #ffffff;
	font: 300 15px/34px 'Open Sans';
	background: #856e5c/*#36b44f*/ url(../img/border.png) 0 top repeat-x;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad7 .badge a:hover {
	background: #3e454c url(../img/border.png) 0 top repeat-x;
}
.thumb-pad7 .badge em {
	display: inline-block;
	width: 12px;
	height: 15px;
	position: absolute;
	top: 14px;
	right: -12px;
	background: url(../img/triangle.png) no-repeat;
}
.thumb-pad7 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px 'Roboto Condensed';
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px 'Roboto Condensed';
	color: #8b9196;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}

/* thumbnail - ADDON !!!*/
.thumb-pad9 {
	overflow: hidden;
	text-align: left;
	margin-bottom: 30px;
	padding:15px; background:#f8f5f2; border:1px solid #eae5d7;
	background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
}
.thumb-pad9 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad9 .thumbnail .caption { 
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .title { margin:-15px -15px 15px -15px; background:#eae5d7; color: #1f1f1f;}
.thumb-pad9 figure {max-width:30%; float:left;
	margin: 0 22px 0 0;
}
.thumb-pad9 figure img {
	width: 100%;
}
.thumb-pad9:hover {	border: 1px solid #3d4959;}

/*========================================================*/
.thumbnail .caption { color: #3e454c/*#bab9b9*/; }
/*.thumbnail .caption>a { width:100%; text-align:center}*/
.caption>a { width:100%; text-align:center}
.badge span.mont {
	position: relative;
	padding: 0 0 0px 0;
	background:none;
}
.badge span.year {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	padding: 2px 0 10px 0;
}

.box_inner { position:relative;}
/* article - ADDON !!!
========================================================*/
article { margin-bottom:20px;}
article figure {
	margin: 0 5% 20px 0;
	float: left;
	position:relative;
	max-width:45%;
	border:1px solid;
}
article figure:hover {
	border-color: #e65c00;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.23);
	box-shadow: 0 1px 5px rgba(0,0,0,0.23);
}
figure img {
	width: 100%;
}
article figure [class*="ribbon"] {left:0px;}

.parents {display:block; margin-bottom:20px}
.parents:after { display:table; content: " ";}

article .available {display:inline-block; /*background:#2b9cbd;*/ padding:10px 20px; font-weight:bold;}

/*article .pdficon {
    bottom: 10px;
    position: absolute;
    right: 10px;
}
*/
article .pdficon {
    background: rgba(0, 0, 0, 0) url("../imag/pdf_icon.png") no-repeat; 
    display:inline-block;
    height: 32px;
	padding: 5px 5px 5px 37px;
}
article span.state { text-transform:lowercase; display:inline-block; background:#e65c00; color:#fff; padding:4px 10px;}
/* article - ADDON END!!!
========================================================*/



/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 36px;
	font: 600 20px/50px 'Open Sans';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #856e5c/*#3498db*/;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #3e454c;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 36px;
	font: 600 20px/50px 'Open Sans';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #8fbf4d;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #3e454c;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 36px;
	font: 600 20px/50px 'Open Sans';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #856e5c/*#36b44f*/;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #3e454c;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
	font: 600 14px//*45*/32px 'Open Sans';
/*	margin: 10px 0 0 0;*/
	border-radius: 0;
	border:none;
	color: #856e5c/*#ffffff*/;
	background: #eae5d7/*#856e5c/*#36b44f*/;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
/*	color: #bab9b9;
	background: #ffffff;
	text-decoration: none;
*/
	color: #ffffff;
	background: #856e5c/*#3d4959/*#3096d2*/;
	text-decoration: none;
}
.btn-default.btn5 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
	font: 600 14px/45px 'Open Sans';
	margin: 10px 0 0 0;
	border-radius: 0;
	color: #ffffff;
/*	background: #e65c00;*/
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #ffffff;
	background: #3e454c;
	text-decoration: none;
}
.sections {width:100%; text-align:center; margin-bottom:20px} 
.sections .btn-default.btn3 { margin-right:5px; padding:0 20px} 
.sections .btn-default.btn3:last-child { margin-right:0;} 
.sections .btn-default.btn3.current { background:#3096d2;} 

/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 11px 0;
	padding-left: 25px;
	background: url(../img/list_arrow.png) left 7px no-repeat;
}
.list1 li a {
	color: #3e454c;
	font: 20px 'Open Sans';
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #856e5c/*#36b44f*/;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	padding-left: 21px;
	background: url(../img/list_point.png) left 4px no-repeat;
}
.list2 li a {
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #bab9b9;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #f1373a;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 0 86px;
	float: left;
}
.list3 li:first-child {
	margin: 0;
}
.list3 li a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 24px;
}
.list4 li time {
	font: 20px 'Open Sans';
	text-transform: uppercase;
	color: #3e454c;
	display: inline-block;
	width: 60px;
	float: left;
	text-align: center;
	margin: 0 16px 0 0;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 29px 0;
	overflow: hidden;
}
.list5 li figure {
	float: left;
	margin: 7px 20px 0 0;
}
.list5 li p {
	font: italic 16px/26px 'Roboto Condensed';
	color: #8b8a8a;
	margin-bottom: 17px;
}
.list5 li a {
	font: 20px/21px 'Roboto Condensed';
	color: #7d8286;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #53afee;
}
.list5 li .description {
	font: bold 14px 'Roboto Condensed';
	color: #53afee;
	margin: 3px 0 0 0;
	text-transform: uppercase;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
	font: 18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #bab9b9;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
}
.list7 li span {
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 100%;
	background: #53afee;
	color: #ffffff;
	font: 40px/68px 'Roboto Condensed';
	display: inline-block;
	float: left;
	margin: 5px 30px 0 0;
	text-align: center;
}
.list8 {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 36px 0;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----accordeon-----*/
._accodList {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 28px;
}
._accodList > li {
	padding-bottom: 0;
	margin-bottom: -1px;
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 50px;
}
._accodList > li strong {
	margin: 0;
	float: none;
	display: block;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	font: 12px/31px 'Roboto Condensed';
	width: 100%;
	color: #878787;
	background: #f4f4f4;
	border: 1px solid #ececec;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 0 0 0 9px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
._accodList > li strong.color1 {
	color: #878787;
}
._accodList > li strong.color2 {
	color: #53afee;
}
._accodList > li strong.color2 span {
	background: url(../img/plus.png) 0 bottom no-repeat;
}
._accodList > li span {
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../img/plus.png) 0 top no-repeat;
	float: left;
	display: inline-block;
	margin: 7px 8px 0 0;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
._accodList > li p {
	margin: 0;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	color: #bab9b9;
	padding: 13px 33px 35px 33px;
}
._accodList.indent {
	padding-bottom: 0;
}
._accodList.indent p {
	padding: 13px 33px;
}
._accodList li strong:hover {
	color: #53afee;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
._accodList li strong:hover span {
	background: url(../img/plus.png) 0 bottom no-repeat;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 40px 0 0 0;
	position: relative;
}
#search-404 a {
	position: absolute;
	top: 2px;
	right: 3px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: none;
	border: 1px solid #ebeced;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #bab9b9;
	padding: 10px 48px 10px 16px;
	height: 41px;
	resize: none;
}
#search {
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
}
#search a {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 14px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 269px;
	outline: none;
	background: #ffffff;
	border: 1px solid #ffffff;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #bab9b9;
	padding: 6px 15px;
	height: 32px;
	resize: none;
}
/* map
========================================================*/
.content_map2 {
	position: relative;
	height: 393px;
	margin-bottom: 49px;
}
.google-map-api {
/*	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;*/
}
.google-map-api iframe {width:100%; border:8px solid #3e2512;}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas iframe {width:100%; height:100%; border:none;}
#map-canvas img {
	max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 38px 0 0 20px;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.info {
	margin-bottom: 36px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	display: inline-block;
	width: 102px;
}
.info p a {
	color: #bab9b9;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #856e5c/*#36b44f*/;
}
.mail {
	color: #bab9b9;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #53afee;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
    background:#856e5c/*181b1e*/;
    border-top: 1px solid #eae5d7;
    overflow: hidden;
	color:#efefef;
}
footer hr {
	border-top: 1px solid #ebeced;
	margin: 0 0 /*62*/32px 0;
}
footer p {
	font: 300 14px 'Open Sans';
	color: #92a2af;
/*	text-transform: uppercase;*/
	float: left;
	margin: 0;
}
footer p a {
	color: #92a2af;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #856e5c/*#36b44f*/;
}
footer p span {
	color: #856e5c/*#36b44f*/;
}
footer p i {
	color: #8fbf4d;
	font-style: normal;
}
footer p strong {
	color: #3498db;
	font-weight: 600;
}
footer p b {
	color: #3e454c;
	font-weight: 600;
}
footer em {
	font-style: normal;
}
footer p span.author { font-size:85%; color:#92a2af;}
.footer {background: #f8f5f2; color:#3e454c; padding: 10px 0;}

.follow_icon {
	padding: 0;
	margin: -7px 0 0 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
.follow_icon li {
	float: left;
	margin: 0 0 0 4px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li a {
	width: 37px;
	height: 34px;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover img {
	margin-top: -34px;
}

.social_icon { margin:0 !important; list-style: none; overflow: hidden; float: right; padding:12px 3px}
.social_icon li { float: left; margin: 0 0 0 8px; background: #ccc none repeat scroll 0 0; border:1px solid #ccc;
    height: 24px;
    width: 24px;
 -webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	  -o-transition-duration: 0.4s;
	 -ms-transition-duration: 0.4s;
		 transition-duration: 0.4s;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
}
.social_icon li.divider { margin-right:15px}
.social_icon li:first-child { margin: 0;}
.social_icon li a {
	width: 22px;
	height: 22px;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	color:#fff;
}
.social_icon li:hover { background:#856e5c; border-color:#856e5c;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6), inset 0 2px 0 rgba(255,255,255,0.2);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6), inset 0 2px 0 rgba(255,255,255,0.2);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.6), inset 0 2px 0 rgba(255,255,255,0.2);
     -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	 		 text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.social_icon li:hover a, .social_icon li a:hover { background:none !important;}
.social_icon i { font-size:1em;}
.social_icon li i {float:left; width:100%; height:100%; line-height: 22px;}
.social_icon li > a > i.icon-probook {
    font-family: "Baumans";
    font-weight: bold;
}

.social {position: absolute;
    right: 0;
    top: 0;
    width: 17%;
	height: 48px;
}
@media (max-width: 991px) {
	.social {width: 48%;}
}

/*.lang { padding: 0; margin: 0; list-style: none; overflow: hidden; float: right;
	position:absolute; top:12px; right:40px;
}*/
.lang img {
/*	border: 1px solid #d2ab67;*/
	border-radius: 15px;
/*	margin-left: 5px;
	margin-right: 5px;
	width: 20px;
*/
	float: left;
    height: 100%;
    line-height: 22px;
    width: 100%;
}
/*.social_widget img {display:none}
.social_widget .row-fluid {display:none}
.social_widget .social_row {display:block;}
.social_widget li i {float:left; width:100%; height:100%; color:#fff;line-height: 23px;}
.social_widget li a:hover {text-decoration: none}
.social_widget ul li:last-child {margin-right:0}
*/

.body-bg, [class*="sec-"] {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
}
.body-bg {background:#fff;}
.sec-1 { background:url(../imag/gallery/section_1.jpg) no-repeat 50% 50%;}
.sec-2 { background:url(../imag/gallery/section_2.jpg) no-repeat 50% 50%;}
.sec-3 { background:url(../imag/gallery/section_3.jpg) no-repeat 50% 50%;}
.sec-4 { background:url(../imag/gallery/section_4.jpg) no-repeat 50% 50%;}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 nav.navbar li a {
/* width: 202px;*/
}
 nav.navbar li:last-child a {
/* width: 202px;*/
}
 .errorBox img {
 width: 100%;
}
 nav.navbar li a { font-size:0.9em;}
}
/*===========================================================================================================================*/
@media (max-width: 1219px) {
.navbar-fixed-top {
/*min-height:97px;
height:auto;*/
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .errorBox img {
 width: 100%;
}
/* nav.navbar li a {
font-size:0.9em;
}*/
 .thumb-box2 .col-lg-8,  .thumb-box2 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-box3 .col-lg-8,  .thumb-box3 .col-lg-4 {
 margin-bottom: 50px;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad7 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 991px) {
 nav.navbar .nav {
 display: none !important;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 4px;
 margin: /*3*/0px 0 0 0;
 width: 50%/*100%*/;
/* border: 1px solid #3498db;
 background: #3498db;*/
 background:#856e5c;
 border:none;
 color: #ffffff;
 cursor: pointer;
 height: 48px;
 font-size: 12px;
 vertical-align: middle;
 text-transform: uppercase;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.navbar {
 border: none;
 float: none;
 padding: 0;
 margin: 0/* 0 25px 0*/;
}
/* nav.navbar .nav {
 display: none !important;
}*/
 h2 {
 font-size: 30px;
 line-height: 30px;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header .call-box {
 float: none;
 display: inline-block;
}
/* .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 4px;
 margin: 0px 0 0 0;
 width: 50%;
 background:#856e5c;
 border:none;
 color: #ffffff;
 cursor: pointer;
 height: 48px;
 font-size: 12px;
 vertical-align: middle;
 text-transform: uppercase;
}*/
 .select-menu option:first-child { /*background:url(img/select.png) no-repeat left top;*/} 

 .thumb-pad1 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-box2 .col-lg-8,  .thumb-box2 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-box3 .col-lg-8,  .thumb-box3 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 footer {
 text-align: center;
}
 footer p {
 float: none;
 margin-bottom: 15px;
}
 footer .follow_icon {
 float: none;
 display: inline-block;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad7 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .errorBox img {
 width: 100%;
}
 .content_map {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad1 figure {
 margin: 0 0 27px 0;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 0 27px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad2 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .errorBox img {
 width: 100%;
}
 .thumb-box6 {
 padding: 0;
}
 .thumb-pad7 .badge {
 float: none;
 margin: 0 0 15px 0;
 width: 100%;
}
 .thumb-pad7 .badge em {
 display: none;
}
 .thumb-box1 .title {
 font-size: 30px;
 line-height: 35px;
}
 .thumb-box1 .description {
 font-size: 14px;
}
}
@media (min-width: 454px) and (max-width: 480px) {
header .col-sm-8.col-xs-6 {width:50%; float:left;}
header .col-sm-4.col-xs-6 {width:50%; float:left;}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
  .col-xs-4 { width: 100%; float: none;}
  .col-xs-6 { width: 100%; float: none;}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.title.span span { color:#FF0000;}
.col-lg-12 { padding-bottom:20px;}

/*******************************/
/** product-item **/
/*******************************/
.product-item .inner{border: 1px solid rgb(239, 239, 239);}

.copy {float:left; font-size:0.85em;}
.copy:after { clear:left;}
.author {float:right; font-size:0.85em;}
.author:after { clear:right;}

.sysnav {text-align:center; background:none; padding:10px 0;}
.sysnav a {color:#efefef;}
.sysnav h4 {text-decoration:underline;}
.sysnav ul { margin:0; padding:0;}
.sysnav li { list-style:none; padding:0;}
.sysnav li a { display:block;}
.sysnav li:hover a, .sysnav a:hover { text-decoration:underline;}
.sysnav ul.footer_social_icons { margin-bottom:10px}

/*******************************/
/* from 01
/*******************************/
#order {display:inline-block; margin-right:10px}
#order input.btn-default.btn4 { padding:10px 30px; font-size:1.2em; font-weight:bold;}
.att { text-align:center; color:#856e5c; font-weight:bold; font-style:italic;}
.priceold { display:block;
    border-radius: 3px;
    font-size: 12px;
    margin: 5px 0;
    padding: 4px 14px 4px 10px;
	text-align:center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;

	color:#333; text-shadow: 1px 1px 0px rgba(255, 255, 255, .5), 1px 1px 1px rgba(0, 0, 0, .2);
	background:#ff9900;
	background:-moz-linear-gradient(top,#ffcb04 0,#ff9900 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcb04),color-stop(100%,#ff9900));
	background:-webkit-linear-gradient(top,#ffcb04 0,#ff9900 100%);
	background:-o-linear-gradient(top,#ffcb04 0,#ff9900 100%);
	background:-ms-linear-gradient(top,#ffcb04 0,#ff9900 100%);
	background:linear-gradient(to bottom,#ffcb04 0,#ff9900 100%);
}
.priceold b {text-decoration:line-through; font-weight:bold;}
figure.figure { position:relative;}
.muline .title{ font-size:16px;}
.muline .btn-default.btn4 {font-size:12px; text-align:center; line-height:16px; text-transform:none; padding-bottom:4px; padding-top:4px;}
.partners a { display:block; border:1px solid #eae5d7; padding:4px; margin-bottom:10px;}
.partners a img { max-width:100%}
/*----*****---- << text_columns >> ----*****----*/
[class*="text_columns"] {
	-webkit-column-rule-style:solid; -moz-column-rule-style:solid; column-rule-style:solid;
	-webkit-column-rule-width:1px; -moz-column-rule-width:1px; column-rule-width:1px;
	-webkit-column-rule-color:#c2c2c3; -moz-column-rule-color:#c2c2c3; column-rule-color:#c2c2c3;
	margin-bottom:26px;
}
[class*="text_columns"] :: before, [class*="text_columns"] :: after {box-sizing:border-box;}
ol.text_columns_two_cols, ol.text_columns_three_cols, ol.text_columns_four_cols {list-style-position:inside;}
ul.text_columns_two_cols, ul.text_columns_three_cols, ul.text_columns_four_cols { list-style:none}

.text_columns_two_cols {
	-webkit-column-count:2; -moz-column-count:2; column-count:2;
	-webkit-column-gap:40px; -moz-column-gap:40px; column-gap:40px;
}
.text_columns_three_cols {
	-webkit-column-count:3; -moz-column-count:3; column-count:3;
	-webkit-column-gap:30px; -moz-column-gap:30px; column-gap:30px;
}
.text_columns_four_cols {
	-webkit-column-count:4; -moz-column-count:4; column-count:4;
	-webkit-column-gap:20px; -moz-column-gap:20px; column-gap:20px;
}
@media only screen and ( max-width: 767px) {
	.text_columns_four_cols {
		-webkit-column-count:2;
			-moz-column-count:2;
			column-count:2;
		-webkit-column-gap:20px;
			-moz-column-gap:20px;
			column-gap:20px;
	}
}
@media only screen and ( max-width: 467px) {
	[class*="text_columns"] {
		-webkit-column-count:1; -moz-column-count:1; column-count:1;
		-webkit-column-gap:0px; -moz-column-gap:0px; column-gap:0px;
		-webkit-column-rule-style:none; -moz-column-rule-style:none; column-rule-style:none;
		-webkit-column-rule-width:0px; -moz-column-rule-width:0px; column-rule-width:0px;
		margin-bottom:26px;
	}
}
/*----*****---- << /text_columns >> ----*****----*/
