F/*////////////////////////////////////////////////////////////*/


/*//////////////////// General styles ////////////////////////*/


/*////////////////////////////////////////////////////////////*/

.framebuy {
    background: rgba(0, 0, 0, 0.9);
    margin: 0px;
    position: fixed;
    z-index: 99999999;
    width: 100%;
    bottom: 0px;
}

.framebuy div {
    margin: 0 auto;
    max-width: 1170px;
}

.framebuy h4 {
    color: rgba(255, 255, 0, 0.78) font-family: roboto;
    font-size: 17px;
    margin: 5px 0px;
    display: block;
    float: left;
    font-weight: bold;
}

.framebuy a {
    /*color: #FFFFFF;
    background: #6DAF15;
    padding: 10px 20px;
    display: block;
    width: 130px;
    text-align: center;
    float: right;
    border-radius: 3px;
    margin-top: 8px;
    margin-left: 20px;*/
}


/*.framebuy a:hover {
    color: #000000;
    background: #FFF700;
    padding: 10px 20px;
    display: block;
    width: 130px;
    text-align: center;
    float: right;
    border-radius: 3px;
    margin-top: 8px;
}*/

.menu {
    bottom: 58px !important;
}

body {
    /* background: url(../img/start/bg.jpg);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}

.back-body {
    background: url(../img/start/bg.jpg) !important;
    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;
}

a {
    color: #28958c;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #f16101;
    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;
}

.all_cont {
    transition: 0.3s;
    position: relative;
}


/*////////////////////////Side menu//////////////////////*/

.pushy .profile {
    background: #161C25;
    margin: -40px 0px -50px;
    padding: 40px 0px 50px;
}

.indexpage .logo {
    margin-left: 50px;
}

.indexpage .menu-btn {
    color: #95c800;
    top: 25px;
    background: grey;
}

.indexpage .menu-btn:hover {
    top: 25px;
}

.pushy .profile .avatar {
    width: 110px;
    background: #161C25;
    height: 110px;
    border-radius: 100px;
    position: relative;
    margin: 40px auto 0px;
}

.pushy .profile h3 {
    text-align: center;
}

.pushy .profile h3 a {
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
}

.pushy .profile h3 a:hover {
    color: #03AAAC;
    text-decoration: none;
}

.pushy .profile .log_btn {
    width: 100px;
    display: block;
    border: 2px solid #FFFFFF;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
    margin: 20px auto;
    color: #FFFFFF;
}

.pushy .profile .log_btn:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
}

.pushy .profile .avatar img {
    width: 110px;
    border-radius: 100px;
    display: block;
    border: 2px solid #03AAAC;
    padding: 6px;
}

.pushy .profile .avatar span {
    display: block;
    position: absolute;
    right: 0px;
    padding: 5px 11px;
    background: #03AAAC;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    color: #FFFFFF;
    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: #95c800;
    margin-bottom: 16px;
    margin-left: 8%;
    font-size: 18px;
}

.pushy .side_menu li a span {
    padding: 12px 20px;
}

.pushy .side_menu li a i {
    color: #95c800;
    padding: 12px;
    display: inline-block;
    background: #161C25;
    margin-right: 16px;
    font-size: 14px;
    transition: 0.3s;
    min-width: 40px;
    text-align: center;
}

.pushy .side_menu li a:hover i {
    color: #FFFFFF;
    padding: 12px;
    display: inline-block;
    background: #03AAAC;
    margin-right: 16px;
    font-size: 14px;
    transition: 0.3s;
    min-width: 40px;
    text-align: center;
}

.pushy .side_menu li a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #95c800;
}


/*////////////////////////////////////////////////////////////*/


/*////////////////// Promo Page styles ///////////////////////*/


/*////////////////////////////////////////////////////////////*/

.promo {
    overflow-x: hidden;
    background: #011222;
    margin: 0px;
}

.animation {
    position: absolute;
    width: 1200px;
    min-width: 1200px;
    height: 100%;
    overflow: hidden;
    bottom: 0px;
    left: 50%;
    margin-left: -600px;
}

.bgg {
    background: url(../img/start/bg.jpg);
    background-position: center bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    background-repeat: no-repeat;
}

.green_button {
    background: #97c900;
    padding: 8px 20px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    transition: 0.3s;
}

