@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,600);
html {
  position: relative;
  min-height: 100%;
}

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #444;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-top: 59px;
  margin-bottom: 62px;
  line-height: 22px;
  font-weight: 300;
  cursor: default;
  text-rendering: optimizelegibility;
}

.bold {
  font-weight: 600;
}

h1, .h1 {

  font-weight: 300;
  color: #555;
  margin-left: -5px;
}

h2,
.h2 {
  font-weight: 300;
  color: #db6721;
}

h3,
.h3 {
  font-weight: 300;
  color: #555;
}

.bizhead {
  color: #5c7337;
}

a {
  color: #b4b4b4;
}

a:hover {
  color: #c3652c;
}

small,
.small {
  font-size: 14px;
  line-height: 18px;
}

.blockquote2 {
  border-left: 5px solid #eee;
  font-size: 21px;
  line-height: 28px;
  margin: 0 0 20px;
  padding: 10px 20px;
  display: inline-block;
}

.row li {
  font-size: 120%;
  line-height: 28px;
  font-weight: 200;
}

.lead {
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 62px;
  padding-top: 5px;
  background-color: #181818;
  color: #fff;
  border-top: solid 1px rgba(0, 0, 0, 0.20);
}

blockquote {
  border-left: 3px solid #cccccc;
  font-size: 21px;
  line-height: 24px;
}

.container {}

.container .text-muted {
  margin: 20px 0;
}

.toprad {
  border-radius: 20px 20px 0 0;
}

.txtpad {
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 10px;
}

.grey {
  background-color: #cdcdcd;
  margin: 0 0px;
}

.blockbubbles2 {
  position: relative;
  background: url(../images/bubbles-background-by-iimage-sml.jpg) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.20);
  border-radius: 0px 0px 0 0;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 35px;
  margin-bottom: 10px;
  border-radius: 16px 0 0 0;
}

.blockbubbles-content2 {
  position: absolute;
  background-color: #181818;
  background-color: rgba(255, 255, 255, 0.7);
  left: 0px;
  bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-right: 0px;
}

.blockbubbles {
  position: relative;
  background: url(../images/bubbles-background-by-iimage-sml.png) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.9);
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 95px;
  padding-bottom: 12px;
  margin-top: 30px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  height: 380px;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.20);
  border-radius: 20px 0 0 0;
}

.blockbubbles-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 8px;
  margin-right: 0px;
  overflow: auto;
}

