/*@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(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.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;*/
}
h1, h2, h3 {
    line-height: 46px;
}
form{
    margin: 0;
}
a{
    outline: none;
}
a:focus{
    outline: none;
}
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;*/
}
.relative{
    position: relative;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.padding_l5{
    padding-left: 5px;
}
.padding_r5{
    padding-right: 5px;
}
.margin_b_15{
    margin-bottom: 10px;
}
.mobile_overlay{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.flex_margin{
    margin: 0 2% 0 2%;
}
div.waves{
    height: 10px;
    background: url("../image/bottLine.png") repeat-x;
    margin: 20px 0 10px;
}
.container{
    width: auto;
    /*width: 1004px;*/
    min-width: 300px;
    max-width: 1004px;
    margin: auto;
}
#wrapper{
    min-height: 100%;
    min-width: 1004px; /*удалить для адавтивности*/
}
#wrapper .ow_header{
    min-width: 320px;
    min-height: 225px;
    background: url("../image/header.jpg") no-repeat;
    background-size: cover;
    position: relative;
}
#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;
    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;
    height: 24px;
}
div.links .search input[type="button"]{
    outline: none;
    border: none;
    padding: 0;
}
.blocks{
    margin-top: 10px;
}
.blocks .block{
    float: left;
    text-align: center;
    vertical-align: top;
    width: 37%;
    max-width: 370px;
}
.blocks .flex_margin{
    margin: 0 2% 0 2%;
}
.blocks .width_20_p{
    width: 20%;
}
.blocks > .block.width_300{
    width: 300px;
    float: none;
}
.blocks > .block .section{
    margin: 0 0 10px 0;
}
.blocks .block.first{
    width: 390px;
}
.blocks .block.second{
     width: 370px;
}
.blocks .block.third{
    width: 184px;
}
.search_form .section, .submit_your_report .section{
    width: 48%;
    margin: 0 0 7px 0;
}
.search_form .section{
    width: 96%;
}
.search_form .category_radio .ow_radio_group li{
    display: inline-block;
    margin: 0 1%;
    float: none;
    position: relative;
    line-height: 0;
    width: 48% !important;
}
.search_form input[name="location"]{
    width: 94%;
    float: left;
    margin: 0 1% 10px;
}
.search_form .category_radio .ow_radio_group li input[type="radio"]{
    display: none;
    font-size: 0;
}
.search_form .dropdown{
    width: 100%;
    margin: 0;
}
.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;
}
.block.destination_search .text h3{
    font-size: 18px;
    text-align: left;
}
.go{
    position: relative;
}
.go:after{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    line-height: 20px;
    right: -26px;
    top: 0;
    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;
}

.ow_content .row_2{
    margin-bottom: 20px;
}
.ow_content .row_2:last-child{
    margin-bottom: 0;
}

div.report{
    text-align: left;
}
.ow_page_container .ow_page div.report .content{
    display: table;
    min-height: 0;
}
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,
.blocks .block.third .map,
.box_map .map,
.photo_of_the_day .image,
.view_report_page .block_for_image_1 .image{
    width: 200px;
    height: 200px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 162px;
    margin: auto;
}
.view_report_page .block_for_image_1 .image{
    margin: 0;
}
.view_report_page .container a.button{
    width: 300px;
    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-DU-15.2.png') 0 0 no-repeat;
    width: 243px;
    height: 82px;
    text-indent: -9999px;
    background-size: cover;
}
#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;
}
#topmenu .ow_main_menu li.active a, #topmenu .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: 100%;
    padding: 15px 0 20px 0;
    z-index: 5;
    background: rgba(59,159,177,.85);
    margin-top: -1px;
    visibility:hidden;
    opacity:0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#topmenu > ul li .submenu_1 > li:first-child{
    display: none;
}
#topmenu > ul > li a:hover + .submenu_1, .submenu_1:hover{
    visibility:visible;
    opacity:1;
}

.submenu_1 li {
    position: relative;
    text-align: left;
    list-style: none;
    text-align: center;
    margin: 0 1px 5px 1px;
}
.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;
}
.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 20px 0;
  width: 100%;
}
#form1 .form_overlay{
    background: #ffffff;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
form label {
    display: inline;
}
#form1 input[type='text'], #form1 input[type='email'] {
    display: block;
    box-sizing: border-box;
    font: 13px/25px verdana, arial, sans-serif;
    color: #55686b;
    text-transform: none;
    margin: 0 0 12px;
    padding: 9px 14px 6px;
    width: 100%;
    height: 40px;
    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 input[type='submit']{
    display: block;
    float: right;
    height: 19px;
    padding: 0;
    background: none;
    font: 700 18px/18px "PT Sans",sans-serif;
    text-transform: uppercase;
    color: #2a80ae;
    margin: 0 0 0 10px;
}
#form1 textarea {
  resize: none;
  margin: 0;
  font: 13px/25px verdana, arial, sans-serif;
  color: #55686b;
  padding: 9px 14px 6px;
  width: 100%;
  height: 150px;
  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;
}
#form1 .row .column{
    width: 50%;
}
/* 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 ------*/

/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}
.float_l{
    float: left;
}
.float_r{
    float: right;
}
.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-3{
    /*font-size: 46px;*/
    /*max-width: 25%;*/
    /*overflow: hidden;*/
    /*vertical-align: top;*/
    margin-right: 5px;
}
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;
}