.green_button:hover {
    background: #353535;
    padding: 8px 20px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.dark_button {
    background: #353535;
    padding: 8px 20px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    transition: 0.3s;
}

.dark_button:hover {
    background: #ffffff;
    padding: 8px 20px;
    border-radius: 3px;
    color: #353535;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}


/*description*/

.start_descrition {
    z-index: 9999;
    text-align: center;
    position: absolute;
    width: 1200px;
    top: 50%;
    margin-top: -260px;
    left: 50%;
    margin-left: -600px;
}

.start_descrition .start_logo {}

.start_descrition h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.start_descrition h1 span {
    display: block;
    width: 150px;
    height: 1px;
    background: #95c800;
    margin: 40px auto;
}

.start_descrition span {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 300;
    color: #ffffff;
    line-height: 36px;
}

.start_descrition .btns {
    margin-top: 60px;
}

.start_descrition .btns .green {
    background: #95c800;
    padding: 15px 35px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    margin: 0 15px;
}

.start_descrition .btns .green:hover {
    background: #ffffff;
    padding: 15px 35px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    color: #95c800;
    margin: 0 15px;
}

.start_descrition .btns .white_border {
    background: none;
    padding: 14px 35px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    border: 2px solid;
    margin: 0 15px;
}

.start_descrition .btns .white_border:hover {
    background: none;
    padding: 14px 35px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    color: #94C700;
    border: 2px solid;
    margin: 0 15px;
}


/*img position setings*/

.one_element {
    position: absolute;
    right: 143px;
    bottom: -300px;
    z-index: 3;
}

.two_element {
    position: absolute;
    left: 350px;
    bottom: -40px;
    z-index: 2;
}

.three_element {
    position: absolute;
    left: 243px;
    bottom: 227px;
    z-index: 2;
}

.four_element {
    position: absolute;
    left: 78px;
    bottom: 80px;
    z-index: 2;
}

.five_element {
    position: absolute;
    bottom: 80px;
    left: 533px;
    z-index: 2;
}

.six_element {
    position: absolute;
    bottom: 201px;
    right: 277px;
    z-index: 2;
}

.seven_element {
    position: absolute;
    right: 82px;
    bottom: 164px;
    z-index: 2;
}

.eight_element {
    position: absolute;
    left: 60px;
    bottom: 180px;
    z-index: 2;
}

.nine_element {
    position: absolute;
    bottom: 144px;
    right: 463px;
    z-index: 2;
}

.ten_element {
    position: absolute;
    bottom: -70px;
    left: 57px;
    z-index: 1;
}

.quote_element {
    position: absolute;
    bottom: 246px;
    right: 213px;
    z-index: 2;
}

.quote_two_element {
    position: absolute;
    bottom: 205px;
    left: 22px;
    z-index: 2;
}


/*img time animation settings*/

.start_descrition.option {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-iteration-count: 1;
}

.quote_two_element.option {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 1.8s;
    -webkit-animation-iteration-count: 1;
}

.quote_element.option {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 1.6s;
    -webkit-animation-iteration-count: 1;
}

.one_element.option {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}

.two_element.option {
    -webkit-animation-duration: 1.6s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}

.three_element.option {
    -webkit-animation-duration: 0.6s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}

.four_element.option {
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}

.five_element.option {
    -webkit-animation-duration: 1.4s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}

.six_element.option {
    -webkit-animation-duration: 0.8s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}

.seven_element.option {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}

.eight_element.option {
    -webkit-animation-duration: 0.2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}

.nine_element.option {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}

.ten_element.option {
    -webkit-animation-duration: 1.8s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}


/*Adaptive promo page*/

@media (max-width: 1280px) {
    .start_descrition {
        z-index: 9999;
        text-align: center;
        position: absolute;
        width: 1000px;
        top: 50%;
        margin-top: -260px;
        left: 50%;
        margin-left: -500px;
    }
}

@media (max-width: 1200px) {
    .animation {
        position: absolute;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 100%;
        overflow: hidden;
        bottom: 0px;
        left: auto;
        margin-left: auto;
    }
}

@media (max-width: 1030px) {
    .start_descrition {
        z-index: 9999;
        text-align: center;
        position: absolute;
        width: 800px;
        top: 50%;
        margin-top: -260px;
        left: 50%;
        margin-left: -400px;
    }
    .bgg {
        display: none;
    }
    .promo {
        background: url(../img/start/bg.jpg);
        background-position: center bottom;
    }
    .animation {
        display: none;
    }
}

@media (max-width: 860px) {
    .start_descrition {
        z-index: 9999;
        text-align: center;
        position: absolute;
        width: 80%;
        top: 50%;
        margin-top: -260px;
        left: 50%;
        margin-left: -40%;
    }
}

@media (max-width: 500px) {
    .start_descrition {
        z-index: 9999;
        text-align: center;
        position: relative;
        width: 80%;
        top: 0%;
        margin-top: 100px;
        margin-bottom: 100px;
        left: 50%;
        margin-left: -40%;
    }
    .start_descrition .btns a {
        float: none;
        display: block;
        margin: 30px 0px !important;
    }
    .bgg {
        display: none;
    }
    .start_descrition h1 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
    }
    .start_descrition h1 span {
        display: block;
        width: 150px;
        height: 1px;
        background: #95c800;
        margin: 25px auto;
    }
    .start_descrition span {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 300;
        color: #ffffff;
        line-height: 28px;
    }
    .search {
        display: none;
    }
    .galllery-col-marg-mob{
      margin-left:0px !important;

    }

}


/*////////////////////////////////////////////////////////////*/


/*/////////////////// Map Page styles ////////////////////////*/


/*////////////////////////////////////////////////////////////*/


/* map style */

.map {
    
    width: 100%;
    height: 100vh;
    position: fixed !important;
}


/*menu*/

.menu {
    position: fixed;
    z-index: 9;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    bottom: 0px;
    max-height: 65px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.menu ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    max-width: 1600px;
    margin: 0 auto;
}

.menu li {
    list-style: none;
    display: inline-block;
    width: 9%;
    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.shop:hover, .menu li a.shop:focus {
    background: #F54100;
    transition: 0.3s;
}

.menu li a.cinema:hover, .menu li a.cinema:focus {
    background: #00B2B3;
    transition: 0.3s;
}

.menu li a.club:hover, .menu li a.club:focus {
    background: #FFAC00;
    transition: 0.3s;
}

.menu li a.cafe:hover, .menu li a.cafe:focus {
    background: #62B50A;
    transition: 0.3s;
}

.menu li a.sport:hover, .menu li a.sport:focus {
    background: #DD3D83;
    transition: 0.3s;
}

.menu li a.port:hover, .menu li a.port:focus {
    background: #006EC6;
    transition: 0.3s;
}

.menu li a.bank:hover, .menu li a.bank:focus {
    background: #0081DB;
    transition: 0.3s;
}

.menu li a.post:hover, .menu li a.post:focus {
    background: #AAC600;
    transition: 0.3s;
}

.menu li a.showplace:hover, .menu li a.showplace:focus {
    background: #009ECC;
    transition: 0.3s;
}

.menu li a.park:hover, .menu li a.park:focus {
    background: #006BC3;
    transition: 0.3s;
}

.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, 0, 0, 0.84);
    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 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: #78C803;
    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: #95c800;
    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: #95c800;
    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(0, 0, 0, 0.84);
}


/*header*/

.header {
    position: absolute;
    width: 100%;
    z-index: 9;
    transition: 0.3s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}

.header:hover {
    background: rgba(255, 255, 255, 0.42);
    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: 24px 26px 0px 20px;
}

.header .weather {}

.header .weather i {
    font-size: 33px;
    padding: 24px 0px;
    display: block;
    float: left;
}

.header .weather span {
    font-size: 36px;
    font-weight: 300;
    float: left;
    display: block;
    margin: 18px 10px;
}

