@charset "utf-8";
@font-face {
  font-family: 'ubuntu';
  src: url('../fonts/ubuntu-r-webfont.eot');
  src: url('../fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-r-webfont.woff') format('woff'), url('../fonts/ubuntu-r-webfont.ttf') format('truetype'), url('../fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntu-light';
  src: url('../fonts/ubuntu-l-webfont.eot');
  src: url('../fonts/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-l-webfont.woff') format('woff'), url('../fonts/ubuntu-l-webfont.ttf') format('truetype'), url('../fonts/ubuntu-l-webfont.svg#ubuntulight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntu-medium';
  src: url('../fonts/ubuntu-m-webfont.eot');
  src: url('../fonts/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-m-webfont.woff') format('woff'), url('../fonts/ubuntu-m-webfont.ttf') format('truetype'), url('../fonts/ubuntu-m-webfont.svg#ubuntumedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswald';
  src: url('../fonts/oswald-regular.eot');
  src: url('../fonts/oswald-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-regular.woff') format('woff'), url('../fonts/oswald-regular.ttf') format('truetype'), url('../fonts/oswald-regular.svg#oswald') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'ubuntu';
    src: url('../fonts/ubuntu-r-webfont.svg#ubuntu') format('svg');
    font-family: 'ubuntu-light';
    src: url('../fonts/ubuntu-m-webfont.svg#ubuntu-medium') format('svg');
    font-family: 'ubuntu-medium';
    src: url('../fonts/ubuntu-m-webfont.svg#ubuntu-medium') format('svg');
    font-family: 'oswald';
    src: url('../fonts/oswald-regular.svg#oswald') format('svg');
  }
  * {
    -webkit-font-smoothing: antialiased;
  }
}
.default-theme  #fb {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1 !important;
}
.default-theme  .flag {
  background: url('../i/flag.png') no-repeat;
}
.orange-theme {
  color: #4e4e4e;
  background: url('../i/orange_cloud.png') fixed no-repeat #d5dce0;
}
.orange-theme  .flag {
  background: url('../i/orange_flag.png') no-repeat;
}
.orange-theme  .with-header header {
  background: #30383d !important;
}
.orange-theme  .right .with-header header {
  background: #cd6800 !important;
}
.orange-theme  .right .profile header {
  background: #cd6800 !important;
}
.orange-theme  .box footer a {
  color: #cd6800;
}
.orange-theme  .box.facebook header {
  background: #3468af !important;
}
.orange-theme  .sprite-mail {
  background-image: url(../i/sprite_source.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -10000px;
  background-position: -129px -52px;
  width: 26px;
  height: 20px;
}
.orange-theme  .sprite-phone {
  background-image: url(../i/sprite_source.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -10000px;
  background-position: -129px 0px;
  width: 26px;
  height: 26px;
}
.orange-theme  .sprite-pin {
  background-image: url(../i/sprite_source.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -10000px;
  background-position: -102px -27px;
  width: 21px;
  height: 27px;
}
.orange-theme  .sprite-bubble {
  background-image: url(../i/sprite_source.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -10000px;
  background-position: -52px -125px;
  width: 26px;
  height: 23px;
}
.darkblue-theme {
  background: url('../i/grey_cloud.png') fixed no-repeat #d5dce0;
}
.darkblue-theme  .flag {
  background: url('../i/matt_flag.png') no-repeat;
}
.darkblue-theme  .left .box {
  background: #36393b !important;
}
.darkblue-theme  .left .box header {
  background: #3468af !important;
}
.darkblue-theme  .left .box section.description div {
  border-bottom-color: #656e8e !important;
}
.darkblue-theme  .left .box section.description div h1 {
  color: #ffffff;
}
.darkblue-theme  .left .box section.description div:last-child {
  border-bottom: 0;
}
.darkblue-theme  .right .box.blog,
.darkblue-theme  .right .box.facebook {
  background-color: #ffffff !important;
}
.calendar {
  background: #4b545b !important;
}
.orange-theme .calendar {
  background: #30383d !important;
}
.calendar .ui-datepicker-header {
  background: #fd8000;
}
.orange-theme .calendar .ui-datepicker-header {
  background: #ea8925 !important;
}
.calendar .ui-state-active {
  background: #fd8000 !important;
}
.orange-theme .calendar .ui-state-active {
  background: #606060 !important;
  color: #c4c4c4 !important;
}
.shadow {
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}
.noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn {
  padding: 15px 23px 13px 23px;
  font-size: 18px;
  font-family: 'ubuntu';
  text-align: center;
  background-color: #fd8000;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.orange-theme .btn {
  background: #f29400;
}
/* glue: 0.3 hash: 0106c29351 */
.sprite-twitter,
.sprite-googlep,
.sprite-facebook,
.sprite-peoples,
.sprite-search,
.sprite-grade,
.sprite-people,
.sprite-facebook_circle,
.sprite-star,
.sprite-pin_orange,
.sprite-pin,
.sprite-info,
.sprite-globe,
.sprite-circle_arrow_right,
.sprite-circle_arrow_down_blue,
.sprite-circle_arrow_down,
.sprite-phone_orange,
.sprite-phone,
.sprite-mail_orange,
.sprite-mail,
.sprite-circle_arrow_up,
.sprite-circle_arrow_left,
.sprite-calendar,
.sprite-bubble_orange,
.sprite-bubble,
.sprite-search_opac {
  background-image: url(../i/sprite_source.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -10000px;
}
.sprite-twitter {
  background-position: 0px 0px;
  width: 37px;
  height: 36px;
}
.sprite-googlep {
  background-position: -37px 0px;
  width: 36px;
  height: 36px;
}
.sprite-facebook {
  background-position: 0px -36px;
  width: 36px;
  height: 36px;
}
.sprite-peoples {
  background-position: -36px -36px;
  width: 33px;
  height: 29px;
}
.sprite-search {
  background-position: -73px 0px;
  width: 29px;
  height: 29px;
}
.sprite-grade {
  background-position: -73px -29px;
  width: 27px;
  height: 29px;
}
.sprite-people {
  background-position: 0px -72px;
  width: 28px;
  height: 26px;
}
.sprite-facebook_circle {
  background-position: -28px -72px;
  width: 27px;
  height: 26px;
}
.sprite-star {
  background-position: -102px 0px;
  width: 27px;
  height: 27px;
}
.sprite-pin_orange {
  background-position: -102px -27px;
  width: 21px;
  height: 27px;
}
.sprite-pin {
  background-position: -102px -54px;
  width: 21px;
  height: 27px;
}
.sprite-info {
  background-position: 0px -98px;
  width: 27px;
  height: 27px;
}
.sprite-globe {
  background-position: -27px -98px;
  width: 27px;
  height: 27px;
}
.sprite-circle_arrow_right {
  background-position: -55px -72px;
  width: 27px;
  height: 26px;
}
.sprite-circle_arrow_down_blue {
  background-position: -54px -98px;
  width: 27px;
  height: 26px;
}
.sprite-circle_arrow_down {
  background-position: -81px -98px;
  width: 27px;
  height: 26px;
}
.sprite-phone_orange {
  background-position: -129px 0px;
  width: 26px;
  height: 26px;
}
.sprite-phone {
  background-position: -129px -26px;
  width: 26px;
  height: 26px;
}
.sprite-mail_orange {
  background-position: -129px -52px;
  width: 26px;
  height: 20px;
}
.sprite-mail {
  background-position: -129px -72px;
  width: 26px;
  height: 20px;
}
.sprite-circle_arrow_up {
  background-position: -129px -92px;
  width: 26px;
  height: 26px;
}
.sprite-circle_arrow_left {
  background-position: 0px -125px;
  width: 26px;
  height: 26px;
}
.sprite-calendar {
  background-position: -26px -125px;
  width: 26px;
  height: 25px;
}
.sprite-bubble_orange {
  background-position: -52px -125px;
  width: 26px;
  height: 23px;
}
.sprite-bubble {
  background-position: -78px -125px;
  width: 26px;
  height: 23px;
}
.sprite-search_opac {
  background-position: -104px -125px;
  width: 23px;
  height: 23px;
}
header.top {
  margin: 0;
  background-color: #36393b;
  width: 100%;
  height: 76px;
}
.orange-theme header.top {
  background-color: #30383d;
}
header.top nav {
  width: 988px;
  height: 76px;
  display: block;
  margin: 0 auto;
  background: #36393b;
}
header.top nav ul {
  list-style: none;
  padding-left: 290px;
  background: #36393b;
  height: 76px;
  float: right;
}
header.top nav ul:after {
  content: " ";
  display: block;
  clear: both;
}
header.top nav ul li {
  display: block;
  float: left;
}
header.top nav ul li a {
  display: block;
  padding: 0px 25px 0px 25px;
  border-top: 9px solid transparent;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 67px;
  -webkit-transition: background-color 0.2s 0 ease-in-out, border 0.2s 0 ease-in-out;
  -moz-transition: background-color 0.2s 0 ease-in-out, border 0.2s 0 ease-in-out;
  -o-transition: background-color 0.2s 0 ease-in-out, border 0.2s 0 ease-in-out;
  transition: background-color 0.2s 0 ease-in-out, border 0.2s 0 ease-in-out;
}
header.top nav ul li.active a,
header.top nav ul li:hover a {
  border-top: 9px solid #fd8000;
  background: #4b545b;
}
.orange-theme header.top nav ul li.active a,
.orange-theme header.top nav ul li:hover a {
  border-top: 9px solid #f29400;
  background: #606060;
}
header.top nav ul li.search {
  margin-left: 90px;
}
header.top nav ul li.search a {
  padding-top: 17px;
  padding-bottom: 21px;
}
header.top nav ul li.search a i {
  vertical-align: top;
}
footer.bottom {
  margin-top: 30px;
  background: url(../img/bg_box2.jpg) 0 0 repeat-x scroll;
  height: 157px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
.orange-theme footer.bottom {
  background: #30383d;
  border-bottom-color: #606060 !important;
}
footer.bottom > div {
  margin: 0 auto;
  width: 988px;
  height: 157px;
  background: url(../img/bg_box2.jpg) 0 0 repeat-x scroll;
}
footer.bottom > div .people-name {
  display: inline-block;
  padding-top: 30px;
}
footer.bottom > div .people-name h1 {
  width: 210px;
  line-height: 25px;
  font-size: 20px;
  font-family: 'oswald';
  font-weight: normal;
  text-transform: uppercase;
  color: #fd8000;
}
.orange-theme footer.bottom > div .people-name h1 {
  color: #cd6800;
}
footer.bottom > div .people-name span {
  display: block;
  width: 210px;
  color: #ffffff;
  font-size: 11px;
  font-family: 'ubuntu-light';
  text-transform: uppercase;
  margin-top: 4px;
}
footer.bottom > div .people-name span:after {
  content: " ";
  display: block;
  clear: both;
}
footer.bottom > div nav {
  display: inline-block;
  vertical-align: top;
  margin-left: 37px;
}
footer.bottom > div nav ul {
  list-style: none;
}
footer.bottom > div nav ul li {
  display: inline-block;
  border-right: 1px solid #4b545b;
  padding: 42px 30px 40px 30px;
}
footer.bottom > div nav ul li:first-child {
  border-left: 1px solid #4b545b;
}
footer.bottom > div nav ul li a {
  color: #ffffff;
  font-family: 'ubuntu-medium';
  font-size: 15px;
  text-transform: uppercase;
}
footer.bottom > div nav ul li a:hover {
  color: #fd8000;
}
footer.bottom > div .page-top {
  display: inline-block;
  margin-left: 137px;
}
.content {
  width: 988px;
  margin: 0 auto;
}
.content header .profile-image {
  display: inline-block;
  width: 220px;
  height: 225px;
  background: #ffffff;
  padding: 15px;
  padding-bottom: 0px;
  margin-top: -46px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 0px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 0px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
.content header .profile-image img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.content header .profile-image .s-fix {
  width: 250px;
  height: 7px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 100;
}
.darkblue-theme .content header .profile-image {
  background-color: #ffffff;
}
.content header .profile-info {
  padding-left: 31px;
  display: inline-block;
  vertical-align: top;
  padding-top: 36px;
}
.content header .profile-info h1 {
  font-family: 'oswald';
  text-transform: uppercase;
  font-weight: normal;
  font-size: 38px;
  color: #36393b;
  text-shadow: 1px 1px 1px rgba(250, 250, 250, 0.6);
}
.orange-theme .content header .profile-info h1 {
  color: #30383d;
  text-shadow: 1px 1px 1px rgba(222, 195, 153, 0.9);
}
.darkblue-theme .content header .profile-info h1 {
  text-shadow: 1px 1px 1px rgba(194, 200, 210, 0.9);
}
.content header .profile-info div span {
  text-transform: uppercase;
  font-size: 16px;
  color: #36393b;
  font-family: 'ubuntu-medium';
}
.orange-theme .content header .profile-info div span {
  color: #30383d;
}
.orange-theme .content header .profile-info div span:after {
  color: #30383d;
}
.content header .profile-info div span:after {
  margin: 0 9px;
  display: inline-block;
  content: "|";
  color: #8b8b8b;
}
.content header .profile-info div span.last:after {
  display: none;
}
.content header .profile-info div.social {
  margin-top: 14px;
}
.content > .content-body {
  padding: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 0px;
  -moz-background-clip: padding;
  border-top-left-radius: 0px;
  background-clip: padding-box;
}
.darkblue-theme .content > .content-body {
  background-color: #ffffff !important;
}
.content > .content-body .left {
  width: 633px;
  display: inline-block;
  vertical-align: middle;
}
.content > .content-body .right {
  width: 309px;
  display: inline-block;
  vertical-align: top;
}
.content > .content-body.profile-text .left .box.with-header header {
  padding: 20px;
  background: #7d8183;
  text-align: left;
  padding-left: 70px;
}
.content > .content-body.profile-text .left article .description {
  width: 633px;
}
.darkblue-theme .content > .content-body.profile-text .left article .description p.date {
  color: #f3b800;
}
.darkblue-theme .content > .content-body.profile-text .left article .description p.text {
  color: #77809e !important;
}
.content > .content-body.profile-text .history .description {
  width: 100%;
  padding: 0;
}
.content > .content-body.profile-text .history .description div {
  border-bottom: 1px solid #bdc2d1;
}
.content > .content-body.profile-text .history .description div:last-child {
  border-bottom: 0;
}
.content > .content-body.profile-text .history .description div h1 {
  padding: 25px;
  padding-bottom: 0;
  font-size: 16px;
}
.content > .content-body.profile-text .history .description div .date {
  padding: 0 0 0 25px;
  color: #fd8000;
}
.orange-theme .content > .content-body.profile-text .history .description div .date {
  color: #cd6800;
}
.content > .content-body.profile-text .history .description div .text {
  width: 580px;
  padding: 25px;
  line-height: 22px;
  /*                                                        text-align: justify;*/

  color: #868686;
}
.content > .content-body.profile-text .half {
  width: 310px;
  min-height: 273px;
  display: inline-block;
  vertical-align: top;
}
.content > .content-body.profile-text .half .description {
  padding: 0;
}
.content > .content-body.profile-text .half .description ul {
  list-style: none;
}
.content > .content-body.profile-text .half .description ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #bdc2d1;
}
.darkblue-theme .content > .content-body.profile-text .half .description ul li {
  border-bottom-color: #67708e;
}
.content > .content-body.profile-text .half .description ul li span {
  display: block;
  color: #fd8000;
}
.orange-theme .content > .content-body.profile-text .half .description ul li span {
  color: #cd6800;
}
.darkblue-theme .content > .content-body.profile-text .half .description ul li span {
  color: #67708e;
}
.content > .content-body.profile-text .half .description ul li span:first-child {
  color: #36393b;
  text-transform: uppercase;
}
.darkblue-theme .content > .content-body.profile-text .half .description ul li span:first-child {
  color: #ffffff;
}
.content > .content-body.profile-text .half .description ul li:last-child {
  border-bottom: 0;
}
.content > .content-body.profile-text .half.left {
  margin-right: 9px;
}
.content > .content-body.profile-text .half.left .description ul li span {
  text-transform: none;
}
.content-body .right {
  margin-left: 12px;
}
.content-body .right .box {
  width: 100%;
}
.content-body .right .profile header {
  background-color: #36393b;
  padding: 20px;
  padding-right: 0;
}
.content-body .right .profile header img {
  float: left;
  border: 4px solid #ffffff;
  margin-right: 15px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.content-body .right .profile header h1 {
  width: 210px;
  line-height: 25px;
  font-size: 20px;
  font-family: 'oswald';
  font-weight: normal;
  text-transform: uppercase;
  color: #fd8000;
}
.content-body .right .profile header span {
  display: block;
  width: 270px;
  color: #ffffff;
  font-size: 11px;
  font-family: 'ubuntu-light';
  text-transform: uppercase;
  margin-top: 4px;
}
.content-body .right .profile header span:after {
  content: " ";
  display: block;
  clear: both;
}
.content-body .right .profile footer ul {
  list-style: none;
}
.content-body .right .profile footer ul li {
  font-size: 16px;
  border-bottom: 1px solid #dde0e2;
  padding: 10px 20px;
}
.content-body .right .profile footer ul li.last span {
  padding-left: 20px;
}
.content-body .right .profile footer ul li span,
.content-body .right .profile footer ul li a {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  color: #4e4e4e;
}
.content-body .right .profile footer ul li span:first-child,
.content-body .right .profile footer ul li a:first-child {
  padding-left: 0;
}
.content-body .right .profile footer ul li a {
  color: #fd8000;
}
.orange-theme .content-body .right .profile footer ul li a {
  color: #f29400;
}
.content-body .right .profile footer ul li a:hover {
  color: #e47300;
}
.content-body .right .profile footer ul li i {
  vertical-align: middle;
}
.content-body .right .profile footer ul li.last {
  border-bottom: 0;
}
.content-body .right .newsletter {
  background-color: #7d8183;
  color: #ffffff;
  font-weight: normal;
}
.orange-theme .content-body .right .newsletter {
  background: #606060;
}
.content-body .right .newsletter form {
  padding: 25px;
}
.content-body .right .newsletter form span {
  font-size: 18px;
  font-family: 'ubuntu-medium';
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.content-body .right .newsletter form .msg {
  font-size: 13px;
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
}
.content-body .right .newsletter form input {
  display: block;
  margin-top: 20px;
  padding: 15px 13px;
  width: 195px;
  font-size: 15px;
  background: url('../i/mail.png') no-repeat #4b545b;
  background-position: 15px;
  border: 1px solid #b2b2b2;
  color: #ffffff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  padding-left: 50px;
  font-family: 'ubuntu';
  font-weight: normal;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  /*&.error:focus{
                                            border:1px solid #b2b2b2;
                                            & + .msg { display: none; }
                                        }*/

}
.orange-theme .content-body .right .newsletter form input {
  border-color: #cd6800;
  background-color: #717171;
}
.content-body .right .newsletter form input.error {
  border: 1px solid #fd8000;
}
.content-body .right .newsletter form .newsletter-accept {
  margin-top: 20px;
}
.content-body .right .newsletter form .newsletter-accept input {
  width: 15px;
  float: left;
  margin: 0;
  margin-top: 3px;
}
.content-body .right .newsletter form .newsletter-accept span {
  font-size: 16px;
  font-family: 'ubuntu-light';
  text-transform: none;
  text-align: left;
  margin-left: 20px;
}
.content-body .right .newsletter form .newsletter-accept span a {
  color: #fd8000;
}
.content-body .right .newsletter form button {
  display: block;
  margin: 0 auto;
  margin-top: 27px;
  padding: 15px 23px 13px 23px;
  font-size: 18px;
  font-family: 'ubuntu';
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fd8000;
  cursor: pointer;
  width: 178px;
}
.orange-theme .content-body .right .newsletter form button {
  background: #f29400;
}
.content-body .right .newsletter form button:hover {
  background-color: #e47300;
}
.content-body .right .blog header {
  padding: 25px 0 23px 0;
}
.content-body .right .blog footer ul {
  list-style: none;
}
.content-body .right .blog footer ul li {
  font-size: 16px;
  border-bottom: 1px solid #dde0e2;
  padding: 18px 30px;
}
.content-body .right .blog footer ul li span {
  display: block;
  color: #4e4e4e;
}
.content-body .right .blog footer ul li a {
  color: #fd8000;
}
.content-body .right .blog footer ul li.last {
  border-bottom: 0;
}
.content-body .right .calendar .hasDatepicker .ui-corner-all {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.content-body .right .calendar .hasDatepicker .ui-widget-content {
  border: 0;
}
.content-body .right .calendar .hasDatepicker .ui-datepicker {
  width: auto;
  padding: 0;
  background: transparent;
}
.content-body .right .calendar .hasDatepicker .ui-datepicker .ui-datepicker-header {
  padding: 18px 20px;
  border: 0;
  font-size: 18px;
  font-family: 'ubuntu';
  font-weight: normal;
  color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}
.content-body .right .calendar .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 12px;
  top: 12px;
}
.content-body .right .calendar .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  background-image: url(../i/sprite_source.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -10000px;
  background-position: 0px -125px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.content-body .right .calendar .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background: none;
  border: 0;
  padding: 0;
}
.content-body .right .calendar .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 20px;
  top: 12px;
}
.content-body .right .calendar .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  background-image: url(../i/sprite_source.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -10000px;
  background-position: -55px -72px;
  width: 27px;
  height: 26px;
  cursor: pointer;
}
.content-body .right .calendar .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background: none;
  border: 0;
  padding: 0;
}
.content-body .right .calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar {
  background: transparent;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 80%;
}
.content-body .right .calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar span {
  font-size: 16px;
  color: #fd8000;
  font-family: 'ubuntu';
  font-weight: normal;
}
.orange-theme .content-body .right .calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar span {
  color: #cd6800;
}
.content-body .right .calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar .ui-state-default {
  padding: 10px 10px;
  border: 0;
  font-weight: normal;
  font-size: 16px;
  font-family: 'ubuntu-light';
  text-align: center;
  color: #ffffff;
  background: transparent;
}
.content-body .right .calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end a {
  color: #ffffff !important;
}
.content-body .right .calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: #fd8000;
}
.content-body .right .facebook header {
  background-color: #3468af;
}
.content-body .left.mediatar .box .side {
  -webkit-border-bottom-left-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 0px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 0px;
  background-clip: padding-box;
}
.content-body .left.mediatar .description img,
.content-body .left.mediatar .description p img {
  margin: 0;
  max-width: 492px;
  margin-bottom: 20px;
}
.content-body .left.mediatar .description iframe {
  max-width: 492px;
  margin-bottom: 20px;
}
.content-body .left.mediatar .description .gallery {
  display: block;
  margin: 0;
}
.content-body .left.mediatar .description .gallery .at {
  width: 115px;
  height: 115px;
  display: block;
  float: left;
  margin: 0 10px 8px 0;
}
.content-body .left.mediatar .description .gallery .at a {
  display: table-cell;
  vertical-align: middle;
  width: 115px;
  height: 115px;
  background: #7d8183;
  position: relative;
}
.content-body .left.mediatar .description .gallery .at a img {
  max-width: 115px;
  max-height: 115px;
  vertical-align: middle;
  margin: 0;
}
.content-body .left.mediatar .description .gallery .at.last {
  margin-right: 0;
}
.content-body .left.document .box.with-sidebar {
  min-height: 100px;
}
.content-body .left.document .box.with-sidebar .side header {
  padding-bottom: 30px;
}
.content-body .left.document .box.with-sidebar .side header .icon {
  width: 60px;
  height: 58px;
  display: block;
  background: url(../img/doc-ext.png) 0 0 no-repeat scroll transparent;
  margin: 0 0 0 10px;
}
.content-body .left.document .box.with-sidebar .side header .icon.pdf {
  background-position: 0 0 !important;
}
.content-body .left.document .box.with-sidebar .side header .icon.doc {
  background-position: -60px 0 !important;
}
.content-body .left.document .box.with-sidebar .side header .icon.docx {
  background-position: -120px 0 !important;
}
.content-body .left.document .box.with-sidebar .side header .icon.rtf {
  background-position: -180px 0 !important;
}
.content-body .left.document .box.with-sidebar .side header .icon.odt {
  background-position: -240px 0 !important;
}
.content-body .left.document .box.with-sidebar .description {
  position: relative;
}
.content-body .left.document .box.with-sidebar .description > div.dates {
  margin-bottom: 10px;
}
.content-body .left.document .box.with-sidebar .description > div.dates > .date {
  font-size: 14px;
}
.content-body .left.document .box.with-sidebar .description > div.dates > .date.last {
  margin-right: 0px;
}
.content-body .left.document .box.with-sidebar .description > div.dates > .date.last:after {
  content: '|';
  margin: 0 10px;
  display: inline-block;
  color: #36393b;
}
.content-body .left.document .box.with-sidebar .description .text {
  display: block;
}
.content-body .left.document .box.with-sidebar .description a.btn {
  /*                            position: absolute;
                                                        right: 0; bottom: 0;*/

}
.content-body .left.document .box.with-sidebar .description a.btn:hover {
  background: #e47300;
}
.content-body .left .box.with-sidebar {
  min-height: 318px;
}
.content-body .left .box.search.with-header {
  margin-bottom: 20px;
}
.content-body .left .box.search.with-header header {
  text-align: left;
  background: #c7c7c7;
  color: #36393b;
}
.content-body .left .box.search.with-header .description {
  display: block;
  width: 583px;
}
.content-body .left .box.search.with-header .description .left {
  float: left;
  width: auto;
}
.content-body .left .box.search.with-header .description .left input {
  height: 40px;
  font-size: 16px;
  border: 1px solid #b7bbc9;
  padding-left: 18px;
  text-transform: uppercase;
  background: #f2f4f9;
  color: #4e4e4e;
  width: 390px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.content-body .left .box.search.with-header .description .right {
  float: right;
  width: auto;
}
.content-body .left .box.search.with-header .description .right button {
  padding: 15px 23px 13px 23px;
  font-size: 18px;
  font-family: 'ubuntu';
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  cursor: pointer;
  background-color: #fd8000;
  padding: 0 23px;
  line-height: 42px;
}
.orange-theme .content-body .left .box.search.with-header .description .right button {
  background: #f29400;
}
.content-body .left .box.search.with-header .description .right button i {
  float: left;
  margin: 10px 10px 0 0;
}
.content-body .left .box.search.with-header .description .right button:hover {
  background: #e47300;
}
.content-body .left .blogLink {
  display: block;
  float: left;
  height: 40px;
  padding: 10px 20px;
  width: 593px;
  background: #fd8000;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
  color: #fff;
  font: 20px/40px 'ubuntu';
  -webkit-transition: background-color 0.2s 0s ease;
  -moz-transition: background-color 0.2s 0s ease;
  -o-transition: background-color 0.2s 0s ease;
  transition: background-color 0.2s 0s ease;
  z-index: 100;
}
.content-body .left .blogLink:hover {
  background-color: #e47300;
}
.content-body .left .result header {
  background: #7d8183;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  line-height: 62px;
  font-size: 18px;
  padding-left: 29px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.content-body .left .result header.no-result {
  padding-top: 23px;
  padding-bottom: 25px;
  padding-left: 0;
  background: #36393b;
}
.content-body .left .result header.no-result span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 19px;
}
.content-body .left .result header.no-result span:first-child {
  font-family: 'oswald';
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
  color: #fd8000;
}
.content-body .left article .side {
  display: table-cell;
  width: 91px;
  height: 100%;
  vertical-align: top;
  background: #d3d3d3;
  position: absolute;
  top: 0;
  left: auto;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}
.content-body .left article .side .side-fix {
  width: 91px;
  height: 318px;
  float: left;
  z-index: 1;
}
.content-body .left article .side header {
  padding: 0;
  padding-top: 30px;
  background: #7d8183;
  -webkit-border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.content-body .left article .side header .date {
  padding-left: 20px;
  color: #36393b;
  font-size: 18px;
  font-family: 'ubuntu-medium';
  display: block;
}
.content-body .left article .side header .date b {
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
}
.content-body .left article .side header .day {
  padding-left: 20px;
  font-size: 44px;
  color: #ffffff;
  font-family: 'ubuntu-light';
}
.content-body .left article .side header .time {
  padding: 15px 20px;
  display: block;
  border-top: 1px solid #909293;
  color: #36393b;
}
.content-body .left article .side .stickit header {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.content-body .left article .side footer {
  padding-top: 15px;
  text-align: center;
}
.content-body .left article .side footer a {
  display: block;
  margin-bottom: 5px;
}
.content-body .left article .description {
  display: table-cell;
  padding: 25px;
  width: 500px;
}
.content-body .left article .description h1 {
  font-size: 26px;
  color: #36393b;
  font-family: 'ubuntu-light';
  margin-bottom: 20px;
  text-transform: uppercase;
}
.content-body .left article .description h1 a {
  color: #36393b;
  display: block;
}
.content-body .left article .description h1 a:hover {
  color: #fd8000;
}
.content-body .left article .description > .text {
  font-size: 16px;
  line-height: 22px;
  color: #868686;
  /*                    text-align: justify;*/

}
.content-body .left article .description > .more {
  display: block;
  /*                    float: right;*/

}
.content-body .left article .description > .more:hover {
  background: #e47300;
}
.content-body .left article .description > img {
  margin: 15px 0;
  display: block;
}
.content-body .left article .description img,
.content-body .left article .description p img {
  margin: 0;
  max-width: 492px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.content-body .left article .description .gallery {
  margin-top: 20px;
  display: block;
}
.content-body .left article .description .media_tar {
  margin-top: 15px;
}
.content-body .left .box-row.next {
  background: #ebebeb;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 20px;
  margin-bottom: 15px;
}
.content-body .left .box-row.next:after {
  content: " ";
  display: block;
  clear: both;
}
.content-body .left .box-row.next a {
  cursor: pointer;
  margin: 0 auto;
  display: block;
  width: 344px;
  text-transform: uppercase;
  text-align: center;
  background-color: #36393b;
  color: #ffffff;
  font-size: 18px;
  line-height: 50px;
  font-family: 'ubuntu-medium';
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}
.content-body .left .box-row.next a:hover {
  background: #424648;
}
.content-body .left .box-row.next.nomore {
  background: #36393b;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.content-body .left .box-row.next.nomore a {
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content-body .left .box-row.next.nomore a:hover {
  background: #36393b;
}
.content-body .left .box-row.next .pages {
  float: right;
  margin-right: 30px;
  line-height: 50px;
  font-size: 18px;
  color: #4b545b;
}
.intro {
  width: 988px;
  margin: 0 auto;
}
.intro > div {
  padding-top: 30px;
  padding-left: 15px;
}
.intro > div h1 {
  color: #ffffff;
  font-family: 'oswald';
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: -1px -2px 0px rgba(0, 0, 0, 0.1);
  font-size: 44px;
  margin-bottom: 7px;
}
.intro > div div.hr {
  padding: 0;
  width: 720px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(67, 98, 131, 0.5);
  margin-bottom: 15px;
}
.intro > div .text {
  font-size: 16px;
  color: #30373d;
  width: 640px;
  line-height: 22px;
}
.search-container {
  background: #ffffff;
  width: 958px;
  margin: 0 auto;
  margin-top: 37px;
  margin-bottom: 30px;
  padding: 15px;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}
.search-container.profile {
  margin-top: 0;
  -webkit-border-top-left-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 0px;
  -moz-background-clip: padding;
  border-top-left-radius: 0px;
  background-clip: padding-box;
}
.search-container.profile .box.form footer .right {
  float: right;
  width: 200px;
}
.search-container.profile .box.form footer .right button.search {
  margin-top: 0;
  margin-bottom: 15px;
  cursor: pointer;
}
.search-container.profile .box.form footer .left {
  float: left;
  padding-left: 20px;
}
.search-container.profile .box.form footer .left .row input.name {
  width: 700px;
  margin-left: 10px;
}
.search-container.profile .result article {
  min-height: 166px;
  float: left;
  padding-left: 29px;
  padding-bottom: 15px;
  width: 929px;
}
.search-container.profile .result article > div {
  float: right;
  margin-right: 20px;
}
.search-container.profile .result article h1 {
  line-height: 40px;
  text-transform: uppercase;
}
.search-container.profile .result article section {
  padding-top: 20px;
  width: 633px;
}
.search-container.profile .result article section div span {
  height: 66px;
  overflow: hidden;
}
.search-container.profile .result header.rh {
  display: block;
  float: left;
  width: 929px;
}
.search-container .box.form {
  background-color: #ebebeb;
  overflow: visible;
}
.search-container .box.form header {
  position: relative;
  background-color: #c7c7c7;
  font-size: 18px;
  padding: 20px 0 20px 70px;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: padding;
  border-top-right-radius: 4px;
  background-clip: padding-box;
  color: #36393b;
  font-family: 'ubuntu-medium';
}
.search-container .box.form header i {
  position: absolute;
  top: 15px;
  left: 17px;
}
.search-container .box.form footer .left {
  display: inline-block;
  padding-top: 35px;
  padding-left: 30px;
}
.search-container .box.form footer .left .row {
  margin-bottom: 10px;
}
.search-container .box.form footer .left .row label {
  margin-left: 20px;
  display: inline-block;
  width: 50px;
  font-size: 16px;
}
.search-container .box.form footer .left .row label.ziplabel {
  width: 143px;
}
.search-container .box.form footer .left .row input {
  height: 40px;
  font-size: 16px;
  border: 1px solid #b7bbc9;
  padding-left: 18px;
  text-transform: uppercase;
  background: #f2f4f9;
  color: #4e4e4e;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.search-container .box.form footer .left .row input.name {
  width: 630px;
}
.search-container .box.form footer .left .row input.postalcode {
  width: 100px;
}
.search-container .box.form footer .left .row input:focus {
  background: #ffffff;
  border: 1px solid #394264;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-container .box.form footer .left .row .bootstrap-select {
  width: 360px;
  outline: none;
}
.search-container .box.form footer .left .row .bootstrap-select.district {
  width: 657px;
}
.search-container .box.form footer .left .row .bootstrap-select.open button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
}
.search-container .box.form footer .left .row .bootstrap-select.open button .caret {
  background-color: #ffffff;
}
.search-container .box.form footer .left .row .bootstrap-select.open button .caret:after {
  background-image: url(../i/sprite_source.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -10000px;
  background-position: -54px -98px;
  width: 27px;
  height: 26px;
}
.search-container .box.form footer .left .row .bootstrap-select button {
  outline: none !important;
  position: relative;
  background-image: none;
  background: #f2f4f9;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #b7bbc9;
}
.search-container .box.form footer .left .row .bootstrap-select button div {
  margin-left: 6px;
  text-transform: none;
}
.search-container .box.form footer .left .row .bootstrap-select button .caret {
  border: 0;
  top: 2px;
  right: 0px;
  background: #fd8000;
  width: 50px;
  height: 48px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 3px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 3px;
  background-clip: padding-box;
}
.search-container .box.form footer .left .row .bootstrap-select button .caret:after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: " ";
  background-image: url(../i/sprite_source.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -10000px;
  background-position: -55px -72px;
  width: 27px;
  height: 26px;
}
.search-container .box.form footer .left .row .bootstrap-select .dropdown-menu {
  margin-top: -5px;
  border-top: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 0px;
  -moz-background-clip: padding;
  border-top-right-radius: 0px;
  background-clip: padding-box;
}
.search-container .box.form footer .left .row .bootstrap-select .dropdown-menu a:hover {
  background: #ffffff;
  background-image: none;
  color: #fd8000;
}
.search-container .box.form footer .right {
  text-align: center;
  width: 210px;
  vertical-align: top;
  display: inline-block;
  padding-top: 35px;
}
.search-container .box.form footer .right a,
.search-container .box.form footer .right button {
  margin: 0;
  width: 183px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}
.search-container .box.form footer .right a {
  display: inline-block;
  background: #36393b;
  color: #ffffff;
  line-height: 50px;
}
.search-container .box.form footer .right button {
  margin-top: 65px;
  padding-top: 10px;
  padding-bottom: 12px;
  background: #fd8000;
  color: #ffffff;
  -webkit-transition: padding 0.2s 0s ease;
  -moz-transition: padding 0.2s 0s ease;
  -o-transition: padding 0.2s 0s ease;
  transition: padding 0.2s 0s ease;
  /*                                                &.search {
                                                    
                                                    &:hover {
                                                        padding-top: 12px; padding-bottom: 10px;
                                                        background-color: darken(@nari, 5%);
                                                    } 
                                                }*/

}
.search-container .box.form footer .right button i {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
.search-container .box.form footer .right button.sa {
  margin-top: 0;
  background-color: #36393b;
  padding: 13px 0 15px 0;
}
.search-container .result header {
  background: #7d8183;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  line-height: 62px;
  font-size: 18px;
  padding-left: 29px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.search-container .result header.no-result {
  padding-top: 23px;
  padding-bottom: 25px;
  background: #36393b;
}
.search-container .result header.no-result span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 19px;
}
.search-container .result header.no-result span:first-child {
  font-family: 'oswald';
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
  color: #fd8000;
}
.search-container .result article {
  background-color: #ebebeb;
  margin-bottom: 15px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  /*                        > div { float: right; }*/

}
.search-container .result article:after {
  content: " ";
  display: block;
  clear: both;
}
.search-container .result article img,
.search-container .result article section,
.search-container .result article > div {
  float: left;
}
.search-container .result article img {
  margin-right: 30px;
  width: 162px;
  height: 162px;
}
.search-container .result article section {
  padding-top: 35px;
  width: 498px;
}
.search-container .result article section h1 a {
  margin: 0;
  color: #36393b;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #fff;
  font-family: 'oswald';
  font-size: 30px;
}
.search-container .result article section div {
  margin-top: 10px;
  color: #4e4e4e;
  font-size: 18px;
  font-family: 'ubuntu-light';
}
.search-container .result article section div span {
  display: block;
  line-height: 22px;
}
.search-container .result article section div span:first-child {
  text-transform: uppercase;
}
.search-container .result article div a {
  position: relative;
  display: block;
  color: #ffffff;
  background-color: #fd8000;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 19px 34px 17px 38px;
  margin-top: 41px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}
.search-container .result article div a span {
  display: inline-block;
  width: 125px;
  margin-right: 43px;
}
.search-container .result article div a i {
  position: absolute;
  top: 27px;
  right: 18px;
}
.search-container .result article div a:hover {
  background: #e47300;
}
.search-container .result article.next {
  padding: 20px 0;
}
.search-container .result article.next:after {
  content: " ";
  display: block;
  clear: both;
}
.search-container .result article.next .pages {
  float: right;
  margin-right: 30px;
  line-height: 50px;
  font-size: 18px;
  color: #9099b7;
}
.search-container .result article.next a {
  margin: 0 auto;
  display: block;
  width: 344px;
  text-transform: uppercase;
  text-align: center;
  background-color: #35aadc;
  color: #ffffff;
  font-size: 18px;
  line-height: 50px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}
.bottom-search {
  border: 0 !important;
  background-color: #36393b !important;
  font-family: 'ubuntu-medium';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.bottom-search:after {
  content: " ";
  display: block;
  clear: both;
}
.bottom-search div {
  margin: 0 auto;
  width: 988px;
  line-height: 100px;
  font-size: 15px !important;
  background: #36393b;
}
.bottom-search div a {
  float: right;
  color: #ffffff;
  text-transform: uppercase;
}
.bottom-search div a i {
  margin-left: 15px;
  vertical-align: middle;
}
.bottom-search div span {
  color: #ffffff;
  text-transform: uppercase;
}
.smart-tooltip {
  position: absolute;
  z-index: 100000;
  background: #ffffff;
  padding: 10px;
  max-width: 400px;
  -webkit-box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 10px rgba(20, 20, 20, 0.5);
}
.smart-tooltip ul li {
  list-style: none;
  padding: 5px 3px;
  border-bottom: 1px solid #dddddd;
}
.smart-tooltip ul li:last-child {
  border: 0;
}
.smart-tooltip ul li:hover {
  background-color: #f3f3f3;
}
.smart-tooltip:after {
  position: absolute;
  content: " ";
  display: block;
  top: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.smart-tooltip a {
  color: #36393b;
  text-decoration: none;
}
.smart-tooltip a:hover {
  color: #050606;
}
.hl a {
  color: #fd8000 !important;
}
.calendar .ui-state-active {
  color: #ffffff !important;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0 0 187px 0;
  padding: 0;
  font-family: 'ubuntu';
  font-size: 16px;
}
body .flag {
  position: fixed;
  z-index: 2;
  width: 680px;
  height: 711px;
  top: 0;
  right: 0;
}
body .social.hor a {
  display: inline-block;
  width: 33px;
}
body .social.hor a i {
  height: 35px;
}
body .social.hor a.facebook {
  width: 114px;
}
body .social.hor a.facebook i {
  margin: -1px;
}
body .box {
  background-color: #ebebeb;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
body .box header {
  padding-left: 20px;
}
body .box.with-sidebar .description {
  padding-left: 116px;
}
body .box.with-header header {
  position: relative;
  background-color: #36393b;
  color: #ffffff;
  text-transform: uppercase;
  padding: 25px 0 23px 20px;
  text-align: center;
}
body .box.with-header header i {
  position: absolute;
  left: 20px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 20px;
}
body a {
  text-decoration: none;
  color: #35aadc;
}
body a:hover {
  text-decoration: none;
}
header.top,
.content,
.intro,
.search-container {
  z-index: 3;
  position: relative;
}
footer.bottom,
.bottom-search {
  z-index: 3;
}
.clear5 {
  height: 5px;
  width: auto;
  clear: both;
  overflow: hidden;
  font-size: 0;
}
.clear15 {
  height: 15px;
  width: auto;
  clear: both;
  overflow: hidden;
  font-size: 0;
}
.clear25 {
  height: 25px;
  width: auto;
  clear: both;
  overflow: hidden;
  font-size: 0;
}
.clr:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.stickit {
  position: fixed;
  top: 0;
  z-index: 2;
}
.stickit-end {
  bottom: 20px;
  position: absolute;
  left: 0;
}
/*.tooltip {
    display: block !important;position: absolute; left: 0; top: 0; display: block; z-index: 1000;
    &.top {
        margin-top: 0; top: 0 !important;
    }
    .tooltip-inner {
        padding: 10px; font-size: 13px; line-height: 16px; font-weight: normal; color: #fff; width: 190px; .border-radius(@boxRadius); background: #394264;
    }
}*/
.ui-tooltip {
  padding: 0;
  background: none;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 100;
}
.ui-tooltip .ui-tooltip-content {
  padding: 10px;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  color: #fff;
  width: 190px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background: #36393b;
  border: 0;
}
.ui-tooltip:after {
  content: ' ';
  position: absolute;
  bottom: -11px;
  left: 30px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 11px 11px 0;
  border-color: transparent #36393b transparent transparent;
}
.device {
  /*    header.top, footer.bottom, footer.bottom-search { z-index: 900 !important; }
    footer.bottom { position: relative; }*/

}
a img {
  border: 0;
}
.error404 {
  margin-top: 140px;
  text-align: left;
  font-family: oswald, sans-serif;
}
.error404 h3 {
  color: #fe8506;
  font-size: 60px;
  font-weight: normal;
  line-height: 60px;
}
.error404 p {
  text-transform: uppercase;
  color: #30383d;
  font-size: 30px;
  font-weight: normal;
}
.facebookBtn {
  background-image: url(../i/facebook_btn.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -10000px;
  width: 118px;
  height: 34px;
}