#tabs, #wanted_form, #articles_form{
    width: 412px;
    margin: auto;
}

#tabs a.tab h3{
    color: #9b9b9b;
}

#tabs a.tab h3 i:last-of-type{
    float: right;
    margin-right: 10px;
}

#tabs a.tab h3 .fa-3.fa-divinguniverse:before{
    background: url('/image/icon-du-mask-silver.png') no-repeat;
    background-size: contain;
}
#tabs a.tab.current h3 .fa-3.fa-divinguniverse:before{
    background: url('/image/du.png') no-repeat;
    background-size: contain;
}

#tabs a.tab.current h3{
    color: #3b8c9a;
}

#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: 12px 30px 0 0;
    position: relative;
}
#tabs .arrows .prev-tab{
    color: #777;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin: 12px 0 0 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;
}

form .formpoints div.hidden{
    height: 0px;
    overflow: hidden;
}
div div.report_answers {
    color: #999;
    line-height: 18px;
    /*font-weight: bold;*/
}
div.report_answers_block h3,
a.tab h3{
    line-height: 20px;
}
div.report_answers_block h5{
    margin: 0;
}
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 input[name="location"]{
    width: 100%;
}
form .hidden_fields{
    display: none;
    -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;
}
form .hidden_fields input[type="text"]{
    width: 100px;
    margin: 0 5px;
}
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: 20px;
    min-height: 180px;
    clear: both;
}
.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 h3{
    font-size: 22px;
    margin: 0 0 15px 0;
    line-height: 1em;
    text-transform: capitalize;
}
.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;
}
.search_form .advanced_search{
    display: block;
    margin: 10px 50px 10px auto;
    font-size: 20px;
    line-height: 20px;
    color: #777;
    font-weight: bold;
    float: left;
}
.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%;
}
.search_form .category_radio .ow_radio_group label{
    display: block;
    margin: 0 0 7px 0;
    width: 100%;
    box-sizing: border-box;
}
form .section div.dropdown {
    display: inline-block;
    margin: 0 0 7px 0;
}
.button {
    display: block;
    margin: auto;
    color: #3b8c9a;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    text-align: center;
}
.ow_content .button{
    color: #3b8c9a;
}
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;
}
.report_search_result{
    width: 100%;
    margin-top: 24px;
}
.report_search_result_item{
    float: left;
    width: 48%;
    height: 170px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0px 2px 1px #999;
    background: #fafafa;
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
}
.report_search_result_item:hover{
    box-shadow: 0px 4px 10px #777;
}
.report_search_result_item_wrapper{
    height: 100%;
    position: relative;
}
.ow_content .report_search_result + .ow_paging{
    width: 100%;
    text-align: center;
}
.ow_content .report_search_result + .ow_paging span:first-of-type{
    color: #3b8c9a;
    font-weight: bold;
    font-size: 16px;
    margin-right: 8px;
}
.report_search_result_item:nth-of-type(odd){
    margin-right: 4%;
}
.report_search_result_item .box_like_report{
    position: absolute;
    left: 4px;
    bottom: 4px;
}
.report_search_result_item_image{
    float: left;
    width: 35.3%;
    height: 100%;
    background-size: cover;
}
.report_search_result_item_content{
    float: right;
    width: 64.7%;
    height: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
}
.report_search_result_item_content .row{
    line-height: 16px;
    color: #999;
}
.report_search_result_item_content .row h5{
    line-height: 1em;
    margin-bottom: 4px;
}
.report_search_result_item_content .row > div{
    display: inline-block;
    vertical-align: top;
}
.report_search_result_item_content .location{
    text-align: right;
    font-weight: bold;
    line-height: 1.4em;
    color: #3b8c9a;
    width: 55%;
    height: 50px;
    font-size: 12px;
    overflow: hidden;
}
.report_search_result_item_content .row .user{
    width: 43%;
}
.report_search_result_item_content .user > div{
    float: left;
}
.report_search_result_item_content .user .user_avatar{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-size: contain;
    margin-right: 8px;
}
.report_search_result_item_content .user .user_info{
    line-height: 1em;
}
.report_search_result_item_content .user .user_info .user_info_name{
    font-weight: bold;
    margin-bottom: 4px;
    max-width: 82px;
    color: #6c6c6c;
}
.report_search_result_item_content .user .user_info .user_info_latestvisit{
    color: #999;
}
.report_search_result_item_content_description{
    overflow: hidden;
    height: 64px;
}
.report_search_result_item_content .go{
    float: right;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 26px;
    color: #3b8c9a;
    margin-top: 12px;
}

.report_search_result.request .report_search_result_item{
    width: 172px;
    margin: 0 14px 20px;
    height: 116px;
}
.report_search_result.request .report_search_result_item.admin{
    height: 156px;
}
.report_search_result.request .report_search_result_item_content{
    float: none;
    width: 100%;
}
.report_search_result.request .report_search_result_item_content .row .user{
    width: 100%;
}
.report_search_result.request .report_search_result_item_content .user .user_info .user_info_name{
    max-width: 100%;
}
.report_search_result.request .report_search_result_item_content .location{
    width: 100%;
    text-align: left;
    margin-top: 12px;
}
.report_search_result.request .admin_links{
    margin-bottom: 12px;
}
.report_search_result.request .report_search_result_item_content .row .admin_links > a{
    display: inline-block;
    margin: 0 4px;
    width: 16px;
    height: 16px;
}

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{
    position: relative;
}
#map_legend{
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 10px;
    padding: 2px 5px;
}
#map_legend ul li{
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
}
#map_legend ul li img{
    height: 20px;
}
#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;
}
.fa-3.fa-divinguniverse:before{
    content: '';
    display: block;
    width: 24px;
    height: 34px;
    background: url('/image/du.png') no-repeat;
    background-size: contain;
    margin-bottom: -14px;
}
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: capitalize;
    vertical-align: super;
}
#post {
    float: right;
    width: 100%;
}
/* end of articles*/