.header .search {
    margin: 27px 30px;
    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: 400px;
}

.green_btn_header {
   background: #95c800;
    padding: 9px 23px;
    /* font-weight: bold; */
    color: #ffffff;
    font-size: 14px;
    /* border-radius: 4px; */
    display: block;
    /* width: 147px; */
    text-align: center;
    float: right;
    margin: 25px 6px;
    transition: 0.3s;
}




/*add place*/

.add_place {
    position: fixed;
    z-index: 99999999999;
    background: rgba(0, 0, 0, 0.83);
    width: 100%;
    height: 100%;
    top: 0px;
    transition: 0.3s linear;
}

.place_form {
    width: 56%;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    height: auto;
    margin-top: -240px;
}

@media(max-width: 768px){
    .place_form {
    width: 80%;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    height: auto;
    margin-top: -240px;
}
}

.place_form h3 {
    font-weight: 300;
    text-align: center;
    padding: 20px 0px;
    display: block;
}

.place_form h3 span {
    display: block;
    width: 60px;
    height: 1px;
    background: #95C800;
    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: 20px;
    margin-top: 18px;
}

.place_form a:hover {
    width: 100%;
    margin: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 20px;
    margin-top: 18px;
}


/*login form*/

.login_form {
    height: 400px;
}

.login_form a i {
    padding: 0px 10px 0px 0px;
}

.login_form a, .login_form a:hover {
    margin: 10px 30px;
    width: 240px;
    border-radius: 3px;
    padding: 10px;
}

.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;
}


/*////////////////////////////////////////////////////////////*/


/*////////////// Inner (place) Page styles ///////////////////*/


/*////////////////////////////////////////////////////////////*/

.contant {}

.contant .basic {
    background: rgb(255, 255, 255);
    min-height: 100%;
    padding: 0px;
    position: relative;
    padding-bottom: 40px;
}

.dark_bg {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    width: 100%;
    height: 100%;
}


/*head*/

.head {
    background: #ffffff;
    padding: 9px 18px 0px;
}

@media(max-width: 768px) {
    .head {
        background: #ffffff;
        padding: 12px 10px 0px;
    }
    .header .logo {
        padding: 46px 30px 1px 10px;
    }
    .green_btn_header, .green_btn_header:hover {
            padding: 10px 0px !important;
    width: 90px;
    font-weight: bold;
    margin-top: 5% !important;
    font-size: 11px;
    }
    .marg-ipad-about {
        margin-left: 267px !important;
    }
    .cross-marg-ipad-know-more {
        /*margin-top: -2% !important;*/
        margin-right: 2%;
    }
    /* @media (max-width: 760px){
    .med-font{
      color: black;
        margin-left: -4px;
        line-height: 1;
        font-size: 8px;
    }
    } */
 {
        /*font-size: 22px !important;*/
        /*margin-left: -10px !important;*/
        margin-bottom: 0%;
    }
    .marg-ipad {
        margin-left: 267px !important;
    }
    .place_gr_cont h1, .place_li_cont h1 {
        padding: 0px 35px 9px !important;
    }
    .cross-marg-ipad {
        margin-top: 3% !important;
        margin-right: 1%;
    }
}

.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_section img {
    float: left;
    margin: 34px;
    width: 90px;
    border-radius: 3px;
}

.header_section h1 {
    color: #ffffff;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 5px;
}

.header_section ul {}

.header_section ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.header_section ul li a:hover, .header_section ul li a:focus {
    color: #ffffff;
}


/*header section diagramm*/

.diagramms {
    float: left;
    width: 30%;
}

.dial {
    font-size: 16px !important;
    margin-top: 16px !important;
    font-weight: 100 !important;
}

.circle {
    float: left;
    margin-right: 20px;
}

.dia {
    padding: 18px 30px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(9%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    overflow: hidden;
    height: 89px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.diagramms span {
    color: #ffffff;
    display: block;
    padding-top: 15px;
    font-size: 17px;
    font-weight: 300;
}

.circle input:focus {
    outline: none;
}


/*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%;
}

.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;
}

.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;
}

.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;
}

.check_in div .users_group a img {
    width: 45px;
    border-radius: 3px;
}


/*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: 140px;
    border-radius: 3px;
    height: 140px;
}

.flickr_photo ul li img {
    transition: 0.3s;
}

.flickr_photo ul li img:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.user_avatars {
    width: 45px;
    height: 45px;
    position: relative;
    overflow: hidden;
    display: block;
}

.user_go {
    position: absolute;
    width: 45px;
    background: rgba(151, 201, 0, 0.81);
    height: 45px;
    overflow: hidden;
    padding: 13px 17px !important;
    border-radius: 3px;
    bottom: -65px;
    transition: 0.3s;
}

.user_go i {
    color: #ffffff;
}

.user_avatars:hover .user_go {
    bottom: 0px;
    transition: 0.3s;
}


/*reviews*/

.reviews {}

.reviews h4 {
    padding: 40px 30px 0px 30px;
    font-size: 16px;
    margin: 0px;
}

.reviews .rev {
    padding: 15px;
    border-bottom: 1px solid #E4E4E4;
    transition: 0.3s;
}

.reviews .rev:hover {
    background: #F9F9F9;
    transition: 0.3s;
}

.reviews .rev .user {
    float: left;
    margin: 0px 20px 0px 0px;
    padding-top: 4px;
    overflow: hidden;
}

.reviews .rev .user img {
    width: 45px;
    border-radius: 3px;
}

.reviews .rev .texts {
    padding-left: 15px;
}

.reviews .rev .head_rev {}

.reviews .rev .head_rev span {
    color: #B5B5B5;
    font-size: 13px;
    padding-left: 20px;
}

.reviews .rev .text_rev {
    padding-top: 0px;
    color: #606060;
    font-size: 17px;
}


/*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-top: 72px;
    border-radius: 6px;
}


/*similar*/

.similar {}

.similar div {
    overflow: auto;
    margin: 20px 0px;
    color: #ffffff;
}

.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: 10px;
    padding-right: 5px;
    color: #ffffff;
}

.address {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 3px;
    color: #ffffff;
}


/*mobie places*/

.mobile_place {
    padding: 0px 30px 30px;
    overflow: auto;
    display: none;
}

.mobile_place .similar {}

.mobile_place .similar div {
    color: #BABABA;
    width: 50%;
    float: left;
}

.mobile_place .similar a {
    display: block;
}

.mobile_place .similar h3 {
    color: #1B1B1B;
}

.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(0, 0, 0, 0.5);
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 3px;
    color: #ffffff;
}


