@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300);

@import url(//fonts.googleapis.com/css?family=Roboto:400,300);

@import url(//fonts.googleapis.com/css?family=Pacifico);

@font-face {
 font-family: Engelwood;
 src: url("ARXLDB.eot") /* EOT file for IE */
}
@font-face {
 font-family: Engelwood;
 src: url("ARXLDB.TTF") /* TTF file for CSS3 browsers */
}


body {

  font-family: Verdana, Helvetica, sans-serif;
  line-height: 24px;
  font-size:13pt;
  color: #58595b;
     /* fallback */
   background-color: #ecebeb;
   background-repeat: repeat-x;
   /* Safari 4-5, Chrome 1-9 */
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ecebeb), to(#f9f8f8));
   /* Safari 5.1, Chrome 10+ */
   background: -webkit-linear-gradient(top, #f9f8f8, #ecebeb);
   /* Firefox 3.6+ */
   background: -moz-linear-gradient(top, #f9f8f8, #ecebeb);
   /* IE 10 */ background: -ms-linear-gradient(top, #f9f8f8, #ecebeb);
   /* Opera 11.10+ */ background: -o-linear-gradient(top, #f9f8f8, #ecebeb);
}

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.span7 img {

max-width: 650px;

}

.lang {
float:right;
height: 25px;
padding:4px;
}

.lang a:link {
color:#fff;
}

a:link {
  font-size:13pt;
  color: #000;
  font-style: italic;
  }

.disclaimer {
      color:#fff;
      text-align:justify;
      font-size:10pt;

      }
.more {
      display: none;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }

#adressbar p {
  margin-bottom: 16px;
  font-size:12pt;
  color: #fff;
}


p {
  margin-bottom: auto;
  font-size:13pt;
  color: #58595b;
}
p > span {
  font-size:13pt;
  color: #58595b;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
article ul
{
    list-style-type: none;
}

.span7 {

       background:#fff;
       border: 1px solid #cccccc;
       border-radius: 12px;
       padding:15px;

}
.span122 {
       margin-top:100px;
       background:#fff;
       border: 1px solid #cccccc;
       border-radius: 12px;
       padding:15px;

}

.span4 {

       background:#fff;
       border: 1px solid #cccccc;
       border-radius: 12px;
       padding:15px;

}

h1.brand {
  font-size: 0 !important;
  line-height: 0 !important;
  display: block;
  margin: 0 !important;
  float: left !important;
  position: relative;
  padding: 0 0 0 0!important;
}
h1.brand a {
  margin-top:20px;
  line-height:20px;
  display: inline-block;
  font-size: 15pt; 
  color:#000;
  text-shadow: none;
}

h1.brand img {

  width:150px;
  height:175px;
  margin-top:20px;
}

h2 {
  color: #383838;
  font: 300 40px/40px Engelwood, Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight:600;
  text-align:left;
}
h2 > span {
  color: #383838;
}
h3 {
  color: #383838;
  font: 100 27px/27px Engelwood, Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 18px;
  font-weight:600;
  text-align:left;
}
h4 {
  color: #383838;
  font: 100 20px/20px Engelwood, Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight:600;
  margin-bottom: 18px;
}
h5 {
  color: #58595b;
  font: 300 20px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 14px;
}
h5 > span {
  color: #58595b;
}
h5 > em {
  font-style: normal;
  color: #fff6e5;
}
h6 {
  color: #6f6f6f;
  font: 300 14px/20px 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 14px;
  margin-top: -6px;
}
#content ul {
  list-style: none;
}
.extra-wrap {
  overflow: hidden;
}
/*-----btn-----*/
.btn.btn-primary {
  box-shadow: none;
  background: none;
  text-shadow: none;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding: 17px 36px 16px 37px;
  font: 300 20px 'Open Sans';
  color: #fff6e5;
  border: none;
  letter-spacing: 0;
  border-radius: 0;
  text-transform: uppercase;
  background: #cc0000;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-primary:hover {
  background: none;
  color: #fff6e5;
  background: #3e454c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-info {
  box-shadow: none;
  background: none;
  text-shadow: none;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding: 13px 14px 12px 14px;
  font: 14px 'Open Sans';
  color: #fff6e5;
  border: none;
  letter-spacing: 0;
  border-radius: 0;
  text-transform: uppercase;
  background: #cc0000;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-info:hover {
  background: #3e454c;
  color: #fff6e5;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----list-----*/
.list1 {
  margin: 0;
  list-style: none;
  margin-bottom: 25px;
  margin-top: 26px;
}
.list1 li {
  font-size: 14px;
  line-height: 24px;
  padding-left: 28px;
  margin-bottom: 10px;
  background: url(../img/list_arrow.png) left 4px no-repeat;
}
.list1 li a {
  color: #727c87;
  font: 14px 'Arial', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 24px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 li a:hover {
  color: #cc0000;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 {
  margin: 0;
  position: relative;
  list-style: none;
  margin-top: 28px;
}
.list2 li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 2px;
}
.list2 li .date {
  position: relative;
  float: left;
  color: #6f6f6f;
  font: 300 14px/14px 'Roboto';
  top: 3px;
  margin-right: 7px;
}
.list2 li a {
  color: #7ecefd;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 li a:hover {
  color: #a2a0a0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 {
  margin: 0;
  list-style: none;
  margin-top: 26px;
}
.list3 li {
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #f5f6f6;
  margin-bottom: 14px;
}
.list3 li:first-child + li + li {
  border-bottom: none;
}
.list3 li p {
  margin-bottom: 13px;
}
.list3 .icon {
  float: left;
  margin-right: 5px;
  width: 31px;
  margin-top: 6px;
}
.list4 {
  margin: 0;
  list-style: none;
  display: block;
  margin-top: 32px;
}
.list4 li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f6f6;
}
.list4 li h5 {
  margin-bottom: 2px;
  margin-top: 13px;
}
.list4 .badge {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 72px;
  height: 53px;
  text-align: center;
  padding-top: 19px;
  text-shadow: none;
  background-color: #cc0000;
  font: 20px/20px 'Open Sans';
  color: #fff6e5;
  float: left;
  margin-right: 19px;
  text-transform: uppercase;
}
.list4 .badge p {
  margin-bottom: 0;
  margin-top: -3px;
}
.list4 li .extra-wrap p {
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #c1c1c1;
  float: left;
}
.list4 li .extra-wrap a {
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #c1c1c1;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 li .extra-wrap a:hover {
  color: #cc0000;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 li > div {
  margin-bottom: 6px;
}
.list4 h2 {
  margin-top: 0;
  margin-bottom: 18px;
}
.list5 {
  margin: 0;
  list-style: none;
  margin-top: auto;
}
.list5 li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 19px;
  margin-top: 5px;
}
.list5 li a {
  color: #cc0000;
  font: 300 20px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list5 li a:hover {
  color: #3e454c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list5 li figure {
  margin: 0;
  float: left;
  margin-right: 18px;
}
.list5 li figure > img {
  width: 100%;
}
.list5 li p {
  margin-bottom: 0;
}
/*-----thumbs-----*/
.thumb-pad1 {
  margin-bottom: 8px;
}
.thumb-pad1 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad1 figure {
  margin: 0;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #c1c1c1;
  overflow: hidden;
  padding: 17px 20px 29px 26px;
  background-color: #ffffff;
}
.thumb-pad1 .thumbnail .caption h3 {
  margin-bottom: 6px;
}
.thumb-pad1 .thumbnail .caption p {
  color: #cccccc;
  line-height: 24px;
  margin-bottom: 18px;
}
.box-thumb1 {
  margin-bottom: 30px;
}
.thumb-pad2 {
  margin: 0;
  margin-top: 16px;
}
.thumb-pad2 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  color: #c1c1c1;
}
.thumb-pad2 .thumbnail .caption a {
  color: #6f6f6f;
  font: 300 14px/20px 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 11px;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad2 .thumbnail .caption a:hover {
  color: #cc0000;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad2 figure {
  margin: 0;
  margin-bottom: 24px;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad3 {
  margin-bottom: 30px;
}
.thumb-pad3 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  color: #c1c1c1;
  overflow: hidden;
}
.thumb-pad3 figure {
  margin: 0;
  float: left;
  margin-right: 20px;
}
.thumb-pad3 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad3 .thumbnail .caption span {
  margin-bottom: 8px;
  display: block;
}
.thumb-pad3 .thumbnail .caption span a {
  color: #6f6f6f;
  font: 300 14px/14px 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad3 .thumbnail .caption span a:hover {
  color: #7ecefd;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad3 .thumbnail .caption h4 {
  margin-bottom: -1px;
}
.thumb-pad4 {
  margin-top: 34px;
}
.thumb-pad4 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad4 figure {
  margin: 0;
  margin-bottom: 17px;
}
.thumb-pad4 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
  color: #c1c1c1;
}
.thumb-pad4 .thumbnail .caption p {
  color: #c1c1c1;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 24px;
  padding-bottom: 9px;
}
.thumb-pad5 {
  margin: 0;
  display: inline-block;
  margin-bottom: 20px !important;
}
.thumb-pad5 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad5 .thumbnail .caption {
  padding: 0;
  color: #c1c1c1;
}
.thumb-pad5 figure {
  margin: 0;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.thumb-pad5 figure img {
  width: 100%;
}
.thumb-pad6 {
  margin-top: 15px;
}
.thumb-pad6 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad6 figure {
  margin: 0;
  margin-bottom: 22px;
  position: relative;
}
.thumb-pad6 figure img {
  width: 100%;
}
.thumb-pad6 .thumbnail .caption {
  padding: 0;
  color: #c1c1c1;
}
.thumb-pad6 a {
  color: #cc0000;
  font: 300 20px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad6 a:hover {
  color: #3e454c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad6 .badge {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  background-color: #cc0000;
  text-align: center;
  padding-top: 11px;
  font: 300 30px/30px 'Open Sans';
  color: #ffffff;
  width: 71px;
}
.thumb-pad6 .badge p {
  font: 600 15px/15px 'Open Sans';
  margin-bottom: 13px;
}
.thumb-pad6 .badge time {
  margin-left: 6px;
  margin-bottom: 2px;
  display: block;
}
.thumb-pad7 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 33px;
}
.thumb-pad7 figure {
  margin: 0;
  float: left;
  margin-right: 20px;
}
.thumb-pad7 figure img {
  width: 100%;
}
.thumb-pad7 h6 {
  margin-top: 0;
}
.thumb-pad7 .thumbnail .caption {
  padding: 0;
  color: #c1c1c1;
  overflow: hidden;
}
.thumb-pad7 .thumbnail .caption .name {
  float: right;
  text-align: right;
  margin-top: -13px;
}
.thumb-pad7 .thumbnail .caption .name p {
  font: 20px 'Pacifico';
  color: #c1c1c1;
  margin-bottom: 0;
}
.thumb-pad7 .thumbnail .caption .name span {
  font: 11px Arial, Helvetica, sans-serif;
  color: #c1c1c1;
  position: relative;
  top: -10px;
}
.thumb-pad8 {
  position: relative;
  padding: 20px 20px 14px 20px;
  margin-bottom: 20px;
}
.thumb-pad8 span {
  background-color: #cc0000;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thumb-pad8 strong {
  background-color: #f5f6f6;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb-pad8 .thumbnail {
  position: relative;
  z-index: 3;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad8 figure {
  margin: 0;
  width: 100%;
  margin-bottom: 25px;
}
.thumb-pad8 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad8 .thumbnail .caption {
  padding: 0;
  color: #c1c1c1;
}
.thumb-pad8 .thumbnail .caption a {
  color: #6f6f6f;
  font: 300 14px/20px 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 11px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb-pad8 .thumbnail .caption p {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*----------*/
header {
  padding: 0;
  background-color: #ffffff;
}
.follow_block {
  position: relative;
  padding: 10px 0 0 0;
  height: 30px;
  background-color: #2f2f2f;
  text-align: center;
}
.follow_block ul {
  list-style: none;
  margin: 0;
  display: inline-block;
}
.follow_block ul li {
  float: left;
}
.follow_block ul li {
  font: 10px Arial, Helvetica, sans-serif;
  line-height: 24px;
  text-transform: uppercase;
  color: #c4c4c4;
}
.follow_block ul li a {
  font: 10px Arial, Helvetica, sans-serif;
  line-height: 24px;
  text-transform: uppercase;
  color: #c4c4c4;
}
.follow_block ul li a:hover {
  color: #f4d35c;
}
.follow_block ul li span {
  margin: 0 5px;
}
/*-----menu-----*/
.navbar_ {
  margin-bottom: 0 !important;
}
.nav-collapse .nav {
  float: none !important;
}
.navbar_ .collapse {
  overflow: visible;
  line-height: 0 !important;
  font-size: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar_ .nav-collapse_ .nav li li {
  font-size: 14px;
  line-height: 24px;
  display: block;
}
.navbar_ .navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.navbar_ .nav-collapse_ {
  float: right;
  height: 40px !important;
  margin-top: 46px;
}
.nav-collapse_ {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  text-align: center;
}
.nav-collapse_ .nav {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.nav-collapse_ .nav li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  margin-left: 5px;
  margin-bottom:20px;
  zoom: 1;
}
.nav-collapse_ .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: #3e454c;
  box-shadow: none !important;
  font-family: Verdana, Arial, sans-serif;
  font-size:11pt;
  text-shadow: none;
  text-align: center;
  background: none;
  background: rgb(232,232,232); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
   padding: 5px 7px 5px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-collapse_ .nav > li.active > a {
  color: #ffffff !important;
  box-shadow: none;
  background: #000 !important;
}
.nav-collapse_ .nav > li.active > a > strong {
  display: block;
}
.nav-collapse_ .nav > li a:hover {
  color: #ffffff !important;
  background: #000 !important;
  border: none;
}
.nav-collapse_ .nav > li a:hover > strong {
  display: block;
}
.nav-collapse_ .nav > .sfHover > a {
  color: #ffffff !important;
  box-shadow: none;
  background: #000 !important;
}
.nav-collapse_ .nav > .sfHover > a > strong {
  display: block;
}
.nav-collapse_ .nav > li > a span {
  display: block;
  position: absolute;
  height: 6px;
  top: 46px;
  width: 6px;
  left: 31px;
}
.nav-collapse_ .nav > li a > strong {

  position: absolute;
  bottom: -5px;
  display: none;
  text-align: center;
  margin-left: -5px;
  width: 9px;
  height: 5px;
  left: 50%;
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu > ul {
  position: absolute;
  display: none;
  width: 200px;
  left: 0;
  top: 58px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #3e454c;
  padding: 5px 5px 5px 5px;
  margin: 0;
  text-align:left;
  border: 1px solid #000;
  border-radius: 12px;

}
.nav-collapse .sub-menu > ul li {
  background: none;
  float: none;
  margin: 0;
  padding: 5px;
  border: none;
  text-align: left;
  margin-bottom: 4px;
}
.nav-collapse .sub-menu > ul li:hover {
 background:#000;
}

.nav-collapse .sub-menu > ul li a {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  font-family: Engelwood, Verdana, Arial, sans-serif;
  font-size:13pt;
  color: #fff6e5;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu > ul li a span {
  margin-left: 10px;
  display: inline-block;
  background: url(../img/menu-marker2.png) no-repeat;
  width: 6px;
  height: 5px;
  position: relative;
  top: -3px;
}
.nav-collapse .sub-menu > ul li a:hover {
  text-decoration: none;
  background: none !important;
  color: #cc0000 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-collapse .sub-menu > ul li.sfHover > a {
  text-decoration: none;
  background: none !important;
  color: #cc0000 !important;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 164px;
  left: 165px;
  top: -16px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #fff6e5;
  padding: 16px 0 16px 0;
  margin: 0;
  border: 1px solid #cc0000;
  border-radius: 12px;
  padding:15px;
}
.nav-collapse .sub-menu ul ul li a {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  font: 500 15px/15px 'Roboto', Arial, Helvetica, sans-serif;
  color: #3e454c;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu ul ul li a:hover {
  text-decoration: none;
  background: none !important;
  color: #cc0000 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*----content-----*/
#content {
  position: relative;
  padding: 0 0 0 0;
}
.img-polaroid {
  position: relative;
  padding: 7px;
  background: none;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  max-width: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop {
  display: none;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background: url(../img/top.png) 0 top no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 40px;
  z-index: 999;
}
#toTop:hover {
  background: url(../img/top.png) 0 bottom no-repeat;
}
.mail {
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #c1c1c1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mail:hover {
  color: #d26600;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 p > a {
  color: #f1511f;
  font-size: 11px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 p > a:hover {
  color: #181818;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.box1 ul li {
  margin-bottom: 19px;
}
.follow_icon {
  margin: 0;
  list-style: none;
  margin-top: 33px;
}
.follow_icon li {
  float: left;
  margin-right: 8px;
}
.follow_icon li a {
  width: 35px;
  height: 34px;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.follow_icon li a > img {
  margin-top: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.follow_icon li a:hover > img {
  margin-top: -34px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.error-search h3 {
  line-height: 29px;
  margin-top: 142px;
}
.slogan {
  padding-bottom: 26px;
  border-bottom: 1px solid #f5f6f6;
  margin-bottom: 60px;
  overflow: hidden;
}
.slogan h2 {
  margin-bottom: 7px;
  margin-top: 33px;
}
.slogan > div {
  float: left;
}
.slogan > .btn-primary {
  margin-top: 38px;
}
/*-----carousel-----*/
.list_carousel {
  position: relative;
}
.caroufredsel_wrapper {
  height: 286px !important;
}
.list_carousel #foo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
  height: 100% !important;
}
.list_carousel #foo > li {
  padding: 0;
  float: left;
  cursor: default;
  margin-right: 4px;
}
.list_carousel #foo li figure {
  margin: 0;
  float: left;
  margin-right: 20px;
}
.list_carousel #foo li figure img {
  width: 100%;
}
.list_carousel.responsive {
  width: auto;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 81px;
  background-color: #f5f6f6;
  margin-top: 34px;
}
.list_carousel #foo li .caption h5 {
  margin-bottom: 5px;
}
.list_carousel #foo li .caption h6 {
  margin-bottom: 19px;
}
.list_carousel #foo li .caption p {
  margin-bottom: 11px;
}
.list_carousel.responsive .caroufredsel_wrapper {
  cursor: default !important;
}
.list_carousel .prev,
.list_carousel .next {
  display: inline-block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: absolute;
  bottom: 27px;
}
.list_carousel .prev {
  background: url(../img/prev_arrow.png) 0 top no-repeat;
  right: 71px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel .next {
  background: url(../img/next_arrow.png) 0 top no-repeat;
  right: 29px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel .prev:hover {
  background: url(../img/prev_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel .next:hover {
  background: url(../img/next_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*-----subscribeForm-----*/
#subscribe-form {
  margin: 0;
  position: relative;
  top: 8px;
}
#subscribe-form .error {
  display: block;
  overflow: hidden;
  height: 0px;
  position: absolute;
  top: 37px;
  left: 0;
  font: 11px Arial, Helvetica, sans-serif;
  color: #91d6fd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#subscribe-form input {
  background-color: #252833;
  border: none;
  width: 100%;
  outline: none;
  box-shadow: none;
  margin: 0;
  color: #4a4f63;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 19px;
  border-radius: 0;
  padding: 9px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  height: 34px;
  border-width: 1px;
  border-style: solid;
  border-top-color: #1f222b;
  border-right-color: #63656d;
  border-bottom-color: #a0a1a6;
  border-left-color: #21242e;
}
#subscribe-form fieldset .email {
  float: none;
  margin-right: 0;
  margin-bottom: 23px;
}
#subscribe-form label.invalid .error {
  height: 19px;
}
#subscribe-form .success {
  display: none;
  border: none;
  border-radius: 0;
  padding: 5px 0 5px 5px;
  background-color: #63656d;
  text-align: center;
  color: #c1c1c1;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0px;
  width: 390px;
}
/*-----search-----*/
#search-404 {
  position: relative;
  margin: 0;
  top: 8px;
  margin-top: 48px;
}
#search-404 input {
  background: #ebeced;
  width: 100%;
  outline: none;
  box-shadow: none;
  color: #c1c1c1;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 24px;
  border-radius: 0;
  padding: 5px 15px 6px 18px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  float: left;
  border: none;
  height: 44px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.search_link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#search-404 .btn.btn-primary {
  margin: 0;
  padding: 14px 20px 14px 19px;
}
/*-----map-----*/
.map {
  margin: 7px 0 30px 0;
  display: inline-block;
  width: 100%;
  line-height: 0;
}

.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 606px ;
  border: none;
  line-height: 0;
}
.info {
  margin-bottom: 16px;
  margin-top: 26px;
}
.info p {
  margin-bottom: 0;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 24px;
}
.info em {
  font-style: normal;
  display: inline-block;
  width: 98px;
}
.info a {
  font: 14px Arial, Helvetica, sans-serif;
  color: #c1c1c1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.info a:hover {
  color: #3e454c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----form-----*/
#contact-form {
  position: relative;
  z-index: 1;
  margin: 34px 0 20px 0;
  padding: 0 0 0 0;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
}
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}
.txt-form span {
  color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  width: 202px;
}
.form-div-1,
.form-div-2 {
  margin-right: 6px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#contact-form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 48px;
  width: 100%;
}
#contact-form .message {
  display: block !important;
  min-height: 129px;
  width: 100%;
  margin-bottom: 10px;
}
#contact-form input,
#contact-form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #fff;
  margin: 0;
  padding: 8px 15px 10px 15px;
  width: 100%;
  outline: none;
  border: solid 1px #cccccc;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #000;
}
#contact-form input {
  height: 42px;
}
#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 {
  overflow: auto;
  width: 100%;
  height: 322px;
  resize: none;
}
#contact-form .success {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  width: 100%;
  border: none;
  background: #ebeced;
  color: #c1c1c1;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  bottom: 7px;
  left: 2px;
  display: none;
  overflow: hidden;
  padding: 1px 4px 0px 0;
  width: 100%;
  color: #cc0000;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: 0;
  text-align: right;
}
.btns a {
  float: left;
  margin-right: 20px;
}
.btns p {
  margin-top: 9px;
}
/*-----footer-----*/
footer {
  padding-top: 56px;
  padding-bottom: 38px;
  background-color: #58595b;
  border-top: 2px solid #cc0000;
}
footer .margBot1 {
  margin-bottom: 26px;
}
footer p {
  font: 14px 'Open Sans';
  line-height: 24px;
  color: #727c87;
  margin-top: 26px;
  text-transform: uppercase;
}
footer p > span {
  font-weight: 600;
  color: #727c87;
}
footer p > a {
  font: 14px 'Open Sans';
  line-height: 24px;
  color: #727c87;
  text-transform: uppercase;
}
footer p > a:hover {
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.select-menu {
  display: none !important;
}
/*-------------------------------------------------------media queries----------------------------------------------------------*/
@media (min-width: 1200px) {
  .nav-collapse_ {
    display: block;
  }
  #search-404 input {
    width: 275px;
  }
  #contact-form label {
    display: inline-block;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 252px;
  }
  #subscribe-form input {
    width: 270px;
    margin-bottom: 0;
  }
  .thumb-pad2 .badge strong {
    display: block;
  }
  #subscribe-form fieldset .email {
    float: left;
    margin-right: 10px;
  }
  .caroufredsel_wrapper {
    height: 186px !important;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
  .nav-collapse_ {
    height: auto !important;
  }
  .caroufredsel_wrapper {
    height: 286px !important;
  }
  .span7 img {

   max-width: 550px;
   height: auto;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
  .thumb-pad7 figure {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .thumb-pad4 figure {
    float: left;
    margin-right: 20px;
  }
  .box-thumb1 {
    width: 20%;
    float: left;
    margin-right: 15px;
  }
  .box4 {
    width: 27%;
    margin-right: 20px;
    float: left;
  }
  .error img {
    margin-left: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) and (orientation : portrait)and (-webkit-min-device-pixel-ratio: 2) {
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 100%;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }

  .map {
  margin-top:50px;
  height:200px;
  }
  .map iframe {
    margin-top:50px;
    height:200px;
  }
  #contact-form .error,
  #contact-form .empty {
    bottom: 0;
  }
  .navbar_ .navbar-inner > div {
    text-align: center;
  }
  #flexslider {
   margin-top: -100px;

  }
  h1.brand {
    width:100%;
    margin-top:-40px;
    padding:0;
  }
  h1.brand img {

    margin-top:10px;
    margin-bottom:20px;
    max-width:100px;
    height:auto;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .select-menu {
    display: block !important;
    margin-bottom: 2px;
    width: 100%;
    border: 1px solid #000;
    background: #d9d9d9 ;
    color: #000000;
    cursor: pointer;
  }

  .slogan > .btn-primary {
    float: left;
    margin-top: 10px;
  }
  .thumb-pad6 {
    margin-bottom: 35px;
  }
  .list_carousel #foo li figure {
    width: 100%;
    margin-bottom: 10px;
  }
  .caroufredsel_wrapper {
    height: 480px !important;
  }
  .follow-box {
    width: 90%;
  }
  .info-box {
    width: 30%;
  }
  h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .error img {
    margin-left: 0 !important;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation : landscape)and (-webkit-min-device-pixel-ratio: 2) {
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 100%;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }
  #contact-form .error,
  #contact-form .empty {
    bottom: 0;
  }
  .navbar_ .navbar-inner > div {
    text-align: center;
  }
  .navbar_ .nav-collapse_ {
    width: 80%;
    float:right;
    margin-top: 50px;
  }
  h1.brand {
    max-width:200px;
    margin-top:auto;
    padding:0;
    font-size:12px;
  }
  h1.brand img {
    margin-top:auto;
    margin-bottom:50px;
    max-width:150px;
    height:auto;
  }

  .slogan > .btn-primary {
    float: left;
    margin-top: 10px;
  }
  .thumb-pad6 {
    margin-bottom: 35px;
  }
  .list_carousel #foo li figure {
    width: 100%;
    margin-bottom: 10px;
  }
  .caroufredsel_wrapper {
    height: 480px !important;
  }
  .follow-box {
    width: 90%;
  }
  .info-box {
    width: 30%;
  }
  h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .error img {
    margin-left: 0 !important;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/





@media (max-width: 767px) {
  h2 {
    font-size: 35px;
    line-height: 35px;
    margin-top: 50px;
  }
  h3 {
    margin-top: 50px;
  }
  .slogan {
    margin-bottom: 10px;
  }
  .slogan > .btn-primary {
    float: left;
    margin-top: 10px;
  }
  .thumb-pad6 {
    width: 45%;
    margin-right: 20px;
    float: left;
  }
  .list_carousel .prev {
    right: auto;
  }
  .list_carousel .next {
    right: auto;
    margin-left: 42px;
  }
  .info-box {
    margin-bottom: 55px;
    width: 45%;
    float: left;
  }
  .follow-box {
    width: 45%;
    float: left;
  }
  .navbar_ .navbar-inner > div {
    text-align: center;
  }
  h1.brand {
    width: 100%;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .select-menu {
    display: block !important;
    margin-bottom: 2px;
    width: 100%;
    border: 1px solid #000;
    background: #d9d9d9 ;
    color: #000000;
    cursor: pointer;
  }
  .thumb-pad7 figure {
    float: left;
    width: auto;
    margin-right: 20px;
  }
  .top {
    display: none;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  .error {
    text-align: center;
  }
  .box-thumb1 {
    width: 45%;
  }
  .box4 {
    width: 45%;
  }
  .error img {
    margin-left: 0 !important;
  }
  .caroufredsel_wrapper {
    height: 186px !important;
  }
  .shareaholic-canvas {
  display:none;
  }
  #share {
  display:block;
  }
  .follow-box {
  clear:left;
  float:left;

  }
  .span7 img {

 max-width: 650px;
 height: auto;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
  
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .info-box {
    margin-bottom: 0;
    width: 100%;
    float: none;
  }
  .follow-box {
    margin-bottom: 0;
    width: 100%;
    float: none;
  }
  .error img {
    margin-left: 0 !important;
  }
  .caroufredsel_wrapper {
    height: 200px !important;
  }
  .span7 img {

 max-width: 550px;
 height: auto;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
  .thumb-pad6 {
    width: 100%;
    margin-right: 0;
    float: left;
  }
  .thumb-pad5 figure {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .error img {
    margin-left: 0 !important;
  }
  .caroufredsel_wrapper {
    height: 220px !important;
  }
  .span7 img {

 max-width: 450px;
 height: auto;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 480px) {
  .map iframe {
    height: 200px;
  }
  .box-thumb1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .box4 {
    width: 100%;
  }
  .list4 li .extra-wrap .pull-right {
    display: block;
    float: left;
    width: 100%;
  }
  .list4 li .extra-wrap p {
    margin-bottom: 0px;
  }
  .error img {
    margin-left: 0 !important;
  }
  .thumb-pad7 figure {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .thumb-pad4 figure {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .caroufredsel_wrapper {
    height: 260px !important;
  }
  .span7 img {

 max-width: 300px;
 height: auto;
}

}
/*---------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 320px) {
  .list_carousel #foo li figure {
    width: 100%;
    margin-bottom: 5px;
  }
  .caroufredsel_wrapper {
    height: 470px !important;
  }
  #slider {
  display:none;

  }

  .span7 img {

 max-width: 200px;
 height: auto;
}

  .list5 li figure {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .margBot {
    margin-bottom: 0;
  }
  .error img {
    margin-left: 0 !important;
  }
  .caroufredsel_wrapper {
    height: 470px !important;
  }

  	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border: 1px solid #ccc; }

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

}
/*---------------------------------------------------------------------------------------------------------------------------*/.error img {
  max-width: 100% !important;
  margin-top: 105px;
  margin-left: 26px;
}
.border1 {
  border-bottom: 1px solid #f5f6f6;
  padding-bottom: 42px;
}
.border2 {
  border-bottom: 1px solid #494f56;
  padding-bottom: 37px;
}
.margBot {
  margin-bottom: 63px;
}
.margBot1 {
  margin-bottom: 45px;
}
.margBot2 {
  margin-bottom: 82px;
}
.margBot3 {
  margin-bottom: 23px;
}
.margBot4 {
  margin-bottom: 29px;
}
.margBot5 {
  margin-bottom: 35px;
}
.margBot6 {
  margin-bottom: 25px !important;
}
.padBot {
  padding-bottom: 75px;
}
/*---------------------------------------------------------------------------------------------------------------------------*//*Core variables and mixins*/
.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: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map{
	position:relative;
	margin-top:-50px;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
/* --- contact form  ---- */
form#contactform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform textarea {
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#f6f6f6;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#sendmessage.show,.show  {
	display:block;
}
.span12 table {
    width:100%;
    border:0;
    border-collapse: collapse;
}
.span12 tr {
   border-bottom: 1px solid #d9d8d8;

}
.span12 td {
   padding: 6px;
   width:50%;
   border:0;
}
.span12 td td {
   padding: 6px;
   width:50%;
   border:0;
}
.etabs { margin: 0; padding: 0; text-align:center; }
    .tab { display: inline-block; zoom:1; *display:inline; width:200px; background: #eae9e9; border: solid 2px #cc0000; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }
    .tab a { font-size: 16px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
    .tab a:hover { text-decoration: underline; background: #58595b; color:#cc0000; }
    .tab.active { background: #58595b; color:#cc0000; padding-top: 6px; position: relative; top: 1px; border-color: #cc0000; }
    .tab a.active { font-weight: bold; background: #58595b; color:#cc0000;}
    .tab-container .panel-container { background: #fff; border: 2px solid #cc0000; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; border-radius: 0 4px 4px 4px; }
    .panel-container { margin-bottom: 10px; }

    .tab-container2 .panel-container { background: #fff; border: 2px solid #cc0000; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; border-radius: 0 4px 4px 4px; }
    .panel-container2 { margin-bottom: 10px; }


.menu_button1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fd2424), color-stop(1, #fff) );
	background:-moz-linear-gradient( center top, #fd2424 5%, #fff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd2424', endColorstr='#fff');
	background-color:#cc0000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #8a8a8a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	padding:2px 14px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}
.menu_button1:visited {

        color:#fff;
}
.menu_button1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #fd2424) );
	background:-moz-linear-gradient( center top, #fff 5%, #fd2424 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fd2424');
	background-color:#cc0000;
}
.menu_button1:active {
	position:relative;
	top:1px;
        color:#fff;
}

@media only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
.lang {
float:right;
height: 25px;
padding:4px;
margin-bottom:5px;
}
.menu_button1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fd2424), color-stop(1, #fff) );
	background:-moz-linear-gradient( center top, #fd2424 5%, #fff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd2424', endColorstr='#fff');
	background-color:#000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #8a8a8a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:10px;
	padding:2px 2px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}
.menu_button1:visited {

        color:#fff;
}
.menu_button1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #fd2424) );
	background:-moz-linear-gradient( center top, #fff 5%, #fd2424 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fd2424');
	background-color:#cc0000;
}
.menu_button1:active {
	position:relative;
	top:1px;
        color:#fff;
}
}
a.registerlink:link {

 color:#120cfe;
 text-decoration:underline;

}
a.registerlink:visited {

 color:#120cfe;
 text-decoration:underline;

}
a.registerlink:hover {

 color:#cc0000;
 text-decoration:underline;

}
a.registerlink:active {

 color:#120cfe;
 text-decoration:underline;

}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {

.span122 {

       margin-top:-100px;
       background:none;
       border: 0;
       border-radius: 0;
       padding:0;

}

}