.block.second .latest .content {
    margin: 0 auto;
}

.contact_us_page .cont p strong{
    font-size: 15px;
}
.contact_us_page .about_us_map{
    margin: 30px 0 0 0;
    width: 100%;
}
.contact_us_page .contact_info{
    float: left;
    width: 40%;
}
.contact_us_page .feedback_form{
    float: right;
    width: 58%;
}
.contact_us_page .contact_info h2:first-letter, .contact_us_page .feedback_form h2:first-letter{
    text-transform: uppercase;
}
.content_links a {
    font-family: "PT Sans Caption";
    font-size: 24px;
    color: #3b8c9a;
    text-decoration: none;    
}
.content_links a .icon {
    display: inline-block;
    height: 24px;
    margin-right: 5px;
    width: 30px;
}
.contact_us_page .about_us_text ul{
    list-style: disc !important;
    margin-left: 20px !important;
}
.content_links a .icon.share {
    background: rgba(0, 0, 0, 0) url("/image/icon.png") no-repeat scroll -286px -57px;
}
.content_links a .icon.browse {
    background: rgba(0, 0, 0, 0) url("/image/icon.png") no-repeat scroll -326px -57px;
}
.content_links a .icon.best {
    background: rgba(0, 0, 0, 0) url("/image/icon.png") no-repeat scroll -362px -57px;
}
div.latest.report div.section a.button{
     text-align: center;
}
.submit_your_report .report{
    margin-top: 15px;
    text-align: center;
}
.search_page{
    margin: 40px 0 0 0;
}
.search_page .search_result{
    position: relative;
    min-height: 200px;
}
.search_page .overlay{
    height: 200px;
    background: url(../image/load_100x100.gif) no-repeat center center;
}
.search_page .search_result .result .no_result_msg {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin: 60px 0 0 0;
}
.topic > .block{
    margin-bottom: 15px;
}
#photo_res .result .item{
    float: left;
    width: 200px;
    height: 270px;
    margin: 5px 10px 20px 10px;
}
#photo_res .result .item a{
    display: block;
    text-align: center;
}
#photo_res .result .item > a img{
    display: block;
    margin: 0 auto;
}
.box.add_wanted a{
    font-size: 19px;
}
.box.add_wanted {
    margin-bottom: 10px;
}
.border{
    border: 1px solid #aaaaaa;
    border-radius: 12px;
    padding: 2px 10px;
}
#tab-body > div{
    display: none;
}
a.more.open_close {
    border: 1px solid #aaaaaa;
    border-radius: 12px;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
}
#tab-head ul{
    overflow: hidden;
}
#tab-head li{
    width: 49%;
    height: 20px;
    padding-top: 10px;
    margin: 10px 0;
    line-height: 1em;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #3b8c9a;
    background-color: #ffffff;
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#tab-head li:first-child{
    float: left;
}
#tab-head li.active-tab{
    background-color: #3b8c9a;
    border-color: #ffffff;
}
#tab-head a{
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    color: #3b8c9a;
}
#tab-head li.active-tab a{
    color: #ffffff;
}
#tab-body .center{
    text-align: center;
}
/*
div.block.second div.latest.report div.content div.text div.tags{
    font-size: 15px;
    font-weight: bold;
}
*/
#user_map{
    height: 300px;
    margin: 20px 0;
}
.advanced_search.go input[type="submit"]{
    background-image: none;
    text-transform: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #777;
    font-family: "PT Sans";
    padding-right: 0px;
    height: 20px;
}
.obj_links{
    margin-top: 20px;
}
.notice_message{
    text-align: center;
    font-weight: 100;
}
.ow_canvas{
    padding: 0 20px 0 20px;
}
.mobile_nav_menu_button{
    width: 24px;
    height: 19px;
    margin: 7px 0 0 5px;
    background: url("../image/mobile_nav_menu_button.png") no-repeat left top;
    cursor: pointer;
}
.mobile_top_line{
    display: none;
    height: 35px;
    width: 100%;
    background: #ffffff;
    position: fixed;
    z-index: 40;
}
.ow_sign_in_wrap{
    width: auto;
}
.row_3 .column{
    width: 30%;
    float: left;
}
.row_2 .column{
    float: left;
    width: 50%;
}
.blog_header{
    margin: 0 0 20px 0;
}
.ow_photo_list_wrap.ow_photo_no_sidebar .ow_photo_list.width_960 div.ow_photo_item_wrap{
    width: 33%;
}
.ow_photo_list_wrap.ow_photo_no_sidebar .ow_photo_list.width_640 div.ow_photo_item_wrap{
    width: 50%;
}
.ow_photo_list_wrap.ow_photo_no_sidebar .ow_photo_list.width_320 div.ow_photo_item_wrap{
    width: 100%;
}
.floatbox_canvas textarea,#album-edit .ow_photo_album_description_textarea{
    width: 100%;
}
.ow_photo_upload_wrap .ow_photo_upload_bottom .ow_photo_upload_submit{
    position: static;
}
.photo_view_list_page .ow_photoview_overlay .floatbox_container{
    width: auto !important;
    max-width: 1100px;
}
.photo_view_list_page .ow_photoview_overlay .floatbox_container .ow_photoview_stage_wrap{
    width: 70% !important;
}
.photo_view_list_page .ow_photoview_overlay .floatbox_container .ow_photoview_info_wrap{
    float: right;
    width: 30%;
}
.width_300{
    width: 300px;
    margin: 0 auto;
}
.articles_category_list, .articles_category_list_page h1{
    width: auto;
    margin: 0 auto;
}
#conversationListControl{
    position: relative;
}
#messagesContainerControl #conversationItemListWrapper #conversationItemListContainer{
    width: 100% !important;
}
#messagesContainerControl #conversationItemListWrapper #conversationItemListContainer #conversationItemListSub{
    width: 100% !important;
}
.article_write_page #articles_form{
    border: 1px solid red;
}
.ow_footer .ow_canvas{
    width: auto;
}
.photo_view_list_page .ow_photoview_fullscreen{
    display: none;
}
#editForm .ow_table_1 .dropdown{
    margin: 0 0 10px 0;
}
form[name="save"] textarea{
    width: 100%;
}
.create_blog_page .floatbox_canvas .floatbox_body input[type="text"]{
    width: 100% !important;
}
.create_blog_page .floatbox_canvas .floatbox_body div:first-child{
    padding: 0 !important;
}
.create_blog_page .floatbox_canvas .floatbox_body div{
    width: auto !important;
}
.create_blog_page .floatbox_canvas .floatbox_body iframe{
    min-width: 100% !important;
}
.landing_page .button.margin_b_15{
    margin-bottom: 15px;
}

