/* CSS Document */
@font-face {
    font-family: 'Open Sans Condensed Normal';
    src: url('../fonts/OpenSans-CondLight-webfont.eot');
    src: url('../fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('../fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans-CondBold-webfont.eot');
    src: url('../fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.img-indent {
  margin: 5px 0 18px;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.color1 {
  color: #202020;
}
/*------ header ------- */
header {
  padding: 0px;
  position: relative;
  z-index: 10;
  background: url(../img/tail-bg-header.png);
  width: 100%;
}
/* navbar */
.navbar_,
.navbar_ nav {
  margin: 0;
}
.navbar_ {
  padding: 0;
  position: relative;
}
.navbar_ .navbar-inner_ {
  padding: 0;
  margin: 0;
  border: none;
  min-height: inherit;
}
.navbar_ .container {
  position: relative;
}
.nav-collapse_ {
  z-index: 30;
  float: right;
  margin: 0 -10px 0 0;
  position: relative;
}
.navbar_ .nav {
  margin: 0;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.nav-collapse_ .nav > li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-collapse_ .nav > li:first-child {
  margin: 0;
  background: none;
  padding: 0;
}
.nav-collapse_ .nav li a {
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  font-family: 'Open Sans Condensed', sans-serif;
  display: block;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-collapse_ .nav > li > a {
  margin: 0;
  position: relative;
  color: #241F21;
  z-index: 10;
  font-size: 16px;
  line-height: 18px;
  padding: 23px 33px 24px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-collapse_ .nav > li > a .sf-sub-indicator {
  background: url(../img/indicator.png) no-repeat 0 0;
  width: 7px;
  height: 4px;
  position: absolute;
  display: block;
  bottom: 16px;
  left: 50%;
  margin-left: -3px;
  z-index: 5;
}
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
  background: #ffffff;
  color: #00ADEF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.navbar_ .nav > .active > a,
.navbar_ .nav > .active > a:hover,
.navbar_ .nav > .active > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-collapse_ .nav > li.sfHover > a .sf-sub-indicator,
.nav-collapse_ .nav > li.active > a .sf-sub-indicator {
  background-position: 0 bottom;
}
.sub-menu > a {
  position: relative;
}
.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  width: 280px;
  /*left: -108px;*/
  right:0;
  top: 65px;
  list-style: none;
  zoom: 1;
  z-index: 11;
  background: #ffffff;
  padding: 27px 0 25px;
  margin: 0;
}
.nav-collapse_ .nav ul li a {
  display: block;
  color: #00ADEF;
  background: #ffffff;
  padding: 5px 0 5px 25px;
  font-size: 14px;
  line-height: 16px;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul > li.sfHover > a {
  text-decoration: none;
  color: #ffffff;
  background: #00ADEF;
}
.nav-collapse_ .nav ul ul {
  left: 0;
  top: 0px;
  position: static;
  display: none;
  width: 160px;
  padding: 0 0 9px;
}
.nav-collapse_ .nav ul ul li a:hover {
  background: #00ADEF;
  color: #ffffff;
}
.nav-collapse_ .nav ul .sf-sub-indicator {
  background: url(../img/indicator2.png) no-repeat 0 0;
  width: 7px;
  height: 4px;
  position: absolute;
  display: block;
  top: 12px;
  left: auto;
  right: 9px;
  z-index: 5;
}
.nav-collapse_ .nav > li > ul li > a:hover .sf-sub-indicator,
.nav-collapse_ .nav > li > ul > li.sfHover > a .sf-sub-indicator {
  background-position: 0 bottom;
}
/*------ logo ------- */
.navbar_ .brand {
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -154px;
  padding: 0;
}
.navbar_ .brand a {
  display: inline-block;
}
.navbar_ .brand a:hover {
  text-decoration: none;
}
/*------ h1, h2, h3, h4, h5, h6 ------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #202020;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
header h1 {
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 33px;
  line-height: 36px;
  margin: 0;
  letter-spacing: 1px;
}
h3 {
  font-size: 30px;
  padding: 39px 0 29px;
  margin: 0;
}
h3.extra {
  padding: 0px 0 33px;
}
h3 span {
  font-size: 18px;
  color:#00ADEF;
}
h4 {
  color: #00ADEF;
  font-size: 18px;
  padding: 0 0 12px;
  margin: 0;
}
.newcolor
{
	color:#202020;
}
p {
  padding-bottom: 13px;
  margin: 0;
}
.link {
  text-decoration: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  color: #a8a8a8;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
.link:after {
  position: relative;
  width: 5px;
  height: 9px;
  background: url(../img/marker-1.png) no-repeat 0 0;
  content: "";
  display: inline-block;
  margin: -2px 0 0 2px;
}
.link:hover {
  color: #00ADEF;
}
.link:hover {
  text-decoration: none;
}
.link-1 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  color: #00ADEF;
}
.link-1:hover {
  color: #a8a8a8;
}
.link-2 {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color: #202020;
}
.link-2:hover {
  text-decoration: none;
}
/*--- header end ------*/
/*------ content ------- */
#content {
  position: relative;
  padding: 17px 0 22px 0;
  z-index: 5;
  background: #ffffff;
}
#content.extra-content {
  padding-top: 57px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#content ul {
  list-style: outside none;
}
.thumbnail-1 {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.overflow {
  overflow: hidden;
}
.indent-1 {
  padding-right: 0px;
}
.border {
  height: 1px;
  background: #333;
  margin: 29px 34%;
}
.img-polaroid_ {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.inner {
  padding-right: 50px;
}
/*----------- list-thumbnails--------------*/
.list-thumbnails {
  margin: 0;
  padding: 50px 0 0;
}
.list-thumbnails li {
  margin-bottom: 30px;
  position: relative;
}
.list-thumbnails .thumbnail-1 figure {
  margin: 0 0 33px;
}
.list-thumbnails .thumbnail-1 {
  background: #ffffff;
  text-align: center;
  padding: 5px 5px 23px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.list-thumbnails .thumbnail-1 section {
  padding: 0 20px;
}
.list-thumbnails .thumbnail-1 section a,
.list-thumbnails .thumbnail-1 section span {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #262626;
  font-size: 18px;
  line-height: 20px;
  display: block;
}
.list-thumbnails .thumbnail-1 section span {
  color: #f7941d;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 0 16px;
}
.list-thumbnails .thumbnail-1 section a {
  text-decoration: none;
  display: inline-block;
}
.list-thumbnails .thumbnail-1 section a:hover {
  text-decoration: none;
  color: #f8941d;
}
.list-thumbnails .thumbnail-1 section p {
  line-height: 18px;
  color: #262626;
  padding-bottom: 18px;
  font-size: 11px;
  line-height: 18px;
}
.list-services {
  padding: 5px 0 0;
}
.list-services .thumbnail-1 section a {
  margin-bottom: 14px;
}
.address {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.address strong {
  color: #00ADEF;
  display: block;
  font-size: 30px;
  line-height: 32px;
  padding-bottom: 10px;
}
.address span {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  display: block;
  padding-bottom: 10px;
}
.address span a {
  color: #343434;
  text-decoration: none;
}
.address span a:hover {
  color: #00ADEF;
}
/*----------- block-txt1-----------*/
.block-txt1 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 42px;
  padding:5px;
  text-align:left;
}
.block-txt1 img {
	padding:5px;
	background-color:#CCCCCC;
	border:1px solid #999999;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.block-txt1 strong {
  font-size: 18px;
  line-height: 22px;
  display: block;
  color: #00ADEF;
  margin-top:10px;
}
.block-txt1 em {
  font-style: normal;
  color: #00ADEF;
}
.block-txt1 span {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #202020;
}
/*----------- block-txt2-----------*/
.block-txt2 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.block-txt2 strong {
  font-size: 30px;
  line-height: 28px;
  display: block;
  color: #202020;
  padding-bottom: 6px;
}
.block-txt2 strong span {
  color: #00ADEF;
}
.block-txt2 strong em {
  font-style: normal;
  font-size: 26px;
  line-height: 26px;
  display: block;
}
/*----------- list-events-----------*/
.list-events {
  margin: -2px 0 35px;
}
.list-events li {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
}
.list-events li span {
  color: #202020;
}
.title-1 {
  color: #00ADEF;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 41px;
  line-height: 44px;
  padding-bottom: 25px;
}
.title-1 span {
  display: block;
  font-size: 19px;
  line-height: 23px;
}
/*----------- list-food-----------*/
.list-food {
  margin: 3px 0 0 -20px;
  overflow: hidden;
}
.list-food li {
  margin-bottom: 30px;
}
.box-img {
  margin: 0;
  position: relative;
}
.box-img strong {
  background: url(../img/tail-hover.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  display: none;
}
.box-img strong span {
  position: relative;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding: 0 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  display: block;
}
.box-img strong > span {
  margin-top: 30px;
}
.box-img1 strong > span {
  margin-top: 65px !important;
}
.box-img:hover strong {
  display: block;
}
.txt-1 {
  color: #202020;
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 13px;
  font-weight: bold;
}
/*----------- list-updates-----------*/
.list-updates {
  margin-left: 0;
}
.list-updates li {
  border-top: 2px solid #eaeaea;
  padding-top: 27px;
  margin-top: 27px;
}
.list-updates li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.list-updates li:hover .texthead {
  color: #00ADEF;
}
.list-updates a {
  color: #a8a8a8;
}
.list-updates a strong {
  color: #202020;
}
/*----------- block_cooperate-----------*/
.list-news {
  margin: 0;
}
.list-news li {
  padding-bottom: 24px;
}
.list-news li a {
  color: #262626;
}
.list-news li a:hover {
  color: #f8941d;
  text-decoration: none;
}
.texthead {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.texthead span {
  color: #00ADEF;
}
/*------ list-abouts ------- */
.list-about {
  margin: 0;
  padding: 0 0 10px;
}
.list-about li {
  overflow: hidden;
  padding-top: 5px;
  border-top: 2px solid #eaeaea;
  margin-top: 7px;
}
.list-about li:first-child {
  padding: 0;
  border: none;
  margin: 0;
}
.badge_ {
  font-size: 21px;
  line-height: 25px;
  width: 20px;
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
  background: none;
  font-weight: bold;
  text-shadow: none;
  color: #00ADEF;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
}
/*----------- .testimonials--------------*/
.list-quote {
  margin: 0;
}
.list-quote li {
  padding-top: 22px;
}
.list-quote li:first-child {
  padding-top: 0;
}
.quote-1 {
  /*background: url("../img/blockquote.png") no-repeat 0 3px;*/
  border: medium none;
  display: block;
  margin: 0;
  overflow: hidden;
  /*padding: 0 0 0 28px;*/
  padding: 0 0 0 2px;
}
.quote-1 p {
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  padding: 0;
}
.quote-1 strong {
  font-size: 13px;
  line-height: 18px;
  color: #262626;
  display: block;
  text-align: center;
  display: inline-block;
  float: right;
}
.block-service {
  padding-bottom: 54px;
}
/*------ list ------- */
.list {
  margin: 0;
  overflow: hidden;
}
.list li {
  background: url(../img/marker-3.png) no-repeat 0 6px;
  padding-left: 16px;
  line-height: 18px;
  padding-bottom: 10px;
}
.list li a {
  font-size: 13px;
  color: #a8a8a8;
}
.list li a:hover {
  color: #f8941d;
  text-decoration: none;
}
/*------ list-team ------- */
.list-team {
  margin: 4px 0 0 -20px;
}
.list-team li {
  float: left;
  margin: 0 0 38px 20px;
  width: 193px;
}
.list-team li .thumbnail-1 {
  background: none;
  padding: 0;
}
.list-team li figure {
  margin: 0 0 15px 0;
}
.list-team li p {
  padding-bottom: 0;
}
/*----------- testimonials--------------*/
.testimonials .span3 {
  margin-bottom: 18px;
}
.testimonials blockquote {
  background: url("../img/blockquote.png") no-repeat 0 3px;
  border: medium none;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0 0 0 40px;
}
.testimonials p {
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  padding-bottom: 16px;
}
.testimonials strong {
  font-size: 13px;
  line-height: 18px;
  color: #262626;
  display: block;
  padding-bottom: 1px;
}
.testimonials span {
  font-size: 11px;
  color: #7f7f7f;
}
.testimonials a {
  text-transform: uppercase;
  color: #f8941d;
  text-decoration: none;
  font-size: 12px;
}
.testimonials a:hover {
  color: #262626;
}
/*----------- list-menu --------------*/
.list-menu {
  overflow: hidden;
  margin: 4px 0 0;
}
.list-menu li {
  margin-bottom: 30px;
}
/*----------- list-events_1 --------------*/
.list-events_1 {
  margin: 0;
  padding-bottom: 20px;
}
.list-events_1 li {
  border-top: 2px solid #eaeaea;
  padding-top: 27px;
  margin-top: 31px;
  overflow: hidden;
}
.list-events_1 li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.list-events_1 figure {
  margin: 3px 20px 0 0;
  float: left;
}
.list-events_1 strong {
  color: #202020;
}
/*----------- list-events_2 --------------*/
.list-events_2 {
  margin: 0;
  padding-bottom: 20px;
}
.list-events_2 li {
  border-top: 2px solid #eaeaea;
  padding-top: 27px;
  margin-top: 26px;
  overflow: hidden;
}
.list-events_2 li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.list-events_2 figure {
  margin: 3px 20px 0 0;
  float: left;
}
.list-events_2 strong {
  color: #202020;
}
/***** map *****/
.map {
  margin: 46px 0 14px;
  /*line-height: 0;*/
  padding:5px;
  background-color:#4F4F4F;
}
.map iframe {
  border: none;
  width: 100%;
  height: 382px;
}
/*------ mail & address------- */
.address-1 .h4 {
  line-height: 22px;
  padding-bottom: 9px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #00ADEF;
  font-size: 18px;
}
.address-1 strong {
  display: block;
  color: #202020;
  font-size: 13px;
  padding-bottom: 21px;
}
.address-1 span {
  display: block;
}
.address-1 p {
  padding-bottom: 21px;
}
/***** contact form *****/
#contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0;
  padding: 4px 0 20px;
}
.txt-form {
  padding-bottom: 3px;
  display: block;
}
.coll-1,
.coll-2,
.coll-3 {
  float: left;
  width: 193px;
}
.coll-1,
.coll-2 {
  margin-right: 20px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#contact-form label {
  display: block;
  min-height: 61px;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
#contact-form .message {
  min-height: 218px;
  display: block !important;
  width: 100%;
}
#contact-form input,
#contact-form textarea {
  border: 1px solid #dfdede;
  background: #ffffff;
  padding: 9px 12px 10px;
  margin: 0 0 1px;
  font-size: 13px;
  line-height: 20px !important;
  color: #a8a8a8;
  outline: none;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input {
  height: 41px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  width: 100%;
  height: 201px;
  resize: none;
  overflow: auto;
}
#contact-form .success {
  border: 1px solid #dfdede;
  display: none;
  position: absolute;
  left: 0;
  top: 4px;
  color: #262626;
  font-size: 18px;
  line-height: 22px;
  background: #ffffff;
  text-align: center;
  text-transform: none;
  width: 100%;
  z-index: 20;
}
#contact-form .success span {
  display: block;
  text-align: center;
  padding: 12px 10px;
}
#contact-form .error,
#contact-form .empty {
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
  display: none;
  overflow: hidden;
  padding: 2px 4px 0px 0;
  width: 100%;
  text-transform: none;
  position: absolute;
  bottom: 6px;
  left: 0;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: 2px;
}
.buttons-wrapper {
  position: relative;
}
.buttons-wrapper a {
  margin-right: 75px;
  cursor: pointer;
  margin-top: 0;
}
.buttons-wrapper a:hover {
  text-decoration: none;
}
.buttons-wrapper span {
  display: inline-block;
  font-size: 11px;
  margin-top: 4px;
}
/*----------- buttons & links--------------*/
.btn-1 {
  position: relative;
  border: none;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  background: #f8941d;
  text-shadow: none !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 4px 38px 6px 12px;
}
.btn-1:before {
  background: url(../img/marker-1.png) no-repeat 0 0;
  width: 18px;
  height: 19px;
  display: block;
  position: absolute;
  top: 6px;
  right: 11px;
  content: "";
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-1:hover {
  background: #262626;
  text-decoration: none;
  color: #ffffff;
}
/*----------- policy --------------*/
.policy {
  padding-bottom: 20px;
}
.policy strong {
  display: block;
  color: #262626;
  font-size: 13px;
}
.policy p {
  padding-bottom: 18px;
}
.policy a:hover {
  text-decoration: underline;
}
/* block-404 */.block-404 {
  padding: 40px 100px 66px 0;
  overflow: hidden;
}
.block-404 .img-404 {
  float: left;
  margin: 43px 76px 0 100px;
}
.box-404 {
  overflow: hidden;
}
.box-404 p {
  color: #00ADEF;
  padding-bottom: 18px;
}
/* search */#search {
  margin: 10px 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dfdede;
  background: #ffffff;
  height: 36px;
  width: 100%;
  -webkit-box-shadow: 0 1px #ffffff;
  -moz-box-shadow: 0 1px #ffffff;
  box-shadow: 0 1px #ffffff;
}
#search input {
  border: none;
  height: 34px;
  background: #ffffff;
  margin: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 7px 10px 8px;
  font-size: 13px;
  line-height: 18px !important;
  color: #a8a8a8;
  outline: none;
  width: 70%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search a {
  position: absolute;
  top: 3px;
  right: 3px;
  background: url(../img/img-search.png) no-repeat 0 0;
  width: 35px;
  height: 28px;
  display: block;
}
#search a:hover {
  background-position: 0 bottom;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  padding: 30px 0;
  border-top: 4px solid #e4e4e4;
}
footer ul {
  font-style: normal;
}
.logo-footer {
  float: left;
  margin: 5px 6px 20px 0;
}
.privacy {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 13px;
  color: #c5c5c5;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 14px;
}
.privacy a {
  color: #c5c5c5;
}
text-decoration:none .privacy a:hover {
  text-decoration: underline;
}
.list-footer {
  margin: 0 0 15px;
  list-style: none;
}
.list-footer li {
  background: url(../img/marker-list-footer.png) no-repeat 0 9px;
  line-height: 24px;
  padding-left: 12px;
}
.list-footer a {
  color: #999999;
  font-size: 13px;
  font-weight: bold;
}
.list-footer a:hover {
  text-decoration: none;
  color: #333333;
}
.dev a:hover
{
	color:#333333;
}
/* Forms
---------------------------------------- */
.span-extra {
  width: 180px;
}
.box-newsletter strong {
  padding-bottom: 14px;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #a8a8a8;
  text-transform: uppercase;
  font-weight: bold;
}
#form1 {
  display: block;
  position: relative;
}
#form1 input {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  color: #a8a8a8;
  font-size: 13px;
  line-height: 18px !important;
  padding: 5px 10px;
  width: 100%;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
}
#form1 label {
  display: block;
  min-height: 38px;
  position: relative;
  margin: 0;
}
#form1 .success {
  border: 1px solid #dfdede;
  display: none;
  position: absolute;
  left: 0;
  top: -6px;
  color: #262626;
  font-size: 13px;
  line-height: 18px;
  background: #ffffff;
  text-align: center;
  text-transform: none;
  width: 100%;
  z-index: 20;
}
#form1 .success span {
  display: block;
  text-align: center;
  padding: 12px 10px;
}
#form1 .error,
#form1 .empty {
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  overflow: hidden;
  height: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#form1 a {
  float: right;
}
#form1 label.invalid .error {
  /*display: block;*/

  height: 19px;
}
/*--- footer end ------*/
@media only screen and (min-width: 1300px) {
  .nav-collapse_ .nav > li > a {
    padding: 23px 48px 24px 49px;
  }
  .list-food {
    margin: 3px 0 0 -30px;
  }
  .span-extra {
    padding-right: 90px;
  }
  .box-img strong > span {
    margin-top: 30px;
  }
  .list-team li {
    width: 243px;
  }
  .inner {
    margin-left: 39%;
  }
  #search {
    width: 236px;
  }
  .block-404 {
    padding: 40px 260px 66px  0;
  }
  .block-404 .img-404 {
    margin: 43px 76px 0 235px;
  }
  .coll-1,
  .coll-2,
  .coll-3 {
    width: 243px;
  }
  #contact-form label {
    display: inline-block;
  }
  #form1 input {
    width: 180px;
  }
}
@media only screen and (max-width: 979px) {
  #contact-form label {
    display: block;
  }
  #contact-form input,
  #contact-form textarea {
    width: 100%;
  }
  .address strong {
    font-size: 25px;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    overflow: inherit;
    clear: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .list-thumbnails .thumbnail-1 section {
    padding: 0 10px;
  }
  .span-extra {
    width: 160px;
  }
  .box-img strong > span {
    margin-top: 12px;
  }
  .box-img strong span {
    font-size: 14px;
    line-height: 14px;
  }
  .inner {
    margin: 0;
  }
  .list-team li {
    width: 145px;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .nav-collapse_ .nav > li {
    float: left;
  }
  .coll-1,
  .coll-2,
  .coll-3 {
    width: 145px;
  }
  #contact-form input,
  #contact-form textarea {
    width: 100%;
  }
  .address-1 span {
    display: block;
  }
  .block-404 {
    padding: 40px 20px 66px 0;
  }
  .block-404 .img-404 {
    margin: 43px 76px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding: 0;
  }
  h3.extra {
    padding-top: 30px;
  }
  .list-thumbnails .thumbnail-1 section {
    padding: 0;
  }
  .sf-menu {
    display: none !important;
  }
  #content .container,
  .navbar_ {
    padding-left: 20px;
    padding-right: 20px;
  }
  header {
    padding-top: 8px;
  }
  .navbar_ .brand {
    left: 20px;
  }
  .navbar_ .brand,
  .navbar_ {
    float: none;
  }
  .address {
    margin-bottom: 25px;
  }
  .block-txt1 {
    padding-bottom: 30px;
  }
  #search {
    margin-top: 18px;
    width: 100%;
    margin-left: 0;
  }
  .list-food {
    margin-left: -20px;
  }
  .list-food .span2 {
    float: left;
    margin: 0 0 20px 20px;
    width: 44%;
  }
  .list-food .span2 img {
    width: 100%;
  }
  .navbar_ .nav-collapse_ {
    float: none;
    display: none;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .select-menu {
    display: block !important;
    color: #ffffff;
    border: 1px solid #313131;
    background: #2f2f2f !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%;
  }
  .select-menu option {
    padding-bottom: 4px;
  }
  #form1 input {
    width: 100%;
  }
  .inner {
    margin: 0;
  }
  .list-team {
    margin-left: -20px;
  }
  .list-team li,
  .list-menu li {
    float: left;
    margin-left: 20px;
    width: 29%;
  }
  .list-team li figure img,
  .list-menu li img {
    width: 100%;
  }
  .list-menu li {
    float: left;
  }
  .bg-header {
    height: 193px;
  }
  .coll-1,
  .coll-2,
  .coll-3 {
    width: 100%;
    float: none;
  }
  .policy .pull-right {
    float: none;
  }
  .box-img strong > span {
    margin-top: 25%;
  }
  .box-txt {
    padding-bottom: 0;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .pull-right {
    float: none !important;
  }
  .block-404 {
    padding: 40px 20px 66px;
  }
  .block-404 .img-404 {
    float: none;
    margin: 43px 0 0 0;
    text-align: center;
  }
}
@media (max-width: 520px) {
  .list-menu li {
    width: 44%;
  }
}
@media (max-width: 500px) {
  .list-team li {
    width: 26%;
  }
}
@media (max-width: 480px) {
  .bg-header {
    height: 165px;
  }
  .navbar_ .brand a {
    width: 290px;
  }
  .navbar_ .brand {
    bottom: -124px;
  }
  .coll-right,
  .coll-left {
    float: none;
  }
  .list-team,
  .list-menu {
    margin-left: 0;
  }
  .list-team li,
  .list-menu li {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .list-events_1 figure {
    float: none;
    margin: 6px 0 14px 0;
  }
  .list-events_1 figure img {
    width: 100%;
  }
  .logo-footer {
    padding-bottom: 10px;
  }
  .coll-right {
    padding-bottom: 20px;
  }
}
@media (max-width: 380px) {
  .list-food {
    margin-left: 0;
  }
  .list-food .span2 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 320px) {
  .list-team li {
    float: none;
    margin-left: 0;
  }
  .list-team li img {
    width: 100%;
  }
  .bg-header {
    height: 152px;
  }
  .navbar_ .brand {
    bottom: -111px;
  }
  .navbar_ .brand a {
    width: 260px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.validator
{
	position:relative;
	padding:0px 0 3px 0;
}
.validator img
{
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
}
.message-error1{ padding: 5px; color:red; background: #FBED7F;margin-bottom:10px;width:345px;-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; }
.message-error1 img { vertical-align:middle !important;}
.message-success{ padding: 5px; background: #82B16E;color:#000000;margin-bottom:10px;width:345px; -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;}
.message-success img { vertical-align:middle !important;}
.full { text-align:justify; }
.button2{
	font-size:13px;
	line-height:20px;
	padding:7px 16px 5px 16px;
	color:#fff;
	background: url(../img/bg-button-baner.jpg) 0 0 repeat-x #4b4b4b;
	display:inline-block;
	border-radius: 20px;
	box-shadow: 0 1px 3px #e0e0e0;
	text-decoration:none;
	}
.button2:hover{
	background:#00ADEF ;
	color:#fff !important;
	text-decoration:none;
	}
	.pagination-page { padding: 2px; }
.pagination-page ul {
	margin: 0;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pagination-page li {
	list-style-type:none;
	display: inline;
	padding-bottom: 8px;
	margin-bottom:5px;
	padding-right: 2px;
}
.pagination-page a, .pagination-page a:visited {
	padding: 4px 6px;
	border: 1px solid #999999;
	text-decoration: none;
	color:#999999;
}
.pagination-page a:hover, .pagination-page a:active {
	border: 1px solid #999999;
	color: #FFFFFF;
	background-color: #999999;
}
.pagination-page a.currentpage {
	background-color: #999999;
	color: #FFFFFF !important;
	font-weight: bold;
	cursor: default;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.pagination-page a.disablelink, .pagination-page a.disablelink:hover {
	background-color: white;
	cursor: default;
	color: #507E08;
	border-color: #507E08;
	font-weight: normal !important;
}
.pagination-page a.prevnext { font-weight: bold; }
.no-data
{
	height:120px;
	padding-left:28px;
	float:left;
}
.borderbottom
{
	border-top: 4px solid #E4E4E4;
	margin-bottom:25px;
	padding-top:15px;
}
.borderbottom li
{
	margin-bottom:20px;
}
.leftpad
{
	margin-left:28px;
}
.box-detail
{
	background:#FFFFFF;
	padding:15px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 174, 239, 0.3);
	margin-bottom:10px;
	/*border:1px solid #E4E4E4;*/
}
.border-box
{
	border:1px solid #00AEEF;
}
.no-bottom
{
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}
.isoname
{
	position:absolute;color:#231F20;font-family: 'Open Sans Condensed',sans-serif;font-size:12px;margin-top:5px;bottom:0;margin-bottom:-173px;letter-spacing:6px;
}
.manufacture
{
	position:absolute;color:#231F20;font-family: 'Open Sans Condensed',sans-serif;font-size:17px;margin-top:5px;
}
.name-font
{
	font-size:14px !important;
}
.certificate
{
	text-align:center;
	margin-top:25px;
}
a.thumbnail {
	padding:6px 5px;
	background-color:#DDDDDD;
	border-radius: 6px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
}
a.thumbnail:hover {
	background-color:#DDDDDD;
}
.rightlinks
{
	position:absolute;
	right:0;
	top:0;
	width:600px;
	text-align:right;
	padding-right:2px;
	margin-top:-10px;
	color:#CCCCCC;
}
.rightlinks a
{
	font-size:11px;
	color:#00ADEF;
}
.client
{
	padding:5px;
	float:left;
	width:100%;
}
.clientlogo
{
	width:168px;
	float:left;
	height:130px;
	padding:5px;
	text-align:center;
	margin-bottom:17px;
	margin-right:10px;
	position:relative;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 174, 239, 0.1);
	border:1px solid #EAEAEA;
}
.clientlogo img
{
	display:block;
	margin:auto;
	max-width:100%;
	position:absolute;
	top:50%;
	left:50%;
	visibility:hidden;
}
.clientname
{
	position:absolute;
	bottom:0;
	left:0;
	width:168px;
	padding:5px;
	text-align:center;
	background:url('../img/banner.png');
	font-size:12px;
	height:33px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
	color:#FFFFFF;
}
.apps
{
	font-size:24px;
}
#applications
{
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
	border:1px solid #EAEAEA;
	margin-bottom:5px;
}
.table2{ margin:0; width:100%; }
table{ margin:25px 0 2px 0; width:444px;color:#000000; }
table tr td{background:#D2EBF4; padding:6px 0 6px 20px; }
table tr td:first-child{ /*border:none;*/}
table tr{ border-bottom:1px solid #D2EBF4;}
table thead tr td{ color:#ffffff;font-family: 'Open Sans Condensed',sans-serif; text-transform:uppercase; background:#00ADEF; padding:6px 0 7px 18px; font-size:16px;}
table thead tr td.second{background:#291f1a;}
.highlightit td{ background-color:#E1EFF4; }
.highlightit2 td{ background-color:#E1EFF4; }
.points
{
	padding:0;
	margin:0;
	padding-left:15px;
	margin-bottom:15px;
}
.points li
{
  line-height:23px;
  background: url(../img/marker-1.png) no-repeat 0px 7px;
  padding:0px;
  margin:0;
  padding-left:12px;
}
.isologo
{
	margin:0 auto;
	margin-bottom:22px;
}
.isologo img
{
	border:1px solid #EDEDED;
}
.catalogue
{
	padding:5px;
	float:left;
	width:100%;
}
.cataloguemain
{
	width:245px;
	float:left;
	height:350px;
	padding:5px;
	text-align:center;
	margin-bottom:87px;
	margin-right:75px;
	position:relative;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 174, 239, 0.1);
	border:1px solid #CCCCCC;
	background:#E0E0E0;
}
.cataloguemain img
{
	width:245px;
	height:350px;
}
.cataloguename
{
	position:absolute;
	bottom:0;
	left:0;
	width:245px;
	padding:5px;
	text-align:center;
	background:url('../img/tail-bg-header.png');
	font-size:17px;
	font-family: 'Open Sans Condensed',sans-serif;
	height:20px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
	color:#000000;
	border-top:1px solid #E0E0E0;
}
.btn-large {
  display: inline-block;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #ffffff, #ececec);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ececec));
  background-image: -webkit-linear-gradient(top, #ffffff, #ececec);
  background-image: -o-linear-gradient(top, #ffffff, #ececec);
  background-image: linear-gradient(to bottom, #ffffff, #ececec);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: #EAEAEA 1px solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed',sans-serif;
  color: #565656;
  text-shadow: none;
  text-decoration: none;
  padding: 15px 17px 13px 17px;
  margin: 22px 0 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  letter-spacing:1px;
}
.btn-large:hover {
  background-color: #2D88CB;
  background-image: -moz-linear-gradient(top, #2D88CB, #2D88CB);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2D88CB), to(#2D88CB));
  background-image: -webkit-linear-gradient(top, #2D88CB, #2D88CB);
  background-image: -o-linear-gradient(top, #2D88CB, #2D88CB);
  background-image: linear-gradient(to bottom, #2D88CB, #2D88CB);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff82b306', endColorstr='#ff638b15', GradientType=0);
  border: #2D88CB 1px solid;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  text-decoration:none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
#contacts
{
	text-align:right;margin-bottom:5px;
	color:#000000;
	margin:0 auto;
	font-size:17px;
	font-family: 'Open Sans Condensed',sans-serif;
}
.social-icons {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}