.block {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.block3 {
background-color: #fff;
color: #666;
  padding-left: 12px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 12px;
  margin-top: 0px;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 10px;
}
.block2 {
  border: solid 2px #fff;
  border-radius: 0;
  padding-left: 12px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 12px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.10);
  
  background: -webkit-linear-gradient(left top, #dfdfdf, #fff, #fff, #dfdfdf);
  /* For Safari 5.1 to 6.0 */
  
  background: -o-linear-gradient(bottom right, #dfdfdf, #fff, #fff, #dfdfdf);
  /* For Opera 11.1 to 12.0 */
  
  background: -moz-linear-gradient(bottom right, #dfdfdf, #fff, #fff, #dfdfdf);
  /* For Firefox 3.6 to 15 */
  
  background: linear-gradient(to bottom right, #dfdfdf, #fff, #fff, #dfdfdf);
  /* Standard syntax (must be last) */
}
.block2 ul li {
font-size: 14px;
line-height: 18px;
}
.boxshadow {
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.20);
}

.block-bottom {
  margin-bottom: 10px;
  margin-top: 10px;
}

.purple {
  /*	background-color: #8a579b; */
  
  z-index: 1;
  color: #fff;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 5px;
  padding-bottom: 12px;
  margin-top: 29px;
  margin-left: -5px;
  margin-right: -5px;
  border: solid 1px #8a579b;
  background-color: #8a579b;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.20);
  

}

.teal {
  /*	background-color: #497D99; */
  
  color: #fff;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 5px;
  padding-bottom: 12px;
  margin-top: 2px;
  margin-left: 0px;
  margin-right: 0px;
  border: solid 1px #497D99;
  background-color: #497D99;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.10);
}

.green {
  /* 	background-color: #829b57; */
  
  z-index: 1;
  color: #fff;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 5px;
  padding-bottom: 12px;
  margin-top: 29px;
  margin-left: -5px;
  margin-right: -5px;
  border: solid 1px #829b57;
  background-color: #829b57;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.20);
}
.purple h3 {
  color: #fff;
}
.teal h3 {
  color: #fff;
}
.green h3 {
  color: #fff;
}

.nopad {
  padding: 2px;
}

.navbar {
  -webkit-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.30);
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.30);
  border-bottom: solid 1px #464646;
}


.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-color: #292929;
  background-image: linear-gradient(to bottom, #292929 0px, #292929 100%);
  background-repeat: repeat-x;
  border: solid 1px #829b57;
  color: #7ea836;
}

.navbar-default .navbar-nav > li > a {
  transition: all 1s ease-in-out .0s;
  margin: 3px 2px 3px 2px;
  border: solid 1px #666;
  border-radius: 8px;
  min-width: 50px;
  color: #b8b8b8;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #292929;
  border: solid 1px #868686;
  transition: all 0.2s ease-in-out 0s;
  color: #f27225;
}

.navbar-default {
background-color: #181818;
  background-image: linear-gradient(to bottom, #181818 0px, #000 100%);
}


.row {
  animation: 2s ease 0s normal none 1 running fadein;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.block-img-shadow {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
}

.block-img-shadow img {
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.20);
  border-radius: 5px;
}

.block-img-shadow img:hover {}

.blank {
  margin: 0px -10px 5px -10px;
}

.img-thumbnail {
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.20);
}

.ourbusiness h4 {
  font-size: 28px;
  line-height: 20px;
  padding: 7px 15px 0px 10px;
  color: #a7bd82;
  font-weight: 300;
}

.panel-heading [data-toggle="collapse"]:after {
  font-family: 'Glyphicons Halflings';
  content: "\2212";
  /*minus*/
  
  float: right;
  color: #f08d51;
  font-size: 18px;
  line-height: 22px;
}

.panel-heading [data-toggle="collapse"].collapsed:after {
  content: "\e081";
  /*plus*/
  
  color: #8fb058;
}
.panel-body ul li {
font-size: 16px;
line-height: 21px;
}

.panel-group .panel {
  border-radius: 20px 0px 0 20px;
  overflow: auto;
  border-color: #a9a9a9;
  background-color: #fff;
  background: -webkit-linear-gradient(left top, #f4f4f4, #fff, #fff, #f4f4f4);
  /* For Safari 5.1 to 6.0 */
  
  background: -o-linear-gradient(bottom right, #f4f4f4, #fff, #fff, #f4f4f4);
  /* For Opera 11.1 to 12.0 */
  
  background: -moz-linear-gradient(bottom right, #f4f4f4, #fff, #fff, #f4f4f4);
  /* For Firefox 3.6 to 15 */
  
  background: linear-gradient(to bottom right, #f4f4f4, #fff, #fff, #f4f4f4);
  /* Standard syntax (must be last) */
}

.panel-default > .panel-heading {
  color: #555;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.10);
  background-color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #a9a9a9;
}

.panel-title a:hover {
  text-decoration: none;
}

.panel-title a:link {
  text-decoration: none;
}

.panel-title a:visited {
  text-decoration: none;
}

.panel-title {
  line-height: 21px;
  font-weight: 400;
}

.panel-title a {
  display: block;
}

.panel-title a:hover,
a:active,
a:focus {
  outline: 0;
  color: #769444;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

.rad {
  border-radius: 50% 0 50% 0;
  transition: all 1s ease-in-out .3s;
  -ms-transform: skewX(10deg);
  /* IE 9 */
  
  -webkit-transform: skewX(10deg);
  /* Safari */
  
  transform: skewX(10deg);
  */
}

.rad:hover {
  border-radius: 0 0 0 0;
  transition: all 0.4s ease-in-out 0s;
  -ms-transform: skewX(0deg);
  /* IE 9 */
  
  -webkit-transform: skewX(0deg);
  /* Safari */
  
  transform: skewX(0deg);
}

.bottcall {
  margin-top: 20px;
  line-height: 36px;
  font-size: 32px;
  padding: 30px 20px 30px 20px;
  font-weight: 300;
  color: #888;
}

hr {
  margin-bottom: 6px;
  margin-top: -2px;
  border-color: #9f9f9f;
}

.greyrad {
background-color: #fff; margin: 20px 0; padding-top: 30px;color: #555;
}

.modal-content {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0 none;
  background: -webkit-linear-gradient(left top, #dfdfdf, #fff, #fff, #dfdfdf);
  /* For Safari 5.1 to 6.0 */
  
  background: -o-linear-gradient(bottom right, #dfdfdf, #fff, #fff, #dfdfdf);
  /* For Opera 11.1 to 12.0 */
  
  background: -moz-linear-gradient(bottom right, #dfdfdf, #fff, #fff, #dfdfdf);
  /* For Firefox 3.6 to 15 */
  
  background: linear-gradient(to bottom right, #dfdfdf, #fff, #fff, #dfdfdf);
  /* Standard syntax (must be last) */
}

.modal-dialog {}

.thumbnail {
  margin-bottom: 6px;
}

.btn-success {
 /* background-image: linear-gradient(to bottom, #7ea836 0px, #567e12 100%); */
  background-color: #71992c;
  border-color: #fff;
  color: #fff;
}

.btn-success:hover,
btn-success:active,
btn-success:focus {
 /* background-image: linear-gradient(to bottom, #567e12 0px, #4f740f 100%); */
  background-color: #567e12;
  border-color: #fff;
}
.btn-info {
 /* background-image: linear-gradient(to bottom, #7ea836 0px, #567e12 100%); */
  background-color: #a85436;
  border-color: #fff;
  color: #fff;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
 /* background-image: linear-gradient(to bottom, #567e12 0px, #4f740f 100%); */
  background-color: #974527;
  border-color: #fff;
}
#top-link-block {
  display: none;
}

@media (max-width: 1024px) {
  body {
    font-weight: 400;
  }

}

@media (max-width: 979px) {
  #top-link-block {
    display: block;
  }
    .carousel {
  margin: -8px -20px 0;
  }
  .teal {
    margin-top: 10px;
  }
  .purple {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .green {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .block-bottom {
    margin-top: -10px;
  }
  .blockbubbles2 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .blockbubbles {
    height: 450px;
  }
  .blockbubbles2 {
    height: 500px;
  }
}


.width100 {
 width: 100%;
}
.img-thumbnail {
border-radius: 0;
}

.dorang {
color: #c35b1d;
}
.dorang2 {
color: #f27225;
}

#imgfadein img { opacity: 0; }

@keyframes imgfadeinseq { 100% { opacity: 1; } }

#imgfadein2 img { opacity: 0; }

@keyframes imgfadein2seq { 100% { opacity: 1; } }