.tab_navigation{
    text-align: center;
    padding: 0 10px;
}
.tab_navigation ul li{
    display: inline-block;
    margin: 0 2px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #fff;
}
.tab_navigation ul li:hover, .tab_navigation ul li.selected{
    border: 1px solid #9f9f9f;
    border-bottom: none;
    color: #9f9f9f;
    box-shadow: inset 0 18px 20px 0 #e2e2e2;
    background: none;
}
.tab_navigation a{
    font-weight: bold;
    text-transform: uppercase;
    color: #626060;
    padding: 10px 20px;
    display: block;
}
.tab_navigation ul li:hover a{
    color: #9f9f9f;
}
.tab_navigation a .fa-3{
    font-size: 16px;
    color: #3b8c9a;
}
.tab_navigation a .fa-3.fa-divinguniverse:before{
    width: 20px;
    height: 29px;
}
#photo-album-form{
    z-index: 1;
}
.ow_photo_dragndrop{
    min-height: 84px;
}

form .ui-slider-horizontal{
    height: 3px;
    border: 0;
    background: #c6c6c6;
    border-radius: 0;
    max-width: 50%;
    margin: 10px 30px;
}

form .ui-slider-horizontal .ui-slider-range{
    background: #357f8f;
}
form .ui-slider-horizontal .ui-state-default{
    background: #357f8f;
    border: 1px solid #357f8f;
    border-radius: 10px;
    top: -.5em;
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
}
form .ui-slider-horizontal .ui-state-default:last-of-type{
    margin-left: -18px;
}
form .ui-slider-horizontal .ui-state-default.ui-state-active{
    background: #fff;
}

form .ui-slider-horizontal a.ui-slider-handle[temp-c]:before {
    content: attr(temp-c)'°';
    position: absolute;
    bottom: 20px;
    min-width: 18px;
    text-align: center;
}

form .ui-slider-horizontal a.ui-slider-handle[temp-f]:after {
    content: attr(temp-f)'°';
    position: absolute;
    top: 20px;
    min-width: 18px;
    text-align: center;
}

