/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic&subset=cyrillic,latin);*/
@import url(../../distrs/google_fonts/google_fonts.min.css);
body {
	background:#f5f5f5;
	color:#131313;
	font-family: 'Roboto', sans-serif;
	}
.topbar-logo {
	position: relative;
	padding: 0 0 0 20px;
}
.hotspot {
	position: absolute;
	opacity: 0.1;
	top:10px;
	left:28px;
	width: 16px;
	height: 4px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 36%, rgba(255,255,255,1) 41%, rgba(255,255,255,1) 49%, rgba(250,252,254,1) 51%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(34%,rgba(255,255,255,1)), color-stop(36%,rgba(255,255,255,1)), color-stop(41%,rgba(255,255,255,1)), color-stop(49%,rgba(255,255,255,1)), color-stop(51%,rgba(250,252,254,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 41%,rgba(255,255,255,1) 49%,rgba(250,252,254,1) 51%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 41%,rgba(255,255,255,1) 49%,rgba(250,252,254,1) 51%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 41%,rgba(255,255,255,1) 49%,rgba(250,252,254,1) 51%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 41%,rgba(255,255,255,1) 49%,rgba(250,252,254,1) 51%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

}
.topbar-logo:hover .hotspot {
	top:34px;
	opacity: 1;
	transition: all linear 200ms;
}
.topbar-logo a, .topbar-logo a:hover {
	transition:none;
	display:block;
	/*background:url(../images/uni-logo-light.png) no-repeat 0 0 !important;*/
	background:url(../images/ut-logo-circle-light.png) no-repeat 0 0 !important;
	width:32px;
	height:32px;
	text-indent:-9999px;
	margin-top:9px;
	margin-right:30px;
	margin-bottom: 10px;

}

h3{
	margin-top:-0.1em;
}
.uh-crimson-color{
  color: #ef0e55;
}
/*HEADER*/
.preset-default a:not(.btn) {color:#4b555a}
.preset-default a:not(.btn):hover {color:#212426}



.preset-default .navbar-preset-default{
	border-top: 2px solid #4b555a;
	background-color:#4b555a;/*334960*/
	color:#fff;
	border-radius:0;
	/*box-shadow:0 0 10px rgba(0,0,0,0.75)*/
}
.preset-default .navbar-preset-default a:hover, .preset-default .navbar-preset-default a:focus {
	/*//background:#383d40;243648*/
}
.preset-default .navbar-preset-default .active a{
	background:#212426;/*243648*/
}
.navbar-preset-default .icon-bar {
	background:#fff;
}
.preset-default .list-group .active {background: #4b555a; border: 1px #4b555a solid; color: white;}
.preset-default .list-group .active:hover, .preset-default .active a:active {background: #212426; border-color: #212426;color: white;}
.preset-default .navbar-preset-default a, .preset-default .navbar-preset-default a:hover {
	color:#fff;
}

.close {margin: 5px 10px 0 0; color:#111;}
.top-bar {
	padding:10px 20px;
}
.preset-default .top-bar {
	color:#fff;
}

.uni-logo {
	text-indent: -9999px;
	margin-top:3px
	}
.uni-logo a {
	width:40px;
	height:40px;
	display:block;
	background:url(../images/uni-logo-light.png) no-repeat 0 0;
	}
.top-search {
	float:left;
	margin:3px 20px 0 20px;
	position:relative;
	width:170px;
}
.top-search:hover {
	width:250px;
	transition:all ease 500ms;
	}
.top-bar-user {
	float:right;
	padding:10px 0 10px 10px;
	}
.top-bar-user-icons {
	position:relative;
	padding:0 0 0 10px;
	cursor:pointer;
	}
	.top-bar-user-icons:hover .top-bar-user-icons-tips{
		display:block;
	}
.top-bar-user-icons-tips {
	transition:all ease 200ms;
	white-space:nowrap;
	display:none;
	position:absolute;
	top:35px;
	color:#131313;
	right: -20px;
	background:#fff;
	/*box-shadow:0 1px 3px rgba(0,0,0,.25);*/
	padding:5px 10px;
	border:1px #8e8e8e solid;
	border-radius:5px;
}
	.top-bar-user-icons-tips:before {
		position:absolute;
		top:-10px;
		right:15px;
		content:'';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 10px 8px;
		border-color: transparent transparent #ffffff transparent;
	}
.header-bg {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.65);
	height:375px;
	background: url(../images/bg-default.jpg);
	/*background-size: cover;*/
	/*background-size: center 30%;*/
	/*-moz-background-size: cover;*/
	background-position: center 30% !important;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position:relative;
	/*margin-top: -21px;  залазит на верхнюю плашку*/
	margin-top: -20px;
	overflow: hidden;
    margin-left: 15px;margin-right:15px;
	}
    @media (max-width: 768px) {
        /*less than 768px*/
        .header-bg{
            -webkit-border-bottom-right-radius: 0px;
            -webkit-border-bottom-left-radius: 0px;
            -moz-border-radius-bottomright: 0px;
            -moz-border-radius-bottomleft: 0px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            margin-left: 0px;margin-right:0px;
        }
    }
	.company-raiting {
		position:absolute;
		/*width:auto;*/
		bottom:0px;
		/*width:25%;*/
		right:20px;
		display:none;
	}
		.company-raiting .panel {
			box-shadow:0 10px 20px rgba(0,0,0,0.8);
		}
		.company-raiting #raty {
			font-size:12px;
			color:#ef0e55;
		}
		.input-group-addon i {font-size:14px;}
		.company-raiting .panel-body span {
			cursor:pointer;
		}
	.user-label {
		position:absolute;
		top:-5px;
		right:40px;
		text-align:center;
		padding:15px 13px 7px 13px;
		box-shadow:0 10px 25px rgba(0,0,0,0.6);
		background: #d9c150; /* Old browsers */
		background: -moz-linear-gradient(top,  #d9c150 0%, #ffffff 34%, #d9c150 47%, #d9c150 47%, #d9c150 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9c150), color-stop(34%,#ffffff), color-stop(47%,#d9c150), color-stop(47%,#d9c150), color-stop(100%,#d9c150)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #d9c150 0%,#ffffff 34%,#d9c150 47%,#d9c150 47%,#d9c150 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #d9c150 0%,#ffffff 34%,#d9c150 47%,#d9c150 47%,#d9c150 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #d9c150 0%,#ffffff 34%,#d9c150 47%,#d9c150 47%,#d9c150 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #d9c150 0%,#ffffff 34%,#d9c150 47%,#d9c150 47%,#d9c150 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c150', endColorstr='#d9c150',GradientType=0 ); /* IE6-9 */
		cursor:pointer;
		}
		.user-label:hover {
			top:0px;
			box-shadow:0 20px 45px rgba(0,0,0,0.9);
			transition:all ease-out 240ms;
		}
		.user-label:before {
			content:'';
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 29px 29px 0 0;
			border-color: #d9c150 transparent transparent transparent;
			position:absolute;
			bottom:-29px;
			left:0;
		}
		.user-label:after {
			content:'';
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 29px 29px 0;
			border-color: transparent #d9c150 transparent transparent;
			position:absolute;
			bottom:-29px;
			right:0;
		}

		.user-label-star {
			font-size:16px;
			line-height:1.6em;
			color:#131313
			}
			.user-label-star .star {
				font-size:22px;
				/*background-color: #ef0e55;*/
				color: #ef0e55;
				/*text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
				-webkit-background-clip: text;
				-moz-background-clip: text;
				background-clip: text;*/
			}


		.user-label-star span {
			display:block;
			font-weight:800;
			}


		.panel-primary {
			border-color:#4b555a;
		}
			.panel-primary>.panel-heading {
				background-color:#4b555a;
				border-color:#4b555a;
			}
.search-field {
	width:100%;
}
.search-icon {
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7.5px;
}

.company-logo {
    position: relative;
	width:200px;
	height:200px;
	margin:20px;
	/*background:rgba(255,255,255,0.75);*/
	border-radius:5px;
	float:left;
	}
    @media (max-width: 450px) {
            /*less than 450px*/
            .company-logo{
                width: 140px;
                height: 140px;
            }
    }
    .header-imgs_change{
        position: absolute;
        top: 0px;  right: 10px;
        font-size: 25px;
        text-shadow: 0 0 10px black;
        opacity: 0.9;
        color: white;
    }


.company-name {
	position: absolute;
    /*position: relative;*/
	bottom: 20px; left: 0px;
	float:left;
	color:#fff;
	margin:0 20px;
	/*font-size: 1.5em;*/
	font-size: 16px;
	text-shadow:0 3px 5px rgba(0,0,0,0.75)
}
.img-thumb {
  float: left;
  margin: 0 10px 0px 0;
}

/*MEDIA*/
/*on main page*/
.file-item {
	position:relative;
	margin-bottom:22px;
}
.file-item > a:hover{
    text-decoration: none;
}
.file-item_icon{
    font-size: 2.3em;
    line-height:1em;
    padding-right: 10px;
}
.file-item_icon:hover + .file-item_name-file,
.file-item_name-file:hover{
    text-decoration: underline;
}
.file-item_name-file{
    /*vertical-align: top;*/
}
/*main page form*/
.ul_login-form{
	overflow-x: hidden;
}
.login-form .form-control{
	display: inline-block;

	/*дима хотел размер и стили как в фб*/
	height: 25px;
	width:142px;
	padding-left: 2px;
	font-size: 12px;
	border-radius: 0px;
}
.login-form .form-submit{
	width: 50px;
	padding: 0;
	color: white;
	background: rgb(48, 53, 56);
	border-radius: 0px;
}
.login-form > div{
	text-align: center
}
.h3-link-section:active,
.h3-link-section:link,
.h3-link-section:visited{
	color: black;
}
.h3-link-section:hover{
	text-decoration: none;
}
/*end main page form*/
/*on media page*/
a.media_tag:hover{
    text-decoration: none;
}
.file-icon.big {
    font-size: 56px;
}
.file-icon.middle {
    font-size: 42px;
}
/*about company*/
.company_description{
    overflow: hidden;
}
.company_description+a{
    padding-top: 10px;
}

/*content*/
.mtb {margin-top:30px;position: relative;}
.content-container {
	padding:20px 0;
}
.sidebar-block, .content-block {
	background:#fff;
	padding:20px;
	border:1px solid #ddd;
	border-radius:3px;
}
.sidebar-nav {
	padding:0 0 0 20px;
	list-item:none;
	margin:0;
}
.content-block h3 {
	display:block;
	padding-bottom:5px;
	border-bottom:2px #212426 solid;
}

.sights-title > span{
    border-bottom: 1px solid black;
}
.sight-type_container{
    /*width: 90%;*/
    padding: 10px 0px 10px 10px;
    /*padding-left: 10px;*/
    border-left: 4px solid #959595;
    background: #F3F5F5;
}

.months-wrapper{
    text-align: center;
}
.months{
    margin-top: 15px;
    color: #504F4F;
}
.month{
    /* copy styles .btn and .btn-default for visibly as button in .btn-group */
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    float: left;
    border: 1px solid #adadad;
    border-radius: 4px;

    background: white;

    width: 15%;
    /*width: 8.3%;*/
    margin-left: 0px !important;
}
.month.active{
    background: #AEE697;
}
.sight-type {
        margin-top: 5px;
        margin-right: 5px;
        padding: 5px 10px;
        background: white;
        border: 1px solid #c6c6c6;
        border-radius: 4px;
        display: inline-block;
        list-style-type: none;
        line-height: normal;
}

.sight-type-small{
    font-size:12px;
    padding:3px 4px;
    margin-right: 0px;
}
.btn-group > span:not(:first-child):not(:last-child){
    border-radius: 0px;
}
.btn-group>span:last-child:not(:first-child){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group>span:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.item-lightgray-info {
	color:#777;
	font-size:0.9em;
	margin-top:6px;
}
.item-content {
	position:relative;
	margin-bottom:10px;
}
.item-title {
	font-size:1.2em;
	line-height:1.5em;
	font-weight:600;
}
.item-description {
    margin-top: 5px;
}
/* end copy bootsrap styles */
@media (max-width: 750px) { /*less than 750px*/
    .month{
        width: 15% !important;
        /*width: 15% !important;*/
    }
    .month:first-child{
        border-bottom-left-radius: 0 !important;
    }
    .month:last-child{
        border-top-right-radius: 0 !important;
    }
    .month:nth-child(6){
        border-top-right-radius: 4px !important;
    }
    .month:nth-child(7){
        border-bottom-left-radius: 4px !important;
    }
}
@media (max-width: 500px) { /*less than 500px*/
    .month{
        width: 25% !important;
    }

    .month:nth-child(6){
        border-top-right-radius: 0px !important;
    }
    .month:nth-child(7){
        border-bottom-left-radius: 0px !important;
    }

    .month:nth-child(4){
        border-top-right-radius: 4px !important;
    }
    .month:nth-child(9){
        border-bottom-left-radius: 4px !important;
    }
}
@media (max-width: 380px) { /*less than 380px*/
    .sight-type_container{
        width: 105%;
    }
    .month{
        width: 30% !important;
    }

    .month:nth-child(4){
        border-top-right-radius: 0px !important;
    }
    .month:nth-child(9){
        border-bottom-left-radius: 0px !important;
    }

    .month:nth-child(3){
        border-top-right-radius: 4px !important;
    }
    .month:nth-child(10){
        border-bottom-left-radius: 4px !important;
    }
}
/*sights end*/

/*News*/
.news-list {
	padding:5px 0;

}
.news-list .img-thumb img{
	height: 50px;
	width: 100px;
}

.news-readmore {
	white-space:nowrap;
}

/*header*/
/*
*   !!! ПОЛНОСТЮ ПЕРЕНЕСЕНО В ТЕГ <style> шаблона short_link_header.
*/
/*.header_logo{
	/*not work becose in css not template*/
/*	background:url({{ STATIC_URL }}/main/img/ut-logo-circle-light.png) no-repeat;
	background-position: center center;
	height: 40px;
	border: 0;
}
.header_languages{
	height: 45px;
	line-height: 40px;
}
.header_form{
	line-height: 40px;
}
	.header_form_optionsb{
		background: none;
		border: none;
		/*color: rgb(168, 168, 168);*/
/*		color: white;
		height:37px;
		vertical-align: sub;
	}
	.header_form_optionsb:focus{
		outline: none;
	}
	.header_form .form-control{
		height: 22px;
		border-radius: 0px;
		padding: 0px 12px;
		font-size: 12px;

		background: rgb(49, 61, 67);
		border: 1px solid rgb(103, 122, 132);
		color: white;
	}
	.header_form .form-control:focus{
		background: white;
		color: black;
	}
	.header_form .header_form_submit{
		line-height: 12px;
		font-size: 12px;

		background: rgb(49, 61, 67);
		color: white;

		border: 1px solid rgb(49, 61, 67);
		padding: 4px 5px;
		width: auto;
	}
	.header_form_submit:hover{
		border: 1px solid white;
	}
	.header_form.open > .dropdown-menu{
		right: 0px;left:auto;
		background:rgb(66, 77, 82);
		border: 1px solid white;
	}
	.header_form.open > .dropdown-menu li{
	}

	.login-collapse, .logout{
		display: inline-block;
		height: 45px;
		line-height: 45px;

		padding: 0 5px;
		font-size: 16px;
	}
	.login-collapse:hover, .logout:hover{
		background: rgb(49, 61, 67);
		text-decoration: none;
	}
	.header_form_inputs{
		border-top:1px dashed white;
		padding-top: 10px;
	}

.header_languages button.languages,
.header_languages select.languages{
	background: rgb(66, 77, 82);
	border: 1px solid rgba(255,255,255,0.1);
	outline: none;
	height: 45px;
	/*display: none;*/
	/*visibility: hidden;*/
/*}*/
/*.header_languages .dropdown-menu{
	background:rgb(66, 77, 82);
	position: auto;
	float:none;
}
	.header_languages .dropdown-menu li:nth-child(1),
	.header_form.open > .dropdown-menu li:nth-child(1){
		border-top: none;
	}
	.header_languages .dropdown-menu li,
	.header_form.open > .dropdown-menu li{
		border-top: 1px solid white;
		padding-left: 5px;
	}
	.header_languages .dropdown-menu li:hover,
	.header_form.open > .dropdown-menu li:hover{
		background: rgb(75, 85, 90);
	}*/
/*end header*/

/*footer*/
.footer-container {
	background:#232323;
	color:#fff;
	padding:40px 0;
}
.footer-container a:hover{
	color: rgb(93, 110, 122);
}
.footer .powered-by a {
	color: #56b8fd;
	text-decoration: underline;
}
	.powered-by{
		z-index: 2; /*иначе лезет под строку с адресом и номером*/
		white-space: nowrap;
	}
	.powered-by a{
		text-decoration: none;
	}
		.footer_logo{
			width:40px;height: 40px;
			display: block;
			float:left;
			/*background:url(../images/ut-logo-circle-light.png) no-repeat 0 0;*/
		}

.footer-nav a {
	color:#efefef;
	text-decoration:underline;
}

.socail a{
	line-height: 40px;
	/*остальные стили в главном файле. Почему - не знаю*/
}
/*end footer*/


label.select-lang {
    position: relative;
    display: inline-block;
	font-weight: 400;
	font-size:14px

}

.select-lang select {
    display: inline-block;
    padding: 4px 3px 3px 5px;
    margin: 0;
    outline:none; /* remove focus ring from Webkit */
    line-height: 1em;
    background: transparent;
    color:white;
    border:0;
}
.select-lang option{
	color:#000;
}
/* Select arrow styling */
.select-lang:after {
    content: "▼";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 60%;
    line-height: 30px;
    padding: 0 6px 1px 7px;
    background:transparent;
    color: white;
    pointer-events: none;
}

/*MENU*/
.social{
	height: 40px;
}
.social a{
	width: 30px;
}

.menu_tongue_open{
    display: none;

    position: absolute;
    top:35px;  right: -45px;
    transform: rotate(270deg);

    padding: 2px 15px;
    background: #EF0F54;
    color: white;

    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

    z-index: -1;
}
.menu_tongue_open > .glyphicon{
    display: none;
}
.menu_tongue_close{
    display: none;

    background: #EF0F54;
    color: white;
    position: absolute;
    top:-25px;right: -25px;
    width: 40px; height: 40px;
    border-radius: 100%;
    z-index: -1;
    line-height: 40px;
    text-align: center;
}
.menu_tongue_close > span{
    display: none;
}
/*END MENU*/
.no-pointer-events .select-lang:after {
    content: none;
}

.content-edit {
	position:absolute; top:10px; right:15px; font-size:2em; cursor:pointer;
  z-index: 73250;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.sub-content-edit {
  right: 0px;
  font-size: 1.5em;
  top: 0px;
}
/*media*/
@media (max-width: 500px) {
    /*less than 500px*/
    .sights-thumb, .news-thumb {
        float: none;
        margin-right: 0px;
    }
    .sights-thumb img, .news-thumb img{
        width: 100%;
    }
}

/*helper*/
.border{/*border для company-logo, если он не установлен и пользватель авторизован*/
	border: 2px solid rgba(255,255,255,.5);
}
.green{
    background: greenyellow;
}
.pointer{
    cursor: pointer;
}
.nowrap{
	white-space: nowrap;
}
.light-black{

}
/*Если родитель 16px
h1 - 36px
h4 - 18px
соотвествует классам из бутстрапа.
*/
.h1-em{
    font-size: 2.25em;
}
.h4-em{
    font-size: 1.2em;
}

/*media-quaries*/
@media (max-width: 992px) {
	.collapse{
		/*display: none;*/
	}
	.collapse.header_form {
		/*background: red;*/
		/*margin: 10px 5%;*/
	}
}
@media(max-width: 768px){
/*less than 768px*/
   .absolute-xs{
    	position: absolute;
    }

    .footer_info{
    	width:200%;
		position: absolute;
    	right: 0;
    	padding-right: 30px;
    }
	.header_form .form-control{
		height: 30px;
		font-size: 16px;
	}
	.header_form .header_form_submit{
		padding: 10px 5px;
		font-size:16px;
		margin-top: 5px;
	}

    body{
    	overflow-x: hidden;
    }
}
@media(min-width: 991px){
	.footer_logo{
		margin-top:4px;
	}
}
@media(max-width: 570px){
	.file-item{
		width:100%;
	}
}
@media (max-width: 991px) {
/*less than 991px*/
    .footer-container{
    	font-size: 12px;
    	padding-bottom: 10px;
    }
    	.footer-container > .container{
    		margin-top:-20px;
    	}
		    .footer_info{
		    	padding-top: 5px;
		    	/*position: absolute;*/
		    	/*width: 200%;*/
		    	/*right: 0;*/
		    	/*padding-right: 30px;*/
		    	background: rgb(35, 35, 35);
		    	/*padding-right: 45px;*/
		    }
    .social{
    	/*position: absolute;*/
    	/*top: 0; left: 15px;*/
    	height: auto;
    	padding-right: 15px;
    	padding-top:12px;
    }
    .social a{
		color: black;

    	line-height: 28px;
    	width: auto;
    	/*word-spacing: 0px;*/
    	margin-right: 0px;
    	width: 25px;
    }
    .social a:hover{
    	background: none;
    	color: rgba(0,0,0,1);
    }

    .top{
    	top: 0;
    }
    .right{
    	right: 0;
    }
}




@media (min-width: 768px) {
	#myAffix{
		display: none;
	}

	.news-thumb > img{
		width: 60px;
	}
}



/*squaring соц. иконок font-awesome*/
.icon-square-container{
	display: inline-block;
	width:18px; height: 18px;
	position: relative;
	background: white;
	overflow: hidden;
}
.icon-square-container .icon-square{
	color: black;
}
.icon-square-container:hover{
	background: blue;
}
.icon-square-container:hover .icon-square{
	color:red;
}

/*vk*/
.icon-square-container.vk{
	background: black;
}
	.icon-square-container.vk:hover{
		background: rgb(33, 33, 96);
	}
	.icon-square-container.vk .icon-square{
		color: white;
	}
/*end vk*/

/*fb*/
.icon-square-container.facebook:hover{
	background: white;
}
	.icon-square-container.facebook:hover .icon-square{
		color: rgb(90, 90, 244);
	}
/*end fb*/

/*youtube*/
.icon-square-container.youtube .fa-youtube-play{
	display: none;
}
.icon-square-container.youtube:hover{
	background: black;
}
	.icon-square-container.youtube:hover .fa-youtube-play{
		display: inline;
		color: red;

		font-size:28px;
		left: -30%; top:-1%;
	}
	.icon-square-container.youtube:hover .fa-youtube-square{
		display: none;
	}
/*end youtube*/
/*instagram*/
.icon-square-container.instagram:hover{
	background: white;
}
	.icon-square-container.instagram:hover .fa-instagram{
		color: rgb(105, 117, 38);
	}
/*end instagram*/

/*linkedin*/
.icon-square-container.linkedin:hover{
	background: white;
}
	.icon-square-container.linkedin:hover .fa-linkedin-square{
		color: rgb(6, 68, 100);
	}
/*end linkedin*/

/*twitter*/
.icon-square-container.twitter:hover{
	background: white;
}
	.icon-square-container.twitter:hover .fa-twitter-square{
		color: rgb(89, 141, 202);
	}
/*end twitter*/
	.icon-square{
		position: absolute;
		left: -7%;
		line-height: 18px;
	}
		.fa-vk.icon-square{
			font-size: 19px !important; /*из js меняется размер. Не могу его перебить*/
		}




/* canvas preview*/
#preview{
	cursor: move;
}
#preview-control{
	/*background: red;*/
}
.preview_abort, .preview_save{
	opacity: 0.65;
	height: 26px;
	line-height: 13px;
	border-radius: 0px;
	border: none;
	font-weight: 900;
	margin-left: 4px;
}
.preview_abort:hover, .preview_save:hover{
	opacity: 1;
}
.preview-default-btn{
	background: rgb(75, 85, 90);
}
.preview-default-btn:hover{
	background: rgb(75, 85, 90);
}

.container-absolute{
	left:0;right:0;
}

/*tooltip content*/
/*.popover_overwritten{
	border-radius: 3px;
}
	.popover-content .tooltip-content{
		color: black;
	}
	.popover-content_overwritten{
		padding: 3px 0px;
		font-size: 12px;
	}
		.popover-content_overwritten >ul{
			border-top: 1px solid #e9eaed;
			padding-left: 0px;
			margin-bottom: 4px;
			padding-top: 4px;
			width: 180px;
		}
		.popover-content_overwritten >ul:nth-child(1){
			border-top: none;
			padding-top: none;
		}
			/*.preset-default .navbar-preset-default .popover-content_overwritten a{*/
/*			.popover-content_overwritten ul.tooltip-content a{
				color: black;
			}
			.popover-content_overwritten ul li{
				padding: 4px 0 4px 22px;
			}
			.popover-content_overwritten ul li.separator{
				border-top:1px solid #e9eaed;
				padding: 0;
				margin: 4px 10px;
			}
			.popover-content_overwritten ul li:hover,
			.popover-content_overwritten ul.tooltip-content li:hover a{
				background: #4B555A;
				color: white;
				text-decoration: none;
			}
*/
.registration-invite{
    width: 400px;
    background-color: rgba(245, 245, 245, 0.77);
    height: 230px;
    position: absolute;
    right: 9%;
    top: 19%;
    border: 1px solid rgba(75, 85, 90, 0.36);
    border-bottom: 1px solid #4B555A;
    border-radius: 5px;
    padding: 10px 15px;
}
.preset-default .registration-invite a{
    background-color: #EF0F54;
    border-color: #ccc;
    color: white;

}

#header registration{    width: 150px;
    text-align: center;
    background-color: white;
    color: #223077;
}
.navbar {
    min-height: 45px;
}
.btn-uh{
    color: #fff;
    background-color: #EF0F54;
    border-color: #EF0F54;
}
.btn-uh:hover {
    border-color: #BD2856;
}
.btn-cp{
    color: #fff;
    background-color: #4B555A;
    border-color: #4B555A;
}
.btn-cp:hover, .btn-cp:focus  {
    color: #212426;
    background: whitesmoke;
}

#grant_btn{
    display: none;
    font-size: 22px;
    margin-top: 20px;
    margin-right: 60px;
    float: right;
}
