@font-face {
    font-family: myriad_pro_regular;
    src: url(../fonts/myriad_pro_regular.OTF);
}

@font-face {
    font-family: bpg_sans_web_caps;
    src: url(../fonts/bpg_phone_sans_bold.ttf);
}

@font-face {
    font-family: "BPG Sans";
    src: url(../fonts/bpg_phone_sans_bold.ttf);
}

@font-face {
    font-family: helvetica_ultra;
    src: url(../fonts/helvetica_ultra.ttf);
}

html,
body {
    height: 100%;
}

a {
    outline: 2px !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.modal-body input[type='text'], input[type='password']{
    width:100% !important;
}
.logout{
    color: inherit;
    font-size: 11px;
    padding: 5px 0;
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.container {
    width: 1030px;
    margin: 0 auto;
}

.content {
    width: 996px;
    margin: 0 auto;
}

.header {
    height: 157px;
    width: 100%;
    background-color: #fff;
}

.logo {
    margin-top: 35px;
    float: left;
}
.logo-dege{
    width:450px;
    margin-top:-15px;
}
.menu {
    margin: 11px 0 0 11px;
    float: left;
}

.curly-brace {
    font-size: 93px;
    float: left;
    line-height: 115px;
    font-family: helvetica_ultra;
}

.menu-list {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 5px;
}

.menu-item {
    font-family: bpg_sans_web_caps;
    margin-bottom:7px;
}

.menu-item a {
    text-decoration: none;
    color: inherit;
    /*-webkit-transition: all 0.5s ease;*/
    /*-moz-transition: all 0.5s ease;*/
    /*-o-transition: all 0.5s ease;*/
    /*-ms-transition: all 0.5s ease;*/
    /*transition: all 0.5s ease;*/
}

.menu-item a:hover {
    color: red;
}

.lang {
    text-align: right;
    margin: 7px 4px 0 0;
}

.header-right {
    float: right;
}

.login {
    text-align: right;
    font-family: "BPG Sans";
    font-size: 12px;
}

.search {
    float: right;
    width: 225px;
    margin-top: 44px;
    text-align: right;
}

.search input[type="text"] {
    width: 178px;
    height: 27px;
    border: 1px dashed #b2b2b2;
    border-radius: 11px;
    outline: 0;
    padding: 2px;
}

.search input[type="submit"] {
    background-image: url("../images/lupa.png");
    width: 22px;
    margin-top: 7px;
    height: 14px;
    position: absolute;
    margin-left: -24px;
    cursor: pointer;
    padding: 0;
    border: none;
    background-color: #ffffff;
    background-repeat: no-repeat;
}

.extend-search {
    text-align: right;
    font-family: "BPG Sans";
    font-size: 10px;
    margin-top: 8px;
    color: #825353;
}
.recent-block img {
    margin-bottom: 10px;
    width: 232px;
    height: 206px;
}

.recent-block:nth-child(5) img {
    width: 242px;
    /*height:206px;*/
}
.slick-slide{
    outline:none;
}
.slider .slick-slide{
    padding-right:50px;
}
.slider .slider-text a{
    color:red;
}
.slider .slick-slide img:active{
    cursor: url(/images/openhand.cur), default !important;
}
.more:hover{
    text-decoration: none;
    color:#825353;
}
.search-filter-video{
    padding:0 !important;
    padding-top: 18px  !important;
}
.more{
    font-family: "BPG Sans";
    color: #825353;
    text-decoration: none;
    font-size: 11px;
    line-height: 19px;
}
.recent-block:nth-child(2) {
    display: inline-block;
    width: 243px;
    /*height:361px;	 */
    border-right: 1px dashed #B7B6B6;
    border-bottom: 1px dashed #B7B6B6;
}

.recent-block:nth-child(3) {
    display: inline-block;
    width: 246px;
    padding-left: 5px;
    /*height:361px;	 */
    border-right: 1px dashed #B7B6B6;
    border-bottom: 1px dashed #B7B6B6;
}

.recent-block:nth-child(4) {
    display: inline-block;
    width: 247px;
    border-right: 1px dashed #B7B6B6;
    border-bottom: 1px dashed #B7B6B6;
    padding-left: 5px;
}

.recent-block:nth-child(5) {
    display: inline-block;
    width: 245px;
    padding-left: 4px;
    border-bottom: 1px dashed #B7B6B6;
}

.recent-main-header {
    font-family: "BPG Sans";
    background-color: #4D4030;
    /*position: absolute;*/
    color: #fff;
    width: 172px;
    padding: 3px;
    font-size: 15px;
    margin-top: 22px;
    /*margin-bottom:20px;*/
}

.recent-title {
    font-family: "BPG Sans";
    font-size: 16px;
}

.recent-date {
    font-family: "BPG Sans";
    color: #825353;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 2px;
}

.recent-desc {
    font-family: "BPG Sans";
    font-size: 16px;
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 20px;
    padding: 2px;
}

.recent-desc a, .in-project-desc a, .about-project-desc a {
    font-family: "BPG Sans";
    color: #825353;
    text-decoration: none;
    font-size: 11px;
    line-height: 19px;
}

.about-project {
    float: left;
    margin-bottom: 11px;
    width: 492px; /*width: 492px; ერთი პიქსელით გავზარდე და ზუსტად დაჯდა ზედა ხაზთან*/
    /*height: 225px;*/
    /*border-right: 1px dashed #B7B6B6;*/
    /*border-bottom: 1px dashed #B7B6B6;*/
}
.partners-about a{
    text-decoration: none;
}
.statistic-body-about{
    border-bottom: 1px dashed #d3d2d2;
}
/*.statistic-body-about li{*/
    /*display:inline-block;*/
    /*text-align: center;*/
    /*padding-right:26px;*/
    /*padding-left:5px;*/
    /*padding-bottom:10px;*/
/*}*/
/*.statistic-body-about li:nth-child(1){*/
    /*padding-left:18px;*/
/*}*/
/*.statistic-body-about li:nth-child(6){*/
    /*padding-right:14px;*/
/*}*/
/*.statistic-body-about li:nth-child(7){*/
    /*padding-right:25px;*/
/*}*/
/*.statistic-body-about li:nth-child(11){*/
    /*padding-right:5px;*/
/*}*/
/*.statistic-body-about li:nth-child(12){*/
    /*padding-right:5px;*/
/*}*/
/*.statistic-body-about li:nth-child(5n){*/
    /*padding-right:0;*/
/*}*/
/*.statistic-body-about ul{*/
    /*padding:0;*/
/*}*/
.statistic-body-about table{
    width:100%;
    margin-bottom: 5px;
}
.statistic-body-about table tr{
    text-align: center;
}
.statistic-body-about table td{
    padding-bottom: 15px;
    padding-right: 16px;
    padding-left: 4px;
}
.about-project-desc {
    font-family: "BPG Sans";
    font-size: 16px;
    font-size: 11px;
    line-height: 19px;
    padding-top: 49px;
}

.about-project-main-header {
    font-family: "BPG Sans";
    position: absolute;
    background-color: #4D4030;
    color: #fff;
    /*width: 172px;*/
    padding: 3px;
    margin-top: 13px;
    font-size: 16px;
}

.in-project-main-header {
    font-family: "BPG Sans";
    position: absolute;
    background-color: black;
    color: #fff;
    width: 172px;
    padding: 3px;
    margin-top: 11px;
    font-size: 16px;
}

.in-project-desc {
    font-family: "BPG Sans";
    font-size: 16px;
    font-size: 11px;
    line-height: 19px;
    padding-top: 49px;
}

.find-item-main-title {
    font-family: "BPG Sans";
    margin-top: 13px;
    font-size: 15px;

    margin-bottom: 12px;
    background-color: #4D4030;
    color: #fff;
     width:129px;
    padding: 3px;
}

.find-item-main-bottom-title {
    font-family: "BPG Sans";
    position: absolute;
    padding: 3px;
    margin-top: 15px;
    font-size: 20px;
}
.about-us-left-side{
    border-right: 1px dashed #d3d2d2;
}
.find-item-list {
    padding-bottom: 19px;
    width: 493px;
}

.find-item-list a {
    text-decoration: none;
    color: inherit;
}

.find-item-title {
    font-family: "BPG Sans";
    font-size: 11px;
    padding-left: 2px;
}

.find-item-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.find-item-list li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 34px;
    text-align: center;
}

.find-item-list-last {
    margin-right: 0 !important;
}

.find-item-list-tags li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 7px;
    margin-bottom: 15px;
}