/*////////////////////////////////////////////////////////////*/


/*////////////////// 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 {}

.user_friends h4 {
    color: #ffffff;
    font-size: 20px;
    padding: 20px 10px 0px;
}

.user_friends .users_group {
    padding: 0px 4px;
}

.user_friends .users_group a {
    width: 45px;
    display: block;
    float: left;
    height: 45px;
    padding: 0px;
    margin: 9px;
}

.user_friends .users_group a img {
    width: 100%;
    border-radius: 3px;
}


/*userr btn*/

.user_btn {
    margin: 20px 10px;
}

.user_btn a {
    display: block;
    margin-bottom: 12px;
    padding: 10px;
}

.profile_mobile_vis {
    display: none;
}


/*////////////////////////////////////////////////////////////*/


/*//////////////////////// Place grid ////////////////////////*/


/*////////////////////////////////////////////////////////////*/

.place_gr_cont {
    overflow: auto;
}

.place_gr_cont h1, .place_li_cont h1 {
    padding: 0px 30px 15px;
}

.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: #95C800;
    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: #95C800;
}

.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: #95C800;
    transition: 0.3s;
}

.place_gr_cont .pg:hover h2 span {
    background: #95C800;
    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: #95C800;
    border-color: #95C800;
    color: #ffffff;
}

.pg:hover .dar_bg_frid {
    background: #ffffff;
}

.places_cat {
    padding: 0px;
}

.places_cat li {
    list-style: none;
}

.places_cat li a {
    display: block;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}

.places_cat li a:hover {
    background: #E73931;
    color: #ffffff;
    border-bottom: 1px solid #E73931;
}

.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 #342C43;
    display: block;
    border-radius: 40px;
}

.tag ul li a:hover {
    background: #342C43;
    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: 199px;
}

.place_li_cont .style_list div h2 {
    color: #333333;
    font-size: 26px;
    max-width: 50%;
}

.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: #95C800;
}

.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;
    height: 200px;
    padding-left: 220px;
}

.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;
}


/*adaprive places list*/


/*////////////////////////////////////////////////////////////*/


/*///////////////////////// Blog page ////////////////////////*/


/*////////////////////////////////////////////////////////////*/

