﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    height: 100%;
}
html {
    height: 100%;
}
.site {
height: 100%;
    margin: 0px;
}
.pd-top {
    margin-top: 15px;
}

/*General menu styles*/
.general_menu {
    background: #293137;
    height: 100%;
    z-index: 8;
    position: fixed;
    max-width: 50px;
    box-shadow: inset -1px 0px 1px #1c2125;
    border-right: 1px solid #030405;
    padding-right: 0px;
    padding-left: 0px;
}
.general_menu ul {
    padding: 0px;
}
.general_menu ul li {
}
.general_menu ul li a {
    font-weight: normal;
    font-size: 22px;
    padding: 15px 13px;
    border-top: 1px solid #030405;
    border-bottom: 1px solid #030405;
    display: block;
    margin-bottom: -1px;
    color: #c7eaf9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.general_menu ul li a:hover {
    font-weight: normal;
    background: #20272c;
    font-size: 22px;
    padding: 15px 13px;
    border-top: 1px solid #030405;
    border-bottom: 1px solid #030405;
    display: block;
    margin-bottom: -1px;
    color: #c7eaf9;
    text-decoration: none;
}
.startpage ul li a {
    color: #44535e;
}
.pxg-set s {
    width: 23px !important;
}
.inner ul {
    margin-top: 0px;
}
.inner .active, .inner .active:hover {
    background: #b5e5f6; /* Old browsers */
    background: -moz-linear-gradient(left, #b5e5f6 0%, #f0fbff 36%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b5e5f6), color-stop(36%,#f0fbff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #b5e5f6 0%,#f0fbff 36%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #b5e5f6 0%,#f0fbff 36%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #b5e5f6 0%,#f0fbff 36%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right, #b5e5f6 0%,#f0fbff 36%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5e5f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    margin-left: 4px;
    margin-right: -1px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.inner .active i {
    color: #ee635d;
}
.general_menu .avatar {
    padding: 25px 8px;
    display: block;
}

/*Content block styles*/
.general_content_styles {
	max-width: 740px;
	margin-left: 50px;
	min-height: 100%;
	box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.28);
	background: #ffffff;
	margin-bottom: 0px;
}
.index_content {
    background: url(../img/clouds.jpg) #ffffff no-repeat;
    background-position-x: right;
}

/*header*/
.header {
    height: 85px;
    background-position-y: bottom;
    padding-top: 25px;
}
.logo {
    float: left;
}
.autorization_btn {
    float: right;
}

/*search_block*/
.search {
    float: left;
    width: 80%;
    margin-right: 10px;
}
.search_block {
    background: rgb(198,236,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(198,236,255,1) 1%, rgba(168,228,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(198,236,255,1)), color-stop(100%,rgba(168,228,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(198,236,255,1) 1%,rgba(168,228,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(198,236,255,1) 1%,rgba(168,228,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(198,236,255,1) 1%,rgba(168,228,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(198,236,255,1) 1%,rgba(168,228,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ecff', endColorstr='#a8e4ff',GradientType=0 ); /* IE6-9 */
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0px;
}
.search input {
    margin-bottom: 15px;
}
.search_block .col-lg-10 {
    padding-left: 0px;
}
.text_in_search {
    font-size: 20px;
    font-weight: 300;
    color: #4e8297;
    display: block;
    margin-bottom: 10px;
}
.search_block .form-control {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #98c5d7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ping {
    color: #d41b1b !important;
    padding-right: 2px;
}

/*autorization modal*/
#autorization .modal-content, #autorization .modal-dialog {
    max-width: 300px;
}


/*sidebar*/
.side-bar {
background: #ffffff;
margin-left: 50px;
max-width: 280px;
min-height: 100%;
box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.22);
margin-bottom: 0px;
}
.side-bar .logo {
    margin-left: 40px;
}
.side-bar .jumbotron {
    padding: 8px 0px 12px;
}
.side-bar .jumbotron h2 {
    font-size: 20px;
}

/*Catalog menu*/
#tabs div {
    display: none;
}
#tabs .active {
    display: block !important;
}
.catalog {
    padding: 0px;
    margin: 0px -15px;
}
.catalog li {
    list-style: none;
}
.catalog li a {
    color: #5d8eae;
    padding: 8px 10px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: normal;
    display: block;
    float: left;
    width: 100%;
}
.catalog li a:hover {
    color: #5d8eae;
    padding: 8px 10px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: normal;
    background: #eef8ff;
    display: block;
    float: left;
    width: 100%;
}
.catalog li span {
    float: right;
    color: #c8c8c8;
    font-size: 9px;
    padding: 3px;
}
.catalog .activepoint, .catalog .activepoint:hover {
    background: #f16d52; /* Old browsers */
    background: -moz-linear-gradient(left, #f16d52 0%, #fb846a 88%, #ec674b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f16d52), color-stop(88%,#fb846a), color-stop(100%,#ec674b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f16d52 0%,#fb846a 88%,#ec674b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f16d52 0%,#fb846a 88%,#ec674b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f16d52 0%,#fb846a 88%,#ec674b 100%); /* IE10+ */
    background: linear-gradient(to right, #f16d52 0%,#fb846a 88%,#ec674b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16d52', endColorstr='#ec674b',GradientType=1 ); /* IE6-9 */
    color: #ffffff;
    font-weight: 300;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 1;
}
.catalog .activepoint span {
    background: #df5e43;
    padding: 3px;
    font-size: 9px;
    border-radius: 3px;
    box-shadow: inset 0px 1px 0px #cc553c, 0px 1px 0px #fc8e76;
    color: #ffffff;
}
.activepoint .arrow {
    background: url(../img/arrow.png);
    width: 14px;
    position: absolute;
    height: 34px;
    float: right;
    margin-top: -25px;
    margin-left: 229px;
}
h1.cat {
    color: #ee635d;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
}
h2.cat {
	color: rgb(93, 142, 174); 
    font-size: 12px;
    font-weight: 400;
    margin-top: 0px;
}
h3.cat {
    color: #ee635d;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
}
h4.cat {
	color: rgb(93, 142, 174);
    font-size: 12px;
    font-weight: 400;
    margin-top: 0px;
}
h5.cat {
    color: #ee635d;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
}

/*search box inner page*/
.search_inner_box {
    margin-top: 25px;
}

/*map*/
.map {
    min-width: 100%;
    min-height: 100%;
    background: #ebe6dc;
    position: fixed !important;
}

/*point description*/
.point_description h2 {
    font-size: 24px;
    color: #ff4906;
}
.point_description .point {
        float: left;
        margin-right: 15px;
        padding-top: 16px;
}
.buttons_head {
    margin-top: 15px;
}
.descr_text {
    font-style: italic;
    display: block;
    text-align: center;
}

/*description tabs*/
#tabs_point {
    border-bottom: 1px solid #e7e7e7;
    padding: 0px 15px;
    margin: 0 -15px;
}
#tabs_point li span {
    color: #929292;
    font-weight: 100;
    padding-left: 10px;
}
#tabs_point li {
    display: inline-block;
}
#tabs_point li a {
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    padding: 7px 13px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
}
#tabs_point li a.active {
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #ffffff;
    margin-bottom: -13px;
}
.tabs_block_point {
    margin: 0 -15px;
    padding: 0 15px;
}
.placeholder {
    margin: 0 -15px 15px -15px;
}
.btns {
    text-align: right;
}
.btns a {
    margin-left: 15px;
}
.btns a i {
    padding-right: 5px;
    padding-left: 5px;
}
.vcard .logo {
    margin-left: 30px;
}
.tab_point_decr {
    display: none;
}
.tabs_block_point .active {
    display: block;
}

/* btn-rounded */
.btn-rouned {
    width: 18px;
    height: 18px;
    border-radius: 70px;
    border: 1px solid #e0e0e0;
    display: block;
    padding-left: 4px;
    float: right;
    margin-right: 0px !important;
    margin-left: 5px;
    color: #e74b4b;
}

/*Profile*/
/*general profile styles*/
.profile_closed {
    left: -790px;
    position: absolute;
    z-index: 7 !important;
}
.none {
    display: none !important;
}
.profile {
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.open_span {
    display: block;
    position: fixed;
    margin-left: 710px;
    margin-top: -10px;
    z-index: 9;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.close_span {
    display: block;
    position: fixed;
    margin-left: 765px;
    margin-top: 10px; 
    z-index: 9;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.close-profile-link {
    background: url(../img/open_profile_link_large.png);
    width: 40px;
    height: 52px;
    display: block;
    padding: 14px 16px;
    font-size: 16px;
    color: #FFF;
}
.profile {
    background: #FFFFFF;
    min-height: 100%;
    max-width: 790px;
    z-index: 8;
    padding-left: 80px;
    padding-top: 30px;
    color: #6f8390;
    left:-50px;
}
.profile_closed {
    left: -790px !important;
    position: absolute;
    z-index: 7 !important;
}
.profile .user img {
    max-width: 90px;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}
.profile .user h2 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}
.profile .user ul li {
    list-style: none;
    color: #6f8390;
}
.profile .user {
    float: left;
}
.profile .user div {
    padding-left: 67px;
    margin-top: -18px;
}
.profile .buttons {
    text-align: right;
}
.profile .buttons a {
    margin-left: 10px;
}
.profile .buttons a span {
    padding: 0px;
    border-radius: 100px;
    background: #ff2800; /* Old browsers */
    background: -moz-linear-gradient(top, #ff2800 0%, #bf0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2800), color-stop(100%,#bf0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff2800 0%,#bf0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff2800 0%,#bf0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff2800 0%,#bf0000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff2800 0%,#bf0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2800', endColorstr='#bf0000',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    text-shadow: none;
    display: block;
    height: 20px;
    width: 20px;
    border: 2px solid #ffffff;
    position: absolute;
    margin-top: -30px;
    margin-left: 24px;
}
.profile h2 {
    color: #ffffff;
    font-size: 16px;
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/*promo_line_text*/
.promo_text_line h2 {
    line-height: 28px;
}

/*Adaptive design*/
@media (max-width: 990px) {
  .point_description .point {
        float: left;
        margin-right: 15px;
        padding-top: 0px;
    }
    .btns {
		text-align: left;
		padding-left: 40px;
		margin-top: -10px;
	}
}
@media (max-width: 760px) { 
/*	.btn {margin-left: 15px;} */
}
@media (min-width: 799px) {
.map_open {display: none;}
}
@media (max-width: 990px) {
	.map_open a {
		display: block;
		text-align: center;
		padding: 15px;
		background: #50ABEF;
		margin: 0px;
		border-radius: 4px;
		color: #ffffff;
	}
}	
@media (max-height: 499px) {
	.map_open a {
		display: block;
		text-align: center;
		padding: 15px;
		background: #50ABEF;
		margin: 0px;
		border-radius: 4px;
	color: #ffffff;
	}
	.promo_text_line p{
		float: left;
	margin-top: 10px;
	}
	.promo_text_line {
		padding: 20px 15px 25px;
	}
}

@media (max-width: 820px) {
	    .profile {max-width: 90%;}
}
.btm-zindex {position: absolute;
	z-index: 1;
	top: 20px;
	left: 100px;
}
#cont {z-index: 2;}