/*------------------------------------------------------------------

[Main.css]
Project:        My city guide
Version:        1
Last change:    24/02/15
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]

1. general styles / #general styles
2. promo index page styles / #promo index page styles
3. Map Page styles / #Map Page styles
4. Inner (place) Page styles / #Inner (place) Page styles
5. User Profile pages / #User Profile pages
6. Place grid / #Place grid
7. Blog page / #Blog page
8. Post page / #Post page

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. general styles / #general styles]
*/


/** Generated by FG **/

@font-face {
    font-family: 'AdobeNaskh-LQ';
    src: url('fonts/AdobeNaskh-Custom-LQ.woff') format('woff'), url('fonts/AdobeNaskh-Custom-LQ.ttf') format('truetype'), url('fonts/AdobeNaskh-Custom-LQ.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Redhouse';
    src: url('fonts/RedhouseGillSansMT2.woff') format('woff'), url('fonts/RedhouseGillSansMT2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ottoman Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Ottoman Regular'), url('Ottoman.woff') format('woff');
}

html,
body {
    height: 100%;
}

body {
    background: url(../img/start/bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
body.inmap {
    overflow: hidden;
    transition: 0.3s;
}

@font-face {
    font-family: 'GILL-SANS-MT';
    src: URL('/frontend/assets/fonts/Gill-Sans-MT-Modified.ttf') format('truetype');
}

#custom-header {
    background: #eee;
}

a {
    color: #218DEA;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.to_left {
    left: 250px;
    transition: 0.3s;
}

.to_left.inn {
    left: 250px;
    position: relative;
    margin-left: 0px;
    transition: 0.3s;
}

.fixed_w {
    max-width: 1140px;
    margin: 0 auto;
}

.fixed_w h2 {
    margin-bottom: 58px;
    font-size: 36px;
    color: #191a22;
}

.all_cont {
    transition: 0.3s;
    position: relative;
}

.sidebar {
    background: rgba(0, 0, 0, 0.2);
    min-height: 100%;
    position: relative;
    padding: 0px;
}

.contant {
    display: table;
}

.contant .row {
    display: table-row;
}

.contant .row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.page_info,.page_content {
    /*padding: 90px 15px 60px;*/
    padding: 105px 15px 40%;
}



.page_info ul li {
    list-style: none;
    display: inline-block;
    /*margin-right: 15px;*/
    /*margin-bottom: 30px;*/
}

.page_info ul li a {
    color: #83BCED;
}

.page_info ul li a:hover {
    color: #ffffff;
}

h1.error-title {
    /*color: #ffffff;
    font-weight: 100;
    font-size: 40px;*/
    font-size: 140px;
    font-weight: 800;
    color: #5F1B14;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 20px;
    line-height: 120px;
    padding-top: 10px;
}

.page_info .status {
    color: #ffffff;
}

.page_info .lead {
    color: #ffffff;
    width: 70%;
}

body.inner_page {
    background: #FFFFFF;
}

body.inner_page .bg_parallax {
    background: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.inner_page .header {
    box-shadow: none;
}


/*////////////////////////Side menu//////////////////////*/

.pushy .profile {
    background: #DCDCDC;
    margin: -40px 0px -20px;
    padding: 40px 0px 20px;
}

.indexpage .logo {
    margin-left: 50px;
}

.indexpage .menu-btn {
    color: #242A33;
    top: 25px;
}

.indexpage .menu-btn:hover {
    top: 25px;
}

.pushy .profile .avatar {
    /*width: 110px;
    background: #0C5DA3;
    height: 110px;
    border-radius: 100px;*/
    position: relative;
    margin: 40px 0 20px 0;
    text-align: center;
}

.pushy .profile h3 {
    text-align: center;
}

.pushy .profile h3 a {
    font-weight: 300;
    font-size: 20px;
    color: #000000;
}

.pushy .profile h3 a:hover {
    color: #03AAAC;
    text-decoration: none;
}

.pushy .profile .log_btn {
    width: 100px;
    display: block;
    border: 2px solid #391B14;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
    margin: 20px auto 5px;
    color: #391B14;
}

.signup_btn {
    color: #391B14;
    text-align: center;
    margin: auto;
    display: block;
}

.signup_btn:hover {
    color: #218DEA;
    text-decoration: underline;
}

.pushy .profile .log_btn:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
}

.pushy .profile .logout_btn {
    width: 100px;
    display: block;
    border: 2px solid #391B14;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
    margin: 20px auto;
    color: #391B14;
}

.pushy .profile .logout_btn:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
}

.pushy .profile .profile_btn {
    width: 140px;
    display: block;
    border: 2px solid #391B14;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
    margin: 20px auto;
    color: #391B14;
}

.pushy .profile .logout_btn {
    width: 140px;
    display: block;
    border: none !important;
    text-align: center;
    padding: 2px 8px;
    border-radius: 3px;
    margin: 0px auto;
    color: #391B14;
}

.pushy .profile .profile_btn i {
    margin-right: 3px;
}

.pushy .profile .profile_btn:hover {
    border: 2px solid;
    color: #ffffff;
    text-decoration: none;
    color: #FFFFFF;
    border-color: #391B14;
    background: #391B14;
}

.pushy .profile .avatar img {
    /*width: 110px;
    border-radius: 100px;
    display: block;
    border: 2px solid #000000;
    padding: 6px;*/
}

.pushy .profile .avatar span {
    display: block;
    position: absolute;
    right: 0px;
    padding: 5px 11px;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    color: #0C5DA3;
    font-weight: 500;
    top: 80px;
}

.pushy .side_menu {
    margin: 50px 0px;
    padding: 0px;
}

.pushy .side_menu li {
    display: block;
    list-style: none;
    margin-bottom: 0px;
}

.pushy .side_menu li a {
    color: #333;
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
    /*font-weight: bold;*/
}

.pushy .side_menu li a span {
    padding: 12px 20px;
}

.pushy .side_menu li a i {
    color: #cc0000;
    padding: 12px;
    display: inline-block;
    background: #0C5DA3;
    font-size: 14px;
    transition: 0.3s;
    min-width: 40px;
    text-align: center;
}

.pushy .side_menu li a:hover i {
    color: #f3f3f3;
    padding: 12px;
    display: inline-block;
    background: #cc0000;
    margin-right: 16px;
    font-size: 14px;
    transition: 0.3s;
    min-width: 40px;
    text-align: center;
}

.pushy .side_menu li a:hover {
    color: #000;
    text-decoration: none;
    background: #ddd;
}


/*------------------------------------------------------------------
[2. Promo Index Page styles / #Promo Index Page styles]
*/

.promo {
    overflow-x: hidden;
    /*background: #011222;*/
    background: #FFFFFF;
}

.top_promo_block {
    background: #FFFFFF;
    width: 100%;
    background-position: center;
    position: relative;
    height: 655px !important;
}

.top_promo_block .bg_img {
    background: url(../img/start/bg2.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header_promo {
    margin-top: 36px;
}

.header.log_btn {
    color: #000000;
    border: 2px solid;
    border-radius: 3px;
    font-size: 15px;
    width: 150px;
    float: right;
}

.header.logout_btn {
    color: #000000;
    border: 2px solid;
    padding: 5px 25px;
    border-radius: 3px;
    font-size: 15px;
    width: 130px;
    float: right;
    color: #5F1B14;
    border-color: #5F1B14;
    height: 40px;
    margin: 15px 5px 0px 0px;
}

.header_promo a:hover {
    color: #e73931;
}

.search_promo {
    padding: 15px;
}

.search_promo input:focus,
.btn_cat button:focus,
.btn_promo_search button:focus,
.input-group-btn {
    outline: none;
    box-shadow: none;
}

.search_promo .btn_cat button span {
    color: #322F44;
    font-size: 16px;
    display: block;
    overflow: hidden;
    padding: 10px 0px;
}

.search_promo .btn_cat button span .caret {
    padding: 0px;
    display: block;
    float: none !important;
    position: absolute;
    top: 14px;
    right: 15px;
}

.btn_cat {
    width: 200px;
}

.btn_cat button {
    display: block;
    width: 100%;
    height: 55px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: none;
    background: #FFFFFF;
    text-align: left;
    color: #322F44;
    font-size: 15px;
    font-weight: 300;
    padding: 0px 20px 0px 10px;
    border-left: 1px solid #E5E5E5;
}

.btn_cat button i {
    padding-right: 10px;
    font-size: 16px;
    color: #322F44;
}

.btn_cat button:hover {
    background: #F2F2F2;
    color: #5b5b5b;
    border-left: 1px solid #F2F2F2;
    border-bottom-right-radius: 3px;
}

.btn_cat.open button.dropdown-toggle i,
.btn_cat.open button.dropdown-toggle .caret {
    color: #ffffff;
}

.btn_cat button .caret {
    color: #322F44;
    float: right;
    margin-top: 12px;
}

.btn_promo_search {
}

.btn_promo_search button {
    height: 55px;
    padding: 0px 50px;
    font-size: 18px;
    margin-left: 30px !important;
    border-radius: 3px !important;
}

.scroll_block {
    height: 100px;
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 0px;
}

.scroll_block img {
    margin: 20px auto;
    display: block;
    -vendor-animation-iteration-count: 2;
}

.start_descrition {
    z-index: 9;
    text-align: center;
    position: absolute;
    width: 1200px;
    top: 95px;
    /*margin-top: -180px;*/
    left: 50%;
    margin-left: -600px;
    white-space: normal;
    left: 50% /*height:100%;*/
}

.start_descrition h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

.start_descrition h1 span {
    display: block;
    width: 150px;
    height: 1px;
    background: #47A5F5;
    margin: 40px auto;
}

.start_descrition span {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 100;
    color: #ffffff;
    line-height: 36px;
}


/*Insert btn*/

.place_dd {
    width: 200px;
    margin-top: -1px;
    background: #47A5F5;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px;
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

.place_dd li {
}

.place_dd li a {
    padding: 10px 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}

.place_dd li a i {
    margin-right: 15px;
    color: #ffffff;
}

.place_dd li a:hover {
    background: #ffffff;
    color: #47A5F5;
}

.place_dd li a:hover i {
    color: #47A5F5;
}


/*Index features block*/

.fea_block {
    padding: 110px 0px 48px;
    background: #ffffff;
}

.fea_block .fea_item {
    margin-bottom: 62px;
}

.fea_block .fea_item h3 {
    font-size: 18px;
    font-weight: 500;
    color: #33244A;
    margin-bottom: 20px;
}

.fea_block .fea_item h3 i {
    font-size: 32px;
    margin-top: -5px;
    display: block;
    float: left;
    margin-right: 10px;
    color: #218DEA;
}

.fea_block .fea_item span {
    font-size: 15px;
    color: #333333;
    line-height: 24px;
    font-weight: 300;
}


/*Index slider rev block*/

.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0px 30px;
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}


/*Index slider style*/

.sl_descrition {
    text-align: center;
    max-width: 800px;
    white-space: normal;
}

.sl_descrition span {
    font-size: 22px;
    color: #ffffff;
}

.sl_descrition h1 {
    font-size: 60px;
    color: #ffffff;
}

.sl_descrition h1 span {
    display: block;
    width: 120px;
    height: 1px;
    margin: 30px auto;
    background: #218DEA;
}

.sl_descrition .btns a {
    padding: 10px 40px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 30px;
}

.sl_descrition.right {
    text-align: left;
}

.sl_descrition.right h1 {
}

.sl_descrition.right img {
    display: block;
    margin-top: 30px;
}

.sl_descrition.right h1 span {
    margin: 30px 0px;
}

.sl_descrition.right .btns {
}

.sl_descrition.top {
    margin-top: 100px;
}

.sl_descrition.top h1 {
}

.sl_descrition.top h1 b {
    color: #218DEA;
}

.sl_descrition.top h1 span {
}

.sl_descrition.top .btns {
}


/*Category block*/

.categori_block {
    padding: 110px 0px;
    background-color: #ffffff;
    background-image: url(../img/start/houses.png);
    background-repeat: repeat-x;
}

.categori_block .cat_item {
}

.categori_block .cat_item div {
    border: 1px solid #cfdde6;
    border-radius: 3px;
    margin-bottom: 35px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 35px 10px;
    background: #ffffff;
    transition: 0.3s;
}

.categori_block .cat_item div i {
    display: block;
    font-size: 32px;
    text-align: center;
    color: #cfdde6;
    transition: 0.3s;
}

.categori_block .cat_item div h4 {
    color: #218DEA;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 10px;
    transition: 0.3s;
}

.va {
    padding: 14px;
    width: 160px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.categori_block .cat_item div:hover {
    background: #218DEA;
    border-color: #1F79C7;
    box-shadow: none;
    cursor: pointer;
    transition: 0.3s;
}

.categori_block .cat_item div:hover i {
    color: #ffffff;
    transition: 0.3s;
}

.categori_block .cat_item div:hover h4 {
    color: #ffffff;
    transition: 0.3s;
}


/*map*/

.map_block {
    padding: 0px;
    position: relative;
}

.map_block .index_map {
    width: 100%;
    height: 700px;
}

.map_block .map_descr {
    position: absolute;
    top: 0px;
    z-index: 9;
    background: rgba(33, 141, 234, 0.9);
    width: 100%;
}

.map_block .map_descr span {
    max-width: 1110px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: 200;
    color: #ffffff;
    padding: 40px 0px;
}

.map_block .map_descr span a {
    display: inline-block;
    font-size: 16px;
    border: 2px solid;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 3px;
    margin-left: 30px;
}

.map_block .map_descr span a:hover {
    color: #e73931;
}


/*User block*/

.user_block {
    background: #ffffff;
    padding: 110px 0px;
}

.user_cover {
    margin-bottom: 40px;
}

.user_block .user_item {
    position: relative;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 263px;
    border-radius: 3px;
}

.user_block .user_item .user_item_cont {
    position: absolute;
    bottom: 0px;
    background: #ffffff;
    width: 100%;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    min-height: 150px;
}

.user_block .user_item .user_item_cont img {
    top: -50px;
    display: block;
    position: absolute;
    width: 100px;
    border-radius: 100px;
    border: 6px solid #ffffff;
    margin-left: 50%;
    left: -50px;
}

.user_block .user_item .user_item_cont a.names {
    display: block;
    text-align: center;
    margin-top: 60px;
    font-size: 22px;
    font-weight: 300;
}

.user_block .user_item .bottom_link {
    position: absolute;
    background: #FFFFFF;
    bottom: 0px;
    width: 100%;
}

.user_block .user_item .bottom_link ul {
    padding: 0px;
}

.user_block .user_item .bottom_link ul li {
    list-style: none;
    display: block;
    width: 25%;
    float: left;
    border-right: 1px solid #e4e4e4;
    text-align: center;
    border-top: 1px solid #e4e4e4;
}

.user_block .user_item .bottom_link ul li.last {
    border-right: 0px;
}

.user_block .user_item .bottom_link ul li a {
    padding: 6px 0px;
    display: block;
    color: #CDCDCD;
}

.user_block .user_item .bottom_link ul li a:hover {
    background: #F4F4F4;
    color: #333;
}

.user_block .user_item .bottom_link ul li a i {
    font-size: 12px;
    padding-right: 5px;
}

.user_block .user_item .blurbg {
    width: 100%;
    border-radius: 3px;
    transition: 0.3s;
}

.user_sm {
    position: relative;
}

.user_num {
    position: absolute;
    height: 35px;
    width: 35px;
    background: #ffffff;
    border-radius: 100px;
    padding-top: 8px;
    font-size: 14px;
    color: #ff9c00;
    bottom: -16px;
    left: 50%;
    z-index: 2;
    text-align: center;
    margin-left: -18px;
}

.user_go {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(33, 141, 234, 0.85);
    border-radius: 3px;
    font-size: 20px;
    padding: 10px 26px;
    color: #ffffff;
    bottom: -150%;
    transition: 0.3s;
}

.user_go i {
    display: block;
    margin: 5px auto;
    width: 20px;
}

.user_sm img {
    width: 100%;
    border-radius: 3px;
}

.min_u_hover {
    overflow: hidden;
    position: relative;
}

.min_u_hover:hover .user_go {
    bottom: 0px;
    transition: 0.3s;
}

.min_u_hover:hover {
    cursor: pointer;
}

.fb_btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 0px 0px 3px #000000;
    background: none;
    height: 35px;
    width: 35px;
    border-radius: 60px;
    padding: 6px 11px;
}

.fb_btn:hover {
    background: #014490;
    color: #ffffff;
    text-shadow: none;
}

.user_item:hover .blurbg {
    width: 110%;
    transition: 0.3s;
}


/*promo block*/

.promo_block {
    padding: 110px 0px;
    background: #1d142b;
    position: relative;
    overflow: hidden;
}

.promka {
    z-index: 9;
    position: relative;
}

.promo_block .anim_bg {
    background: url("../img/start/promo_bg.jpg");
    position: absolute;
    left: 0;
    top: 0;
    height: 3000px;
    width: 100%;
    -webkit-animation: cloud_one 50s linear infinite;
    -moz-animation: cloud_one 50s linear infinite;
    -o-animation: cloud_one 50s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

@-webkit-keyframes cloud_one {
    0% {
        bottom: 0%
    }
    100% {
        top: -100%
    }
}

@-moz-keyframes cloud_one {
    0% {
        bottom: 0
    }
    100% {
        top: -100%
    }
}

.promo_block img {
    display: block;
    margin: 0px auto 40px;
}

.promo_block span {
    display: block;
    font-size: 36px;
    font-weight: 100;
    color: #218DEA;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    line-height: 60px;
}


/*places block*/

.places_index_block {
    background: #ffffff;
    padding: 110px 0px;
}

.place_index_item {
    margin-bottom: 40px;
}

.place_index_item .place_inn {
}

.pl_descr {
    border: 1px solid #e4e4e4;
    border-top: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
    padding: 25px;
}

.pl_descr a {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.pl_descr span {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

.pl_descr .rate {
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.pl_descr .rate li {
    list-style: none;
    display: inline-block;
    color: #FFCB00;
    padding-right: 2px;
}

.pl_descr .rate li i {
}

.pl_descr .rate li i.no {
    color: #DADADA;
}

.pl_descr .rate li i:hover {
    color: #FF9100;
    cursor: pointer;
}

.place_inn img {
    width: 100%;
}


/*------------------------------------------------------------------
[3. Map Page styles / #Map Page styles]
*/


/* map style */

.map {
    width: 100%;
    height: 100%;
    /*position: fixed !important;*/
}


/*menu*/

.menu {
    position: absolute;
    z-index: 9;
    background: rgba(33, 173, 234, 0.9);
    width: 100%;
    bottom: 0px;
    max-height: 65px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.menu.mobile #close_menu {
    display: none;
}

.menu ul {
    padding: 0px;
    text-align: center;
    max-width: 1190px;
    margin: 0 auto;
}

.menu li {
    list-style: none;
    display: inline-block;
    width: 10%;
    margin: 0px -2px;
    padding: 0px;
}

.menu li a {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    padding: 11px 0px;
    text-decoration: none;
    transition: 0.3s;
}

.menu ul li a span {
}

.menu li a:hover,
.menu li a:focus {
    background: #ffffff;
    transition: 0.3s;
    color: #218DEA;
}

.container-fluid.menu span,
.container-fluid.menu .icon-remove,
.container-fluid.menu .mobile_menu {
    display: none;
}

.marker_info .info {
    width: 300px;
    height: 320px;
    border-radius: 5px;
    background: rgba(0, 127, 237, 0.8);
    position: relative;
    z-index: 9999999;
}

.marker_info .info img {
    display: block;
    border-radius: 100px;
    width: 110px;
    position: absolute;
    top: -53px;
    left: 90px;
    border: 7px solid #e9e5db;
    background: #ffffff;
}

.marker_info .info a {
    background: #ffffff;
    border: 0px;
    color: #218DEA;
    transition: 0.3s;
}

.marker_info .info a:hover {
    background: #242A33;
    border: 0px;
    color: #218DEA;
    transition: 0.3s;
}

.marker_info .info h2 {
    text-align: center;
    padding-top: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #ffffff;
}

.marker_info .info h2 span {
    width: 70px;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 15px auto;
}

.marker_info .info span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    display: block;
    padding: 0px 30px;
    font-size: 14px;
}

.marker_info .info a {
}

a.green_btn {
    background: #E73931;
    border: 1px solid #000000;
    padding: 10px 50px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    display: block;
    width: 180px;
    text-align: center;
    bottom: 40px;
    position: absolute;
    left: 60px;
    transition: 0.3s;
}

a.green_btn:hover {
    background: #ffffff;
    /* Old browsers */
    border: 1px solid #000000;
    padding: 10px 50px;
    color: #E73931;
    font-size: 14px;
    box-shadow: none;
    border-radius: 4px;
    display: block;
    width: 180px;
    text-align: center;
    bottom: 40px;
    position: absolute;
    left: 60px;
    text-decoration: none;
}

.marker_info .arrow {
    width: 0px;
    height: 0px;
    position: absolute;
    padding: 0px !important;
    left: -28px;
    top: 150px !important;
    border: 14px solid rgba(255, 0, 0, 0);
    top: 0px;
    border-right-color: rgba(33, 141, 234, 0.9);
}


/*header*/

.header:not(.ui):not(.sub) {
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: 0.3s;
    /*background: #EEEEEE;*/
    height: 90px;
    background: #fff;
    /*border-bottom: 1px solid #EEEffE;*/
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.59);
    border-bottom: 1px solid #ddd;
    top: 0px;
}

.header:hover {
    /*background: #CCCCCC;*/
    transition: 0.3s;
}

.open_side {
    float: left;
    font-size: 21px;
    padding: 28px 10px 0px 20px;
    transition: 0.3s;
}

.open_side:hover {
    float: left;
    font-size: 21px;
    color: #03AAAC;
    padding: 28px 10px 0px 20px;
    cursor: pointer;
    transition: 0.3s;
}

.header .logo {
    display: block;
    float: left;
    padding: 10px 30px 0px 0px;
}

.header .search {
    margin: 8px 0px 8px 30px;
    float: right;
    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(18, 99, 169, 1);
    border: 1px solid rgba(25, 122, 207, 1);
    border-radius: 3px;
    height: 33px;
    font-size: 13px;
    font-style: italic;
    width: 100%;
    padding: 0px 10px;
    max-width: 400px;
}

.green_btn_header {
    background: #202020;
    padding: 6px 50px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    display: block;
    width: 180px;
    text-align: center;
    float: right;
    margin: 9px;
    transition: 0.3s;
}

.green_btn_header:hover {
    background: #FFFFFF;
    padding: 6px 50px;
    color: #218DEA;
    font-size: 14px;
    border-radius: 4px;
    display: block;
    width: 180px;
    text-align: center;
    float: right;
    margin: 9px;
    text-decoration: none;
    transition: 0.3s;
}


/*add place*/

.add_place {
    position: fixed;
    z-index: 999999999;
    background: rgba(16, 7, 29, 0.72);
    width: 100%;
    height: 100%;
    top: 0px;
    transition: 0.3s linear;
    overflow-y: auto;
}

.place_form {
    width: 310px;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    /*height: 480px;*/
    margin-top: -265px;
}

.poll_form {
    width: 300px;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    /*height: 480px;*/
    margin-top: -265px;
}

.place_form h3 {
    margin-top: 10px;
    font-weight: 300;
    text-align: center;
    padding: 10px 0px;
    display: block;
}

.place_form h3 span {
    display: block;
    width: 60px;
    height: 1px;
    background: #e73931;
    margin: 20px auto -16px auto;
}

.place_form label {
    font-size: 11px;
    /*text-transform: uppercase;*/
    display: block;
    padding: 0px 30px;
    margin: 20px 0px 20px 0px;
}

.place_form label input {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    margin-top: 10px;
    background: #F9F9F9;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 300;
}

.place_form label input:focus {
    outline: none;
    border: 1px solid #7CCB18;
    background: #ffffff;
    color: #7ccb18;
    font-size: 16px;
    font-weight: 300;
}

.place_form label select {
    display: block;
    width: 100%;
    margin-top: 10px;
    height: 30px;
}

.place_form a {
    width: 100%;
    margin: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 2px;
    margin-top: 18px;
}

.place_form a:hover {

}


/*login form*/

.login_form {
    /*height: 400px;*/
}

.login_form button {
    margin: 10px 30px;
    width: 240px;
    border-radius: 3px;
    padding: 10px;
}

.register_form button {
    margin: 10px 30px;
    width: 240px;
    border-radius: 3px;
    padding: 10px;
}

.register_form .newsletter {
    display: inline-block;
    width: 100%;
    /*padding-top: 20px;*/
    color: #adadad;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #e9e9e7;
    border-bottom: 1px solid #e9e9e7;
}

.login_form .signup {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #adadad;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #e9e9e7;
}

.place_form label input[type=checkbox] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    margin-top: 0px;
    background: #F9F9F9;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 300;
}

.none {
    top: -150%;
    transition: 0.3s linear;
}

.close_window {
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    color: #ffffff;
    cursor: pointer;
}

.close_window:hover {
    color: #E51616;
}


/*------------------------------------------------------------------
[4. Inner (place) Page styles / #Inner (place) Page styles]
*/

.contant {
}

.contant .basic {
    background: #ffffff;
    min-height: 100%;
    padding: 0px;
    position: relative;
}

.dark_bg {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    width: 100%;
    height: 100%;
}


/*head*/

.head {
    background: #ffffff;
    padding: 20px 30px 30px;
}

.head .logo {
}

.head .search {
    margin: 0px 30px 0px;
    float: right;
    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    height: 33px;
    font-size: 13px;
    font-style: italic;
    width: 100%;
    padding: 0px 10px;
    max-width: 150px;
}

.head .green_btn_header,
.head .green_btn_header:hover {
    max-width: 40px;
    padding: 6px 0px;
    text-align: center;
    margin: 0px;
}

.menusha {
    display: none;
}

.menusha_open {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 21px;
    color: #D0544B;
    transition: 0.3s;
}

.menusha_open:hover {
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}


/*header section*/

.header_section {
    background: url(../img/c_interior.png) no-repeat;
    margin: 0px 0px;
    background-size: cover;
    /*min-height: 255px;*/
    overflow: hidden;
    position: relative;
}


/*header_icon_descr_section*/

.icon_descr_block {
    overflow: hidden;
    border-bottom: 1px solid #E8E8E8;
}

.icon_descr_block .cols {
    width: 50%;
    float: left;
    padding: 16px;
}

.icon_descr_block .cols .icons {
    position: relative;
    float: left;
    width: 30%;
    padding: 20px;
}

.icon_descr_block .cols .icons .ic {
    display: block;
    padding: 18px 24px;
    border: 2px solid;
    width: 76px;
    height: 76px;
    border-radius: 150px;
    font-size: 24px;
}

.icon_descr_block .cols .icons .ic i {
}

.icon_descr_block .cols .icons .num {
    display: block;
    width: 70px;
    position: absolute;
    padding: 3px 20px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    bottom: 8px;
    left: 23px;
    color: #ffffff;
}

.icon_descr_block .bubble {
    float: left;
    width: 50%;
}

.trkis_txt_tr {
    font-size: 12px !important;
}

.icon_descr_block .bubble div {
    background: #f3f3f3;
    padding: 15px;
    border-radius: 3px;
    margin: 30px 30px;
    color: #5a5a5a;
    font-weight: 300;
    position: relative;
    line-height: 24px;
}

.icon_descr_block .bubble div span {
    width: 0px;
    height: 0px;
    position: absolute;
    border: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #F3F3F3;
    left: -20px;
    top: 42px;
}

.id_blue .num {
    background: #45c3e8;
}

.id_green .num {
    background: #97c900;
}

.id_orange .num {
    background: #ff5700;
}

.id_blue {
    color: #45c3e8;
}

.id_green {
    color: #97c900;
}

.id_orange {
    color: #ff5700;
}


/*header_contact section*/

.phone_email {
    padding: 14px 30px;
    border-bottom: 1px solid #e8e8e8;
    min-height: 50px;
    overflow: hidden;
}

.phone_email span {
    display: block;
    float: left;
    margin: 0px 40px 0px 0px;
}

.phone_email span i {
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
    color: #A8A8A8;
}


/*Features block*/

.features_block {
    overflow: overlay;
    min-height: 162px;
}

.features_block div {
    width: 50%;
    float: left;
}

.features_block div ul {
    padding: 20px 30px;
}

.features_block div ul li {
    list-style: none;
    margin: 13px 0px;
}

.features_block div ul li b {
}


/*share block*/

.share_block {
    background: #f3f3f3;
    overflow: overlay;
    min-height: 55px;
    height: 55px;
    line-height: 55px;
}

.share_block div {
    width: 50%;
    float: left;
}

.share_block div a {
    /* display: inline-block; */
    margin: 10px 30px;
}

.share_block div div {
    width: 50%;
    float: left;
    padding: 10px 30px;
    font-size: 13px;
    color: #6f6f6f;
}

.share_block div div span {
    display: block;
    font-weight: bold;
    color: #4A4A4A;
}


/*check in block*/

.check_in {
}

.check_in div {
    padding: 30px;
}

.check_in div a {
}

.check_in div a:hover {
}

.check_in div .users_group {
    padding: 20px 0px;
    margin: 0px -10px;
}

.check_in div .users_group a {
    display: inline-block;
    margin: 0px 10px;
    overflow: hidden;
    position: relative;
}

.check_in div .users_group a img {
    width: 45px;
    border-radius: 3px;
}

.users_group .user_go {
    padding: 9px 0px;
    transition: 0.3s;
}


/*flickr block*/

.flickr_photo h4 {
    margin-left: 10px;
}

.flickr_photo {
    padding: 0px 20px;
}

.flickr_photo ul {
    margin: 0px;
    padding: 0px;
}

.flickr_photo ul li {
    list-style: none;
    display: inline-block;
    margin: 13px;
    overflow: hidden;
    width: 13%;
    border-radius: 3px;
    height: 110px;
}

.flickr_photo ul li img {
    transition: 0.3s;
}

.flickr_photo ul li img:hover {
    opacity: 0.8;
    transition: 0.3s;
}


/*reviews*/

.reviews {
}

.reviews h4 {
    padding: 40px 30px 0px 30px;
    font-size: 16px;
    margin: 0px;
}

.reviews .rev {
    padding: 30px;
    border-bottom: 1px solid #E4E4E4;
    transition: 0.3s;
}

.reviews .rev .user {
    float: left;
    margin: 0px 20px 0px 0px;
    padding-top: 4px;
}

.reviews .rev .user img {
    width: 45px;
    border-radius: 3px;
}

.reviews .rev .texts {
    padding-left: 65px;
}

.reviews .rev .head_rev {
}

.reviews .rev .head_rev span {
    color: #B5B5B5;
    font-size: 13px;
    padding-left: 20px;
}

.reviews .rev .text_rev {
    padding-top: 10px;
    color: #606060;
}

.reviews .rev:hover {
    background: #fafafa;
    transition: 0.3s;
}


/*Add comment*/

.add_comment h4 {
    padding: 30px 0px;
}

.add_comment {
    padding: 0px 30px 50px;
}

.add_comment textarea {
    width: 100%;
    border: 0px;
    background: #f1f1f1;
    border-radius: 3px;
    resize: vertical;
    min-height: 100px;
    padding: 15px;
}

.add_comment textarea:focus {
    outline: none;
}

.add_comment a {
    margin-top: 15px;
}


/*Map*/

.map_place {
    width: 100%;
    height: 254px;
    margin: 0px;
}


/*similar*/

.similar {
    padding: 0px 20px;
}

.similar div {
    overflow: auto;
    margin: 0px -20px;
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 69, 123, 1);
    padding: 16px 20px;
}

.similar a {
    display: block;
}

.similar a:hover {
    color: #ffffff;
}

.similar h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #ffffff;
    padding: 25px 0px 10px;
}

.similar img {
    width: 45px;
    border-radius: 3px;
    display: block;
    float: left;
    margin-right: 10px;
}

.similar i {
    font-size: 12px;
    padding-right: 5px;
    color: #ffffff;
}

.address {
    background: rgba(33, 141, 234, 0.9);
    color: #ffffff;
    width: 320px;
    position: absolute;
    height: 100px;
    top: 75px;
    padding: 18px 24px;
    right: -310px;
    z-index: 2;
    font-size: 15px;
}

.address span {
    width: 0px;
    height: 0px;
    position: absolute;
    border: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(33, 141, 234, 0.9);
    left: -20px;
    top: 42px;
}


/*mobie places*/

.mobile_place {
    padding: 0px 0px 30px;
    overflow: auto;
    display: none;
}

.mobile_place .similar {
}

.mobile_place .similar div {
    color: #BABABA;
    width: 48%;
    float: left;
    margin: 1%;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
}

.mobile_place .similar a {
    display: block;
}

.mobile_place .similar a:hover {
    color: #202020;
}

.mobile_place .similar h3 {
    color: #1B1B1B;
    padding: 0px 8px 20px;
    margin: 0px;
}

.mobile_place .similar img {
    width: 45px;
    border-radius: 3px;
    display: block;
    float: left;
    margin-right: 10px;
}

.mobile_place .similar i {
    color: #BABABA;
}

.mobile_place .address {
    background: rgba(231, 57, 49, 1);
    padding: 15px 15px;
    margin-top: 0px;
    border-radius: 1px;
    color: #ffffff;
    position: absolute;
    left: 0px;
}


/*------------------------------------------------------------------
[5. User Profile pages / #User Profile pages]
*/

.vp h1 {
    padding: 0px 30px 30px;
}

.map_user_visits {
    width: 100%;
    height: 300px;
}

.marker_visit {
    background: rgba(0, 0, 0, 0.83);
    border-radius: 3px;
    width: auto;
    position: fixed;
}

.marker_visit .info {
    padding: 10px 30px;
}

.marker_visit .info span {
    width: 0px;
    height: 0px;
    position: absolute;
    padding: 0px !important;
    left: -16px;
    top: 12px !important;
    border: 8px solid rgba(255, 0, 0, 0);
    top: 0px;
    border-right-color: rgba(0, 0, 0, 0.83);
}

.marker_visit .info a {
    font-size: 14px;
}

.marker_visit .info a:hover {
    font-size: 14px;
    color: #ffffff;
}


/*user left column*/

.user_avatar {
    margin-top: 100px;
    position: relative;
}

.user_avatar img {
    width: 100%;
    border-radius: 3px;
}

.user_avatar span {
    position: absolute;
    background: rgba(0, 0, 0, 0.71);
    display: block;
    bottom: 0px;
    width: 100%;
    padding: 8px 15px;
    font-size: 28px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #ffffff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.user_friends {
    overflow: hidden;
    padding: 0px 10px;
}

.user_friends h4 {
    color: #ffffff;
    font-size: 20px;
    padding: 20px 10px 0px;
}

.profile_mobile_vis .user_friends h4 {
    color: #202020;
}

.users_group {
}

.users_group .user_avatars {
    position: relative;
    overflow: hidden;
    display: block;
    width: 45px;
    float: left;
    margin: 10px;
}

.users_group .user_avatars img {
    width: 45px;
    border-radius: 3px;
}


/*userr btn*/

.user_btn {
    margin: 20px 20px;
}

.user_btn a {
    display: block;
    margin-bottom: 12px;
    padding: 10px;
}

.profile_mobile_vis {
    display: none;
}

.user_avatars {
    position: relative;
    overflow: hidden;
    display: block;
}

.user_avatars img {
}

.user_avatars .user_go {
    transition: 0.3s;
}

.user_avatars .user_go i {
}

.user_avatars:hover .user_go {
    bottom: 0px;
    overflow: hidden;
    padding: 0px;
    width: 45px;
    padding-top: 8px;
    transition: 0.3s;
}

.user_vis {
    background: #218DEA;
    padding: 16px 20px;
    color: #ffffff;
}

.user_vis span {
}

.user_vis span i {
    margin-right: 10px;
}

.user_vis div {
    width: 0px;
    height: 0px;
    position: absolute;
    border: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #218DEA;
    right: -20px;
    top: 16px;
    z-index: 9;
}


/*------------------------------------------------------------------
[6. Place grid / #Place grid]
*/

.place_gr_cont {
    overflow: auto;
}

.place_gr_cont h1,
.place_li_cont h1 {
    padding: 0px 30px 30px;
}

.place_gr_cont * {
    transition: 0.3s;
}

.place_gr_cont .pg {
    width: 50%;
    padding: 30px;
    min-height: 300px;
    float: left;
    background-size: cover !important;
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.place_gr_cont .pg img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.place_gr_cont .pg h2 {
    font-size: 26px;
    color: #ffffff;
    margin-top: 0px;
}

.place_gr_cont .pg h2 span {
    width: 80px;
    height: 1px;
    display: block;
    margin: 20px 0px;
}

.place_gr_cont .pg span {
    font-family: 'Roboto';
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    font-weight: 300;
}

.place_gr_cont .pg.style_one {
    transition: 0.3s;
}

.place_gr_cont .pg.style_two {
    background: #218DEA;
    transition: 0.3s;
}

.place_gr_cont .pg.style_two h2 span {
    background: #ffffff;
}

.place_gr_cont .pg.style_three {
    background: #1b2027;
}

.place_gr_cont .pg.style_three h2 span,
.place_gr_cont .pg.style_one h2 span {
    background: #218DEA;
}

.place_gr_cont .pg.style_one.bg_one {
    background: url(../img/pl1.jpg);
    transition: 0.3s;
}

.place_gr_cont .pg.style_one.bg_two {
    background: url(../img/pl2.jpg);
    transition: 0.3s;
}

.place_gr_cont .pg.style_one.bg_three {
    background: url(../img/pl3.jpg);
    transition: 0.3s;
}

.place_gr_cont .pg:hover {
    cursor: pointer;
    background: #ffffff !important;
    transition: 0.3s;
}

.place_gr_cont .pg:hover h2 {
    color: #218DEA;
    transition: 0.3s;
}

.place_gr_cont .pg:hover h2 span {
    background: #218DEA;
    transition: 0.3s;
}

.place_gr_cont .pg:hover span {
    color: #030102;
    transition: 0.3s;
}

.more_btn {
    padding: 10px 20px;
    display: block;
    width: 150px;
    text-align: center;
    border: 2px solid #CBCBCB;
    margin: 30px auto;
    border-radius: 3px;
    color: #CBCBCB;
    clear: both;
}

.more_btn:hover {
    text-decoration: none;
    background: #218DEA;
    border-color: #218DEA;
    color: #ffffff;
}

.pg:hover .dar_bg_frid {
    background: #ffffff;
}

.places_cat {
    padding: 0px;
}

.places_cat li {
    list-style: none;
}

.places_cat li a {
    display: inline-block;
    width: 90%;
    padding: 12px 15px;
    /*border-bottom: 1px solid rgba(0, 67, 124, 1);*/
    color: #ffffff;
}

.places_cat li a:hover {
    background: #218DEA;
    color: #ffffff;
    border-bottom: 1px solid #218DEA;
}

.places_cat li a i {
    margin-right: 15px;
}

.tag {
    padding: 15px;
    margin-top: 30px;
}

.tag h3 {
    color: #ffffff;
    margin-bottom: 20px;
}

.tag ul {
    padding: 0px;
}

.tag ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 1px 7px;
}

.tag ul li a {
    padding: 6px 14px;
    border: 1px solid #218DEA;
    display: block;
    border-radius: 40px;
}

.tag ul li a:hover {
    background: #218DEA;
    color: #ffffff;
}

.dar_bg_frid {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.p_cont {
    z-index: 99;
    position: relative;
}

.place_li_cont {
}

.place_li_cont .style_list {
    margin-bottom: -1px;
    position: relative;
}

.place_li_cont .style_list img {
    display: block;
    float: left;
    max-width: 200px;
    margin: 14px;
    border-radius: 3px;
}

.place_li_cont .style_list div h2 {
    color: #333333;
    font-size: 26px;
}

.place_li_cont .style_list div h2 a {
    transition: 0.3s;
}

.place_li_cont .style_list div h2 a:hover {
    transition: 0.3s;
    color: #333;
    text-decoration: none;
}

.place_li_cont .style_list div h2 span {
    width: 80px;
    height: 1px;
    display: block;
    margin: 20px 0px;
    background: #218DEA;
}

.place_li_cont .style_list div span {
    font-family: 'Roboto';
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    line-height: 26px;
    display: block;
    margin-bottom: 14px;
}

.place_li_cont .style_list .con {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
}

.place_li_cont .comm i {
    display: block;
    float: left;
    margin-right: 10px;
}

.list_dia {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 40%;
}

.list_dia .ld {
    width: 100px;
    float: right;
    margin: 0px 10px;
}

.list_dia .circle {
    margin-right: 10px;
}

.list_dia span {
    font-size: 14px !important;
    line-height: 32px !important;
}

.content_li {
    float: none;
    margin-left: 240px;
    padding-right: 30px;
}

.pg.style_list {
    transition: 0.3s;
}

.pg.style_list:hover {
    background: #F9F9F9;
    transition: 0.3s;
}


/*------------------------------------------------------------------
[7. Blog page / #Blog page]
*/

.page_info ul {
    padding: 0px;
}

.blog_cat {
    padding: 0px 30px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.blog_cat li {
    list-style: none;
    display: inline-block;
    padding: 0px 0px 0px 0px;
}

.blog_cat li a {
    background: rgba(255, 255, 255, 0);
    padding: 8px 16px;
    border-radius: 100px;
    border: 1px solid #218DEA;
}

.blog_cat li a.active {
    background: #218DEA;
    color: #ffffff;
}

.blog_cat li span {
    color: #ffffff;
}


/*Post*/

.post {
}

.post.p_style_one {
    background: url('../img/blog_post_bg.jpg');
    padding: 90px;
}

.post.p_style_one .post_info {
    background: #ffffff;
    padding: 20px;
}

.post.p_style_one h2 {
    margin-top: 0px;
}

.post.p_style_one h2 span {
    display: block;
    width: 100px;
    height: 1px;
    background: #218DEA;
    margin: 20px 0px;
}

.post.p_style_one .p_text {
}

.post.p_style_one .p_footer {
}

.post.p_style_one .p_footer ul {
    padding: 0px;
    margin-top: 18px;
}

.post.p_style_one .p_footer ul li {
    list-style: none;
    padding: 10px 20px 0px 0px;
    display: inline-block;
}

.post.p_style_one .p_footer ul li a i {
    color: #C5C5C5;
    font-size: 13px;
    display: inline-block;
    margin: 0px 8px 0px 0px;
}

.post.p_style_one.vdk {
    background: url('../img/blog_post_vdk.jpg');
    background-size: cover;
}


/*Post style two*/

.post {
}

.post.p_style_two {
    background: url('../img/blog_post_two_bg.jpg');
    padding: 0px;
    background-size: cover;
    background-position: right top;
}

.post.p_style_two .post_info {
    background: #ffffff;
    padding: 30px;
    width: 50%;
    position: relative;
}

.post.p_style_two h2 {
    margin-top: 0px;
}

.post.p_style_two h2 span {
    display: block;
    width: 100px;
    height: 1px;
    background: #218DEA;
    margin: 20px 0px;
}

.post.p_style_two .p_text {
}

.post.p_style_two .p_footer {
}

.post.p_style_two .p_footer ul {
    padding: 0px;
    margin-top: 18px;
}

.post.p_style_two .p_footer ul li {
    list-style: none;
    padding: 10px 20px 0px 0px;
    display: inline-block;
}

.post.p_style_two .post_info .arrow {
    width: 0px;
    height: 0px;
    position: absolute;
    padding: 0px !important;
    right: -28px;
    margin-top: 50px;
    border: 14px solid rgba(255, 0, 0, 0);
    top: 0px;
    border-left-color: rgba(255, 255, 255, 1);
}

.post.p_style_two .p_footer ul li a i {
    color: #C5C5C5;
    font-size: 13px;
    display: inline-block;
    margin: 0px 8px 0px 0px;
}


/*Post style three*/

.post {
}

.post.p_style_three {
    background: url('../img/blog_post_two_bg.jpg');
    padding: 0px;
    background-size: cover;
}

.post.p_style_three .post_info {
    background: #ffffff;
    padding: 30px;
    position: relative;
}

.post.p_style_three h2 {
    margin-top: 0px;
}

.post.p_style_three h2 span {
    display: block;
    width: 100px;
    height: 1px;
    background: #218DEA;
    margin: 20px 0px;
}

.post.p_style_three .p_text {
}

.post.p_style_three .p_footer {
}

.post.p_style_three .p_footer ul {
    padding: 0px;
    margin-top: 18px;
}

.post.p_style_three .p_footer ul li {
    list-style: none;
    padding: 10px 20px 0px 0px;
    display: inline-block;
}

.post.p_style_three .post_info .arrow {
    width: 0px;
    height: 0px;
    position: absolute;
    padding: 0px !important;
    right: -28px;
    margin-top: 50px;
    border: 14px solid rgba(255, 0, 0, 0);
    top: 0px;
    border-left-color: rgba(255, 255, 255, 1);
}

.post.p_style_three .p_footer ul li a i {
    color: #C5C5C5;
    font-size: 13px;
    display: inline-block;
    margin: 0px 8px 0px 0px;
}


/*------------------------------------------------------------------
[8. Post page / #Post page]
*/

.post.p_style_one.open {
    padding-bottom: 0px;
    min-height: 300px;
    position: relative;
}

.open.post_info {
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    margin-top: 136px;
}

.open.post_info h1 {
    padding: 0px 10px;
    margin: 0px;
    font-size: 44px;
    line-height: 60px;
}

.open.post_info h1 span {
    display: block;
    width: 100px;
    height: 1px;
    background: #218DEA;
    margin: 20px 0px;
}

.post_content {
    padding: 10px 120px 30px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 32px;
    color: #383838;
}

.Subscribe {
    background: #218DEA;
    padding: 10px;
    margin: 40px 0px;
}

.Subscribe div {
    border: 7px solid #ffffff;
    padding: 20px;
}

.Subscribe div h2 {
    margin: 0px;
    text-align: center;
    color: #ffffff;
}

.Subscribe div form {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.Subscribe div form input {
    border: 0px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 14px;
    padding: 0px 10px;
    min-width: 370px;
}

.Subscribe div form button {
}

.post_content .p_footer {
}

.post_content .p_footer ul {
    padding: 0px;
}

.post_content .p_footer ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 30px 0px 0px;
}

.post_content .p_footer ul li a {
}

.post_content .p_footer ul li a i {
    font-size: 13px;
    padding-right: 10px;
    color: #BEBEBE;
}


/*author*/

.author {
    background: #f1f1f1;
    padding: 20px 120px;
    overflow: hidden;
}

.author img {
    float: left;
    display: block;
    border-radius: 100px;
    width: 95px;
    margin-right: 30px;
}

.author a {
    display: block;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 10px;
}

.author span {
}

.reviews.open {
}

.reviews.open h4 {
    padding: 50px 120px 0px;
}

.reviews.open .rev {
    padding: 30px 120px;
}

.reviews.open .add_comment {
    padding: 0px 120px 40px;
}

.reviews.open .add_comment h4 {
    padding: 35px 0px 20px;
}

.fourzerofour {
    background: url(../img/404bg.jpg);
    background-size: cover;
}

.fourzerofour div {
    max-width: 760px;
    margin: 100px auto;
    text-align: center;
    width: 80%;
}

.fourzerofour div img {
    width: 100%;
    max-width: 731px;
}

.fourzerofour div span {
    font-size: 22px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Roboto';
    display: block;
    margin-bottom: 40px;
    margin-top: -50px;
}

.fourzerofour div a {
}

.affix {
    position: fixed;
    top: 60px;
    max-width: 300px;
}

.header_promo {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer {
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    /* height: 60px; */
    background-color: #fff;
    color: #000;
    z-index: 0;
    font-size: 12px;
    border-top: 1px solid #ddd;
}

.footer img {
    width: 80px;
}

.footer .row {
    margin-top: 5px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    display: inline-block;
    margin-right: 5px;
}

.footer .codedby {
    float: right;
    margin-top: 3px;
}

.footer a {
    color: #ddd;
}

.footer-menu li a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    color: #060606;
    padding: 1px 4px;
    margin-bottom: 2px;
    font-size: 11px;
}

.footer-menu li a:hover {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #111;
}

.header.log_btn {
    color: #5F1B14;
    border-color: #5F1B14;
    height: 50px;
    line-height: 46px;
    margin: 15px 30px 0px 0px;
    text-align: center;
}

.header.logout_btn:hover {
    color: #FFFFFF;
    border-color: #391B14;
    background: #391B14;
}

.header.log_btn:hover {
    color: #FFFFFF;
    border-color: #391B14;
    background: #391B14;
}

.pushy .profile .log_btn:hover {
    color: #FFFFFF;
    border-color: #391B14;
    background: #391B14;
}

.pushy .profile .logout_btn:hover {
    color: #FFFFFF;
    border-color: #391B14;
    background: #391B14;
}

.pushy {
    background: #f5f5f5;
    /*background: linear-gradient(#DCDCDC, #8E8D8B);*/
}

.pushy .side_menu li a i {
    background: none;
}

.pushy .profile {
    background: none;
}

.start_descrition h1 span {
    background: #5F1B14;
}

.start_description span {
    background: #666;
    color: #fff;
    padding: 1px 5px;
}

.tool {
    display: none;
}

.character input:focus {
    background: rgba(0, 0, 0, 0.05);
}

.search_promo .inputs {
    direction: rtl;
    display: inline-block;
    height: auto;
}

.character-box {
    display: block;
    float: right;
    vertical-align: top;
    box-sizing: border-box;
    background: #EEEEEE;
    border: 1px solid #c00;
    margin-left: 22px;
    position: relative;
    margin-bottom: 10px;
}

.character-box:hover .character:first-of-type .tool {
    display: block;
}

.character input {
    height: 65px;
    font-family: "AdobeNaskh-LQ";
    display: block;
    /*vertical-align: top;*/
    width: 50px;
    padding-top: 10px;
    font-size: 30px;
    line-height: 2;
    text-align: center;
    border: none;
}

.character {
    position: relative;
    margin: 0;
    display: block;
    float: right;
}

.character-box.alternative .character input {
    width: 26px !important;
    font-size: 20px !important;
    padding-top: 20px;
    line-height: 40px;
    border-right: 1px dashed #999;
}

.character-box.alternative .character input:last-child {
    border-right: none;
}

.tool {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    width: 44px;
}

.tooltip-tool {
    display: inline-block;
    background: #ccc;
    width: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    /*display: none;*/
}

.tooltip-tool.add {
    color: #111;
    right: 0px;
    background: linear-gradient(#ddd, #ccc);
}

#word-building {
    direction: rtl;
    display: inline-block;
    margin: 0px 0 0 0;
    min-width: 100px;
    min-height: 50px;
    height: auto;
    font-size: 40px;
    line-height: 50px;
    overflow: hidden;
    font-family: "AdobeNaskh-LQ";
    word-spacing: 10px;
    max-width: 500px;
    border-radius: 6px;
}

#word-building i {
    color: #cc0000;
}

.tooltip-tool.interest {
    right: 22px;
    background: rgba(150, 0, 0, 1);
    color: #fff;
}

.search_promo .search-button, .search_promo .full-search-button {
    display: inline-block;
    background: rgba(57, 27, 20, 1);
    background: linear-gradient(rgba(100, 27, 20, 1), rgba(57, 27, 20, 1));
    background-image: url(../img/q32beyaz.png), linear-gradient(rgba(100, 27, 20, 1), rgba(57, 27, 20, 1));
    background-repeat: no-repeat;
    opacity: 0.8;
    background-position: 50% 70%;
    color: #fff;
    height: 65px;
    padding: 0px;
    padding-bottom: 49px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 6px;
    color: #fff;
    width: 60px;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    margin-left: 5px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    vertical-align: top;
}

.search_promo .search-button:hover {
    transition: 0.2s;
    transform: scale(1.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

small.description {
    display: inline-block;
    margin-bottom: 15px;
}

.description span {
    background: #666;
    color: #fff;
    padding: 1px 5px;
    font-size: 85%;
}

.start_descrition span {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: #ffffff;
    line-height: 36px;
}

.start_descrition h4 {
    color: #838383;
    font-weight: bold;
}

.start_descrition h4 span {
    display: block;
    width: 150px;
    height: 1px;
    background: #5F1B14;
    margin: 10px auto;
}

.add-character,
.add-character:focus {
    display: inline-block;
    text-align: center;
    width: 20px;
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-style: normal;
    vertical-align: top;
    color: #666;
    height: 67px;
    line-height: 67px;
    position: absolute;
    top: 0;
    left: -22px;
}

#word-building {
    background-color: #f5f5f5;
    padding: 10px 10px 0px 10px;
    border: 1px solid #eee;
}

.keyboard {
    /*position: absolute;*/
    max-width: 367px;
    /*380*/
    margin: 10px auto;
    font-family: "AdobeNaskh-LQ";
    background: #fff;
    box-sizing: border-box;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
    padding: 1px;
    z-index: 90;
    position: relative;
    border: 2px solid #666;
}

.keyboard ul {
    direction: rtl;
    margin: 5px -5px -3px -3px;
}

.keyboard ul li {
    left: 0;
    right: -6px;
    transition: 0.2s;
    transform: scale(1);
    position: relative;
    display: inline-block;
    width: 35px;
    font-size: 26px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    text-align: center;
    margin: -2px 1px;
    cursor: pointer;
    z-index: 90;
    background: #eee;
    /*box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd #999 #999 #ddd;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.keyboard ul li.bos {
    cursor: default;
}

.keyboard ul li.map {
    background: #5CB85C;
    color: #fff;
    line-height: 40px;
}

.keyboard ul li.star {
    line-height: 50px;
}

.keyboard ul li.keyboard-close {
    background: #D9534F;
}

.keyboard ul li.add-character-map {
    background: #5090C6;
}


/*.keyboard ul li.ikili {
    width: 90px;
}*/

.keyboard ul li.ara {
    background: rgba(57, 27, 20, 1);
    background: linear-gradient(rgba(100, 27, 20, 1), rgba(57, 27, 20, 1));
    color: #fff;
}

.keyboard ul li.ara img {
    float: left;
    width: 25px;
    margin: 5px 0px 0 5px;
}

.keyboard ul li.yeni,
.keyboard ul li.ara {
    font-family: 'Arial';
    font-size: 12px;
}

.keyboard ul li.yeni {
    background: #F0AD4E;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    /*color: #FF9500;*/
    border-color: #FF9500;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    width: 130px;
    border-radius: 3px;
}

.keyboard ul li.null {
    border: none;
}

.keyboard ul li.tirnak img {
    width: 70%;
}

.keyboard ul li.space {
    width: 102px;
    height: 32px;
}

.keyboard ul li.search-button {
    display: inline-block;
    background: rgba(57, 27, 20, 1);
    background: linear-gradient(rgba(100, 27, 20, 1), rgba(57, 27, 20, 1));
    background-image: url(../img/q32beyaz.png), linear-gradient(rgba(100, 27, 20, 1), rgba(57, 27, 20, 1));
    background-repeat: no-repeat;
    background-position: 10% 50%;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 40px;
    padding: 0 15px 0 50px;
    width: 130px;
    border-radius: 3px;
}

.keyboard {
    display: none;
}

.keyboard ul li.dif {
    background: #d5d5d5;
}

.keyboard ul li:hover {
    transition: 0.2s;
    transform: scale(1.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.keyboard ul li.null:hover {
    transition: none;
    transform: none;
    box-shadow: none;
    z-index: 99;
}


.input-group-btn {
    font-size: 14px;
    width: 2%;
}

.search-promo .row {
    direction: rtl;
    position: relative;
}

.page_info h4 {
    color: #808080;
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page_info h4.italic {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
}

.clear {
    clear: both;
}

.inline-danger {
    color: #CC0000;
}

.share_block h4 {
    /*margin-top: 10px;*/
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.places_cat a.row {
    font-size: 30px;
    line-height: 30px;
    font-family: "AdobeNaskh-LQ";
    word-spacing: 5px;
}

.reviews .rev {
    padding: 5px;
}

.reviews ul li {
    display: inline-block;
    width: 25%;
    position: relative;
    padding: 10px;
    margin-bottom: 10px /*border-bottom: 1px solid #000000;*/
}

.reviews ul li:before {
    position: absolute;
    top: 20%;
    left: 10px;
    font-family: 'FontAwesome';
    content: '\f101';
    color: #000;
    display: inline-block;
}

.reviews ul li:hover:before {
    color: #fff;
    color: #cc0000;
    /*background: #5E1B14;*/
}

.reviews ul li:hover {
    background: #EEEEEE;
    /*background: #5E1B14;*/
}

.reviews ul li a {
    color: #5E1B14;
    border-bottom: none;
}

.reviews ul li a:hover {
    background: none;
    /*background: #96C0FF;*/
    /*background: #5E1B14;*/
    color: #cc0000;
    border-bottom: none;
}

.modal-body ul li {
    display: block;
    margin-bottom: 0px;
    border-bottom: none;
}

.modal-body ul li:hover {
    /*background: #EEEEEE;*/
    background: none;
}

.modal-body ul li a {
    color: #5E1B14;
    width: 100%;
    margin: 0px;
    border-bottom: none;
    font-size: 15px;
}

.modal-body ul li a:hover {
    background: #5E1B14;
    color: #EEEEEE;
    border-bottom: none;
}

.pushy .profile h3 a:hover {
    color: #5C1B14;
}

.label.label-orange {
    background: #F47C15;
    color: #fff;
}

form input.form-control {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    /*margin-top: 10px;*/
    background: #F9F9F9;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 300;
}

form input.form-control:focus {
    outline: none;
    border: 1px solid #7CCB18;
    background: #ffffff;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

select.form-control {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    background: #F9F9F9;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 300;
}

select.form-control:focus {
    outline: none;
    border: 1px solid #7CCB18;
    background: #ffffff;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}


/* Media*/

.dropdown-menu.inner li {
    list-style: none;
    display: block;
    margin-right: 15px;
    margin-bottom: 0px;
}

.dropdown-menu.inner li a:hover {
    color: #DDDDDD;
}

.bootstrap-select {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    margin-top: 10px;
    background: #F9F9F9;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 300;
}

.hide {
    display: none;
}

.user_vis {
    background: #DCDCDC;
    color: #000000;
}

.panel-body .radio,
.panel-body .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

.panel-body .list-group {
    margin-bottom: 0;
}

.panel-body .list-group .list-group-item {
    margin-bottom: 0;
    display: block;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.panel-body .radio label,
.panel-body .checkbox label {
    display: block;
}

.error_report {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-spacing: 0;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Arial';
    text-align: left;
}

.error_report i {
    color: #F1E222;
}

.label {
    font-size: 14px;
    text-transform: none;
}

#contact {
    margin-top: 10px;
}

#new-search-btn {
    margin-bottom: 10px;
}

.copy-clipboard {
    padding: 6px 16px;
}

.language-box {
    text-align: right;
    margin-top: 10px;
    padding: 0 20px;
}

.language-box a {
    display: inline-block;
    color: #666;
    margin-right: 10px;
    padding: 2px 5px;
    border: 1px solid #391B14;
    border-radius: 5px;
}

.language-box a:last-child {
    margin-right: 0;
}

.language-box a:hover {
    color: #000;
}

@media ( max-width: 1200px) {
    .share_block .panel.with-nav-tabs.panel-default .no-p-auto-wdth:last-child {
        margin: 0;
        width: 33% !important;
    }

}

@media ( max-width: 1024px) {
    .header.log_btn {
        display: none;
    }

    .header.logout_btn {
        color: #5F1B14;
        border-color: #5F1B14;
        height: 50px;
        margin: 15px 30px 0px -142px;
    }

    .header.log_btn {
        color: #5F1B14;
        border-color: #5F1B14;
        height: 50px;
        line-height: 46px;
        margin: 15px 30px 0px -142px;
    }
}

@media ( max-width: 991px) {
    .main_box > .db-pricing-eleven {
        width: 30% !important;
        margin: 0 10px !important;
    }
}

@media ( max-width: 768px) {
    .header.log_btn {
        display: none;
    }

    .share_block .panel.with-nav-tabs.panel-default .no-p-auto-wdth:last-child {
        margin: 0;
        width: 33% !important;
    }

    .main_box {
        justify-content: space-around !important;
    }

    .main_box > .db-pricing-eleven {
        width: 46% !important;
        margin: 0 4px 20px !important;
    }


}


@media ( max-width: 690px) {
    .share_block .panel.with-nav-tabs.panel-default .no-p-auto-wdth {
        width: 32.6% !important;
    }

    .logo {
        padding-top: 15px !important;
        /*margin-left: 40px;*/
    }

    .header.logout_btn {
        color: #5F1B14;
        border-color: #5F1B14;
        height: 50px;
        margin: 15px 30px 0px -142px;
    }

    .header.log_btn {
        color: #5F1B14;
        border-color: #5F1B14;
        height: 50px;
        margin: 15px 30px 0px -142px;
    }

    .share_block h4 {
        margin-bottom: 30px;
    }

    .bootbox {
        margin-top: 60px;
    }
}

@media ( max-width: 480px) {


    .header.log_btn {
        display: none;
    }

    .header.logout_btn {
        display: none;
    }

    /*.modal {
        margin-top: 100px;
    }*/
    /* footer fix mobile */
    #container {
        min-height: 100%;
    }

    .footer {
        margin-top: 30%;
        /*height: 100px;*/
        height: auto;
        position: static;
    }

    /* end footer fix */
}

@media ( max-width: 500px) {
    .logo {
        padding: 10px 0px 0px !important;
    }

    .main_box > .db-pricing-eleven {
        width: 100% !important;
        margin: 0 10px 20px !important;
    }

    .custom-req {
        margin-top: 15px;
    }

    .share_block .panel.with-nav-tabs.panel-default .no-p-auto-wdth {
        width: 32.6% !important;
    }

    .share_block .panel.with-nav-tabs.panel-default .no-p-auto-wdth:last-child {
        width: 32.5% !important;
    }

    .panel-tabs-content .style-place {
        width: 100% !important;
    }
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 31px;
    right: 20px;
    display: none;
}

.tooltip > .tooltip-inner {
    background-color: #000;
    color: #fff
}

.tooltip.top .tooltip-inner:after {
    border-top: 11px solid #000;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -10px;
}

.place_form label input[type="radio"] {
    display: inline-block;
    /*width: 100%;*/
    width: 10%;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    margin-top: 0px;
    background: #F9F9F9;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 300;
}

.search-input-field {
    height: 60px;
    width: 338px;
    margin-top: 3px;
    border: 1px solid #c00;
    font-size: 35px;
    padding: 5px;
}

.hometabs.nav.nav-tabs {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
}

.hometabs.nav.nav-tabs li:not(.active) a {
    background: #9d9d9d;
    color: white;
}

.search-results .panel-heading h4 {
    text-align: left;
}

.search-results .panel-heading h4 a {
    font-size: 25px;
    color: #9f2b2b;;
}

.search-results .panel-heading h4 a:focus {
    text-decoration: none;
    color: black;
}

.search-results .panel-heading h4 a::before {
    font-family: 'FontAwesome';
    content: "\f101";
}

.search-results .panel.panel-default {
    border: none;
    background: none;
}

.search-results .alert-danger {
    color: #ffffff;
    background-color: #9f2b2b;
    border-color: #ebccd1;
    text-align: left;
    font-size: 20px;
}

.search-results {
    text-align: left;
}

/* my css */

body {
    opacity: 1 !important;
    transition: unset !important;
}

.dropbtn {
    background-color: transparent;
    color: #391a14;
    padding: 16px;
    font-size: 14px;
    border: none;
    width: 100%;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content a {
    color: black;
    padding: 0px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
    transition: 1s;
}

.dropdown:hover .dropdown-content {
    display: block;
    transition: 1s;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
    transition: 1s;
}


.dropdown-content li a {
    font-size: 11.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0;
    transition: 1s;
}


.dropdown-content {
    display: none;
    position: relative;
    background-color: #f1f1f1;
    z-index: 1;
    width: 271px;
    margin-left: -39px;
    max-width: 271px;
    transition: 1s;
}

.dropdown-content li a:hover i {
    color: #f3f3f3;
    padding: 12px;
    display: inline-block;
    background: #cc0000;
    margin-right: 16px;
    font-size: 14px;
    transition: 0.3s;
    min-width: 40px;
    text-align: center;
}

/* .btn-right {
    background: #fff !important;
    color: #000 !important;
    border-radius: 8px;
    font-weight: bold;
    padding: 4px 5px;
    margin-bottom: 4px;
	float:right;
} */


/* @media only screen and (max-width:768px) {
	.page_info{
		bottom: 58px !important;
		position:relative;
	}
} */
.btn-right {
    background: #fff !important;
    color: #000 !important;
    border-radius: 8px;
    font-weight: bold;
    padding: 1px 5px;
    margin-bottom: 4px;
    float: right;
    position: absolute;
    /* left: 65%; */
    top: -3px;
}

.btn-right-turkish {
    background: #fff !important;
    color: #000 !important;
    border-radius: 8px;
    font-weight: bold;
    padding: 1px 5px;
    margin-bottom: 4px;
    float: right;
    position: absolute;
    /*  left: 100%; */
    top: -3px;
}

@media only screen and (max-width: 900px) {
    .btn-right {
        background: #fff !important;
        color: #000 !important;
        border-radius: 8px;
        font-weight: bold;
        padding: 0px 2px;
        margin-bottom: 4px;
        float: none !important;
        position: relative !important;
        left: 0 !important;
        top: 4px !important;
    }

    .btn-right-turkish {
        background: #fff !important;
        color: #000 !important;
        border-radius: 8px;
        font-weight: bold;
        padding: 0px 2px;
        margin-bottom: 4px !important;
        float: none !important;
        position: relative !important;
        left: 0 !important;
        top: 4px !important;
    }

}

.error_create_valid {
    color: red;
}

/* .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
#advert_banner > p {
    text-align: center;
    padding-top: 24px;
} */
#advert_banner {
    background-color: #A03939;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    padding: 6px 6px !important;
}

#advert_banner > p {
    font-size: 14px;
    color: #e7d9d9;
    font-family: inherit;
    text-align: center;
    padding-left: 200px !important;
    margin: 0 !important;
}

.close {
    position: absolute;
    right: 28px;
    top: 6px !important;
    margin: 0 !important;
    padding: 1px !important;
    opacity: 1;
    font-size: 15px;
    color: #ffffff;
    text-shadow: none;
}

.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
    text-shadow: none;
}

/* .page_info ul li.active {
    background: #222;
} */
.pricing-nav > li {
    float: none;
}

.pricing-nav > li {
    float: none;
    margin-bottom: 10px;
}

.pricing-nav {
    background-color: transparent;
    margin-bottom: 10px !important;
    border-bottom: 2px solid #ccc;
    padding-bottom: 12px !important;
    text-align: center;
}

/* new */
.db-bk-color-two {
    background-color: #b73b37;
}

.db-bk-color-one {
    background-color: #313131;
}

.db-padding-btm {
    padding-bottom: 50px;
}

.db-button-color-square {
    color: #fff;
    background-color: #b73b37;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    width: 100%;
    border-radius: 4px;
}

.db-button-color-square1 {
    background-color: #313131 !important;
    opacity: 1;
    color: #f8f7e3;
    border: 1px solid #313131;
}

.db-button-color-square:hover, db-button-color-square:focus, db-button-color-square:active {
    color: #444 !important;
    background-color: #fff;
    border: none;
    transition: 0.5s;
}

/* .db-bk-color-two .price {
    box-shadow: 1px 0px 1px #fff;
} */

/* .db-bk-color-two .type {
    box-shadow: 0px 0px 1px #fff;
} */
.db-bk-color-two .type {
    box-shadow: 0px 0px 1px #fff !important;
}

/*  .db-bk-color-one .type {
    box-shadow: 0px 0px 1px #000;
} */
.db-pricing-eleven {
    margin-bottom: 30px;
    margin-top: 8px;
    text-align: center;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, .5); */
    color: #fff;
    line-height: 30px;
    border: 2px dashed #fff0
}

.db-pricing-eleven.db-bk-color-three {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5) !important;
}

.db-pricing-eleven ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-left: 0px;
}

/* .db-pricing-eleven ul li {
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	font-size:27px;
} */

.db-pricing-eleven ul li {
    padding-top: 10px;
    padding-bottom: 9px;
    cursor: pointer;
    font-size: 27px;
}

.button-align-right {
    width: 50% !important;
}

.db-pricing-eleven ul li i {
    margin-right: 5px;
}


/* .db-pricing-eleven .price {
	padding: 60px 20px;
	font-size: 30px;
	color: #FFFFFF;
} */

.db-pricing-eleven .price {
    padding: 35px 14px;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 15px;
}

.db-pricing-eleven .price small {
    color: #B8B8B8;
    display: block;
    font-size: 12px;
    margin-top: 22px;
}

/* .db-pricing-eleven .type {
    padding: 60px 20px;
    text-transform: uppercase;
    font-size: 20px;
} */
.db-pricing-eleven .type {
    padding: 30px 14px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
}

/* .db-pricing-eleven .type {
	padding: 60px 20px;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
} */

/* .db-pricing-eleven .pricing-footer {
	padding: 10px 3px 10px 3px;
} */
.db-pricing-eleven .pricing-footer {
    padding: 10px 12px 10px 12px;
}

.db-attached > .col-lg-4,
.db-attached > .col-lg-3,
.db-attached > .col-lg-2,
.db-attached > .col-md-4,
.db-attached > .col-md-3,
.db-attached > .col-md-2,
.db-attached > .col-sm-4,
.db-attached > .col-sm-3,
.db-attached > .col-sm-2 {
    padding-left: 10px;
    padding-right: 0;
}

.db-pricing-eleven.popular {
    margin-top: 10px;
}

.db-pricing-eleven.popular .price {
    padding-top: 80px;
}

sub, sup {
    position: relative;
    font-size: 47%;
    line-height: 0;
    vertical-align: baseline;
    bottom: 0em !important;
}

.small_input {
    display: inline-block !important;
    width: 70px !important;
    padding: 0 4px !important;
    text-align: center;
}

.input_label {
    display: block;
}

label.box {
    float: right;
    padding: 0px 50px !important;
}

@media only screen and (max-width: 690px) {
    #advert_banner > p {
        padding-left: 32px !important;
    }

    label.box {
        float: right;
        padding: 0px 25px !important;
        width: 33%;
        margin: 0 !important;
    }

    .close:after {
        left: 30px;
    }

    .close {
        right: 8px !important;
    }
}

input#check1 {
    margin: 0 !important;
}

span.checkmark {
    vertical-align: middle;
}

@media only screen and (max-width: 481px) {
    /* label.box {
        padding: 3px 22px !important;
        font-size: 11px !important;
    } */
    #advert_banner > p {
        padding-left: 5px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 740px) {
    #advert_banner > p {
        padding-left: 0px !important;
    }
}

a.btn.db-button-color-square.btn-block.btn-danger,
a.btn.db-button-color-square1.btn-block.btn-danger {
    padding: 10px 3px 10px 3px !important;
    font-size: 13px;
}

/* .features ul li {
    cursor: pointer;
    display: block;
    margin: 0 !important;
    font-size:11px;
} */
.features ul li {
    cursor: pointer;
    display: block;
    margin: 0 !important;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
}

.db-bk-color-five {
    background: #9e1717
}

.db-bk-color-five .type {
    box-shadow: 0px 0px 4px #000;
}

.db-bk-color-two .type {
    box-shadow: 0px 0px 4px #000;
}

.db-bk-color-three {
    background: #b73b37;
    box-shadow: 0px 0px 13px 5px #313131;
    border: 2px solid #313131;
    margin-top: 8px;
}

.db-bk-color-three .type {
    box-shadow: 0px 0px 1px #fff !important;
}

@media (min-width: 1200px) {
	.character input {
	    font-size: 30px;
	}
}

@media only screen and (max-width: 1199px) {

    .panel-tabs-content .style-place {
        width: 100% !important;
    }
	
	.character-box.alternative .character input {
	    width: 35px !important;
	}
	
	.character input {
	    font-size: 25px !important;
	}

}

@media only screen and (max-width: 991px) {
    .page_description {
        padding-bottom: 33px !important;
    }

    .panel-tabs-content .style-place {
        width: 100% !important;
    }

    .table-btns-blue {
        font-size: 14px;
        padding: 0px 4px;
        line-height: 20px;
    }

    .table-btns-blue {
        width: auto !important;
        margin: 0 2px;
    }
	
	.character input {
	    font-size: 25px;
	}
	
	.character-box.alternative .character input {
	    width: 35px !important;
		font-size: 18px !important;
	}

}

@media (max-width: 767px) {

    .button-align-right {
        width: 100% !important;
        float: right !important;
        margin-top: -44px;
        text-align: right !important;
        display: block;
    }

    .table-btns-blue {
        width: auto !important;
        float: none !important;
    }

    .panel-tabs-content .style-place {
        display: contents !important;
    }
	
	.character input {
	    font-size: 26px;
	}

}

@media (max-width: 690px) {
    .places_cat1 .error_report {
        top: 2px !important;
        right: 45px !important;
        height: 44px;
        padding: 15px 0 0 10px;
        background: transparent;
        opacity: 0;
        width: 20% !important;
    }

    .places_cat2 .error_report {
        top: 0 !important;
        right: 45px !important;
        height: 44px;
        padding: 15px 0 0 0;
        background: transparent;
        opacity: 0;
        width: 20% !important;
    }

    .places_cat3 .error_report {
        top: 0 !important;
        right: 45px !important;
        height: 44px;
        padding: 15px 0 0 0;
        background: transparent;
        opacity: 0;
        width: 20% !important;
    }

    .panel-tabs-content .style-place .custom-style:hover, .error_report {
        opacity: 1;
        background: #eee !important;
    }

    .innerpage .menu-btn, .innerpage .menu-btn:hover {
        top: 48px !important;
        left: 18px !important;
        position: fixed;
        top: 25px !important;
    }

    .back-to-top {
        cursor: pointer;
        position: unset;
        float: right;
        margin-right: 20px;
    }

    .panel-tabs-content .style-place .custom-style {
        height: 44px;
    }
	.character input {
	    font-size: 26px !important;
	}
}

@media (max-width: 580px) {

    .panel-tabs-content .style-place .custom-style {
        float: left !important;
        width: 50% !important;
    }


    .panel.with-nav-tabs.panel-default.pnl-tabs-round .panel-body {
        padding: 0 0 !important;
    }

    .button-align-right {
        width: 100% !important;
        float: right !important;
        margin-top: -44px;
        text-align: right !important;
        display: block;
    }

    .table-btns-blue {
        margin-bottom: 0 !important;
        margin-top: 12px;
    }


    .panel-tabs-content .style-place .custom-style a {
        display: inline-block !important;
        padding-right: 25px;
    }

    .table-btns-blue {
        width: auto !important;
        float: none !important;
    }

    .share_block div div {
        padding: 2px !important;
    }

    .panel-tabs-content {
        padding: 0 !important;
    }

    .panel-tabs-content .style-place .custom-style {
        padding-right: 0px !important;
        padding-left: 0 !important;
    }

    .panel-tabs-content .style-place .custom-style a {
        font-size: 20px !important;
        margin: 0 5px 0px 15px !important;
    }

    .table-btns-blue {
        font-size: 12px !important;
        padding: 0px 3px !important;
        line-height: 22px !important;
    }

    .panel-tabs-content .style-place {
        text-align: left !important;
        padding: 0;
        display: contents !important;
    }
	
	.character input {
	    font-size: 26px !important;
	}

}

@media (max-width: 369px) {
    .innerpage .menu-btn, .innerpage .menu-btn:hover {
        top: 25px !important;
        left: 18px !important;
    }
}

@media (max-width: 399px) {

    .keyboard ul li {
        width: 9%;
    }

}


@media (max-width: 399px) {

    .keyboard ul li {
        right: -4%;
    }

}

@media (max-width: 378px) {

    .keyboard ul li {
        right: -3%;
    }

}

@media (max-width: 334px) {

    .keyboard ul li {
        right: -2%;
    }

}

@media screen and (max-width: 500px) and (min-width: 320px) {
    .db-bk-color-new {
        height: 600px !important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .main_box > .db-pricing-eleven {
        width: 30% !important;
        margin: 0 15px !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .main_box > .db-pricing-eleven {
        width: 30% !important;
        margin: 0 0px !important;
    }
}

.menu-btn {
    top: 40px !important;
    left: 15px !important;
}

.pricing-matix {
    text-align: center;
    margin: auto;
    display: block;
    width: 50%;
}

span.pricing-new-font {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: bold !important;
    font-style: italic;
}

li.word-row {
    display: none !important;
}

.col-md-6.remove-extra-padding {
    padding: 0px !important;
}

/*.close {*/
/*    border: 1px solid #e3e3e3;*/
/*}*/

.close2 {
    border: 1px solid #777;
}

.close1 {
    font-size: 15px;
    color: #131212;
    text-shadow: none;
    float: right;
    background: none;
    border: none;
    padding: 0px;
    vertical-align: middle;
    top: -10px;
    position: relative;
}

.dropdown-toggle:hover i {
    color: #f3f3f3;
    padding: 12px 17.5px;
    display: inline-block;
    background: #cc0000;
    margin-right: 16px;
    font-size: 14px;
    transition: 0.3s;
    min-width: 40px;
    text-align: center;
}

.dropdown-toggle {
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.dropdown-toggle i {
    color: #cc0000;
    padding: 12px;
    display: inline-block;
    font-size: 14px;
    transition: 0.3s;
    min-width: 40px;
    text-align: center;
}

.dropdown-menu {
    min-width: 224px !important;
    padding: 0px 0 !important;
    margin: 0px 0 0 !important;
    border-radius: 0px !important;
    overflow: hidden !important;
    left: -6px !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent;
}

.open:active:not(.ui) i, .open:hover:not(.ui) i, .open:focus:not(.ui) i {
    background: #cc0000;
    color: #fff;
    margin-right: 11px;
    padding: 10px 16.5px;
}

.dropdown-menu > li > a {
    padding: 3px 7px !important;
}

.premium-pack-txt {
    padding-bottom: 47px;
}

.page_info h4.italic {
    font-family: "GILL-SANS-MT" !important;
}

.create_link_name {
    padding-right: 5px;
}

.create_link_last_name {
    padding-left: 5px;
}

form input.form-control.create_link {
    background: #fff;
}

.created_link_text {
    display: none;
}

.text_created_link {
    padding: 15px
}

.custom-search-url {
    position: relative;
}

.custom-search-input-url {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 100px 10px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
}

.custom-search-botton-url {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: #109CFF;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 4px;
    z-index: 2;
}

.dropupCustom {
    position: relative;
    display: inline-block;
    border: 1px solid #dcdcdc;
    color: #060606;
    padding: 1px 4px;
    margin-bottom: 2px;
    font-size: 11px;
}

.dropup-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100px;
    text-align: left;
    bottom: 20px;
    z-index: 1;
    left: -100%;
    right: -100%;
}

.dropupCustom > .dropup-content > a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

.dropupCustom.active .dropup-content {
    display: block;
}

.dropbtn {
    background-color: transparent;
    color: #391a14;
    padding: 0;
    font-size: 11px;
    border: none;
    width: 100%;
}

.label-free {
    background-color: #818181;
    border-color: #818181;
    color: #fff;
}

.label-basic {
    background-color: #E6674A;
    border-color: #E6674A;
    color: #fff;
}

.label-premium {
    background-color: #5CB85C;
    border-color: #5CB85C;
    color: #fff;
}

.label-admin {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.show-definition {
    color: #0100ff !important;
    position: relative;
}

.show-definition-entry {
    color: #0100ff !important;
}

.show-definition-entry:hover {

}

.show-definition > .column-image {
    display: none;
    max-width: 140% !important;
    min-width: 25px !important;
    width: 140% !important;
    cursor: pointer;

}

.show-definition > .column-image > img {
    width: 100%;
    cursor: pointer;

}

.show-definition > .column-report.visible, .show-definition > .column-image.visible {
    background-color: unset !important;
    display: block !important;
    position: absolute;
    color: #0100ff;
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
    top: 99%; /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, 0);
    /* This is a shorthand of
                                            translateX(-50%) and translateY(-50%) */
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Arial', serif;
    overflow: hidden;
    cursor: pointer;

}

.show-definition > .column-report {
    display: none;


}

.show-definition > .column-report.visible {
    padding: 0px 5px !important;
    border-radius: 5px;
    background-color: #e8e8e8 !important;
    color: #335bbf;
    display: grid;
    text-align: center;
    justify-content: center;
    align-content: center;
    max-height: 27px;
    line-height: 27px;
    cursor: pointer;
}

.show-definition > .column-report.visible:hover {
    text-decoration: underline;
}

.show-definition > .column-image.visible {
    bottom: 99%;
    top: unset;
    border: 1px solid black;
    padding: 5px !important;
    background-color: white !important;
}

.links-label {
    float: right;
    padding: 1px 4px !important;
    background: #404040;
    border-radius: 7px;
    color: #fff !important;
    font-size: 12px;
    display: flex;
    width: auto !important;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    -webkit-appearance: none;
    text-transform: capitalize;
}

.black-text {
    color: black !important;
}

.defination_content, .mentioned_definition > .words_mention_definition {
    font-family: "GILL-SANS-MT" !important;
}

.column-image > .overlay {
    background-color: unset !important;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: grid;
    align-items: center;
    justify-items: center;
    border-radius: 7px;
}

.column-image > .overlay:hover {
    opacity: 1;
}

.magnifying-glass-icon {
    display: grid !important;
    vertical-align: unset;
    justify-content: center;
    align-content: center;
    width: 100%;
    margin: 0;
    height: 100%;
    background-color: black !important;
    opacity: 0.5;
}

.column-image > .overlay > i {
    position: absolute;
    z-index: 999;
    color: white;
}

.join-our-project_button:hover {
    color: gray !important;
    background-color: #fff !important;
}

.join-our-project_button {
    position: fixed;
    background: gray;
    color: #fff;
    border-radius: 4px;
    bottom: 10%;
    right: 10%;
    border: 2px solid gray;
    font-weight: bold;
    opacity: 0.8;
    padding: 8px 16px;;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    z-index: 500;
}

.calibri{
    font-family: Calibri, sans-serif;
}

#alerts{
    width: 60%;
    margin: auto;
    text-align: center;
}
.m-auto{
    margin: auto !important;
}

.fixed_footer {
    background-color: #000;
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

.fixed_footer p {
    margin: 0px;
    font-size: 12px;
    color: #ff3b1b;
    text-align: center;
    padding: 5px 0;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #DDDDDD !important;
    background: #F9F9F9 !important;
    height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 40px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block ;
    white-space: nowrap;
}

.select2-container {
    width: 100% !important;
}

.section__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.section__title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.section__descr {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    color: #A5A5A5;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.section__status {
    margin-left: 30px;
}

.section__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ac-right, .ac-right:focus {
    position: relative;
    left: auto;
    right: 0;
    display: block;
    float: right;
    margin-left: 1px;
}

.alert-grey-medium {
    color: #333;
    background-color: #eee;
    border-color: #CCC;
    padding: 1px !important;
}

.tab-content .col-md-9, .panel-tabs-content .col-md-9 {
    width: 75%;
}

.tab-content .col-md-3, .panel-tabs-content .col-md-3 {
    width: 25%;
}

.tab-content .tabs-expand-button, .panel-tabs-content .tabs-expand-button {
    border-color: #333;
    color: #333;
    margin: 0;
}

.tab-content .tabs-expand-button:hover, .panel-tabs-content .tabs-expand-button:hover {
    border-color: #333;
    background-color: #333;
    color: #FFF;
}

.ml-0 {
    margin-left: 0 !important;
}