.find-item-list-tags li:last-child {
    margin-right: 0;
}

.find-by-tags {
    margin-top: 60px;
}

.find-by-tags li {
    border: 1px dashed #b2b2b2;
    border-radius: 10px;
    padding: 0 3px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.find-by-tags li:hover {
    background-color: #3A87AD;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.unknown-photo {
    float: right;
    width: 495px;
}

.unknown-photo img {
    width: 492px;
}

.unknown-photo-main-header {
    font-family: "BPG Sans";
    margin-bottom: 12px;
    background-color: #4D4030;
    color: #fff;
    position: absolute;
    /*width: 130px;*/
    padding: 3px;
    margin-top: 13px;
    font-size: 16px;
}
.latest-blogs{
    margin-top:55px;
}
.m-b-10 {
    margin-bottom: 10px;
}

.blog-linked-list {
    display: inline;
    margin-right: 3px;
    position: relative;
}

.blog-linked-photo {
    position: absolute;
    left: 4px;
    bottom: -35px;
}

.unknown-photo-desc {
    font-family: "BPG Sans";
    font-size: 11px;
    line-height: 19px;
}

.fancybox-nav {
    width: 5%;
}

.fancybox-next {
    right: -65px;
}

.fancybox-prev {
    left: -65px;
}

.fancybox-nav span {
    visibility: visible;
}

.unknown-photo span {
    font-family: "BPG Sans";
    font-size: 16px;
    color: #825353;
    margin-left: 6px;
    text-decoration: none;
    font-size: 11px;
    line-height: 19px;
    font-weight: bold;
}

.partners {
    border-top: 1px dashed #B7B6B6;
    border-bottom: 1px dashed #B7B6B6;
    padding: 10px 0;
}

.partners-main-title {
    font-family: "BPG Sans";
    padding: 3px;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer {
    margin: 29px 0 15px 0;
    height: 97px;
    float: left;
    width: 100%;
    font-family: "BPG Sans";
    background-color: #000;
}

.contact-us {
    padding-top: 2px;
    float: left;
}

.contact-us-title {
    color: #EDAFAE;
    font-size: 19px;
    padding: 14px 0 0 14px;
}

.contact-us ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-us li {
    display: inline-block;
}

.contact-us-phone {
    color: #fff;
    font-size: 12px;
}

.contact-us-phone img {
    padding: 0 5px;
}

.contact-us-phone-number {
    vertical-align: 2px;
}

.contact-us-letter {
    padding-left: 7px;
}

.contact-us-letter img {
    vertical-align: 3px;
}

.contact-us-letter-text {
    color: #fff;
    font-size: 12px;
    vertical-align: 3px;
}

.copyright {
    color: #fff;
    position: relative;
    margin-top: 48px;
    margin-left: 15px;
    font-family: "BPG Sans";
    font-size: 10px;
}

.socials {
    float: right;
    margin: 14px 11px 11px 11px;
}

.socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.socials li {
    display: inline-block;
}

.socials li:first-child {
    vertical-align: 3px;
}

.socials li:nth-child(1) {
    vertical-align: -1px;
}

.about-main-header {
    font-family: "BPG Sans";
    background-color: black;
    color: #fff;
    width: 168px;
    padding: 3px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 14px;
}

.about-left-side {
    width: 750px;
    float: left;
    border-right: 1px dashed #b2b2b2;
}

.about-text {
    font-family: "BPG Sans";
    padding-right: 15px;
    font-size: 12px;
    line-height: 19px;
    padding-bottom: 23px;
    border-bottom: 1px dashed #b2b2b2;
}

.about-text a {
    text-decoration: none;
    color: #825353;
}

.about-right-side {
    float: right;
    width: 244px;
}

.statistic-header {
    font-size: 16px;
    /*padding: 21px 0 0 12px;*/
    font-family: "BPG Sans";
}
.statistic{
    clear:both;
    margin-top:-100px;
}
.statistic-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.logo-text{
    outline:none;
    text-decoration:none;
    color: #272424;
    padding-top: 10px;
    font-family: 'BPG Sans';
    font-size: 12px;
}
.logo-arrow{
    vertical-align: -2px;
}
.fs-20{
    font-size:20px;
}
.logo a:hover{
    text-decoration: none;
}
.statistic-body a {
    color: inherit;
}

.statistic-body a:hover {
    text-decoration: none;
}

.statistic-body li {
    display: inline-block;
    text-align: center;
    margin: 0 25px 19px 0;
}
.statistic-count{
    color:#4D4030;
    font-weight:bold;
    padding-top:3px;
}
.statistic-body li:nth-child(2) {
    margin-left: 21px;
    margin-right: 31px;
}

.statistic-body li:nth-child(4), .statistic-body li:nth-child(5) {
    margin-right: 33px;
}

.statistic-item-title {
    font-family: "BPG Sans";
    font-size: 11px;
}

.statistic-count {
    color: #825353;
}

.partner-list {
    border-top: 1px dashed #b2b2b2;
    border-bottom: 1px dashed #b2b2b2;
}

.partner-list-header {
    font-size: 18px;
    padding: 21px 0 14px 12px;
    font-family: "BPG Sans";
}

.partners-content {
    margin-left: 10px;
}

.partners-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.partners-content li {
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.partners-content li:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.german-georgian-friendship-title{
    color: #ffec08;
    font-family: "BPG Sans";
    font-size:22px;
}
.german-georgian-friendship-date{
    padding-top:20px;
    color:#99926b;
    font-size:18px;
    border-bottom:1px solid #99926b;
    padding-bottom:15px;
    font-family: "BPG Sans";
}
.german-georgian-friendship-body{
    padding-top:20px;
    font-family: "BPG Sans";
    color: #c7c3b8;
    word-spacing: 5px;
    font-size:13px;
}
/*.slider .slick-track{*/
    /*border-bottom: 1px solid #9e9888;*/
/*}*/
.slider .slick-track img:hover{
    cursor: pointer;
}
.slider .slick-track:active{
    cursor: move;
}
.about-condition{
    background:#d3d3d3;
    padding:10px;
    font-family: "BPG Sans";
}
.slider-container{
    padding:30px;
    background: url('/images/slider-bg.jpg') center center no-repeat;
    /*background-size: cover;*/
    font-family: "BPG Sans";
}
.partners .slick-slide {
    margin: 0 50px !important;
}
/* the parent */
.partners .slick-list {
    margin: 0 -50px !important;
}
.slider-point{
    /*position: absolute;*/
    /*bottom: -8px;*/
    font-size:11px;
    margin-top: -7px;
    margin-left: -1px;
}
.slider-border{
    width: 700px;
    height: 1px;
    background: #9e9888;
    position: absolute;
}
.slider-left-side{
    /*width:300px;*/
    color:white;
    margin-right:30px;
    opacity:0.7;
    background-color: #353331;
}
.slider-text{
    padding-top:20px;
    color:#cec7c7;
    margin-bottom:70px;
}
.slider .slick-track a:hover{
    text-decoration: none;
}
.slider-date{
    position: absolute;
    bottom:0;
    color:#9e9888;
}
.slider .slick-slide img{
    width:232px !important;
    height:206px !important;
}
/*.slick-slide {*/
    /*-webkit-transition: all 0.2s ease;*/
    /*-moz-transition: all 0.2s ease;*/
    /*-o-transition: all 0.2s ease;*/
    /*-ms-transition: all 0.2s ease;*/
    /*transition: all 0.2s ease;*/
/*}*/

/*.slick-slide:hover {*/
    /*!*opacity: 0.7;*!*/
    /*-webkit-transition: all 0.2s ease;*/
    /*-moz-transition: all 0.2s ease;*/
    /*-o-transition: all 0.2s ease;*/
    /*-ms-transition: all 0.2s ease;*/
    /*transition: all 0.2s ease;*/
/*}*/

.prerequisite {
    margin-top: 16px;
    font-family: "BPG Sans";
    font-size: 12px;
    line-height: 19px;
    padding-bottom: 23px;
    background-color: #D4D4D4;
    padding: 7px;
    float: left;
}

.prerequisite-header {
    font-size: 16px;
    margin-bottom: 10px;
}

.blog-left {
    width: 751px;
    float: left;
    margin-bottom: 30px;
}

.blog-main {
    border-bottom: 1px dashed #B7B6B6;
    padding: 0 10px 42px 0;
}

.blog-main-title {
    font-family: "BPG Sans";
    font-size: 25px;
    clear: both;
    padding-bottom: 10px;
    color: #443E3E;
}

.blog-main-desc {
    font-family: "BPG Sans";
    font-size: 12px;
    color: #443E3E;
    line-height: 19px;
}

.linked-documents {
    font-family: "BPG Sans";
    font-size: 16px;
    border-bottom: 1px dashed #b2b2b2;
    padding-bottom: 20px;
}

.linked-documents-main-header {
    border-bottom: 1px dashed #B7B6B6;
    padding: 6px 0;
}

.linked-document-item {
    margin-top: 15px;
}

.linked-documents ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.linked-documents li {
    display: inline-block;
    text-align: center;
    margin-right: 2px;
}

.blog-recent-date {
    padding-left: 9px;
    font-family: "BPG Sans";
    color: #825353;
    font-size: 10px;
    font-weight: bold;
    padding-top: 24px;
    margin-bottom: 2px;
}

.blog-main-recent-date {
    font-family: "BPG Sans";
    color: #825353;
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px;
    margin-bottom: 2px;
    margin-right: 15px;
    float: left;
}

.blog-main-recent-author {
    font-family: "BPG Sans";
    color: #825353;
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px;
    margin-bottom: 2px;
}

.blog-right {
    float: right;
    width: 245px;
}

.other-blog-note-title {
    font-family: "BPG Sans";
    background-color: black;
    color: #fff;
    padding: 3px;
    font-size: 16px;
    margin-top: 6px;
    padding-left: 9px;
}

.other-blog-item {
    padding-top: 13px;
    border-left: 1px dashed #b2b2b2;
}

.other-blog-item img {
    padding-left: 9px;
}

.other-blog-item-title {
    font-family: "BPG Sans";
    padding-left: 9px;
    height: 40px;
}

.other-blog-desc {
    padding-left: 9px;
    border-bottom: 1px dashed #b2b2b2;
    font-family: "BPG Sans";
    font-size: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.other-blog-item:last-child .other-blog-desc {
    border-bottom: none;
}

.other-blog-desc a {
    color: #825353;
    text-decoration: none;
}

.other-project-item {
    padding-top: 13px;
    border-left: 1px dashed #b2b2b2;
}

.other-project-item img {
    padding-left: 9px;
}

.other-project-item a {
    color: inherit;
}

.other-project-item a:hover {
    text-decoration: none;
}

.all-project {
    font-family: "BPG Sans";
    font-size: 10px;
    padding: 11px 0 0 9px;
    color: #825353;
    text-decoration: none;
}

.all-project:hover {
    text-decoration: none;
}

.all-blog {
    font-family: "BPG Sans";
    font-size: 10px;
    padding: 11px 0 0 9px;
    color: #825353;
    text-decoration: none;
}

.all-blog:hover {
    text-decoration: none;
}

.contact-left {
    width: 258px;
    border-right: 1px dashed #b2b2b2;
    float: left;
}

.contact-left-main-header {
    padding-top: 28px;
}

.contact-left-main-title {
    font-family: "BPG Sans";
    background-color: black;
    color: #fff;
    padding: 3px;
    font-size: 16px;
    margin-top: 6px;
    margin-right: 78px;
}

.contact-left-city {
    font-family: "BPG Sans";
    padding: 3px;
    font-size: 14px;
    margin-top: 26px;
    margin-right: 78px;
}

.contact-left-address {
    font-family: "BPG Sans";
    padding: 3px;
    font-size: 11px;

}

.contact-left-email {
    font-family: "BPG Sans";
    padding: 3px;
    font-size: 11px;

}

.contact-left-phone {
    font-family: "BPG Sans";
    padding: 3px;
    font-size: 11px;

}

.contact-left-subject {
    font-family: "BPG Sans";
    padding: 3px;
    font-size: 11px;
}

.contact-left-item {
    border-bottom: 1px dashed #b2b2b2;
    padding-bottom: 22px;
    font-family: "BPG Sans";
    margin-top:24px;
}

.contact-right {
    float: left;
    padding: 38px 0 0 10px;
}

.contact-right-title {
    font-family: "BPG Sans";
    padding: 3px;
    font-size: 14px;
}

.contact-right input[type="text"] {
    border: 1px solid #D7D7D7;
    font-family: "BPG Sans";
    font-size: 11px;
    padding-left: 11px;
    height: 26px;
    margin-top: 22px;
    width: 252px;
}

.contact-right textarea {
    border: 1px solid #D7D7D7;
    font-family: "BPG Sans";
    font-size: 11px;
    color: #A9A9B1;
    padding: 5px;
    margin-top: 36px;
}

.contact-right input[type="submit"] {
    background-color: black;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 7px 20px;
    float: right;
    font-family: "BPG Sans";
    margin-top: 21px;
    cursor: pointer;
}

.document-header-container {
    width: 100%;
    border-top: 1px dashed #D7D7D7;
    border-bottom: 1px dashed #D7D7D7;
}

.document-header {
    height: 105px;
    border-right: 1px dashed #D7D7D7;
    width: 665px;
}

.go-back {
    padding-top: 3px;
}

.go-back a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.go-back span {
    font-family: "BPG Sans";
    color: #825353;
    font-size: 10px;
    vertical-align: 1px;
    margin-left: 7px;
}

.document-title {
    font-family: "BPG Sans";
    margin-top: 21px;
}

.document-left {
    width: 665px;
    float: left;
    border-right: 1px dashed #D7D7D7;
    position: relative;
}

.fb-share {
    position: absolute;
    left: 20px;
    top: 20px;
    display: none;
    cursor: pointer;
}

.document-sub-title {
    margin-top: 6px;
    color: #CFCFCF;
    font-family: "BPG Sans";
    font-size: 11px;
}

.fb-share-document {
    width: 24px !important;
    cursor: pointer;
    margin: 5px;
}

.document-image {
    margin-top: 10px;
    margin-bottom: 12px;
    width: 653px;
}

.document-image-footer {
    clear: both;
    width: 655px;
    height: 34px;
    background-color: #FE7465;
    font-family: "BPG Sans";
    font-size: 12px;
}

.document-image-footer div {
    display: inline-block;
}

.document-photo-delimiter {
    padding: 0 7px;
}

.document-photo-download {
    cursor: pointer;
}

.document-photo-download img {
    padding: 0 5px 0 0;
}

.document-photo-download a {
    color: inherit;
}

.document-image-front, .document-image-back {
    cursor: pointer;
    padding-top: 7px;
}

.collections-header-image {
    position: relative;
}

.collections-header-count {
    position: absolute;
    top: 107px;
    left: 236px;
    color: #fff;
    font-size: 32px;
    font-family: bpg_sans_web_caps;
}

.document-photo-arrows {
    float: right;
    padding-top: 7px;
}

.document-photo-arrow-prev {
    margin-right: 22px;
    cursor: pointer;
}

.document-photo-arrow-next {
    margin-right: 5px;
    cursor: pointer;
}

.document-image img {
    width: 648px;
    height: 100%;
}

.document-date {
    font-family: "BPG Sans";
    font-size: 12px;
    color: #C0C0C0;
    margin-right: 8px;
}

.document-place {
    font-family: "BPG Sans";
    font-size: 12px;
    margin-right: 8px;
    color: #C0C0C0;
    margin-left: 8px;
}

.document-author {
    font-family: "BPG Sans";
    font-size: 12px;
    color: #C0C0C0;
    margin-left: 8px;
}

.document-desc {
    font-family: "BPG Sans";
    font-size: 12px;
    color: #C0C0C0;
    margin-top: 15px;
}

.document-inscription {
    font-family: "BPG Sans";
    font-size: 12px;
    color: #C0C0C0;
    margin-top: 15px;
}

.document-note {
    font-family: "BPG Sans";
    font-size: 12px;
    color: #C0C0C0;
    margin-top: 15px;
}

.document-tags {
    font-family: "BPG Sans";
    font-size: 12px;
    padding: 12px 0 0 12px;
    padding-bottom: 7px;
}

.document-tags a {
    color: inherit;
    color: #337ab7;
    text-decoration: none;
}

.document-right {
    width: 329px;
    float: left;
}

.document-property {
    padding: 12px 0 0 12px;
    border-bottom: 1px dashed #D7D7D7;
}

.biography-left-block-image {
    margin-top: 20px;
}

.biography-left-block-image img {
    width: 308px;
}
.biography-social{
    margin-left: 63px;
    margin-top: 10px;
    margin-bottom: 12px;
}
.biography-content {
    /*height: 981px;*/
}

.document-property-title {
    background-color: #894854;
    width: 194px;
    padding: 4px 5px;
    color: white;
    font-family: "BPG Sans";
    font-size: 11px;
    margin-bottom: 12px;
}
.fotorama{
    width:655px !important;
}
.biography-items-primary {
    word-break: break-word;
    color: #C0C0C0;
    font-family: "BPG Sans";
    font-size: 11px;
    padding-bottom: 5px;
}

.biography-item-dashed-delimiter {
    border-bottom: 1px dashed #b6b4b5;
}

.black {
    color: black !important;
}

.document-property-desc {
    word-break: break-word;
    color: #C0C0C0;
    font-family: "BPG Sans";
    font-size: 11px;
    margin-top: 7px;
}

.document-property-desc span {
    color: #000;
}

.document-rules {
    padding: 12px 0 0 12px;
    border-bottom: 1px dashed #D7D7D7;
    padding-bottom: 7px;
}

.document-rules-desc {
    font-size: 11px;
    font-family: "BPG Sans";
    line-height: 18px;
}

#show-about-project {
    color: #825353;
    cursor: pointer;
}

.aboutProject {
    display: none;
}

.conception {
    display: none;
}

#show-include-project {
    color: #825353;
    cursor: pointer;
}

#show-conception {
    color: #825353;
    cursor: pointer;
}

.includeProject {
    display: none;
}

.collections-search {
    height: 60px;
    background: #E1E1E1;
    margin-top: 18px;
}

.collection-items-archive {
    clear:both;
    font-family: "BPG Sans";
    font-size: 11px;
    color: #C2C2C2;
    text-align: right;
    border-bottom: 1px solid #C2C2C2;
    padding: 6px 2px 4px 0;
    cursor: pointer;
    margin-top: 10px;
}

.collection-items-archive a {
    color: inherit;
    text-decoration: none;
}
.collection-items{
    width:660px !important;
}
.collections-search input[type="text"] {
    width: 386px;
    height: 22px;
    border: 1px solid #CCCCCC;
    outline: 0;
    padding: 2px;
    font-family: "BPG Sans";
    font-size: 12px;
}

.collections-search-button {
    background-image: url("../images/collections_lupa.png");
    width: 20px;
    margin-top: 4px;
    height: 16px;
    position: absolute;
    margin-left: -27px;
    cursor: pointer;
    padding: 0;
    border: none;
    background-color: #ffffff;
    background-repeat: no-repeat;
}
.collections-search-button-modal {
    background-image: url("../images/collections_lupa.png");
    width: 20px;
    height: 18px;
    margin-left: -27px;
    cursor: pointer;
    padding: 0;
    border: none;
    background-color: #ffffff;
    background-repeat: no-repeat;
}

#extended-search-form .modal-dialog {
    width: 1200px;
}