/*media */
/*@media (max-width: 1024px){*/
    /*.mobile_top_line{*/
        /*display: block;*/
    /*}*/
    /*#topmenu{*/
        /*display: none;*/
        /*position: fixed;*/
        /*top: 35px;*/
        /*left: 0;*/
        /*z-index: 50;*/
        /*width: 100%;*/
        /*background: #ffffff;*/
        /*padding: 10px 0 10px 0;*/
    /*}*/
    /*#topmenu.show{*/
        /*display: block;*/
    /*}*/
    /*#topmenu > ul{*/
        /*display: block;*/
    /*}*/
    /*#topmenu > ul > li{*/
        /*float: none;*/
        /*height: auto;*/
        /*width: auto;*/
        /*margin: 0;*/
    /*}*/
    /*#topmenu > ul > li > a{*/
        /*display: block;*/
        /*height: auto;*/
        /*width: auto;*/
        /*padding: 0 0 0 0;*/
        /*font-size: 14px;*/
        /*color: #3b8c9a;*/
    /*}*/
    /*#topmenu > ul > li > a .mText{*/
        /*position: static;*/
        /*display: block;*/
        /*color: #3b8c9a;*/
        /*padding: 5px 0 5px 0;*/
    /*}*/
    /*#topmenu > ul > li > a ._area, #topmenu > ul > li > a ._overPl, #topmenu > ul > li > a ._overLine, #topmenu > ul > li > a .mTextOver{*/
        /*display: none;*/
    /*}*/
    /*#topmenu > ul > li .submenu_1{*/
        /*position: static;*/
        /*top: 0;*/
        /*left: 0;*/
        /*width: auto;*/
        /*padding: 0;*/
        /*background: rgba(59,159,177,1);*/
        /*margin: 0;*/
        /*visibility: visible;*/
        /*opacity:1;*/
        /*height: 0;*/
        /*overflow: hidden;*/
    /*}*/
    /*#topmenu > ul > li .submenu_1.height_auto{*/
        /*height: auto;*/
    /*}*/
    /*#topmenu > ul > li .submenu_1 li{*/
        /*margin: 0;*/
    /*}*/
    /*#topmenu > ul > li .submenu_1 li:first-child{*/
        /*display: block;*/
    /*}*/
    /*#topmenu > ul > li .submenu_1 a{*/
        /*display: block;*/
        /*padding: 10px 0 10px 0 !important;*/
    /*}*/
    /*.blocks .block.third .image, .blocks .block.third .map, .box_map .map, .photo_of_the_day .image{*/
        /*width: 100px;*/
        /*height: 100px;*/
    /*}*/
    /*.ow_console{*/
        /*position: fixed;*/
        /*top: 4px;*/
    /*}*/
    /*.ow_console_body{*/
        /*padding: 0;*/
        /*background: none;*/
    /*}*/
    /*.ow_console_item{*/
        /*background: none;*/
        /*border: 0;*/
        /*border-radius: 0;*/
        /*height: auto;*/
        /*margin: 0;*/
        /*padding: 0;*/
        /*color: #3b8c9a;*/
    /*}*/
    /*.ow_console_item .OW_ConsoleItemCounter{*/
        /*position: absolute;*/
        /*top: -3px;*/
        /*right: 6px;*/
        /*z-index: 15;*/
    /*}*/
    /*.ow_console_item > .ow_console_more{*/
        /*display: none;*/
    /*}*/
    /*.ow_console .ow_console_item{*/
        /*display: inline-block;*/
        /*font-family: FontAwesome;*/
        /*font-feature-settings: normal;*/
        /*font-kerning: auto;*/
        /*font-language-override: normal;*/
        /*font-size-adjust: none;*/
        /*font-stretch: normal;*/
        /*font-style: normal;*/
        /*font-synthesis: weight style;*/
        /*font-variant: normal;*/
        /*font-weight: normal;*/
        /*line-height: 1;*/
        /*text-rendering: auto;*/
        /*font-size: 25px;*/
        /*overflow: hidden;*/
    /*}*/
    /*.ow_console .ow_console_item > a{*/
        /*display: block;*/
        /*position: relative;*/
        /*z-index: 15;*/
        /*width: 30px;*/
        /*height: 30px;*/
        /*text-indent: -999px;*/
    /*}*/
    /*.ow_console .ow_console_item.ow_console_button > a{*/
        /*text-indent: 0;*/
        /*font-size: 14px;*/
        /*width: auto;*/
        /*height: auto;*/
        /*color: #3b8c9a;*/
        /*margin: 3px 0 0 0;*/
        /*padding: 0 0 2px 0;*/
    /*}*/
    /*.ow_console .ow_console_item .ow_console_lang_item span, .ow_console .ow_console_item .ow_console_lang_item span{*/
        /*display: block;*/
        /*height: 25px;*/
        /*padding-top: 5px;*/
    /*}*/
    /*.ow_console .ow_console_item .ow_signin_label{*/
        /*font-size: 14px;*/
        /*font-weight: bold;*/
    /*}*/
    /*.ow_console_item.ow_mailbox_items_list:after{*/
        /*content: "\f0e0";*/
        /*display: block;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*z-index: 10;*/
    /*}*/
    /*.ow_console_item.ow_notification_list:after{*/
        /*content: "\f075";*/
        /*display: block;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*z-index: 10;*/
    /*}*/
    /*.ow_console_item.ow_console_dropdown_hover:after{*/
        /*content: "\f007";*/
        /*display: block;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*z-index: 10;*/
    /*}*/
    /*.OW_ConsoleItemContent{*/
        /*position: fixed;*/
        /*top: 30px;*/
        /*left:0;*/
        /*width: 100%;*/
    /*}*/
    /*.ow_tooltip_top_right.ow_tooltip{*/
        /*position: static;*/
        /*padding: 0;*/
    /*}*/
    /*.ow_photoview_wrap .ow_tooltip_top_right.ow_tooltip, .photo_view_list_page #browse-photo .ow_photo_item .ow_tooltip_top_right.ow_tooltip{*/
        /*position: absolute;*/
        /*top: 24px !important;*/
    /*}*/
    /*.ow_tooltip_tail{*/
        /*display: none;*/
    /*}*/
    /*.ow_console .ow_tooltip .ow_tooltip_body{*/
        /*max-width: none;*/
        /*border: 0;*/
        /*border-radius: 0;*/
        /*box-shadow: none;*/
    /*}*/
    /*.ow_console_list_wrapper{*/
        /*width: auto;*/
    /*}*/
    /*.ow_console_item .ow_console_messages_viewall a, .ow_console_item .ow_console_messages_send a{*/
        /*text-transform: uppercase;*/
        /*color: #3b8c9a;*/
    /*}*/
    /*.ow_console_dropdown_hover:hover {*/
        /*background: none;*/
    /*}*/
    /*.ow_console .OW_ConsoleItemContent ul.ow_console_dropdown,.ow_console .OW_ConsoleItemContent ul.ow_console_lang{*/
        /*text-align: right;*/
    /*}*/
    /*.ow_count_block a{*/
        /*background-position:  233px 5px;*/
    /*}*/
    /*.ow_console_item a{*/
        /*color: #999;*/
    /*}*/
    /*.ow_console_item .ow_ico_signin{*/
        /*width: 20px;*/
    /*}*/
    /*.ow_console .ow_console_lang li.ow_console_lang_item{*/
        /*overflow: hidden;*/
    /*}*/
    /*.ow_console .ow_console_lang li.ow_console_lang_item span{*/
        /*display: block;*/
        /*float: right;*/
        /*padding-top: 0;*/
        /*padding-left: 35px;*/
        /*line-height: 20px;*/
    /*}*/
    /*.ow_header h1{*/
        /*margin-top: 60px;*/
    /*}*/

    /*.ow_chat_block.ow_active .ow_count_block a{*/
        /*background: url(../image/chat_tiny_arrow_down.png) 233px 5px no-repeat;*/
    /*}*/
    /*.ow_count_block a{*/
        /*background: url(../image/chat_tiny_arrow_up.png) 233px 5px no-repeat;*/
    /*}*/
    /*.floatbox_container{*/
        /*box-shadow: 0;*/
    /*}*/
    /*.floatbox_empty .ow_box_cap_icons{*/
        /*right: 0;*/
    /*}*/
    /*.articles_category_list, .articles_category_list_page h1{*/
        /*width: 760px;*/
    /*}*/
    /*.ow_mailbox_username{*/
        /*min-width: 100px;*/
    /*}*/
    /*.mobile_overlay.show{*/
        /*display: block;*/
    /*}*/
    /*#adminPanelLog .ow_console .ow_console_body div:first-child div:nth-child(7), #panelNotLog .ow_console .ow_console_body div:first-child div:nth-child(3), #userPanelLog .ow_console .ow_console_body div:first-child div:nth-child(6){*/
        /*text-indent: -9999px;*/
    /*}*/
    /*.ow_message_cont{*/
        /*left: 0;*/
        /*margin: 25px 0 0 0;*/
        /*top:0;*/
        /*width: 100%;*/
    /*}*/