.blog_cat {
    padding: 0px 30px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.blog_cat li {
    list-style: none;
    display: inline-block;
    padding: 10px 10px 0px 0px;
}

.blog_cat li a {
    border: 1px solid #E2E2E2;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
}

.blog_cat li span {}

.blog_cat li a i {
    padding-right: 14px;
}

.lead {
    margin-left: 30px;
    max-width: 700px;
}


/*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: #95C800;
    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: #95C800;
    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: #95C800;
    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;
}


/*////////////////////////////////////////////////////////////*/


/*///////////////////////// 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: #95C800;
    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: url('../img/blog_post_bg.jpg');
    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 {
    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.html);
    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 {}

.menu.mobile #close_menu {
    display: none;
}


/*Adaptive promo index page*/

@media (max-width: 1280px) {
    .start_descrition {
        z-index: 9;
        text-align: center;
        position: absolute;
        width: 1000px;
        top: 50%;
        margin-top: -180px;
        left: 50%;
        margin-left: -500px;
    }
    .header_promo {
        padding-left: 30px;
    }
}

@media (max-width: 1200px) {
    .animation {
        position: absolute;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 100%;
        overflow: hidden;
        bottom: 0px;
        left: auto;
        margin-left: auto;
    }
    .fixed_w {
        margin: 0 40px;
    }
    .user_avatar span {
        font-size: 20px;
    }
}

@media (max-width: 1060px) {
    .header .search {
        margin: 8px 0px 27px 0px;
        max-width: 300px;
    }
}

@media (max-width: 1030px) {
    .start_descrition {
        z-index: 9;
        text-align: center;
        position: absolute;
        width: 800px;
        top: 50%;
        margin-top: -180px;
        left: 50%;
        margin-left: -400px;
    }
    .bgg {
        display: none;
    }
    .promo {
        background: url(../img/start/bg.jpg);
        background-position: center bottom;
    }
    .animation {
        display: none;
    }
    .fixed_w {
        margin: 0 0px;
    }
    .categori_block .cat_item {
        width: 50%;
        float: left;
    }
    .user_cover {
        width: 50%;
        float: left;
    }
    .place_index_item {
        width: 33%;
        float: left;
    }
}

@media (max-width: 1024px) {
    .fixed_w {
        padding: 0px 50px;
    }
    .user_block .user_item {
        height: 250px;
    }
    .user_sm {
        width: 11%;
        margin-bottom: 50px;
        float: left;
    }
    .header_promo img {
        padding-left: 30px;
    }
    .user_block .user_item .user_item_cont a.names {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .mobile_place {
        display: block;
    }
    .mobile_none {
        display: none;
    }
    .sidebar {
        display: none !important;
    }
    .flickr_photo ul li {
        list-style: none;
        display: inline-block;
        margin: 2%;
        overflow: hidden;
        width: 12%;
        border-radius: 3px;
        height: 85px;
    }
    .profile_mobile_vis {
        display: block;
    }
    /*userr btn*/
    .user_btn {
        margin: 70px 0px 0px 210px;
        position: relative;
    }
    .user_btn a {
        display: block;
        margin-bottom: 12px;
        padding: 10px;
        float: left;
        width: 30%;
        margin: 0px 10px;
    }
}

@media (max-width: 990px) {
    .place_li_cont .style_list img {
        margin: 30px;
        width: 140px;
        border-radius: 3px;
    }
    .place_li_cont .style_list .con {
        border-top: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        height: auto;
        padding: 0px 0px 30px 0px;
    }
    .content_li {
        float: none;
        margin-left: 200px;
        padding-right: 30px;
        margin-top: 28px;
    }
    .place_li_cont .style_list div h2 {
        max-width: 100%;
    }
    .list_dia {
        top: 100px;
        left: 190px;
        width: 100%;
    }
    .list_dia .ld {
        float: left;
    }
    .list_dia span {
        margin-top: 0px !important;
    }
    .post.p_style_one {
        padding: 30px;
    }
    .post_content {
        padding: 10px 60px 30px;
    }
    .author {
        background: #f1f1f1;
        padding: 20px 60px;
        overflow: hidden;
    }
    .reviews.open .rev {
        padding: 30px 60px;
    }
    .reviews.open h4 {
        padding: 50px 60px 0px;
    }
    .reviews.open .add_comment {
        padding: 0px 60px 40px;
    }
    .user_avatar {
        margin-top: 0px;
        position: relative;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px 30px;
    }
    .user_avatar img {
        width: auto;
        border-radius: 3px;
        display: block;
        float: left;
        max-width: 190px;
    }
    .user_avatar span {
        position: relative;
        background: none;
        display: block;
        bottom: 0px;
        width: auto;
        padding: 8px 30px;
        font-size: 28px;
        font-family: roboto;
        font-weight: 300;
        color: #1B1B1B;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        float: left;
    }
    .user_btn {
        margin: 70px 0px 0px 210px;
        position: relative;
    }
    .user_friends .users_group {
        overflow: hidden;
        padding: 0px 22px;
    }
    .user_btn a {
        display: block;
        margin-bottom: 12px;
        padding: 10px;
        float: left;
        width: 30%;
        margin: 0px 10px;
    }
}

@media (max-width: 860px) {
    .start_descrition {
        z-index: 9;
        text-align: center;
        position: absolute;
        width: 80%;
        top: 50%;
        margin-top: -180px;
        left: 50%;
        margin-left: -40%;
    }
    .green_btn_header, .green_btn_header:hover {
        margin-top: 9px;
    }
}

@media (max-width: 768px) {
    .search_promo {}
    .search_promo .input-group {
        display: block;
    }
    .search_promo .input-group .form-control {
        border-radius: 3px;
        margin-bottom: 30px;
    }
    .btn_cat button {
        border-radius: 3px;
    }
    .start_descrition {
        margin-top: -250px;
    }
    .tp-banner-container {
        display: none !important;
    }
    .categori_block .cat_item {
        width: 50%;
        float: left;
    }
    .user_cover {
        width: 50%;
        float: left;
    }
    .user_sm {
        width: 20%;
        float: left;
    }
    .categori_block {
        padding-top: 0px;
        background-position: bottom !important;
    }
}

@media (max-width: 700px) {
    .place_index_item {
        width: 80%;
        float: none;
        margin: 0 auto 40px;
    }
    .profile_mobile_vis {
        display: block;
    }
    .user_avatar {
        margin-top: 0px;
        position: relative;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px 30px;
    }
    .user_avatar img {
        width: 100px;
        border-radius: 3px;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .user_avatar span {
        width: 100%;
        padding: 30px 30px;
        color: #1B1B1B;
        float: none;
        text-align: center;
    }
    .user_friends {
        display: block;
        float: left;
        margin: 10px 20px 40px;
    }
    .user_friends h4 {
        color: #000000;
        font-size: 20px;
        padding: 20px 10px 0px;
    }
    /*userr btn*/
    .user_btn {
        margin: 0px 0px 20px;
        position: relative;
    }
    .user_btn a {
        display: block;
        margin-bottom: 12px;
        padding: 10px;
        float: none;
        width: 100%;
        margin: 0px 0px 15px;
    }
}

@media (max-width: 768px) {
    .map {
        margin-top: 14%;
    }
}

@media (max-width: 690px) {
  .marg-ipad {
      margin-left: 212px !important;
  }
    .map {
        margin-top: 14%;
    }
    .header {
        height: 85px;
    }
    .header .search {
        width: 100%;
        max-width: none;
        position: absolute;
        top: 60px;
        left: 50%;
        margin-left: -50%;
    }
    .green_btn_header, .green_btn_header:hover {
        margin-top: 20px;
        margin-right: -14px;
    }
    .logo {
        padding-top: 26px !important;
        margin-left: 40px;
    }
    .innerpage .menu-btn, .innerpage .menu-btn:hover {
        top: 18px;
        left: 18px;
    }
    .menu li a, .menu li a:hover {
        font-size: 16px;
        padding: 20px 0px;
    }
    .page_info {
        padding: 190px 15px 60px;
    }
    .menu-btn {
        top: 13px !important;
    }
    .galllery-col-marg-mob-tab{
          margin-left: 129px;

    }
}

@media (max-width: 640px) {
    .header_promo {
        padding: 0px 50px;
    }
}

@media (max-width: 650px) {
    .icon_descr_block .cols {
        width: 60%;
        float: none;
        margin: 0 auto;
    }
    .icon_descr_block .bubble {
        float: left;
        width: 100%;
    }
    .icon_descr_block .bubble div span {
        display: none;
    }
    .features_block div {
        width: 100%;
        float: none;
    }
    .share_block div {
        width: 100%;
        float: left;
    }
}

@media (max-width: 600px) {
    .menu li {
        width: 20%;
    }
    .menu {
        height: 128px;
        max-height: none;
    }
    .menu ul {
        padding: 0px;
    }
}

@media (max-width: 550px) {
    .place_gr_cont .pg {
        width: 100%;
        float: none;
    }
}

@media (max-width: 500px) {
    .map {
        margin-top: 21%;
    }
    .place_li_cont .style_list img {
        display: block;
        float: none;
        margin: 30px auto;
    }
    .content_li {
        margin-left: 0px;
    }
    .place_li_cont .style_list .con {
        border-top: 0px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        height: auto;
        padding: 0px 30px 30px;
    }
    .list_dia {
        top: 100px;
        left: 20px;
        width: 100%;
    }
    .post.p_style_two .post_info {
        width: 100%;
    }
    .post.p_style_two .post_info .arrow {
        display: none;
    }
    .Subscribe div form input {
        min-width: 200px;
        display: block;
        margin-bottom: 20px;
    }
    .post.p_style_one.open {
        padding-left: 0px;
        padding-right: 0px;
    }
    .open.post_info h1 {
        font-size: 30px;
        line-height: 42px;
    }
    .post_content {
        padding: 10px 30px 30px;
    }
    .author {
        padding: 20px 30px;
    }
    .reviews.open .rev {
        padding: 30px 30px;
    }
    .reviews.open h4 {
        padding: 50px 30px 0px;
    }
    .icon_descr_block .cols {
        width: 90%;
    }
    .header_section {
        background: url(../img/c_interior.png) no-repeat;
        margin: 0px 0px;
        background-size: cover;
        min-height: 255px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .header_section img {
        float: none;
        margin: 34px auto;
        display: block;
    }
    .header_section h1 {
        color: #ffffff;
        font-weight: 300;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 24px;
        text-align: center;
    }
    .header_section ul {
        text-align: center;
        padding: 0px;
    }
    .header_section ul li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
    }
    .header_section ul li a {}
    .dia {
        display: none;
    }
    .page_info h1 {
        font-size: 25px;
        padding-top: 20px;
    }
    .flickr_photo ul li {
        margin: 1%;
        width: 30%;
        height: 100px;
    }
    .mobile_place .similar div {
        width: 100%;
        margin: 0px 0px 20px;
    }
    body.inner_page .bg_parallax {
        background-position: center !important;
    }
    .header {
        height: 69px;
    }
    .header .search {
        width: 100%;
        margin: 0px;
        position: relative;
        top: auto;
        margin-top: 24px;
        left: auto;
    }
    .green_btn_header, .green_btn_header:hover {
        width: 46%;
        margin: 0px 4px;
    }
    .margintop23-mob {
       margin-top: -8% !important;
    margin-left: 3% !important;
    }
    .logo {
        margin: 0 auto;
        width: 100%;
        float: none !important;
        margin-bottom: 10px;
        text-align: center;
        padding: 20px 3px 0px !important;
        /*margin-left: 50px !important;*/
    }
    .menu-btn {
        top: 13px !important;
    }
    .menu {
        height: 100%;
        overflow-y: scroll;
        transition: 0.3s linear;
        z-index: 99999999;
    }
    .menu span {
        display: block !important;
        color: #FFFFFF;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        text-align: center;
        margin-top: 20px;
    }
    .menu .mobile_menu {}
    #close_menu {
        color: #ffffff;
        font-size: 22px;
        position: absolute;
        top: 6px;
        right: 40px;
        display: block;
    }
    #close_menu:hover {
        cursor: pointer;
    }
    .menu .mobile_menu i {}
    .menu ul {
        bottom: 0px;
        margin-top: 30px;
    }
    .menu ul li {
        width: 100%;
    }
    .menu ul li a, .menu ul li a:hover {
        font-size: 20px;
    }
    .menu.mobile {
        height: 65px;
        overflow: hidden;
        transition: 0.3s linear;
    }
    .menu.mobile span {
        display: none !important;
    }
    .menu.mobile i.icon-menu {
        display: block !important;
        font-size: 14px;
    }
    .menu.mobile ul {
        margin-top: 0px;
    }
    .menu.mobile ul li {
        display: none;
    }
    .menu.mobile ul li {
        display: none;
    }
    .menu.mobile .mobile_menu {
        display: block;
    }
    .menu.mobile ul li a {}
    .start_descrition {
        z-index: 9;
        text-align: center;
        position: relative;
        width: 80%;
        top: 0%;
        margin-top: 100px;
        margin-bottom: 100px;
        left: 50%;
        margin-left: -40%;
    }
    .start_descrition .btns a {
        float: none;
        width: 100%;
        display: block;
        margin: 30px 0px !important;
    }
    .bgg {
        display: none;
    }
    .start_descrition h1 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
    }
    .start_descrition h1 span {
        background: #E73931;
    }
    .start_descrition span {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 300;
        color: #ffffff;
        line-height: 28px;
    }
    .search {
        display: none;
    }
    .log_btn {
        margin-top: -10px;
    }
    .user_cover {
        width: 100%;
        float: none;
    }
    .user_sm {
        width: 25%;
    }
}