#extended-search-form .modal-footer {
    border: none;
    clear: both;
}

#extended-search-form .modal-header {
    border: none;
}

.collections-search-keyword {
    font-size: 13px;
    font-family: "BPG Sans";
    margin-right: 14px;
}

.collections-search-form {
    padding: 16px 9px;
}

.collections-search-form-modal {
}

.collections-search-input-modal {
    width: 415px !important;
}

.collections-search-input-modal-year, .collections-search-input-modal-year-to {
    width: 144px !important;
}

.collections-search-input-modal-year-div {
    font-family: "BPG Sans";
    font-size: 12px;
    margin-top: 10px !Important;
}

.collections-search-input-modal-year-to {
    margin-left: 45px !important;
    font-size: 12px;
}

.collections-search-modal-tags-div {
    font-family: "BPG Sans";
    font-size: 12px;
    float: left;
    margin-top: 18px;
    margin-right: 36px;
}

.collections-search-modal-tags-first {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 3px;
    font-size: 12px;
    color: black !important;
}

.collections-search-modal-types-div {
    font-family: "BPG Sans";
    font-size: 12px;
    float: left;
    margin-top: 6px;
    margin-bottom: 40px;
    margin-right: 12px;
}

/*.collections-search-modal-types-div:nth-child(4){
    clear:both;
}*/
.collections-search-modal-types-first {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 3px;
    font-size: 12px;
    color: black !important;
}