/*}*/
/*@media (max-width: 800px){*/
    /*.floatbox_container{*/
        /*width: auto !important;*/
    /*}*/
    /*#base_cmp_floatbox_ajax_signin .ow_sign_in_wrap{*/
        /*width: auto;*/
    /*}*/
    /*.ow_sign_in_wrap form .ow_sign_in{*/
        /*width: auto;*/
        /*float: none;*/
        /*margin: 0 auto;*/
    /*}*/
    /*.ow_sign_in_wrap form .ow_sign_up{*/
        /*width: auto;*/
        /*margin: 30px 0 0 0;*/
    /*}*/
    /*.ow_sign_in_wrap form input[type="text"], .ow_supernarrow form input[type="text"], .ow_blogpost_compose .ow_superwide form input[type="text"]{*/
        /*width: 100%;*/
    /*}*/
    /*.blog_header > .ow_right, .blog_header > .ow_left{*/
        /*float: none;*/
    /*}*/
    /*.ow_supernarrow, .ow_superwide{*/
        /*float: none;*/
        /*width: auto;*/
    /*}*/
    /*.profile-BASE_CMP_UserAvatarWidget .ow_avatar_change, #list-table .management-controls, #edit-profile{*/
        /*display: block !important;*/
    /*}*/
    /*.articles_category_list, .articles_category_list_page h1{*/
        /*width: 510px;*/
    /*}*/
    /*#dialogsContainer #newMessageWindow{*/
        /*width: 350px;*/
    /*}*/
    /*#dialogsContainer #newMessageWindow .ow_chat_block .ow_mailchat_select_user input{*/
        /*position: static;*/
        /*width: 100%;*/
    /*}*/
    /*#dialogsContainer #newMessageWindow .ow_chat_block .ow_author_block{*/
        /*padding: 3px 50px 3px 3px;*/
    /*}*/
    /*#dialogsContainer #newMessageWindow #newMessageWindowUnselectedCapMinimizeBtn{*/
        /*display: block;*/
    /*}*/
    /*.photo_view_list_page #photo-album-list .ow_dropdown_arrow_down, .photo_view_list_page #photo-album-list .ow_dropdown_arrow_up{*/
        /*height: 32px;*/
        /*position: absolute;*/
        /*left: 0;*/
        /*top: 0;*/
        /*width: 98%;*/
        /*background-position: right center;*/
    /*}*/