@media (max-width: 400px) {
  .marg-mob{
    margin-left: 75px !important;
  }
    .top_promo_block {
        min-height: 560px;
    }
    .header_promo img {
        padding-left: 0px;
        display: block;
        margin: 0 auto;
    }
    .header_promo a {
        display: none;
    }
    .start_descrition {
        margin-top: 20px;
    }
    .start_descrition h1 span {
        margin: 20px auto;
    }
    .btn_cat {
        width: 100%;
        display: block;
    }
    .scroll_block {
        display: none;
    }
    .btn_promo_search button {
        height: 55px;
        font-size: 18px;
        margin-left: 0px !important;
        width: 100%;
        margin-top: 30px;
    }
    .fea_block {
        padding: 80px 0px 48px;
    }
    .categori_block {
        padding: 0px 0px 50px;
    }
    .categori_block .cat_item {
        width: 100%;
        float: none;
    }
    .user_block {
        padding: 80px 0px;
    }
    .place_index_item {
        width: 100%;
    }
}

@media (max-width: 350px) {
    .icon_descr_block .cols .icons .ic {
        padding: 8px 15px;
        width: 50px;
        height: 50px;
        font-size: 19px;
    }
    .icon_descr_block .cols .icons .num {
        width: 46px;
        padding: 3px;
        text-align: center;
    }
    .mobile_place .address {
        width: 200px;
    }
    .page_info img {
        width: 100px;
        float: none;
        margin: 0px auto;
        display: block;
    }
    .page_info h1 {
        text-align: center;
        margin-bottom: 30px;
    }
    .page_info .status {
        display: block;
        text-align: center;
    }
}