.collections-search-modal-tags-div div {
    color: #CCCCCC;
}

.collections-search-modal-left-side {
    width: 415px;
    float: left;
}

.collections-search-modal-right-side {
    float: left;
    margin-left: 30px;
    width: 720px;
}

.clear-both {
    clear: both !important;
}

.clear-none {
    clear: none !important;
}

.collections-search-modal-tags-main-title {
    font-family: "BPG Sans";
    font-size: 12px;
    margin-top: 27px;
    border-top: 1px dashed #CCCCCC;
    border-bottom: 1px dashed #CCCCCC;
    width: 415px;
    padding: 3px 0;
}

.collections-search-input-collection-modal {
    margin-top: 20px;
    width: 415px;
    height: 28px;
    font-family: "BPG Sans";
    color: #A9A9A9;
    font-size: 13px;
    background: white;
    border: 1px solid #cccccc;
    outline: none;
    cursor: pointer;
}

.collections-extended-search-button {
    color: #fff;
    background-color: #000;
    border: 0;
    height: 26px;
    width: 179px;
    font-family: "BPG Sans";
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 36px;
}

.collections-extended-search-button-modal {
    color: #fff;
    margin-top: 20px;
    background-color: #000;
    border: 0;
    height: 26px;
    width: 179px;
    font-family: "BPG Sans";
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 36px;
}

