/*@import url(http://fonts.googleapis.com/css@family=PT+Sans);*/

/*@import url(http://fonts.googleapis.com/css@family=PT+Sans_3A700);*/

/*@import url(http://fonts.googleapis.com/css@family=Raleway_3A300);*/

/*@import url(http://fonts.googleapis.com/css@family=Raleway_3A100);*/
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "jquery.fancybox-1.3.4.css";
/*------ template stylization ------*/
body {
  background: #ffffff;
  font-family: 'PT Sans';
  line-height: 25px;
  color: #55686b;
  /*min-width: 1200px;*/
}
form{
    margin: 0;
}
input[type="submit"], input[type="button"]{
    /*display: block;*/
    /*margin: auto;*/
    /*width: 140px;*/
    /*color: #3b8c9a;*/
    /*text-transform: uppercase;*/
    /*background: #fff;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 10px;*/
    /*font-size: 16px;*/
    /*font-weight: bold;*/
}
div.waves{
    height: 10px;
    background: url("../image/bottLine.png") repeat-x;
    margin: 20px 0 10px;
}
div.container{
    width: 100%;
    max-width: 1004px;
    margin: auto;
}
#wrapper .ow_header{
    min-height: 225px;
    background: url("../image/header.jpg") no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 42px;
}
#wrapper .ow_header:after{
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    background: url("../image/topLine.png") repeat-x;
}
/*#content h1.logo{*/
    /*margin: 0;*/
    /*position: absolute;*/
/*}*/