/*}*/
/*@media (max-width: 780px) {*/
    /*.search_form .section, .submit_your_report .section{*/
        /*width: auto;*/
        /*float: none;*/
    /*}*/
    /*.topic > .block:first-child{*/
        /*width: 50%;*/
    /*}*/
    /*.topic .photo_of_the_day .image{*/
        /*width: 200px;*/
        /*height: 200px;*/
    /*}*/
    /*.topic > .block{*/
        /*width: 50%;*/
        /*margin-left: 0;*/
        /*margin-right: 0;*/
    /*}*/
    /*.topic > .block:last-child{*/
        /*float: none;*/
        /*clear: both;*/
        /*width: 100%;*/
        /*max-width: 100%;*/
        /*margin: 0 auto;*/
    /*}*/
    /*.ow_comments_item .cnx_action{*/
        /*display: block !important;*/
        /*top: 8px;*/
    /*}*/
    /*.ow_comments_item .ow_tooltip{*/
        /*position: absolute;*/
    /*}*/
    /*.ow_comments_item .ow_comments_date{*/
        /*margin: 0 35px 0 0;*/
        /*display: block !important;*/
    /*}*/
    /*.ow_photoview_bottom_menu_wrap{*/
        /*opacity: 1;*/
    /*}*/
    /*.ow_photoview_arrow_left, .ow_photoview_arrow_right{*/
        /*opacity: 1;*/
    /*}*/
    /*.ow_photo_context_action{*/
        /*opacity: 1;*/
    /*}*/
    /*.photo_view_list_page .blog_header > div{*/
        /*float: none;*/
    /*}*/
    /*.photo_view_list_page .ow_photoview_overlay .floatbox_container .ow_photoview_stage_wrap{*/
        /*width: 100% !important;*/
        /*float: none;*/
    /*}*/
    /*.photo_view_list_page .ow_photoview_overlay .floatbox_container .ow_photoview_info_wrap{*/
        /*float: none;*/
        /*width: auto;*/
        /*height: auto !important;*/
    /*}*/
    /*.photo_view_list_page .ow_photoview_overlay .floatbox_container .floatbox_header > .ow_box_cap_icons{*/
        /*top: -2px;*/
        /*right: 16px;*/
    /*}*/
    /*.photo_view_list_page .ow_photoview_overlay .floatbox_container .floatbox_header > .ow_box_cap_icons a{*/
        /*background: url(../image/close_btn.png) no-repeat left top;*/
        /*background-size: contain;*/
        /*width: 29px;*/
        /*height: 29px;*/
    /*}*/
    /*.photo_view_list_page .ow_photoview_wrap .ow_photo_context_action{*/
        /*top: 0;*/
        /*right: 45px;*/
    /*}*/
    /*.contact_us_page .contact_info{*/
        /*float: none;*/
        /*width: auto;*/
        /*margin: 0 0 30px 0;*/
    /*}*/
    /*.contact_us_page .feedback_form{*/
        /*float: none;*/
        /*width: auto;*/
    /*}*/
    /*#conversationListControl{*/
        /*float: none;*/
        /*width: auto;*/
        /*margin: 0;*/
        /*padding: 0;*/
    /*}*/
    /*#conversationListControl #conversationItemListContainer{*/
        /*position: static;*/
    /*}*/
    /*#conversationListControl #conversationItemListContainer .jspContainer{*/
        /*height: auto !important;*/
        /*position: static;*/
    /*}*/
    /*#conversationListControl #conversationItemListContainer .jspContainer .jspPane{*/
        /*height: 300px;*/
        /*overflow: auto;*/
        /*position: static;*/
    /*}*/
    /*#conversationContainer{*/
        /*margin: 30px 0 0 0;*/
        /*padding: 0;*/
        /*float: none;*/
        /*width: auto;*/
    /*}*/
    /*#messagesContainerControl #conversationListControl .ow_mailbox_search > form input[type="text"]{*/
        /*width: 80%;*/
    /*}*/
    /*#conversationContainer #conversationMessageFormBlock .ow_mailbox_message_input > textarea{*/
        /*width: 100%;*/
    /*}*/
/*}*/
/*@media (max-width: 640px){*/
    /*.floatbox_container .ow_sign_in_wrap form{*/
        /*padding: 0;*/
    /*}*/
    /*.create_report_page h1{*/
        /*max-width: 360px;*/
        /*margin-left: auto;*/
        /*margin-right: auto;*/
    /*}*/
    /*.create_reports_warning_title{*/
        /*display: block;*/
        /*max-width: 360px;*/
        /*margin-left: auto;*/
        /*margin-right: auto;*/
    /*}*/
    /*.view_report_page .row_2 .column{*/
        /*float: none;*/
        /*width: 300px;*/
        /*margin: 10px auto 10px auto;*/
    /*}*/
    /*.view_report_page .row_2 .column > .padding_l5, .view_report_page .row_2 .column > .padding_r5{*/
        /*padding-right: 0;*/
        /*padding-left: 0;*/
    /*}*/
    /*.view_report_page .block_for_image_1 .image{*/
        /*margin: 0 auto;*/
    /*}*/
    /*.ow_box .prev_link{*/
        /*float: none;*/
    /*}*/
    /*.ow_box .prev{*/
        /*width: 80px;*/
        /*margin: 0 auto 15px auto;*/
    /*}*/
    /*.photo_view_list_page .ow_box_menu #photo-list-search{*/
        /*float: none;*/
        /*margin: 5px 0 0 0;*/
    /*}*/
    /*.floatbox_body .ow_photo_upload_wrap .ow_suggest_field input{*/
        /*width: 100%;*/
    /*}*/
    /*.ow_photo_upload_wrap .ow_photo_upload_bottom > div{*/
        /*float: none;*/
    /*}*/
    /*.view_share_page h1{*/
        /*text-align: center;*/
    /*}*/
    /*#dialogsContainer{*/
        /*bottom: 0;*/
        /*right: 0;*/
        /*width: 100%;*/
        /*padding: 0 5px 0 5px;*/
        /*-webkit-box-sizing: border-box;*/
        /*-moz-box-sizing: border-box;*/
        /*box-sizing: border-box;*/
    /*}*/
    /*#dialogsContainer #newMessageWindow{*/
        /*width: 100%;*/
        /*margin: 0;*/
    /*}*/
    /*#editForm .ow_table_1 input[type="text"], #editForm .ow_table_1 textarea, #editForm .ow_table_1 .dropdown{*/
        /*width: 100%;*/
    /*}*/