.collections-alphabet {
    height: 24px;
    background: #E1E1E1;
    margin-top: 13px;
    font-family: "BPG Sans";
}

.collections-alphabet ul {
    margin: 0;
    padding: 0 9px;
    float: left;
}

.collections-alphabet li {
    display: inline;
    font-size: 11px;
    padding-right: 6px;
    border-right: 1px solid black;
}

.collections-alphabet li a {
    text-decoration: none;
    color: #000;
}

.collections-alphabet li a:hover {
    color: red;
}

.collections-alphabet-right {
    float: right;
    padding: 4px 10px;
    font-size: 11px;
}

.collections-alphabet-right a {
    text-decoration: none;
    padding-left: 4px;
    color: inherit;
}

.collections-alphabet-right a:hover {
    color: red;
}

.collections-type {
    margin-top: 28px;
    border-top: 1px dashed #D3D2D2;
    border-bottom: 1px dashed #D3D2D2;
    font-family: bpg_sans_web_caps;
    color: #D05B58;
}

.collections-type-title {
    padding: 0 9px;
    border-right: 1px dashed silver;
}

.collections-type-title a {
    color: #D05B58;
}

.collections-type div {
    vertical-align: -3px;
    display: inline;

}

.collection-list {
    display: inline-block;
}

.biography-page-desc {
    font-family: "BPG Sans";
    font-size: 11px;
    line-height: 19px;
}