div.links{
    height: 26px;
    position: absolute;
    bottom: -65px;
    right: 0;
}
div.links ul{
    float: right;
    list-style: none;
    margin-bottom: 6px;
}
div.links ul li{
    float: left;
    margin-left: 25px;
}
div.links ul li a{
    font-size: 12px;
    color: #999;
    font-weight: bold;
}
div.links ul li a:hover{
    text-decoration: none;
}
div.links ul li a:hover .icon{
    background-color: #3b8c9a;
}
div.links ul li .icon{
    width: 26px;
    height: 26px;
    float: left;
    margin-right: 10px;
    border-radius: 26px;
    background-color: #e6e4e3;
    background-repeat: no-repeat;
    background-image: url("../image/icon.png");
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
div.links .sing .icon{
    background-position: 1px 2px;
}
div.links .sing a:hover .icon{
    background-position: 1px -23px;;
}

div.links .sing_face .icon{
    background-position: -23px 2px;
}
div.links .sing_face a:hover .icon{
    background-position: -23px -23px;;
}

div.links .reg .icon{
    background-position: -45px 2px;
}
div.links .reg a:hover .icon{
    background-position: -45px -23px;;
}

div.links .lang .icon{
    background-position: -70px 2px;
}
div.links .lang a:hover .icon{
    background-position: -70px -23px;;
}

div.links .search .icon{
    background-position: -97px 2px;
}
div.links .search .icon:hover{
    background-position: -97px -23px;
    background-color: #3b8c9a;
}

div.links .search{
    border: 1px solid #e6e4e3;
    border-radius: 26px;
}
div.links .search input[type="text"]{
    border: none;
    outline: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border-radius: 26px;
    width: 135px;
    line-height: 14px;
    font-weight: bold;
    font-size: 9px;
    color: #999;
}
div.links .search input[type="button"]{
    outline: none;
    border: none;
    padding: 0;
}
.blocks{
    margin-top: 10px;
}
.blocks .block{
    display: inline-block;
    text-align: center;
    margin: 0 8px;
    vertical-align: top;
}
.blocks .block.first{
    width: 390px;
}
.blocks .block.second{
     width: 370px;
}
.blocks .block.third{
    width: 184px;
}

.blocks .block .section{
    display: inline-block;
    margin: 0 -1.3%;
    vertical-align: top;
    width: 52.1%;
}
.blocks .block h3{
    font-size: 24px;
    margin: 0 0 15px 0;
    line-height: 1em;
}
.blocks .block .section input[type="text"]{
    width: 154px;
    line-height: 19px;
    height: 20px;
    border-radius: 10px;
    font-family: 'pt sans';
    padding: 4px 12px;
}
.blocks .block.first .advenced_search{
    display: block;
    margin: 10px auto;
    width: 154px;
    font-size: 20px;
    line-height: 20px;
    color: #777;
    font-weight: bold;
}
.go{
    position: relative;
}
.go:after{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    line-height: 20px;
    right: -26px;
    top: 2px;
    background: #3b8c9a url("../image/icon.png") -123px -3px no-repeat;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.blocks .block.first .advenced_search:hover{
    text-decoration: none;
}
.go:hover:after{
    background: #3d7079 url("../image/icon.png") -123px -3px no-repeat;
}

div.report{
    text-align: left;
}
div.report .content{
    display: table;
}
div.report h3{
    text-align: center;
    line-height: 1em;
}
div.report .content div{
    display: table-cell;
    vertical-align: top;
}
div.report .image_wraper{
    width: 100px;
}
div.report .image{
    width: 100px;
    height: 100px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100px;
    margin-right: 10px;
}
div.report .text{
    padding-left: 10px;
}
.text{
    text-align: justify;
}
.blocks .block.third .image{
    width: 162px;
    height: 162px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 162px;
    margin: auto;
}

.ow_footer{
    font-size: 16px;
    margin-bottom: 20px;
}
.ow_footer .container > div{
    vertical-align: middle;
    line-height: 52px;
}
.ow_footer .left{
    float: left;
}
.ow_footer .right{
    float: right;
}
.ow_footer .social-icon .icon{
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    margin: 0 5px;
    background-color: #e6e4e3;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.ow_footer .social-icon .icon:hover{
    background-color: #3b8c9a;
}
.ow_footer .social-icon .icon.twitter{
    background-image: url("../image/icon.png");
    background-position: -144px 8px;
}
.ow_footer .social-icon .icon.vk{
    background-image: url("../image/icon.png");
    background-position: -196px 8px;
}
.ow_footer .social-icon .icon.facebook{
    background-image: url("../image/icon.png");
    background-position: -248px 8px;
}
.ow_footer .social-icon .icon.instagram{
    background-image: url("../image/icon.png");
    background-position: -297px 8px;
}
.ow_footer .social-icon .icon.google{
    background-image: url("../image/icon.png");
    background-position: -352px 8px;
}



.nav-collapse.collapse {
  text-transform: none;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
    display: none;
}
#pageLoader {
  position: fixed;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  background: url(../img/bg_loader.png) 0 0 no-repeat;
  z-index: 1000;
  padding: 3px;
  display: none;
}
#pageLoader > div {
  margin: 9px 10px;
  background: url(../img/web_page_loader.gif) 0 0 no-repeat;
  width: 46px;
  height: 46px;
}
#back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #ffffff url("../img/up-arrow.png") center 12px no-repeat;
  z-index: 1000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h1 {
  text-align: center;
}
h2 {
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.marg_1 {
  margin-left: 6px;
}
.marg_2 {
    margin-right: 20px;
    line-height: 1em;
    margin-top: 5px;
    margin-bottom: 15px;
}
.marg_3 {
  margin-bottom: 21px;
}
.marg_4 {
  margin: 33px 0 0 12px;
}
.marg_5 {
  margin-bottom: 30px;
}
.pad_1 {
  padding-right: 33px;
}
.exrta-wrap {
  overflow: hidden;
}
/*------ header ------- */
header {
  position: absolute;
  width: 100%;
  z-index: 5;
  margin: 0 auto;
  top: 0;
}
#logo {
  display: inline-block;
  position: relative;
  background: url('../image/logo.png') 0 0 no-repeat;
  width: 243px;
  height: 72px;
  text-indent: -9999px;
  /*margin-top: 50px;*/
}
#logo:hover {
  text-decoration: none;
}
/*--- menu ------*/
.menuMov {
  position: relative;
  width: 100%;
  height: 108px;
  margin: 0 auto;
  margin-top: 0;
  text-align: center;
  z-index: 10;
}
.ow_main_menu li.active a, .ow_main_menu li a:hover{
    color: #fff;
}
.menu {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
}
.sf-menu {
  z-index: 3;
  position: relative;
  display: inline-block;
  margin-left: 0;
}
.sf-menu > li {
  position: relative;
  color: #383636;
  display: inline-block;
  float: left;
  width: 166px;
  height: 108px;
  margin-left: 1px;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 108px;
  overflow: hidden;
  background: url('../img/pic_bg_over.png') 0 0 repeat;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li.active > a {
  text-decoration: none;
}
.submenu_1 {
  position: absolute;
  top: 109px;
  left: 0;
  width: 194px;
  padding: 46px 0 61px 0;
  z-index: 5;
  background: #3b8c9a;
  margin: 0;
}
.submenu_1 li {
  position: relative;
  text-align: left;
  list-style: none;
  text-align: center;
  margin-bottom: 5px;
}
.submenu_1 a {
  font: 700 13px/1.2em 'PT Sans', sans-serif;
  color: #ffffff;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  padding: 1px 0 1px  !important;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_1 a:hover {
  color: #90c7d0 !important;
}
.submenu_1 li > a:hover,
.submenu_1 li .hoverItem {
  color: #90c7d0 !important;
}
.submenu_2 {
  position: absolute;
  width: 138px;
  left: 195px;
  top: -7px;
  z-index: 10;
  margin: 0;
  padding: 7px 0 7px;
  background: #3b8c9a;
}
.submenu_2 .marTop {
  margin: 10px 0 0;
}
.submenu_2 .marBot {
  margin: 0 0 0px;
}
.submenu_2 a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_2 a:hover {
  color: #90c7d0 !important;
}
.submenu_2 li > a:hover,
.submenu_2 li .hoverItem {
  color: #90c7d0 !important;
}
.mText {
  font: 20px 'PT Sans', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  left: 0;
  padding-top: 45px;
    text-transform: uppercase;
    font-weight: bold;
}
.mTextOver {
  font: 20px 'PT Sans', sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 3;
  text-align: center;
  top: -100px;
    text-transform: uppercase;
    font-weight: bold;
}
._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  left: 0;
  display: block;
}
._overPl {
  position: absolute;
  width: 100%;
  height: 98px;
  bottom: 100px;
  z-index: 2;
  left: 0;
  display: block;
  background: url('../img/button_act.png') 0 0 repeat;

}
._overLine {
  position: absolute;
  width: 100%;
  height: 9px;
  top: 0;
  z-index: 10;
  left: 0;
  display: block;
  background: #fff;
}
/*--- menu end ------*/
/*--- header end ------*/
/*------ content ------- */
#contentBg {
  position: absolute;
  top: 352px;
  left: 0;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-color: #fff;
  z-index: -1;
}
.topLine {
  position: absolute;
  width: 100%;
  height: 10px;
  background: url('../img/topLine.png') 0 0 repeat-x;
  left: 0;
  top: -10px;
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 2;
  /*top: 321px;*/
}
#wrapper section > div {
  /*position: relative;*/
}
#wrapper section {
  position: relative;
  width: 100%;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
}
.container {
  position: relative;
  z-index: 1;
}
.content_inner {
  padding-right: 15px;
}
.dynamicContent {
  /*position: absolute;*/
  width: 100%;
  top: 0;
}
.btn {
  font: 13px/13px 'FontAwesome';
  color: #3b8c9a;
  position: relative;
  display: inline-block;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:hover,
.btn:active {
  color: #edeceb;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-link {
  font: 700 18px/18px 'PT Sans', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3b8c9a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #55686b;
  text-decoration: none;
}
.slog {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 78px;
}
.slog p {
  font: 300 40px/40px 'Raleway', sans-serif;
  letter-spacing: 2px;
  color: #3b8c9a;
}
.slog p span {
  font: 100 180px/180px 'Raleway', sans-serif;
  letter-spacing: 9px;
}
.list_1 {
  position: relative;
  margin-top: -7px;
}
.list_1 li {
  list-style: none;
  text-align: center;
}
.list_1 li img {
  margin-bottom: 10px;
}
.link_1 {
  color: #55686b;
}
.link_1:hover {
  color: #3b8c9a;
  text-decoration: none;
}
.list_2 {
  position: relative;
  margin: 0 0 0 -3px;
}
.list_2 li {
  list-style: none;
  margin-bottom: 3px;
}
.list_2 li a {
  color: #3b8c9a;
}
.list_2 li a:hover {
  color: #55686b;
  text-decoration: none;
}
.list_2 li strong {
  font: 13px/13px 'FontAwesome';
  position: relative;
  display: inline-block;
  margin-right: 9px;
}
.list_3 {
  position: relative;
  display: inline-block;
}
.list_3 li {
  list-style: none;
}
.list_3 .title {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}
.list_3 .title div {
  font: 84px/84px 'FontAwesome';
  color: #3b8c9a;
  position: relative;
  display: inline-block;
  float: left;
  text-align: left;
  width: 90px;
  margin-top: 2px;
}
.list_3 .title .corr {
  width: 99px!important;
}
.list_3 .title a {
  position: relative;
  display: inline-block;
  font: 700 24px/24px 'PT Sans', sans-serif;
  color: #3b8c9a;
  overflow: hidden;
  margin-top: 17px;
  letter-spacing: 1px;
  cursor: pointer;
}
.list_3 .title a:hover {
  color: #55686b;
  text-decoration: none;
}
.gall_1 {
  position: relative;
  display: inline-block;
  margin: 6px 0 0;
}
.gall_1 .left {
  margin-right: 30px;
}
.gall_1 li {
  list-style: none;
  width: 184px;
  float: left;
  margin: 0 13px 5px 0;
}
.gall_1 .last {
  margin-right: 0px!important;
}
.gall_1 .thumbnail {
  position: relative;
  display: block;
  text-align: center;
  padding: 0;
  line-height: 18px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.gall_1 .thumbnail img{
    margin-bottom: 10px;
    border-radius: 100px;
}
.gall_1 .thumbnail .title{
    color: #444;
    text-transform: uppercase;
}
.gall_1 .thumbnail a:hover {
  text-decoration: none;
}
.gall_1 .sitem_over {
  font: 36px/36px 'FontAwesome';
  color: #64bdcc;
  background: url("../image/icon.png") -119px -21px #64bdcc no-repeat;
  position: absolute;
  top: -15px;
  right: 24px;
  z-index: 2;
  display: block;
  overflow: hidden;
  margin: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.gall_1 .sitem_over.icon-plus-sign{
    background: url("../image/icon.png") -411px 0px #64bdcc no-repeat;
}
.blog img {
  margin-top: -7px;
}
.blog .title_1 {
  position: relative;
  display: block;
  font-weight: 700;
  color: #55686b;
  margin-bottom: 0;
}
.blog time {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.cont {
  position: relative;
  overflow: hidden;
  margin: -2px 0 -3px;
}
.cont strong {
  font-weight: bold;
}
.width1 {
  display: inline-block;
  width: 83px;
}
.width2 {
  display: inline-block;
  width: 67px;
}
.link_2 {
  color: #3b8c9a;
}
.link_2:hover {
  color: #55686b;
  text-decoration: none;
}
/* ============================= forms ============================= */
#form1 {
  position: relative;
  display: inline-block;
  margin: 6px 0 0;
  width: 100%;
}
form label {
    margin: 0 5px !important;
    display: inline-block;
    max-width: 90%;
}
#form1 input {
  font: 13px/25px verdana, arial, sans-serif;
  color: #55686b;
  text-transform: none;
  margin: 0 0 12px;
  padding: 9px 14px 6px;
  width: 208px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-height: 20px;
  background: #fff;
}
#form1 textarea {
  resize: none;
  margin: 0;
  font: 13px/25px verdana, arial, sans-serif;
  color: #55686b;
  padding: 9px 14px 6px;
  width: 455px;
  height: 75px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-height: 20px;
  background: #fff;
}
#form1 label {
  position: relative;
  display: inline-block;
  min-height: 36px;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  bottom: 0;
  display: none;
  font-size: 9px;
  line-height: 12px;
  color: #f00;
  text-transform: none;
}
.inline {
  position: relative;
}
.inline .name {
  float: left;
  margin-right: 9px!important;
}
.btns {
  position: relative;
  display: inline-block;
  margin: 23px 0 0;
  float: right;
}
.btns a {
  margin: 0 0 0 20px;
  float: right;
}
#form1 .message .error,
#form1 .message .empty {
  position: absolute;
  bottom: -15px;
  display: none;
  font-size: 9px;
  line-height: 16px;
  color: #f00;
  text-transform: none;
}
/* Form defaults */
input,
select,
textarea {
  color: #797a7c;
}
.success {
  position: absolute;
  width: 568px;
  color: #55686b;
  text-align: center;
  z-index: 1;
  background: #fff;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 47px 0;
}
/* ============================= end forms ============================= */
.title_2 {
  font-weight: bold;
  color: #55686b;
}
.style_1 {
  margin-bottom: 0!important;
}
.style_2 {
  letter-spacing: 1px;
  margin-top: 2px!important;
  margin-bottom: 17px!important;
}
/* ============================= search ============================= */
#search {
  position: relative;
  display: inline-block;
}
#search input[type="text"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input {
  font-size: 13px;
  color: #55686b;
  width: 360px;
  padding: 7px 14px 8px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  float: left;
}
.search_result {
  color: #3b8c9a;
}
.search_corr h2 {
  font-size: 60px;
  text-transform: none;
  letter-spacing: 0;
}
.search_corr h3 {
  font-size: 26px;
}
.search_title {
  margin-bottom: 5px;
  font-weight: 400;
}
.search_title a {
  color: #3b8c9a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_title a:hover {
  color: #55686b;
  text-decoration: none;
}
.search_list {
  margin-top: 30px;
}
.search_list .search {
  font-size: 25px;
  color: #55686b;
}
#searchButton {
  position: absolute;
  display: inline-block;
  margin: 15px 0 0 14px;
  z-index: 10;
}
/* ============================= end search ============================= */
.g_map {
  position: relative;
  display: inline-block;
  float: left;
  width: 1170px;
  height: 250px;
  margin: 0 21px 0 0;
}
iframe {
  position: relative;
  border: none;
  display: block;
  outline: none;
    /*margin-top: 20px;*/
  /*width: 1170px;*/
  /*height: 250px;*/
  /*-webkit-border-radius: 10px;*/
  /*-moz-border-radius: 10px;*/
  /*border-radius: 10px;*/
  /*background: url('../img/web_site_loader.gif') center no-repeat #ffffff !important;*/

}
/*--- content end ------*/
/*------ footer ------- */
footer {
  font: 12px/12px 'PT Sans', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  color: #b6bbbd;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 600;
  text-align: center;
}
footer p {
  margin-bottom: 50px;
}
.bottLine {
  background: url('../img/bottLine.png') 0 0 repeat-x;
  padding-top: 57px;
}
.social-icon {
  position: relative;
  margin: 3px 0 38px;
}
.social-icon strong {
  position: relative;
}
.social-icon strong:before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  margin: -1px 0 0 1px;
  font-size: 17px;
  line-height: 1em;
  font-family: 'FontAwesome';
}
.social-icon > li {
  display: inline-block;
  margin-left: 0;
}
.social-icon > li > a {
  display: inline-block;
  width: 47px;
  height: 47px;
  color: #fff;
  background: #edeceb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-icon > li > a:hover {
  background: #3b8c9a;
  text-decoration: none;
}
.link_0 {
  color: #b6bbbd;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link_0:hover {
  color: #3b8c9a;
  text-decoration: none;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/*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: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover{
    text-decoration: none;
}
i.fa-5{
    font-size: 46px;
    max-width: 25%;
    overflow: hidden;
    vertical-align: top;
}
span.article-link{
    display: inline-block;
    line-height: 1em;
    max-width: 68.5%;
    margin-left: 5%;
    color: inherit;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 22px;
    vertical-align: super;
}
div[id*="tabs-"] > div {
    width: 360px;
    margin: auto;
}
#tabs > ul{
    list-style: none;
    position: relative;
    padding: 2px 2px 0;
    overflow: hidden;
    top: 1px;
    z-index: 1000;
    height: 25px;
    text-align: center;
    margin: 10px auto;
}
#tabs > ul li{
    display: inline-block;
    width: 22px;
    height: 22px;
}
#tabs > ul li{
    color: #999;
    font-size: 16px;
    line-height: 20px;
}
#tabs > ul li.selected{
    background: #3b8c9a;
    border-radius: 20px;
}
#tabs > ul li.selected{
    color: #fff;
}
#tabs .arrows .next-tab{
    color: #777;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    margin-right: 30px;
    position: relative;
}
#tabs .arrows .prev-tab{
    color: #777;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin-left: 30px;
    position: relative;
}
#tabs .arrows .next-tab:after{
    content: '';
    background: url("../image/icon.png") -121px -23px #3b8c9a no-repeat;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    position: absolute;
    right: -30px;
    top: 0;
}
#tabs .arrows .prev-tab:before{
    content: '';
    background: url("../image/icon.png") -121px -23px #3b8c9a no-repeat;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    position: absolute;
    left: -30px;
    top: 0;
    transform: rotate(180deg);
}
form .formpoints, div div.report_answers {
    padding-left: 20px;
}
form .formpoints label:not([for]){
    display: none;
}
div div.report_answers {
    color: #999;
    font-weight: bold;
}
div div.report_answers ul{
    list-style: disc;
}
form h4,
form h4 label{
    color: #3b8c9a;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    display: inline-block;
}
form input[type="text"]{
    margin-bottom: 10px;
    border-radius: 10px;
    line-height: 26px;
    height: 30px;
    /*margin-left: 10px;*/
    width: 50%;
}
form label input[type="checkbox"],
form label input[type="radio"]{
    margin: 0;
    vertical-align: middle;
    margin-right: 5px;
}
form input[type="radio"],
form input[type="checkbox"]{
    margin: 6px 0 0;
    vertical-align: top;
}
form input[type="checkbox"] + label + div{
    display: none;
    margin-left: 20px;
}
form input[type="checkbox"]:checked + label + div{
    display: block;
}
form input[type=submit]{
    /*margin: 20px auto 0 !important;*/
}
form .arrows{
    height: 30px;
}
form .required{
    color: red;
    margin-left: 5px;
    font-size: 20px;
}
div[class^="span"] {
    vertical-align: top;
}
span.selected{
    background: none;
}
form .formpoints div {
    vertical-align: top;
    line-height: 34px;
}
form div.dropdown {
    display: inline-block;
    margin: 0 10px 0;
}