@media (max-width: 300px) {
    .green_btn_header {
        display: none;
    }
    .header {
        height: 60px;
    }
    .innerpage .menu-btn, .innerpage .menu-btn:hover {
        top: 10px;
        left: 18px;
    }
}


/*! Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */


/* Menu Appearance */

.menu-btn {
    display: block;
    position: fixed;
    top: 10px;
    left: 87%;
    font-size: 21px;
    color: #95C800;
    width: 37px;
    height: 37px;
    padding: 4px 9px;
    border-radius: 100px;
    transition: 0.3s;
    z-index: 99999999;
}

.menu-btn span {
    position: absolute;
    font-size: 11px;
    background: #E73931;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    padding: 0px 5px;
    border: 2px solid;
    left: 19px;
    color: #ffffff;
}

.menu-btn:hover span {
    display: none;
}

.menu-btn:hover {
    display: block;
    position: fixed;
    top: 10px;
    left: 85%;
    font-size: 21px;
    color: #ffffff;
    background: #97C900;
    width: 40px;
    cursor: pointer;
    height: 40px;
    padding: 4px 9px;
    border-radius: 100px;
    transition: 0.3s;
}

.pushy {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #242a33;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /* enables momentum scrolling in iOS overflow elements */
}


/* Menu Movement */

.pushy-left {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

.pushy-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.container-push, .push-push {}


/* Menu Transitions */

.pushy, #container, .push {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}


/* Site Overlay */

.site-overlay {
    display: none;
}

.pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(31, 79, 103, 0.63);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Example Media Query */

@media screen and (max-width: 768px) {
    .pushy {
        font-size: 1.0em;
    }

}


/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfonte0a5.eot?v=4.3.0');
    src: url('../font/fontawesome-webfontd41d.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../font/fontawesome-webfonte0a5.woff2?v=4.3.0') format('woff2'), url('../font/fontawesome-webfonte0a5.woff?v=4.3.0') format('woff'), url('../font/fontawesome-webfonte0a5.ttf?v=4.3.0') format('truetype'), url('../font/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.logo-text {
  color: #0d76a1;
font-weight: bold;
margin-top: -3%;
font-family: inherit;
text-transform: uppercase;
font-size: 28px;
margin-bottom: 1%;
}

.about-logo-text {
    font-size: 30px;
    color: #0d76a1;
    font-weight: bold;
    font-family: inherit;
    text-transform: uppercase;
    text-align: center;
}

.text-center {
    text-align: center;
}

.about-para {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 6%;
}

@media(max-width: 768px) {
    .about-para {
        padding-left: 3%;
        padding-right: 3%;
        font-size: 17px;
        line-height: 32px;
        /*margin-bottom: 23%;*/
    }
    .gallery-col-marg-mob-ipad{
          margin-left: 211px;

    }
}


}
.bold {
    font-weight: bold;
}
.para-padding {
    padding-bottom: 5%;
    padding-left: 4%;
    margin-bottom: 6%;
}
.para-font {
    font-size: 15px;
    line-height: 26px;
}
.header {
    background: rgba(255, 255, 255, 0.67) !important;
}
.footer-img-margin {
    margin-top: -5px;
}
#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url("../img/loader.gif") no-repeat center center white;
}
.centersuccess {
    margin: 0 auto !important;
    display: block !important;
}
.cross-button-nav {
    float: right !important;
    /* margin-top: -10%;*/

    font-size: 29px !important;
    color: #95c800 !important;
    margin: 16px;
}
.pushy .side_menu li a {
    border-top: none !important;
    border-bottom: none !important;
}
<<<<<<< HEAD .visit-site {
    font-weight: bold;
    color: black;
}
.mt10 {
    margin-top: -6%;
}
@media (min-width: 1200px) {
    .ml89desk {
        margin-left: 89px !important;
    }
    .marg-ipad{
          margin-left: 474px !important;
    }
    .galllery-col1{
      margin-left:37px;
      margin-right:67px
    }
    .galllery-col2{
      margin-left:12px;
      margin-right:80px
    }
}
@media(max-width: 768px) {
    .mobile-about {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }
}
.menu-toggle i{
    font-size: 25px;
    margin-top: 14%;
}
.gallery h4{
  padding-bottom: 30px;
  text-align: center;
  font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #6a8c07;
}

.paddbott90{
  padding-bottom: 90px;
}
.mb30{
  margin-bottom: 30px;
}
.hr-about{
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 128, 0, 0.37);
}
.paddbott70{
  padding-bottom: 70px;
}
.bold{
  font-weight: bold;
}
.paddbott35{
  padding-bottom: 35px;
}
.gallery-h4{
    padding-bottom: 30px;
    text-align: center;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.5;
    color: #6a8c07;
    padding-bottom: 1px !important;
}

.date-sp{
    padding-left: 2% !important;
    color: #ffffffbf !important;
    font-size: 18px;
}