.biography-left-block-personal-info {
    border-top: 1px dashed #b6b4b5;
    padding-top: 15px;
}

.pagination-container {
    text-align: center;
}

.item-collection{
    float: left;
    width: 249px;
    height: 380px;
    padding-left: 8px;
    padding-top: 10px;
    border-right: 1px dashed #B7B6B6;
    border-bottom: 1px dashed #B7B6B6;
}
.border-left-dashed{
    border-left:1px dashed #b6b4b5;
}
.biography-item {
    float: left;
    width: 249px;
    height: 283px;
    padding-left: 8px;
    padding-top: 10px;
    border-right: 1px dashed #B7B6B6;
    border-bottom: 1px dashed #B7B6B6;
}

.tags-item {
    float: left;
    width: 249px;
    height: 291px;
    padding-left: 8px;
    padding-top: 10px;
    border-right: 1px dashed #B7B6B6;
    border-bottom: 1px dashed #B7B6B6;
}

.collection-title {
    font-family: "BPG Sans";
    font-size: 12px;
    margin-bottom: 5px;
    height: 34px;
}

.collection-date {
    font-family: "BPG Sans";
    color: #825353;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 2px;
}

.collection-desc {
    font-family: "BPG Sans";
    font-size: 16px;
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 20px;
}

.collection-desc a {
    font-family: "BPG Sans";
    font-size: 16px;
    color: #825353;
    margin-left: 6px;
    text-decoration: none;
    font-size: 11px;
    line-height: 19px;
}

.activeMenu {
    color: red;
}

.collection-block img {
    margin-bottom: 10px;
    width: 232px;
    height: 232px;
}
.tags-item .collection-block img {
    margin-bottom: 10px;
    width: 232px;
    height: 206px;
}
.logo-german{
    vertical-align: -40px;
}
.biography-image{
    height:206px !important;
}
.inactive {
    opacity: 0.5;
}

.activeMenuInCollection {
    color: red !important;
}

.active {
    opacity: 1;
}

.collection-block a {
    color: #333;
    text-decoration: none;
}

.collection-page-upper-info {
    background-color: #FE7465;
    font-family: "BPG Sans";
    height: 34px;
    clear: both;
    margin-bottom: 16px;
    width: 996px;
    font-size: 11px;
    line-height: 36px;
    font-weight: bold;
}

.collection-page-first {
    margin-top: 17px;
    float: left;
}

.collection-page-photo {
    float: left;
    margin-right: 7px;
    /*margin-bottom: 20px;*/
}