/*new*/
.ow_page_container .ow_page .block .content{
    min-height: 0px;
}
div.links .search{
    border: 1px solid #e6e4e3;
    border-radius: 26px;
}
div.links .search input[type="text"]{
    border: none;
    outline: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border-radius: 26px;
    width: 135px;
    line-height: 14px;
    font-weight: bold;
    font-size: 9px;
    color: #999;
}
div.links .search input[type="button"]{
    outline: none;
    border: none;
    padding: 0;
}
.blocks{
    margin-top: 40px;
    min-height: 180px;
    clear: both;
}
.blocks .block{
    display: inline-block;
    text-align: center;
    margin: 0 8px;
    vertical-align: top;
}
.blocks .block.first{
    width: 390px;
}
.blocks .block.second{
    width: 370px;
}
.blocks .block.third{
    width: 184px;
}

.blocks.n2 .block.first{
    width: 480px;
}
.blocks.n2 .block.second{
    width: 480px;
}

.blocks.n3 .block.first{
    width: 314px;
}
.blocks.n3 .block.second{
    width: 314px;
}
.blocks.n3 .block.third{
    width: 314px;
}

.blocks .block .section{
    display: inline-block;
    margin: 0 -1.3%;
    vertical-align: top;
    width: 52.1%;
}
.blocks .block h3{
    font-size: 24px;
    margin: 0 0 15px 0;
    line-height: 1em;
}
.blocks .block .section input[type="text"]{
    width: 154px;
    line-height: 19px;
    height: 20px;
    border-radius: 10px;
    font-family: 'pt sans';
    padding: 4px 12px;
    margin-bottom: 12px;
}
.blocks .block.first .advanced_search{
    display: block;
    margin: 10px auto;
    width: 154px;
    font-size: 20px;
    line-height: 20px;
    color: #777;
    font-weight: bold;
}
.category_radio label{
    margin-bottom: 7px !important;
}
.category_radio input[type="radio"]{
    display: none;
}
.category_radio label{
    display: block;
    padding: 7px 10px;
    border: 1px solid #ccc;
    line-height: 14px;
    border-radius: 10px;
}
.category_radio input[type="radio"]:checked + label{
    border: 1px solid #3b8c9a;
    color: #3b8c9a;
}
/* dubl
.go{
    position: relative;
}
.go:after{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    line-height: 20px;
    right: -26px;
    top: 2px;
    background: #3b8c9a url("../image/icon.png") -123px -3px no-repeat;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.go:hover:after{
    background: #3d7079 url("../image/icon.png") -123px -3px no-repeat;
}
*/
.blocks .block.first .advenced_search:hover{
    text-decoration: none;
}
form .category_radio label{
    display: inline-block;
    width: 82%;
}
form .section div.dropdown {
    display: inline-block;
    margin: 0 10px 7px;
}
.blocks a.button {
    display: block;
    margin: auto;
    width: 140px;
    color: #3b8c9a;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    outline: none;
}
div.report .content div .image {
    width: 100px;
    height: 100px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100px;
    margin: 5px 10px 5px 0;
    display: block;
}
form .category_radio > label{
    display: none;
}
table.report_search_result{
    width: 100%;
}
table.report_search_result td{
    text-align: center;
}
table.report_search_result thead td{
    font-size: 16px;
    font-weight: bold;
}
.ow_footer_menu{
    display: none;
}
#box_map{
    cursor: pointer;
}
#box_map_content .gmnoprint img{
    max-width: inherit;
}
#fancybox-close{
    top: -20px;
    right: -20px;
}
body #fancybox-overlay, body #fancybox-wrap{
    position: fixed;
}
body #fancybox-wrap{
    top: 3% !important;
}

/* add for articles */
select[multiple] option {
    color: #777;
    display: block;
    font-size: 13px;
    line-height: 14px;
    overflow: hidden;
    padding: 8px 12px;
    text-align: left;
    white-space: nowrap;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
/*
input[type="submit"], input[type="button"], a.button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #3b8c9a;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
    outline: medium none;
    text-transform: uppercase;
    width: 140px;
}*/
.fa-divinguniverse:before{
    content: '';
    display: block;
    width: 42px;
    height: 46px;
    background: url('/image/icon.png') -5px -40px no-repeat;
}
span.article-link {
    color: inherit;
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    line-height: 1em;
    margin-left: 5%;
    max-width: 68.5%;
    text-transform: lowercase;
    vertical-align: super;
}
/* end of articles*/