.main-title-sb{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.ada-p{
    margin-top: 3%;
    font-size: 16px;
    line-height: 1.7;
    padding-right: 8%;
    text-align: justify;
}

.name-plc{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: color: #0d76a1;
    color: #0d76a1;
}
.name-para-p{
  line-height: 1.5;
    font-size: 16px;
    text-align: center;

}

.happen-date{
        font-size: 15px;
    font-weight: 600;
}

.a-happen{
    font-size: 16px;
    font-weight: bold;
}

.happ-hr{
    border-top: 1px solid #8080805e !important;
    /* padding-left: 4%; */
    margin-left: 20% !important;
    margin-right: 20% !important;
        margin-bottom: 2%;
    margin-top: 2%;
}

.gal-pad{
    border: 2px solid #80808075;
    padding: 2%;
}

.happening-head{
    margin-bottom: 27px;
    font-weight: 700;
    margin-top: 0px;
}

.hap-read-mr{
    background: #97C900;
    color: white;
    font-weight: 600;
    /* margin-top: 6%; */
    padding: 1.5%;
    /* margin-bottom: 6%; */
    /* width: 197px; */
}

.nav-ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media(max-width: 768px){
    .mar-bottom-7{
        margin-bottom: 7%;
    }

.date-sp {
    padding-left: 2% !important;
    color: #ffffffbf !important;
    font-size: 18px;
    text-align: center;
}
}

@media(min-width: 1024px){
  .border-col{
    border-right: 1px solid #80808047;
  }
}

@media(max-width: 450px){
     .mt10-mb {
    margin-top: -28%;
}
}


.header_section-meet1{
       background: url(../img/udaipur_banner.jpg) no-repeat ;
       background-size: cover !important;
}

.header_section-meet2{
       background: url(../img/nagpur__banner-new.jpg) no-repeat ;
       background-size: cover !important;
}


.header_section-meet3{
       background: url(../img/yatra_banner.jpg) no-repeat ;
       background-size: cover !important;
}


.header_section-meet4{
       background: url(../img/inner-odisa.jpg) no-repeat ;
       background-size: cover !important;
}

.head-mar-t{
margin-left: 4% !important;
    margin-top: 4%;
}



@media (min-width: 992px)and (max-width: 1060px){
.green_btn_header, .green_btn_header:hover {
    padding: 6px 10px;
    width: 104px;
}
}

@media(max-width: 768px){
     .green_btn_header, .green_btn_header:hover {
        padding: 6px 10px;
        width: 76px;
    }
}

.bold-font{
    font-weight: bold;
}

.location-head{
    text-align: center;
    margin-bottom: 3%;
    font-size: 23px;
    font-weight: bold;
}

.yantra-sb{
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 4%;
    font-weight: 600 !important;
    color: #97C900;
}

.fnt-bl{
    font-weight: bold;
    font-size: 18px;
}

/*card*/
.card-resources {
    text-align: left;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.22);
}
.card-resources {
    text-align: left;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.22);
}
.card-resources {
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
}

.card-resources-info-inner {
    padding: 5%;
}

.card-resources img {

    object-fit: cover;
    display: block;
    width: 100%;
}

.card-resources div {
    padding: 16px 20px;
}
.card-resources div {
    padding: 16px 20px;
}
.card-resources-info {
    padding: 0!important;
}

.card-resources div h3 {
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 4%;
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #66cdaa;
}
.card-resources div h3 {
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 4%;
    font-size: 1.2em;
    background-color: #97C900;
}

.card-resources div {
    padding: 16px 20px;
}
.card-resources div {
    padding: 16px 20px;
}

.card-resources div h4 {
    font-size: .9em;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 7px;
}

.card-resources div p {
      margin: 8px 0;
    font-size: 1em;
    color: gray;
    line-height: 1.4;
}

.card-resources-info a {
   color: #7b9985;
    font-size: .9em;
    display: block;
    line-height: 1.7;
}

.card-resources div {
   padding: 13px 18px;

}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px;
}

.btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
}

.card-resources .card-image {
    position: relative;
}
.card-resources .card-resources-content {
    padding: 24px;
    border-radius: 0 0 2px 2px;
        height: 140px;
}

.red {
    background-color: #97C900!important;
}


.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}


.btn-floating.halfway-fab {
   position: absolute;
    right: 3px;
    bottom: 106px;
    /* top: 0; */
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.card-resources .card-resources-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.card-resources div h3 {
    text-transform: capitalize;
}

.sub-tx{
    margin: 8px 0;
    font-size: 1.1em;
    color: gray;
    line-height: 1.4;
}

.main-tx-head{
    font-size: 15px;
    font-weight: bold;
}


.modal-h1{
    font-size: 26px !important;
    padding: 7% !important;
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    font-weight: bold !important;
    line-height: 1.4 !important;
}

@media(max-width: 768px){
  .modal-h1{
    font-size: 18px !important;
    padding: 7% !important;
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    font-weight: bold !important;
    line-height: 1.4 !important;
}

}





.mar-tp-3-ft{
    margin-top: 3%;
}

.mar-mb-ft{
    margin-top: 3% !important;
    float: none !important;
    margin-bottom: 5% !important;
}

.float-none{
    float: none !important;
}

@media(min-width: 1200px){
    .card-r-ht{
      height: 571px;
    }
}

.border-link{

    border-top: 2px solid #eee;
}

.project-para{
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: justify!important;
    margin-bottom: 20px;
}

.project-pad{
    padding-left: 6% !important;
    padding-right: 6% !important;
}

.project-h2{
   font-size: 24px;
   margin-top: 0px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600;
}

.proj-subhead{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 19px;
}

.bg-gray{
    background: #eee;
}

.objective-h{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 27px;
}

.col-bg{
    background: #eee;
    padding: 2%;
}

.col-bg-white{
    background: #f5f5f5;
    padding: 2%;
}

.a-col-pad{
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 1%;
    padding: 1%;
}

@media(min-width: 1024px){
    .a-col-pad {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 1%;
    /* padding: 1%; */
    margin: 1%;
    width: 31%;
}
}

.blog_cat_li{
    border: 1px solid #E2E2E2;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    color: #97C900;
}
.pad-head{
  padding-bottom: 1%!important;
}
.text-form{
  font-size: 15px;
text-align: justify;
}
.pd-btm{
  padding-bottom: 15px;
}
.pd-btm-5{
  padding-bottom: 5%;
}
.about-para1{
padding-left: 3%;
padding-right: 3%;
font-size: 17px;
line-height: 32px;
margin-bottom: 3%;
text-align: justify;
}

@media (max-width: 768px){
.about-para1 {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 17px;
    line-height: 32px;
    /* margin-bottom: 23%; */
    text-align: justify;
    margin-left: 2%;
    margin-right: 2%;
}
.med-font{
  color: black;
      margin-left: 17px;
      margin-right: 8px;
      line-height: 1.4;
      font-size: 13px!important;
      margin-right: 14px;
      text-align: justify;
}
.log1{
  color: #0d76a1;
    font-weight: bold;
    margin-top: 1%!important;
    font-family: inherit;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 1%;
}
}