.collection-page-title {
    border-bottom: 1px dashed #b6b4b5;
    padding-bottom: 22px;
    font-family: "BPG Sans";
    font-size: 20px;
    clear: both;
}

.collection-page-info {
    margin-top: 6px;
    color: #4E3939;
    font-family: "BPG Sans";
    font-size: 10px;
}

.collection-page-desc {
    font-family: "BPG Sans";
    font-size: 14px;
    line-height: 19px;
    margin-top: 6px;
    margin-bottom: 50px;
}

.collection-page-contributor-title {
    font-family: "BPG Sans";
    font-size: 16px;
    color: #992722;
    margin-top: 20px;
}

.padding-none {
    padding: 0;
}

.biography-left-block {
    padding-top: 25px;
    border-right: 1px dashed #b6b4b5;
}

.collection-page-contributor-desc {
    font-family: "BPG Sans";
    font-size: 11px;
    line-height: 19px;
}

.collection-other {
    clear: both;
}

.collection-other-image {
    float: left;
    margin-right: 5px;
}

.collection-other-title {
    font-family: "BPG Sans";
    font-size: 14px;
    line-height: 30px;
}

.collection-other-count {
    font-family: "BPG Sans";
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    color: #992722;

}

.collection-other-content {
    /*margin-top:8px;*/
    font-family: "BPG Sans";
}

.collection-other-content-item {
    overflow: hidden;
    height: 147px;
    float:left;
    padding: 6px 0;
    width: 496px;
    display: inline-block;
    border-right: 1px dashed #b2b2b2;
    border-bottom: 1px dashed #b2b2b2;
}
.biography-collection-other-content-item {
    padding-top: 18px;
    padding-bottom:9px;
    /*padding-left: 18px;*/
    width: 100%;
    display: inline-block;
    border-right: 1px dashed #b2b2b2;
    border-bottom: 1px dashed #b2b2b2;
}
.tags-filter-by-type li{
    width:199px !important;
}
.collection-other-content-item:nth-child(1), .collection-other-content-item:nth-child(2) {
    border-top: 1px dashed #b2b2b2;
    padding-top: 6px;
}

.collection-other-content-item iframe {
    float: left;
    margin-right: 7px;
}

.collection-other-content-item:first-child {
    padding-right: 24px;
}

.collection-other-content-item:nth-child(1n+2) {
    padding-right: 24px;
}

.collection-other-content-item-image {
    float: left;
    height: 135px;
    margin-right: 6px;
    padding-left:5px;
}
.biography-collection-other-content-item-image {
    float: left;
    height: 155px;
    margin-right: 6px;
}

.collection-other-content-item-title {
    line-height: 26px;
    font-family: "BPG Sans";
    color: #000;
    font-size: 12px;
}

.collection-other-content-item-title a {
    line-height: 30px;
    color: #000;
}

.collection-other-content-item-text {
    font-size: 11px;
    line-height: 16px;
    font-family: "BPG Sans";
    /*margin-top: 5px;*/
    /*float: left;*/
    padding-bottom: 5px;
    min-height: 50px;
    width: 100%;
}
.biography-collection-other-content-item-text {
    font-size: 11px;
    line-height: 19px;
    font-family: "BPG Sans";
    padding-bottom: 5px;
    min-height: 50px;
    width: 100%;
}

.color-black {
    color: #000;
}

.biography-page-photo img {
    float: left;
    margin-right: 7px;
    margin-bottom: 10px;
}

.other-project-archive-item {
    padding-top: 13px;
    width: 248px;
    float: left;
    border-right: 1px dashed #D7D7D7;
}

.other-project-archive-item img {
    width: 241px;
    height: 70px;
    padding-left: 5px;
}

.other-blog-archive-desc {
    padding-left: 9px;
    height: 55px;
    border-bottom: 1px dashed #b2b2b2;
    font-family: "BPG Sans";
    font-size: 10px;
    padding-right: 10px;
    padding-top: 6px;
}

.other-project-archive-item a:hover {
    text-decoration: none;
}

.other-project-archive-item a {
    color: inherit;
}

.other-blog-archive-desc a {
    color: #825353;
    text-decoration: none;
}

.other-project-archive-main-title {
    font-family: "BPG Sans";
    position: absolute;
    background-color: black;
    color: #fff;
    width: 172px;
    padding: 3px;
    margin-top: 13px;
    font-size: 16px;
    margin-left: 6px;
}

.other-project-archive-main-title-border {
    border-bottom: 1px dashed #b2b2b2;
    margin-top: 10px;
    width: 991px;
}

.tag-page-title {
    font-family: "BPG Sans";
    font-size: 20px;
}

.tag-page-first {
    margin-top: 17px;
    float: left;
    width: 100%;
}

.tag-other-content-item {
    width: 497px;
    display: inline-block;
    height: 172px;
    padding-top: 8px;
    border-right: 1px dashed #b2b2b2;
    border-top: 1px dashed #b2b2b2;
}

.tag-other-content-item-image {
    float: left;
    width: 177px;
    height: 129px;
    margin-right: 6px;
}

.tag-other-content-item:nth-child(odd) {
    padding-left: 5px;
}

.linkedVideoTag {
    float: left;
    margin-right: 5px;
}

.all-title {
    margin-bottom: 60px;
    clear: both;
}

.all-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.biography-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.all-title ul li {
    margin-top: 9px;
    float: left;
    width: 152px;
    height: 62px;
    border: 1px dashed #C5C4C4;
    border-right: none;
}

.biography-title > ul > li {
    margin-top: 9px;
    float: left;
    width: 132px;
    height: 62px;
    border: 1px dashed #C5C4C4;
    border-right: none;
}

.biography-title > ul > li:first-child {
    border-left: none;
}

.all-title ul li:last-child {
    width: 262px;
}