/*}*/
/*@media (max-width: 630px){*/
    /*table.report_search_result tr td:first-child{*/
        /*display: none;*/
    /*}*/
    /*table.report_search_result tr td:nth-child(5){*/
        /*display: none;*/
    /*}*/
    /*.photo_view_page #photo_edit_form .ow_table_1 td{*/
        /*padding: 2px;*/
    /*}*/
    /*.photo_view_page #photo_edit_form .ow_table_1 td .CodeMirror-wrap, .photo_view_list_page .CodeMirror{*/
        /*width: auto !important;*/
    /*}*/
    /*.user_blog_page .blog_header .ow_content_menu li{*/
        /*float: none;*/
        /*padding: 0;*/
        /*margin: 0 0 10px 0;*/
        /*border: 0;*/
        /*max-width: 160px;*/
    /*}*/
    /*form[name="emailVerifyForm"] input{*/
        /*width: 100% !important;*/
    /*}*/
/*}*/
/*@media (max-width: 580px) {*/
    /*.blocks .block.third .image, .blocks .block.third .map, .box_map .map, .photo_of_the_day .image{*/
        /*width: 200px;*/
        /*height: 200px;*/
    /*}*/

    /*.blocks .width_20_p, .blocks .block, .topic > div{*/
        /*float: none;*/
        /*width: auto;*/
        /*margin: 0 auto 15px auto;*/
    /*}*/
   /*.search_form .section, .submit_your_report .section{*/
        /*width: 48%;*/
    /*}*/
    /*.search_form .section.float_l, .submit_your_report .section.float_l{*/
        /*float: left;*/
    /*}*/
    /*.search_form .section.float_r, .submit_your_report .section.float_r{*/
        /*float: right;*/
    /*}*/
    /*.create_report_page .create_report_form_button span.ow_button{*/
        /*background-image: none;*/
        /*padding: 0 4px 0 4px;*/
    /*}*/
    /*.create_report_page .create_report_form_button input[type="submit"], .create_report_page .create_report_form_button input[type="button"]{*/
        /*width: 100%;*/
        /*background-image: none;*/
        /*padding-right: 0;*/
        /*font-size: 10px;*/
        /*font-weight: normal;*/
    /*}*/
    /*table.report_search_result tr td:nth-child(3){*/
        /*display: none;*/
    /*}*/
    /*.view_report_page .row_3 .column{*/
        /*width: 300px;*/
        /*float: none;*/
        /*margin: 10px auto 10px auto;*/
    /*}*/
    /*.view_report_page h1{*/
        /*width: 300px;*/
        /*margin-left: auto;*/
        /*margin-right: auto;*/
    /*}*/
    /*#user_map{*/
        /*height: 200px;*/
    /*}*/

    /*#editForm .ow_table_1 td, #joinForm .ow_table_1 td{*/
        /*padding: 4px;*/
    /*}*/
    /*#editForm .ow_table_1 td:nth-child(3), #joinForm .ow_table_1 td:nth-child(3){*/
        /*display: none;*/
    /*}*/
    /*#joinForm .ow_table_1 input[type="text"], #joinForm .ow_table_1 textarea{*/
        /*width: 100%;*/
    /*}*/
    /*.articles_category_list, .articles_category_list_page h1{*/
        /*width: 300px;*/
    /*}*/
    /*#form1 .row .column{*/
        /*width: auto;*/
        /*float: none;*/
    /*}*/
    /*#form1 .row .column > .padding_r5, #form1 .row .column > .padding_l5{*/
        /*padding: 0;*/
    /*}*/
    /*.base_index_page .submit_your_report .section{*/
        /*float: none;*/
        /*width: auto;*/
    /*}*/
/*}*/
/*@media(max-width: 400px){*/
    /*#tabs, #wanted_form, #articles_form{*/
        /*width: 300px;*/
    /*}*/
    /*.create_report_page h1{*/
        /*max-width: 300px;*/
        /*font-size: 36px;*/
    /*}*/
    /*.create_reports_warning_title{*/
        /*max-width: 300px;*/
    /*}*/
/*}*/
/*@media(max-width: 360px){*/
    /*.ow_canvas{*/
        /*padding: 0 10px 0 10px;*/
    /*}*/
    /*.ow_table_1 td, .ow_table_2 td{*/
        /*padding: 2px;*/
    /*}*/
/*}*/



/* ui autocomplate*/
.ui-autocomplete {
	position: absolute;
	z-index: 2;
	max-height: 210px;
	overflow: auto;
	padding: 3px 0;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 3px 14px rgba(0,0,0,0.25);
}
.ui-autocomplete li{
     text-align: left;
}
.ui-autocomplete a {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	text-decoration: none;
	color: #777;
}
.ui-autocomplete .ui-state-focus {
	background: #eef4f9;
}
.ui-helper-hidden-accessible {
    display: none;
}