.all-document-type-title {
    font-family: "BPG Sans";
    font-size: 11px;
    color: #000;
    line-height: 13px;
}
.biography-documents-photo-title{
    float:left;
    padding-right:5px;
    padding-left:2px;
}
/*.all-documents-photo-title:hover{*/
/*content: url('/images/photos-min-hover.png');*/
/*}*/
.all-title img {
    float: left;
    margin-right: 5px
}

.all-title-item {
    padding: 18px 0 14px 30px;
}

.biography-title-item {
    padding: 18px 0 14px 14px;
}

.all-title ul li:first-child .all-title-item {
    padding-left: 0;
}

.all-item-count {
    font-family: "BPG Sans";
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    color: #992722;
}

.all-list-item a {
    text-decoration: none;
}

.all-list-item {
    border-top: none;
    border-bottom: 1px dashed #C5C4C4;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.all-list-item img {
    float: left;
    margin-right: 8px;
}

.all-list-item-title {
    font-family: "BPG Sans";
    font-size: 15px;
    float: left;
    margin-right: 19px;
}

.all-list-item-title-count {
    font-family: "BPG Sans";
    font-size: 11px;
    line-height: 18px;
    color: #992722;
}

.all-list-item-desc {
    font-family: "BPG Sans";
    font-size: 11px;
    line-height: 19px;
    margin-top: 5px;
}

.inline-block {
    display: inline-block;
}

.float-none {
    float: none;
}

.document-type-image {
    position: absolute;
    width: 32px;
    left: 4px;
    bottom: 12px;
}

.color-black {
    color: #000;
}

.biography-related-documents {
    font-family: "BPG Sans";
    font-size: 16px;
    line-height: 19px;
    margin-top: 27px;
    float: left;
    border-bottom: 1px dashed #B7B6B6;
    padding: 7px 0;
    width: 100%;
}

.m-r-15 {
    margin-right: 15px;
}

.breadCrumb {
    border-top: 1px dashed #b6b4b5;
    border-bottom: 1px dashed #b6b4b5;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    font-family: "BPG Sans";
    font-size: 13px;
}

.breadCrumb li {
    display: inline;
    padding:0px 2px;
}

.breadCrumb li:hover {
    color: red;
}

.extended-search-title {
    font-family: bpg_sans_web_caps;
}

.bio-linked-content-item {
    padding-left: 0;
    display: inline-block;
    padding-top: 8px;
    border-right: 1px dashed #b2b2b2;
}

.bio-linked-content-item:nth-child(even) {
    padding-left: 25px;
    display: inline-block;
    padding-top: 8px;
    border-right: none;
}

.login-action, .registration-action {
    cursor: pointer;
}

.no-border {
    border: none;
}

.login-form-close {
    font-size: 40px;
    opacity: 1;
    margin-top: -16px !important;
    margin-right: -10px;
}

.login-container {
    width: 434px;
}

.modal-body input[type='text'], input[type='password'] {
    width: 389px;
    height: 29px;
    border: 1px solid #CCCCCC;
    outline: 0;
    font-family: "BPG Sans";
    font-size: 12px;
    padding: 7px 5px 5px 5px;
    margin-top: 10px;
}

.login-form-button, .registration-form-button {
    background-color: #000;
    color: #fff;
    margin-right: 13px;
    font-family: "BPG Sans";
    padding: 5px 12px;
}

.login-form-button:hover, .registration-form-button:hover {
    opacity: 0.8;
    background-color: #000;
    color: #fff;
}

.login-form-button:focus {
    opacity: 0.8;
    background-color: #000;
    color: #fff;
}

.login-form-title {
    font-family: bpg_sans_web_caps;
    font-size: 16px;
}

.login-form-error {
    margin-top: 10px;
    color: red;
    margin-bottom: -25px;
    font-family: bpg_sans_web_caps;
    font-size: 12px;
}
.login-form-success {
    margin-top: 10px;
    color: green;
    margin-bottom: -25px;
    font-family: bpg_sans_web_caps;
    font-size: 12px;
}

.show-document-in-popup {
    cursor: pointer;
}

.w-800 {
    width: 800px;
}
.pagination{
    float: left;
    clear: both;
    margin-left: 43%;
}
.pagination > .active > a {
    background-color: #CBCBCB;
    border-color: #CBCBCB;
}

.pagination > li > a {
    color: #000;
}

.pagination > .active > a:hover {
    background-color: #CBCBCB;
    border-color: #CBCBCB;
}


/*german*/
.border-top-none{
    border-top:none !important;
}
.border-left-dashed{
    border-left:1px dashed #C5C4C4 !important;
}
.border-right-dashed{
    border-right:1px dashed #C5C4C4 !important;
}
.search-result-left-side{
    margin-top:18px;
}
.search-result-left-side-header{
    margin-top: 10px;
    background: #f7f7f7;
    font-family: "BPG Sans";
    font-size: 13px;
    color: #000;
    border: 1px solid #cdcdcd;
    padding: 5px;
    margin-right: 45px;
    background-image: url(../images/collection_arrow.png);
    background-repeat: no-repeat;
    background-position: 260px 12px;
}
.bpgsans{
    font-family: "BPG Sans";
}
.search-result-left-side-header:hover{
    cursor: pointer;
}
.search-result-left-side-item{
    margin-top: 5px;
    font-family: "BPG Sans";
    font-size: 11px;
    color: #000;
    padding: 5px;
}
.search-result-left-side-item a{
    color:inherit;
    cursor: pointer;
}
.search-result-left-side-item ul{
    padding:0;
}
.search-result-left-side-item ul li{
    list-style:none;
    margin-bottom:5px;
}
.gm-style-iw{
    left:24px !important;
}
.close{
    opacity:1;
    text-shadow:none;
    margin-top:-7px;
    font-size:32px;
    outline:none;
}
.close:active,.close:hover{
    opacity:1;
    color:black;
}
.w200{
    width:200px !important;
}
.mr11{
    margin-right:11px;
}
.w-1200{
    width:1200px;
}
