@charset "UTF-8";
a {
	display: inline-block;
	color: #105fdb; }
a:hover {
	color: #105fdb; }
.bg-footer a {
	color: #164257; }
.bg-footer a:hover {
	text-decoration: none;
	color: #105fdb; }
.highlight pre code {
    font-size: inherit;
    color: #333;
}
pre {
    padding: 10px;
}
.nt {color: #2f6f9f;}.na {color: #4f9fcf;}.s {color: #d44950;}
/**{
-moz-box-shadow: inset #B3B3B3 0 -1px 0 0;
-webkit-box-shadow: inset #B3B3B3 0 -1px 0 0;
box-shadow: inset #B3B3B3 0 -1px 0 0;
} */

@font-face {
	font-family: "Roboto-Regular";
	src: url("/web/site/fonts/Roboto/Roboto-Regular.ttf");
	font-style: normal;
	font-weight: normal; }
@font-face {
	font-family: "Roboto-Light";
	src: url("/web/site/fonts/Roboto/Roboto-Light.ttf");
	font-style: normal;
	font-weight: normal; }
@font-face {
	font-family: "Roboto-Bold";
	src: url("/web/site/fonts/Roboto/Roboto-Bold.ttf");
	font-style: normal;
	font-weight: normal; }
body {
	font-family: 'Roboto-Regular', sans-serif;
	margin: 0; }

::-moz-selection {
	background: #0084c0;
	color: #ffffff; }

::selection {
	background: #0084c0;
	color: #ffffff; }

.pointer {
	cursor: pointer; }

tr.pointer.yachtLine:hover {
	background-color: azure; }

video {
	background-size: cover;
	background: url(/web/site/img/video-bg.jpg) no-repeat;
	height: auto;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
	width: auto;
	z-index: -100; }

video#bgvid {
	display: none; }

body.page-index video#bgvid {
	display: block; }

.container {
	position: relative; }

img {
	max-width: 100%; }

.stopfade {
	opacity: .5; }
.flex-center {
	margin-top: 40px;
}
/* page app */
.screen-app {

}
.flex-app {
	padding-top: 20px;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
}
.description-app {
	padding-left: 30px;
}
.description-app ul {
	list-style-type: square;
	list-style-position: inside;
	line-height: 20px;
}
.description-app p {
	font-size: 18px;
	margin-bottom: 10px;
}
.flex-center .screen-app:first-child{
margin-left: 0;
}
.screen-app {
	margin-right: 30px;
}
.main {
	background-color: #fff; }
.link-app {
	margin: 14px 0;
}
.link-app > p {
	color: #fff;
	float: left;
	font-size: 16px;
	margin-right: 40px;
}
.link-app span {
	display: block;
	font-size: 20px;
}
.link-app a, .link-app-qr{
	position: relative;
}
.link-app .qr-code,  .link-app-qr .qr-code{
	bottom: 46px;
	height: 46px;
	left: 5px;
	object-fit: cover;
	object-position: top;
	position: absolute;
	transition: all .1s ease-out .1s;
	width: 128px;
	box-shadow: 0px -3px 20px 0 rgba(0, 0, 0, 0.60);
	opacity: 0;
}
.link-app a:hover .qr-code, .link-app-qr:hover .qr-code {
	bottom: 46px;
	cursor: default;
	height: 128px;
	opacity: 1;
}
.logo-app-android {
	background-color: #f3f3f3;
	background-image: url(../img/logo-android-app.png);
	float: left;
	height: 128px;
	width: 128px;
}
.link-app-donePage {
	padding: 30px 0;
}
.link-app-donePage p {
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	line-height: 22px;
	margin-left: 20px;
	width: 250px;
}
.link-app-donePage p span {
	display: block;
	font-weight: normal;
	margin-bottom: 15px;
}
.nav-wrap-mob {
	float: right;
}
.wrap-menu li {
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	padding-right: 20px; }
.wrap-menu li:last-child {
	padding-right: 0; }

.heading-event {
	position: relative;
	padding-left: 15px;
}
/* Просмотр списка событий */
.list-style-buttons {
	position: absolute;
	right: 15px;
	top: 8px; 
	z-index: 2;}

.gridview, .listview {
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor: pointer; }

.gridview {
	margin-right: 10px; }

.page-index .main .wrap-listview h1::after {
	display: none; }

.gridview span, .listview span {
	border-radius: 2px;
	display: block;
	float: left;
	margin: 1px; }

.gridview span, .wrap-listview .listview span {
	background-color: #1463e1; }
.wrap-listview .gridview span, .listview span{
	background-color: #c2c2c2;
}
.gridview span {
	height: 10px;
	width: 10px; }

.listview span {
	height: 6px;
	width: 24px; }

.wrap-listview .column {
	background-color: #eaeaea;
	border-bottom: 1px solid #bbb;
	margin-bottom: 0;
	padding: 1em;
	width: 100%; }
.wrap-listview .column:nth-child(odd) {
	background-color: #f5f5f5; }

.wrap-listview .sports-date p {
	font-size: 14px; }
.wrap-listview .column .home-events {
	height: 64px;
	width: 100%; }
.wrap-listview .column .home-events header {
	background-image: none;
	color: #333;
	display: block;
	float: left;
	padding: 0 12px 0 100px;
	position: relative;
	width: 90%; }
.wrap-listview .column .home-events img {
	width: 64px;
	height: 64px;
	border-radius: 4px;
	position: absolute; }
.wrap-listview .home-events a span {
	margin: 0;
	top: 0;
	right: 0;
}
.wrap-listview .column .sports-date {
	color: #333;
	float: left;
	left: 5em;
	position: relative;
	right: auto;
	top: auto;
	width: auto;
}
.wrap-listview .column .sports-date h3 {
	font-size: 3em;
	line-height: 0.88em; }

.wrap-listview .carousel-inner .item .img-slider .box a::before,
.wrap-listview .home-events a::after {
	display: none; }

/* header */
.nav-wrap {
	height: 140px;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
	width: 100%; }

.btn-group.open .dropdown-menu {
	left: auto;
	right: 0;}

.box-language {
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 20px;
	padding: 22px 15px 0 0;
	position: relative; }
.box-language::before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #f2f2f2;
	bottom: 4px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	width: 0; }

.list-language {
	position: absolute;
	display: none;
	padding-top: 10px;
	z-index: 5; }
.list-language li {
	background-color: #f3f3f3;
	border-bottom: 1px solid #ddd; }
.list-language li:hover {
	background-color: #ddd;
	color: #ddd; }
.list-language li:hover a {
	color: #2766ca; }
.list-language li a {
	padding: 10px 20px 10px 15px;
	text-decoration: none;
	color: #1c1c1c;
	font-size: 13px; }

.box-language:hover .list-language {
	display: block; }

@media (min-width: 1200px) and (max-width: 1380px) {
	.nav-wrap {
		height: 80px;
		padding-bottom: 10px; } }
.wrap-menu {
	padding-top: 25px;
	display: inline-block;
	margin-right: 15px; }

.wrap-menu {
	display: inline-block;
	margin-right: 30px;
	padding-top: 20px; }

.wrap-menu a, .login, .wrap-menu a:hover {
	color: #fff;
	text-decoration: none; }

.wrap-menu [target="map"]::before {
	background-image: url(../img/icon-btn.svg);
	background-position: 0 36px;
	background-size: 20px 154px;
	content: "";
	display: inline-block;
	height: 16px;
	margin: -1px 2px;
	width: 20px; }

.wrap-menu [target="map"] {
	margin: 0 20px 0 0; }

.wrapper {
	min-height: 100%;
	padding-top: 30px;
	width: 100%; }

[class*="page-"] .wrap-videobg {
	position: relative; }

.page-index .wrap-videobg {
	overflow: hidden; }

.wrap-videobg::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(45deg, rgba(0, 67, 132, 0.65) 0%, rgba(0, 130, 255, 0) 100%); }

.wrap-videobg::after {
	background-image: url(../img/bg-v-repit.png);
	background-repeat: repeat;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1; }

.wrap-menu li {
	display: inline-block;
	line-height: 24px;
	padding-left: 15px; }

.nav-wrap {
	padding-top: 40px;
	position: relative;
	width: 100%; }

@media (min-width: 1200px) and (max-width: 1380px) {
	.nav-wrap {
		padding-top: 10px; } }
.login svg {
	float: left;
	margin: 2px 10px 0 0; }

h1 {
	font-size: 3rem;
	letter-spacing: .3rem;
	margin-top: 0;
	text-transform: uppercase; }

h2 {
	color: #525252;
	margin: 0 0 20px 0; }

h4 {
	margin: 15px 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold; }

.logo-link {
	background-image: url("../img/logo.svg");
	background-repeat: no-repeat;
	background-size: 240px 140px;
	height: 70px;
	-webkit-transition: opacity 0.2s ease-out 0.1s;
	transition: opacity 0.2s ease-out 0.1s;
	width: 240px; }

.footer-logo .logo-link {
	background-position-y: -70px; }

.sail-races-logo {
	float: left;
	display: inline-block; }

.burger {
	display: inline-block;
	position: relative;
	right: 0;
	display: none;
	-webkit-transition: all 0.2s ease-out 0.2s;
	transition: all 0.2s ease-out 0.2s; }

#patty {
	background: #fff;
	border-radius: 2px;
	display: inline-block;
	height: 2px;
	top: 5px; }
#patty::before {
	top: 6px; }
#patty::after {
	top: 10px;
	width: 22px !important; }

#patty::before, #patty::after {
	-webkit-transition: all 0.2s ease-out 0.2s;
	transition: all 0.2s ease-out 0.2s;
	background: #fff none repeat scroll 0 0;
	border-radius: 1px;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	right: 0;
	width: 28px; }

.main-slider {
	height: 660px;
	position: relative;
	z-index: 1; }

.img-slider .box {
	height: 500px;
	position: relative; }
.img-slider .box a {
	width: 100%;
	height: 100%;
	display: block; }

.carousel-inner .item .img-slider .box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: imgbox 0.3s cubic-bezier(0.1, 0.25, 0.1, 1) 1;
	animation: imgbox 0.3s cubic-bezier(0.1, 0.25, 0.1, 1) 1;
	-webkit-transition: all .2s ease-in-out .5s; }

.carousel-inner .item .img-slider .box a::before,
.event-detail .home-events::before,
.home-events a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: linear-gradient(40deg, rgba(135, 188, 234, 0) 55%, rgba(0, 67, 132, 0.65) 90%); }

@-webkit-keyframes imgbox {
	0% {
		left: 420px;
		opacity: 0; }
	50% {
		opacity: 1; }
	100% {
		left: 0; } }

@keyframes imgbox {
	0% {
		left: 420px;
		opacity: 0; }
	50% {
		opacity: 1; }
	100% {
		left: 0; } }
.img-slider img {
	float: right; }

.img-slider img {
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	overflow: hidden;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	width: 100%;
	height: 100%; }

.home-slider {
	color: #fff;
	float: left;
	padding-top: 9.1em;
	position: relative;
	width: 60%;
	z-index: 2; }

.cat-item {
	display: block;
	margin-bottom: 20px;
	padding-left: 80px;
	position: relative; }

.cat-item::after {
	background-color: white;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 60px; }

.slider-title {
	font-family: "Roboto-Bold";
	font-size: 60px;
	letter-spacing: 0.02em; }
.slider-title.text-small {
	font-size: 37px; }

.home-slider {
	overflow: hidden;
	display: inline-block; }

.carousel-inner .item .home-slider .slide-copy {
	position: relative;
	-webkit-animation: "slide-copy" 0.3s cubic-bezier(0.1, 0.25, 0.1, 1) 1;
	animation: "slide-copy" 0.3s cubic-bezier(0.1, 0.25, 0.1, 1) 1;
	-webkit-transition: opacity .2s ease-in-out .1s; }

.carousel-inner .item.active .home-slider .slide-copy {
	position: relative;
	-webkit-animation: "slide-copy-o" 0.5s cubic-bezier(0.1, 0.25, 0.1, 1) 1;
	animation: "slide-copy-o" 0.5s cubic-bezier(0.1, 0.25, 0.1, 1) 1;
	-webkit-transition: opacity .2s ease-in-out .1s; }

@-webkit-keyframes slide-copy {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; } }

@keyframes slide-copy {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; } }
@-webkit-keyframes slide-copy-o {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; } }
@keyframes slide-copy-o {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; } }
.img-slider {
	float: right; }

.home-slider p {
	font-family: "Roboto-Light";
	margin: 20px 0; }

.home-slider .btn-link {
	margin-top: 1.2em;
	position: relative; }

.btn-border.btn-link {
	color: #fff; }

.btn.btn-iyachtsman, .btn.btn-iclub {
	color: #5e5e5e;
	font-size: 20px;
	line-height: 58px;
	padding: 0; }

.btn.btn-iyachtsman img, .btn.btn-iclub img {
	background-color: #a5aebd;
	border-radius: 50%;
	float: left;
	height: 58px;
	margin-right: 15px;
	padding: 8px;
	width: 58px; }

.page-signupyacht .btn.btn-iyachtsman img, .page-signupclub .btn.btn-iclub img {
	background-color: #2766ca;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(19, 74, 162, 0.5);
	box-shadow: 0px 4px 10px 0px rgba(19, 74, 162, 0.5); }

.page-signupyacht .btn.btn-iyachtsman, .page-signupclub .btn.btn-iclub {
	color: #0c0c0c;
	font-weight: bold; }

.main label.control-label {
	float: left;
	line-height: 100%;
	width: 45%;}
.rating-select-form label.control-label {
	float: none;
	display: block;
	margin-bottom: 10px;
}
.rating-select-form .resultCheckboxList {
	display: flex;
	flex-direction: column;
}
.rating-select-form input[type="checkbox"] {
	margin: 1px 8px 1px 0px;
}
.rating-select-form label {
	padding: 4px 0;
}
.page-about .main label.control-label {
	float: none;
	width: auto; }

.page-about .main .form-control {
	width: 100%;
	background-color: #eaeaea; }

.regatta-yachts-form label.control-label {
	float: none;
	line-height: 100%;
	width: auto; }

.yacht-owner-data-form label.control-label {
	width: 35%; }

.main .form-control {
	width: 55%; }

#RegattaPathsSelect {
	padding: 0 5px; }

.margin {
	margin: 10px 0; }

.register-box .input-group-addon.kv-date-remove {
	position: absolute;
	right: 0;
	z-index: 3; }
.register-box .input-group.date .input-group-addon {
	cursor: pointer;
	display: inline-block;
	float: left;
	padding: 11px;
	width: 40px; }
.register-box #signupform-birth {
	width: 100px;
	margin: 0; }

.register-box .input-group {
	display: block; }

.regatta-yachts-form .form-control {
	width: 100%; }

.help-block {
	font-size: 12px; }

.icon-fail {
	line-height: 48px;
	white-space: nowrap;
	font-size: 13px; }

#grid-container th, #grid-container td {
	font-size: 13px; }

.icon-fail::before {
	background-image: url(/web/site/img/img.png);
	background-repeat: no-repeat;
	content: "";
	display: block;
	float: left;
	height: 42px;
	margin-right: 10px;
	width: 42px;
}
a[href$=".pdf"]::before, a[href$=".doc"]::before, a[href$=".docx"]::before {
	content: "";
	display: block;
	float: left;
	height: 42px;
	margin-right: 10px;
	width: 42px; }

a[href$=".pdf"]::before {
	background: url(/web/site/img/pdf.png); }

a[href$=".doc"]::before, a[href$=".docx"]::before {
	background-image: url(/web/site/img/doc.png); }

.main .btn-primary {
	color: #fff;
	background-color: #2766ca;
	border-color: #2766ca;
	padding: 8px 16px;
	font-size: 18px; }

/* --- */
/* rating-yachts */
.tips {
    background-color: #eaeaea;
    border-radius: 6px;
    border: 1px solid #bbb;
    color: #2c363e;
    font-size: 14px;
    margin-bottom: 30px;
}
.tips > .box-text > p {
    line-height: 1.1em;
    margin: 0 0 10px 0;
}
.tips p{
    font-size: 14px;
}
.bg-tips {
    border-bottom: 1px solid #bbb;
    color: #333;
    margin-bottom: -5px;
    padding: 6px 15px;
}
.box-text {
    padding: 15px;
}
.fl, .fr{
	    line-height: 20px;
}
.fl {
    float: left;
    text-align: left;
}
.fr {
    float: right;
    text-align: right;
}
/*-----*/
.secondBtnBlock {
    display: none;
}
@media (max-width: 480px) {
#formSubmit {
    display: none;
}
.secondBtnBlock {
    display: block;
}
}
#ModalWindowForm .modal-dialog {
	width: 90%; }

.listGroupsAndTypes {
	width: 100%;
	padding-left: 10px;
	max-height: 500px;
	overflow-x: auto; }

.searchLabelGroup, .selected-types {
	float: left;
	text-align: left;
	width: 50%;
	padding: 0 10px; }

#ModalWindowForm .modal-header .close {
	display: block;
	font-family: serif;
	font-size: 32px;
	height: 30px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	z-index: 5; }

.group {
	border-bottom: 1px dotted #b5b5b5;
	margin-bottom: 10px; }

.selectedLabels {
	border: 1px dotted;
	padding: 10px;
	min-height: 40px;
	max-height: 200px;
	overflow: auto; }

.selectedLabelsMain .label-info, .selectedLabels .label-info {
	background-color: transparent !important;
	color: #333 !important;
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	padding-right: 15px;
	position: relative; }

.selectedLabels .label-info::after {
	content: "×";
	display: inline-block;
	position: absolute;
	font-size: 20px;
	top: 0;
	right: 0; }

.selectedLabelsMain .label-info:hover:after,
.selectedLabels .label-info:hover:after {
	color: #f00; }

.selectedLabelsMain .label-info:hover, .selectedLabels .label-info:hover {
	color: #888 !important; }

.typesList li {
	float: left;
	margin: 10px 0;
	text-align: left;
	width: 25%; }

.typesList li input[type="checkbox"] {
	margin: 1px 6px 0 0; }

#ModalWindowForm .modal-dialog h2 {
	font-size: 20px; }

.listGroupsAndTypes h4 {
	text-align: left; }

.typesList h3 {
	color: #2196F3;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left; }

.typesList.colapse {
	clear: both;
	display: table;
	margin-bottom: 10px;
	padding: 10px 0;
	width: 100%; }

#ModalWindow .modal-header .close {
	border-radius: 50%;
	background-color: rgba(39, 102, 202, 0.95);
	position: absolute;
	left: -22px;
	top: -18px;
	text-shadow: 0 0px 0 #fff;
	width: 42px;
	color: #fff;
	height: 42px;
	opacity: 1;
	z-index: 10; }

#ModalWindow .modal-header {
	border-bottom: transparent; }

.my-jpin-to-regatta .btn-success, .ajax.btn.btn-success {
	background-color: #33a315;
	border-color: #33a315; }

.my-jpin-to-regatta .btn-primary, .my-jpin-to-regatta .btn-success {
	border-radius: 6px;
	display: block;
	margin: 15px auto !important;
	text-align: center;
	width: 60%; }

.field-regattayachts-orc {
	position: relative; }

button#regattaYachtUpdateOrcBtn {
	background-image: url(/manager/web/img/icons-manager.png);
	background-position: 23px 23px;
	color: #333;
	font-size: 12px;
	height: 24px;
	overflow: hidden;
	padding: 5px;
	position: absolute;
	right: 20px;
	text-indent: -88888px;
	top: 32px;
	width: 24px; }

.my-jpin-to-regatta h3 {
	font-size: 24px;
	padding-bottom: 10px; }

@media (min-width: 768px) {
	.modal-dialog {
		width: 440px;
		text-align: center; }
		.rating-yachts .modal-dialog {
	width: 780px;
	}}
.m-0 {
	margin-top: 0;
	margin-bottom: 0; }

.m-1 {
	margin: 10px 0; }

#useLINE {
	display: none; }

.wrapper.main .btn.btn-iyachtsman {
	margin-right: 20px; }

.btn.btn-iyachtsman img, .btn.btn-iclub img {
	display: block; }

.page-about .btn.btn-iyachtsman img, .page-about .btn.btn-iclub img {
	background-color: #2766ca;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(19, 74, 162, 0.5);
	box-shadow: 0px 4px 10px 0px rgba(19, 74, 162, 0.5); }

.page-about .btn.btn-iyachtsman, .page-about .btn.btn-iclub {
	font-size: 16px;
	border-radius: 24px;
	padding: 10px 0;
	line-height: 22px; }

.page-about .btn.btn-iyachtsman span, .page-about .btn.btn-iclub span {
	color: #2766ca;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 6px; }

.home-slider .btn-link::before {
	background-image: url(../img/icon-btn.svg);
	content: "";
	background-size: 20px 154px;
	background-position: 0 135px;
	display: block;
	height: 12px;
	position: absolute;
	right: 18px;
	top: 20px;
	width: 20px; }

#videobg {
	height: 640px; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #ffd200;
	border-color: #204d74; }

.dropdown-menu > li > a:hover {
	background-color: #fceeaf; }

/* page-clubs */
.main .page-clubs a {
	width: 100%; }

.home-club {
	min-height: 320px;
	padding: 10px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35); }

.wrap-logo-club {
	display: block;
	height: 200px;
	width: 300px;
	margin: 10px auto; }

.wrap-logo-club img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	vertical-align: middle; }

.home-club h3 {
	font-size: 20px;
	padding: 10px;
	color: #1c4b8c; }

.page-clubs a:hover .home-club h3 {
	color: #2766ca; }

.page-clubs a:hover {
	text-decoration: none; }

@media (min-width: 1200px) {
	.home-club h3 {
		font-size: 18px; } }
/* ПАРАМЕТРЫ ЯХТЫ */
.regatta-yachts-avatar {
	position: relative; }

.cup-btn-icon {
	background-image: url(/manager/web/img/main-icons.png);
	background-position: -373px 0;
	float: left;
	height: 28px;
	margin-right: 10px;
	width: 28px; }

.form-group.field-regattayachts-img_file {
	position: absolute;
	bottom: 10px;
	text-align: center;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px;
	right: 10px;
	left: 10px; }

@media (min-width: 1200px) and (max-width: 1380px) {
.logo-link {
    background-size: 172px 105px;
    height: 54px;
    width: 170px;
}
.box-language { margin-right: 10px;}
.wrap-menu {
    margin-right: 10px;
}
.home-slider .btn-link::before { top: 21px;}

	.footer-logo .logo-link {
		background-position-y: -60px; }

	.wrap-menu a {
		font-size: 16px; }

	.wrap-menu li {
		padding-right: 5px; }

	.wrap-menu [target="map"] {
		margin: 0 10px 0 0; }

	#videobg {
		height: 540px; }

	.home-slider {
		padding-top: 5.2em; }

	.slider-title {
		font-size: 3em;
		height: auto; }

	.img-slider .box {
		width: 300px;
		height: 420px; } }
.carousel .carousel-indicators {
	bottom: 20px;
	position: absolute;
	right: 20px;
	display: none; }
.carousel .carousel-indicators li {
	border-color: white;
	border-style: solid;
	background-color: transparent;
	border-width: 1px;
	cursor: pointer;
	float: left;
	height: 46px;
	width: 46px; }

.left.carousel-control, .right.carousel-control {
	bottom: -60px;
	top: auto; }

.left.carousel-control {
	left: auto;
	right: 50px; }

a.left.carousel-control, a.right.carousel-control {
	border-radius: 23px;
	background: transparent;
	border: 1px solid #fff;
	height: 46px;
	overflow: hidden;
	text-indent: 100000px;
	width: 46px;
	z-index: 2; }

a.right.carousel-control::before, a.left.carousel-control::before {
	background-image: url("../img/icon-btn.svg");
	background-repeat: no-repeat;
	background-size: 20px 168px;
	content: "";
	display: block;
	height: 20px;
	margin: 13px auto;
	position: relative;
	width: 10px; }

a.left.carousel-control::before {
	background-position: 0 0; }

a.right.carousel-control::before {
	background-position: -10px 0; }

.carousel .carousel-indicators li:hover {
	border-color: rgba(255, 255, 255, 0.5); }

.carousel-indicators li:hover svg {
	fill: #000; }

.carousel-indicators li:first-child {
	margin-right: 10px; }

.carousel-indicators li svg {
	fill: #fff;
	height: 18px;
	margin: 13px 16px;
	width: 12px; }
.btn-border {
    font-size: 16px;
    height: 50px;
    padding: 15px 58px 18px 25px;
}
#videobg button {
	border: medium none;
	border-radius: 3px;
	bottom: 40px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	line-height: 110%;
	padding: 0.4rem;
	position: absolute;
	right: 120px;
	-webkit-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
	z-index: 2;
	display: none; }
#videobg button:hover {
	background: rgba(0, 0, 0, 0.5); }

#videobg button::before, #videobg button::after {
	background-color: #fff;
	content: "";
	display: block;
	float: left;
	height: 18px;
	margin-right: 5px;
	position: relative;
	width: 5px; }

.main-slider:before {
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */ }

.btn-border {
	border-color: #fff;
	border-radius: 30px;
	border-style: solid;
	border-width: 2px;
	font-size: 18px;
	height: 56px;
	padding: 17px 60px 20px 30px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out; }

.btn-border:hover {
	border-color: #fff;
	opacity: .8;
	text-decoration: none; }

.wrapper.main .btn {
	margin: 20px 0; }

.table [class*="col-"] {
	margin-top: 0; }

/* page-about */
.page-about h1:after, .crew-index h1:after, .main h1:after, .column-page-title h3:after, .regatta-yachts-update h1:after {
	content: "";
	background-color: #2766ca;
	position: relative;
	width: 54px;
	height: 5px;
	display: block;
	margin: 15px 0 20px; }

.page-about h1 {
	position: relative; }

.text-columns p {
	font-family: "Roboto-Regular";
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .02rem;
	margin-bottom: 20px; }

p.large {
	font-size: 24px;
	text-transform: uppercase; }

.wrap-about-img {
	position: relative;
	display: block;
	height: 300px; }

/* */
.page-index .main h1::after {
	height: 4px;
	margin: 10px 0 10px;
	width: 32px;
	-webkit-transition: width 0.1s ease-out;
	transition: width 0.1s ease-out; }

.page-index .main a:hover h1::after {
	width: 64px;
	background-color: #fff; }

.column-page-title h1:after {
	display: none; }

@media (min-width: 1600px) {
	.wrap-about-img {
		height: 360px; } }
.about-img {
	background-image: url(/web/site/img/bg-about-img.jpg);
	background-position: center;
	background-size: cover;
	background-color: #deeefd;
	width: 100%;
	height: 100%; }

@media (max-width: 640px) {
	.about-img {
		background-image: url(/web/site/img/bg-about-img_mob.jpg); } }
/* event-row */
.event-row {
	margin: 0 auto;
	padding: 40px 0; }

.category-bar {
	margin-bottom: 40px;
	padding-top: 20px; }

.category-bar ul li {
	display: inline-block; }

.category-bar ul li a {
	color: #686868;
	font-size: 22px;
	margin-right: 35px; }

.category-bar ul .active a {
	color: #255fb1;
	padding-bottom: 8px;
	position: relative; }

.category-bar ul li.active a:before {
	position: absolute;
	background-color: #255fb1;
	width: 100%;
	content: "";
	height: 4px;
	bottom: 0; }

article {
	position: relative; }

.column {
	float: left;
	margin-right: 20px;
	width: 360px; }

.column:last-child {
	margin-right: 0; }

.sports-date {
	color: #fff;
	font-family: "Roboto-Bold";
	position: absolute;
	right: 20px;
	text-align: right;
	top: 15px; }

.sports-date h3 {
	font-size: 60px; }

.sports-date p {
	font-size: 18px;
	text-transform: uppercase; }

.home-events {
	position: relative;
	height: 500px; }

@media (min-width: 1200px) and (max-width: 1380px) {
	.home-events {
		height: 460px; } }
.home-events img {
	max-width: 100%; }

.home-events header {
	background-image: url("../img/gradient-line.png");
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	color: #fff;
	padding: 60px 20px 20px;
	position: absolute;
	width: 100%; }

.event-detail .home-events header {
	background-image: none; }

.home-events header h1 {
	font-size: 22px;
	letter-spacing: 0;
	line-height: normal;
	text-transform: inherit;
	-webkit-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out; }

.wrap-listview .column:hover .home-events header h1 {
	color: #105fdb; }

a {
	display: inline-block;
	color: #105fdb;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: .6s background;
	transition: .6s background; }

.btn-login {
	display: block;
	padding: 13px;
	color: #f2f2f2;
	text-align: center; }

.btn-login:hover {
	color: #fff;
	text-decoration: none; }

@media only screen and (min-width: 700px) {
	.text-columns-2 {
		margin: 3.125rem 0;
		-webkit-columns: 2;
		columns: 2;
		-webkit-column-gap: 4.5rem;
		column-gap: 4.5rem; } }
.alert {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 5; }

/* form */
.regatta-yachts-update
.form-control {
	margin-top: 10px;
	border-radius: 2px;
	border: solid 1px #dedede;
	font-size: 12px;
	color: #333;
	padding: 10px 15px; }

.regatta-yachts-update .required .form-control {
	height: 34px; }

.select2.select2-container.select2-container--krajee {
	margin-top: 10px; }

.hint-block {
	font-size: 0.9em; }

.regatta-yachts-create {
	border-radius: 2px;
	border: solid 1px #dee0e1;
	margin: 0; }

.regatta-yachts-create {
	padding: 15px 15px 10px 15px; }

button.btn.btn-success {
	padding-left: 20px;
	font-size: 18px;
	padding-right: 20px;
	letter-spacing: 1px;
	background-color: #2766ca;
	position: relative;
	height: 42px;
	border: 0;
	border-radius: 6px; }

input[type="file"] {
	background: #2766ca;
	color: #fff;
	display: block;
	font-size: 12px;
	margin: 10px 0;
	text-overflow: ellipsis;
	width: 220px; }

.register-box #signupformmanager-logo {
	width: 220px; }

.regatta-yachts-avatar img {
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	height: 100%;
	width: 100%; }

/* site-login */
.checkbox.checkbox-info {
	margin-left: 20px;
	line-height: 18px; }
.checkbox.checkbox-info label {
	display: inline-block;
	padding-left: 5px;
	position: relative;
	color: #555; }
.checkbox.checkbox-info label::before {
	-o-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #2766ca;
	content: "";
	display: inline-block;
	height: 18px;
	left: 0;
	margin-left: -20px;
	position: absolute;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	width: 18px;
	outline: none !important; }

.checkbox-info input[type="checkbox"]:checked + label {
	color: #2766ca;
	line-height: 18px; }

.checkbox-info input[type="checkbox"]:checked + label::before {
	background-image: url(../img/icon-btn.svg);
	background-position: 0 74px;
	background-size: 18px 145px;
	border: 0 solid transparent;
	content: "";
	display: block;
	height: 18px;
	width: 18px; }

/* scratch-sheet */
.reloadBlock {
	margin-top: 20px; }
.reloadBlock a {
	color: #4c4c4c;
	font-size: 18px; }
.reloadBlock a::before {
	background-image: url(../img/icon-btn.svg);
	background-position: 0 -52px;
	background-repeat: no-repeat;
	background-size: 18px 147px;
	content: "";
	display: inline-block;
	float: left;
	height: 18px;
	left: 0;
	margin: 0px 10px 0px 0px;
	position: relative;
	width: 18px; }

.scratch-sheet {
	padding-top: 20px; }
.scratch-sheet .leftLogo, .scratch-sheet .rightLogo {
	width: 150px;
	height: 150px;
	display: inline-block; }

.scratch-sheet .leftLogo {
	float: left; }
.scratch-sheet .rightLogo {
	float: right; }

.scratch-sheet h1 {
	font-size: 2em;
	text-align: center;
	padding-top: 20px;
	margin-left: 170px;
	margin-right: 170px; }
.scratch-sheet-table {
	overflow: visible;
	width: 100%; }
.scratch-sheet-table tr.active, .scratch-sheet-table .table > tbody > tr.active > td {
	background-color: #8BC34A !important;
	font-weight: bold; }

/* ПАРАМЕТРИ ЯХТИ */
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	display: none; }

.site-login .checkbox input[type="checkbox"] {
	border: 0;
	display: block;
	height: 14px;
	left: 0;
	margin: 0 -14px -14px 0;
	opacity: .001;
	outline: none;
	overflow: hidden;
	padding: 0;
	width: 14px;
	z-index: 1; }

.scratch-sheet-table input[type="radio"] {
	margin: 0;
	opacity: 1; }

input[type="checkbox"] {
	float: left;
	line-height: 100%;
	margin-right: 15px; }

input[type="checkbox"] {
	background-color: transparent;
	border: none; }

.checkbox label {
	padding-left: 15px; }

.checkbox :checked + span {
	-moz-box-shadow: #1463e1 0 0 0 21px inset;
	-moz-transition: border 300ms,box-shadow 300ms,background-color 1.2s;
	-o-transition: border 300ms,box-shadow 300ms,background-color 1.2s;
	-webkit-box-shadow: #1463e1 0 0 0 21px inset;
	-webkit-transition: border 300ms,box-shadow 300ms,background-color 1.2s;
	background-color: #1463e1;
	border-color: #1463e1;
	box-shadow: #1463e1 0 0 0 21px inset;
	-webkit-transition: border 300ms,background-color 1.2s,-webkit-box-shadow 300ms;
	transition: border 300ms,background-color 1.2s,-webkit-box-shadow 300ms;
	transition: border 300ms,box-shadow 300ms,background-color 1.2s;
	transition: border 300ms,box-shadow 300ms,background-color 1.2s,-webkit-box-shadow 300ms; }

.checkbox span {
	position: relative;
	top: -2px;
	margin-left: 10px;
	-webkit-box-shadow: #e4e4e4 0 0 0 0 inset;
	box-shadow: #e4e4e4 0 0 0 0 inset;
	-webkit-transition: border 300ms,box-shadow 300ms;
	-webkit-transition: border 300ms,-webkit-box-shadow 300ms;
	transition: border 300ms,-webkit-box-shadow 300ms;
	transition: border 300ms,box-shadow 300ms;
	transition: border 300ms,box-shadow 300ms,-webkit-box-shadow 300ms;
	width: 38px;
	height: 18px;
	display: inline-block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid #aebbc5;
	background-color: #aebbc5;
	background-clip: content-box;
	vertical-align: middle;
	border-radius: 20px;
	/* user-select: none; */ }

.checkbox :checked + span i {
	padding-left: 20px; }

.handle, label.checkbox i {
	margin: 1px;
	display: block; }

.checkbox span i::before {
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #fff; }

label.checkbox :checked + span i {
	padding-left: 22px; }

label.checkbox span i::before {
	width: 18px;
	height: 18px; }

.checkbox label {
	font-size: 15px; }

label.checkbox {
	font-size: 13px;
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	display: inline-block; }

label.checkbox span {
	margin-left: 8px;
	width: 38px;
	height: 18px;
	border: 1px solid #aebbc5;
	background-color: #aebbc5;
	background-clip: content-box;
	vertical-align: middle;
	border-radius: 10px; }

.checkbox label:hover, label.checkbox:hover {
	opacity: 0.8; }

.measuring-systems div {
	display: inline-block;
	margin-right: 20px; }

/* РЕГИСТРАЦИЯ ЯХТЫ */
.help-block.help-block-error {
	font-size: 13px;
	margin: 10px 0;
}
#login-form .help-block.help-block-error {
	background-color: #fff;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}
/* footer */
.bg-footer {
	background-color: #144357;
	color: #f3f3f3;
	padding: 2em; }

.footer-menu {
	padding-top: 20px; }

.footer-social {
	padding-bottom: 3em; }

.footer-social > ul {
	text-align: center; }

.footer-social li:last-child {
	padding-right: 0; }

.footer-social .fa {
	display: inline-block;
	height: 40px;
	margin-right: 10px;
	width: 40px; }

.footer-social .fa::before {
	background-repeat: no-repeat;
	background-size: 36px auto;
	content: "";
	display: block;
	height: 34px;
	margin: 0.5em auto;
	width: 34px; }

.fa-twitter::before {
	background-image: url("../img/socicons.svg");
	background-position: 0 -64px;
	background-size: 33px auto; }

.fa-facebook::before {
	background-image: url("../img/socicons.svg");
	background-position: 0 0; }

.footer-text p {
	margin-bottom: 1.6rem;
	text-align: center; }

.bg-footer {
	background-color: #fff;
	color: #303030;
	padding: 2em; }

.footer-menu li {
	display: inline-block;
	margin-right: 30px; }

.footer-menu li:last-child {
	margin-right: 0; }

.footer-social {
	padding-bottom: 3em; }

.footer-menu > ul {
	text-align: center; }

.footer-social > ul {
	text-align: right; }

.footer-social li {
	display: inline-block; }

.fa-facebook::before {
	background-image: url("../img/socicons.svg");
	background-position: 0 0; }

.footer-text p {
	margin-bottom: 1.6rem;
	text-align: center; }

.hr {
	background-color: #b2b2b2;
	width: 100%;
	height: 2px; }
div#crew-0-club-popover {
}
#crew-0-club-popover {
	width: 300px;
	padding-right: 0 !important;
}
.tt-menu {
	width: auto !important;
}
/* @media */
@media (min-width: 1200px) and (max-width: 1380px) {
	.footer-menu li {
		margin-right: 25px; } }
body.stop-scrolling {
	height: 100%;
	overflow: hidden; }

.modal-header {
	height: 1px;
	margin: 0;
	padding: 0; }

/* loading */
.c-transitions-masks_logo::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #eb1734;
	-webkit-animation: loaderLine 0.6s infinite cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
	animation: loaderLine 0.6s infinite cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s; }

.circle-join .sa-icon {
	background-color: #33a315;
	border-radius: 40px;
	border-radius: 50%;
	border: 4px solid gray;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 64px;
	right: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 64px; }

.circle-join .sa-icon.sa-success {
	border-color: #33a315; }

.sa-icon.sa-success .sa-fix {
	width: 5px;
	height: 90px;
	background-color: white;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); }

.sa-icon.sa-success .sa-line {
	height: 5px;
	background-color: #fff;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2; }

.sa-icon.sa-success .sa-line.sa-tip {
	width: 18px;
	left: 13px;
	top: 36px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); }

.sa-icon.sa-success .sa-line.sa-long {
	width: 32px;
	right: 11px;
	top: 31px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); }

.circle-join .sa-icon.sa-custom {
	background-size: contain;
	border-radius: 0;
	border: none;
	background-position: center center;
	background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
	0% {
		transform: scale(0.7);
		-webkit-transform: scale(0.7); }
	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05); }
	80% {
		transform: scale(0.95);
		-webkit-transform: scale(0.95); }
	100% {
		transform: scale(1);
		-webkit-transform: scale(1); } }
@keyframes showSweetAlert {
	0% {
		transform: scale(0.7);
		-webkit-transform: scale(0.7); }
	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05); }
	80% {
		transform: scale(0.95);
		-webkit-transform: scale(0.95); }
	100% {
		transform: scale(1);
		-webkit-transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1); }
	100% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5); } }
@keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1); }
	100% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5); } }
@-webkit-keyframes slideFromTop {
	0% {
		top: 0%; }
	100% {
		top: 50%; } }
@keyframes slideFromTop {
	0% {
		top: 0%; }
	100% {
		top: 50%; } }
@-webkit-keyframes slideToTop {
	0% {
		top: 50%; }
	100% {
		top: 0%; } }
@keyframes slideToTop {
	0% {
		top: 50%; }
	100% {
		top: 0%; } }
@-webkit-keyframes slideFromBottom {
	0% {
		top: 70%; }
	100% {
		top: 50%; } }
@keyframes slideFromBottom {
	0% {
		top: 70%; }
	100% {
		top: 50%; } }
@-webkit-keyframes slideToBottom {
	0% {
		top: 50%; }
	100% {
		top: 70%; } }
@keyframes slideToBottom {
	0% {
		top: 50%; }
	100% {
		top: 70%; } }
.showSweetAlert[data-animation=pop] {
	-webkit-animation: showSweetAlert 0.3s;
	animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
	-webkit-animation: none;
	animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
	-webkit-animation: slideFromTop 0.3s;
	animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
	-webkit-animation: slideFromBottom 0.3s;
	animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
	-webkit-animation: hideSweetAlert 0.2s;
	animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
	-webkit-animation: none;
	animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
	-webkit-animation: slideToTop 0.4s;
	animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
	-webkit-animation: slideToBottom 0.3s;
	animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 14px; }
	54% {
		width: 0;
		left: 1px;
		top: 19px; }
	70% {
		width: 22px;
		left: 13px;
		top: 36px; }
	84% {
		width: 18px;
		left: 13px;
		top: 36px; }
	100% {
		width: 18px;
		left: 13px;
		top: 36px; } }
@keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 14px; }
	54% {
		width: 0;
		left: 1px;
		top: 19px; }
	70% {
		width: 22px;
		left: 13px;
		top: 36px; }
	84% {
		width: 18px;
		left: 13px;
		top: 36px; }
	100% {
		width: 18px;
		left: 13px;
		top: 36px; } }
@-webkit-keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 33px;
		top: 42px; }
	65% {
		width: 0;
		right: 33px;
		top: 42px; }
	84% {
		width: 34px;
		right: 9px;
		top: 31px; }
	100% {
		width: 32px;
		right: 11px;
		top: 31px; } }
@keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 33px;
		top: 42px; }
	65% {
		width: 0;
		right: 33px;
		top: 42px; }
	84% {
		width: 34px;
		right: 9px;
		top: 31px; }
	100% {
		width: 32px;
		right: 11px;
		top: 31px; } }
@-webkit-keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg); }
	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg); }
	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg); }
	100% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg); }
	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg); }
	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg); }
	100% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg); } }
/* Success icon */
.sa-icon.sa-success {
	border-color: transparent\9; }

.sa-icon.sa-success .sa-line.sa-tip {
	-ms-transform: rotate(45deg) \9; }

.sa-icon.sa-success .sa-line.sa-long {
	-ms-transform: rotate(-45deg) \9; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%); }
	10% {
		opacity: .5; }
	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0); }
	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0); }
	90% {
		opacity: .5; }
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%); } }
@keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%); }
	10% {
		opacity: .5; }
	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0); }
	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0); }
	90% {
		opacity: .5; }
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%); } }
@media (min-width: 460px) {
	.img-slider .box {
		width: 260px; } }
@media (min-width: 768px) and (max-width: 1024px) {
	.slider-title {
		font-size: 2.4em; }
	.slider-title.text-small {
	    font-size: 1.8em;
	}
	.main-slider {
		height: 520px; }

	.img-slider .box {
		height: 560px;
		width: 420px; }
	.home-events {
		height: 360px; }
}
@media (max-width: 1199px) {
.nav-wrap {
	height: 120px;
	padding-top: 25px;
}
.logo-link {
    background-size: 180px 110px;
    height: 56px;
    width: 180px;
}
.wrap-menu { margin-right: 0;}
.wrap-menu [target="map"], .box-language {
    margin: 0 15px 0 0;
}
.wrap-menu li {
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
}
.btn-login { padding: 11px;}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
	.nav-wrap {
		height: 110px;
		padding-top: 10px;}
	.box-language {
	padding: 26px 15px 0 30px;
	}
	.main-slider {
		height: 520px; }

	.home-slider {
		padding-top: 4em;
		padding-right: 1em; }
	.img-slider {
		width: 40%;
	}
	.cat-item::after {
		height: 4px;
		width: 48px;}
	.cat-item {
	padding-left: 70px;}
	.slider-title {
		font-size: 3em; }
	.slider-title.text-small {
		font-size: 2em;
	}
	.img-slider .box {
		height: 440px;
		width: 280px !important; }

	.column {
		margin-right: 20px;
		width: 225px; }

	.sports-date h3 {
		font-size: 40px; }

	.sports-date p {
		font-size: 13px; }

	.home-slider > p {
		font-size: 28px;
		margin: 10px 0;
		line-height: 1.4em; }

	.home-events header h1 {
		font-size: 1em; }
	.wrap-listview .column .sports-date {
		left: 0;
		width: 170px;
		padding-left: 70px;
		}
	.wrap-listview .column .sports-date h3 {
		font-size: 2em;
		}
	.wrap-listview .column .home-events header {
		padding: 0 0 0 20px;
		width: 518px;
	}

	}
@media (max-height: 640px) and (min-height: 560px) {
	.img-slider .box {
		height: 400px;
		width: 280px; } }
@media (min-width: 960px) {
	.home-slider p {
		font-size: 28px; } }
@media (min-width: 992px) {
	.img-slider .box {
		width: 340px;
		height: 480px; }

	.footer-menu li {
		margin-right: 20px; }

	.column {
		width: 300px; }

	.text-columns-2 {
		margin: 2.125rem 0; } }
@media (min-width: 992px) {
	.userMenu {
		padding: 6px 14px; }

	.home-events {
		height: 460px; }

	.burger {
		display: none; } }
@media (min-width: 1200px) {
	.img-slider .box {
		width: 420px;
		height: 560px;}
	.home-slider p {
		font-size: 1.5em;
		line-height: 1.3em; }

	.column {
		margin-bottom: 30px;
		margin-right: 30px;
		width: 345px;}
	.wrap-listview .column .sports-date {
		left: 0;
		padding-left: 70px;
		width: 220px;
	}
	.wrap-listview .column .home-events header {
		padding: 0 12px 0 20px;
		max-width: 840px;
	}
	.regatta-yachts-avatar {
		width: 345px;
		height: 460px; } }
@media (min-width: 1400px) {
	.column {
		width: 410px;
		margin: 15px;
	}
	.wrap-listview .column .home-events header {
	padding: 0 12px 0 20px;
	max-width: 1060px;}
	.home-events {
		height: 560px; }
	.regatta-yachts-avatar {
		width: 420px;
		height: 560px; }
	}
@media (max-width: 767px) {
	.nav-wrap {
		padding-top: 0; }

	.wrap-menu [target="map"]::before {
		display: none; }

	.box-language {
		width: 36px;
		margin: 10px 35px 10px; }

	.column {
		margin-bottom: 20px; }

	.slider-title {
		font-size: 3em; }

	.home-slider > p {
		font-size: 28px;
		text-transform: none; } }
@media (max-width: 360px) {
	.slider-title {
		font-size: 1.6em;
		height: 50px;
	}
	.home-slider p {
		font-size: 16px;
		line-height: 20px;
		height: 42px;
	}
}
@media (max-width: 440px) {
	.home-slider {
		width: 100%;
		padding-left: 10px;}
	.link-app-donePage p {
	margin-left: 0;
	margin-top: 20px;}
	.page-index .carousel-inner {
		height: 380px;
		overflow: inherit; }

	.page-index .wrap-videobg {
		background-color: #2766ca;
		height: 580px; }

	.page-index .img-slider .box {
		height: 400px; }

	.left.carousel-control, .right.carousel-control {
		bottom: 0; }
	.link-app {
    	margin: 10px 0;
	}
	.link-app > p {
    margin-bottom: 10px;}
	.wrap-menu li {
		display: block;
		font-size: 18px;
		padding: 10px;
		margin: 5px 10px;
		line-height: 20px;
		padding-right: 20px; }

	.home-slider {
		padding-top: 130px; }

	.carousel-inner {
		overflow: visible; }

	.img-slider .box {
		width: 290px;
		min-width: 100%; }

	.column {
		width: 290px; }

	.burger.open-menu ~ .nav-wrap-mob {
		top: 0; }

	.burger.open-menu ~ .nav-wrap-mob::before {
		content: ""; }

	.nav-wrap {
		height: 90px;
		padding-bottom: 20px; }

	.burger {
		right: 10px; }

	.logo-link {
		background-size: 180px 115px; }

	.logo-link {
		height: 60px;
		width: 200px; }

	.sail-races-logo {
		margin-top: 5px; }

	.burger {
		margin-top: 5px; }

	.nav-wrap {
		width: 100%; }

	.btn-group.open .dropdown-menu {
		left: 0;
		right: auto;
	}
	.wrap-listview .column .home-events header {
    padding: 20px 0 0;
    width: 100%;}
	.wrap-menu {
		padding-top: 20px;
		margin-right:  0; }

	.main-slider {
		padding-top: 30px;
		height: 360px; }

	.cat-item::after {
		height: 4px;
		width: 35px; }

	.cat-item {
		padding-left: 50px; }

	.slider-title {
	    font-size: 2em;
	    height: 2.2em;
	    line-height: 1.1em;
	    overflow: hidden;
	    font-weight: 400;
	}
	.slider-title.text-small {
    font-size: 32px;
	}
	.img-slider .box a::before {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		content: "";
		background-color: rgba(3, 31, 70, 0.5); }

	.home-slider > p {
		font-size: 1em;
		margin: 10px 0; }

	.home-slider p {
		font-size: 20px;
		line-height: 26px;
		text-transform: none;
		overflow: hidden;
		height: 50px; }

	.btn-border {
		font-size: 1em;
		height: auto;
		padding: 0.6em 3em 0.71em 1em; }

	.home-slider .btn-link {
		margin-top: 1em; }

	.home-slider .btn-link::before {
		right: 14px;
		top: 13px; }

	.img-slider {
		position: absolute;
		right: 0;
		left: 0; }

	.img-slider .box {
		height: 300px; }

	.bg-footer {
		padding: 2em 0; }

	.bg-footer a {
		display: block;
		font-size: 2em;
		padding: 10px 0; }

	.footer-logo .logo-link {
		background-position-y: -54px;
	}

	.footer-menu li {
		display: block;
		margin-right: 0;
		text-align: left; }

	.footer-social > ul {
		text-align: left; }

	.wrapper {
		padding-top: 15px; }
	.rating-yachts #ModalWindow .modal-header .close {
	    left: -10px;
	    top: -8px;
	}
	.modal-body, .rating-default-index {
		overflow: auto;
	}
	#videobg button, .carousel-indicators {
		display: none; }

	/* page form */
	.main label.control-label {
		line-height: 100%; }
	}
@media (min-width: 1024px) and (max-width: 1200px){
	.wrap-listview .column .sports-date h3 {
		font-size: 2.6em;
	}
}
@media (min-width: 960px) and (max-width: 990px) {
	.home-events {
		height: 320px; }
.home-slider p {
    font-size: 1.2em;
}
	.home-events header h1 {
		line-height: 1em; } }
@media (max-width: 991px) {
	.wrap-menu {
		padding-top: 10px;
		margin-bottom: 20px;
		width: 100%; }

	.nav-wrap-mob {
		display: block;
		left: 0;
		right: 0;
		padding-bottom: 3em;
		position: absolute;
		top: -25em;
		z-index: 3;
		background-color: #0f2fb5;
		-webkit-transition: top .8s ease-out .1s;
		transition: top .8s ease-out .1s; }

	.burger {
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 5; }

	.burger {
		display: block;
		width: 28px;
		height: 28px; }

	.scratch-sheet h1 {
		display: block;
		margin: 0; }

	.scratch-sheet table {
		margin-top: 20px; } }
@media (min-width: 360px) and (max-width: 640px) {
	.list-language li a {
		font-size: 24px; }

	.btn-group.open .dropdown-menu {
		left: 5px;
		right: auto; }

	.home-slider {
		padding-top: 160px; }

	.left.carousel-control, .right.carousel-control {
		bottom: -50px; }

	.page-index .wrap-videobg {
		height: 640px; }

	.page-index .carousel-inner {
		height: 450px; }

	.page-index .img-slider .box {
		height: 430px;
		width: auto; }
	.link-app > p {
		float: none;
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	.link-app span {
	font-size: 18px;}
	.nav-wrap-mob {
		padding-bottom: 2em;
		top: -30em;
		z-index: 3; }

	.burger.open-menu ~ .nav-wrap-mob {
		top: 0; }

	.gridview, .listview {
		width: 28px;
		height: 28px; }

	.gridview span, .listview span {
		margin: 1px; }

	.gridview span {
		height: 11px;
		width: 11px; }

	.listview span {
		height: 7px;
		width: 28px; }

	.heading-event h2 {
		font-size: 1.5em;
		padding-right: 90px; }
	.wrap-listview .column .sports-date{
		text-align: left;
		width: 160px;
	}
	.wrap-listview .column .home-events header {
		padding: 20px 0;
		clear: both;
		width: 100%; }

	.scratch-sheet-table {
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 620px) and (min-width: 441px) and (orientation: portrait) {
	.page-index .wrap-videobg {
		height: 650px; }

	.home-slider {
		padding-top: 60px; }

	.img-slider {
		position: absolute;
		right: 0;
		top: 0; }

	.home-events {
		position: relative;
		height: 360px; }
	.heading-event {
		padding-left: 0;
	}
	.event-row .column {
		width: 270px;
		min-height: 240px;
		margin: 5px;
		border: 0;
	}
	.home-events header h1 {
		font-size: 20px;
	}
	.footer-social > ul {
		text-align: center; }
}
@media (max-width: 960px) and (orientation: landscape){
	.wrap-menu [target="map"], .box-language { margin: 0;}
	.box-language {
    left: 40px;
    margin: 0 5px;
    padding: 0;
    position: absolute;
	}
    .registration-wrap {
    right: auto;
	}
	.burger.open-menu ~ .nav-wrap-mob { top: 0; padding: 20px;}
	.btn-login { padding: 13px;}
	.wrap-menu {
		padding-top: 60px;
		width: 50%;}
}
@media (max-width: 960px) {
	.wrap-menu li {
		display: block;
		font-size: 1.4em;
		line-height: 1em;
		padding: 10px;
		padding-right: 20px;
		padding-left: 25px; }

	#patty {
		background: #fff;
		border-radius: 2px;
		display: inline-block;
		height: 2px;
		right: 0;
		top: 0; }

	#patty::before {
		top: 6px; }

	#patty::after {
		top: 10px;
		width: 22px !important; }

	#patty::before, #patty::after {
		background: #fff none repeat scroll 0 0;
		border-radius: 1px;
		content: "";
		display: block;
		height: 2px;
		position: relative;
		right: 0;
		width: 28px; }
	.nav-wrap-mob {
		background-color: #0f2fb5;
		display: block;
		/*left: 0;
		position: absolute;
		right: 0;*/
		top: -600px;
		-webkit-transition: top .8s ease-out .1s;
		transition: top .8s ease-out .1s;
		z-index: 3; }
	.burger.open-menu {
		width: 28px;
		height: 28px; }

	.open-menu #patty::after {
		top: -2px;
		width: 28px !important;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg); }

	.open-menu #patty {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg); }

	#patty::after {
		top: 10px; }

	@-webkit-keyframes animburger {
		0% {
			opacity: 1; }
		100% {
			opacity: 0; } }
	@keyframes animburger {
		0% {
			opacity: 1; }
		100% {
			opacity: 0; } }
	.open-menu #patty::before {
		top: 0;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-animation-name: animburger;
		animation-name: animburger; }
}
@media (max-width: 800px) {
	video#bgvid {
		display: none !important; } }
.summary {
	display: none; }

@media (min-width: 560px) and (max-width: 620px) and (orientation: portrait) {
.page-index .img-slider .box {
		width: 260px; }
.slider-title.text-small {
    font-size: 1.8em;
}
}
@media (min-width: 460px) and (orientation: portrait) {
	.img-slider .box {
		width: 260px; } }
@media (max-width: 1024px) and (min-width: 441px) {
	.logo-link {
		background-image: url(../img/logo.svg);
		background-repeat: no-repeat;
		background-size: 200px 125px;
		background-position: 0 0;
		height: 64px;
		-webkit-transition: opacity 0.2s ease-out 0.1s;
		transition: opacity 0.2s ease-out 0.1s;
		width: 220px; } }
@media (min-width: 920px) and (max-width: 980px) {
	.nav-wrap {
		height: 100px;
		padding-bottom: 20px;
		padding-top: 20px; }

	.home-slider {
		padding-top: 4em;
		padding-right: 1em; }

	.img-slider .box {
		height: 380px;
		width: 260px; }

	.wrap-menu li {
		display: block;
		font-size: 2em;
		line-height: 1em;
		padding-right: 20px;
		margin-left: 25px; }

	#videobg {
		height: 460px; } }
@media (min-width: 992px) and (max-width: 1199px) {
	#videobg {
		height: 560px; }

	.img-slider .box {
		width: 345px;
		height: 460px; }

	.column {
		margin-bottom: 20px; }

	.home-events {
		height: 400px; }
	.wrap-listview .column .sports-date {
		left: 0;
		width: 190px;
		padding-left: 70px;}
	.wrap-listview .column .home-events header {
		max-width: 718px;
		padding: 0 0 0 10px;
	}
	.home-events header h1 {
	line-height: 1em;}
	.regatta-yachts-avatar {
		width: 300px;
		height: 400px; }

	.event-detail .home-events {
		height: 400px; } }
@media (max-width: 840px) and (orientation: landscape) {
	.logo-link {
		background-size: 170px 105px;
		height: 55px;
		width: 170px;
	}
	.nav-wrap {
		height: 72px;
		padding: 10px 0;
	}
	.slider-title {
		font-size: 2em;
	}
	.slider-title.text-small {
		font-size: 1.7em;
	}
	#videobg {
		height: 385px;
	}
	.img-slider {
		width: 40%;
	}
	.img-slider .box {
		height: 320px;
		width: 240px;
	}
	.home-slider {
		padding-top: 1em;
	}
	.btn-border {
		border-width: 1px !important;
		font-size: 17px !important;
		height: 46px !important;
		padding: 14px 55px 10px 18px !important;
	}
	.left.carousel-control, .right.carousel-control {
		right: -20px;
	}
	.carousel-control.right {
		bottom: 0px;
	}
	.left.carousel-control {
		bottom: 50px;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	.wrap-videobg {
		height: 100vh; }
	.wrap-menu {
		margin-right: 0;}
	.btn-group {
		margin-left: 20px;
	}
	.nav-wrap {
		padding-top: 0; }
	.burger.open-menu ~ .nav-wrap-mob {
		top: 0; }
	.wrap-menu li {
		font-size: 1.4em;
		line-height: 0.8em;
	}
	.logo-link {
		width: 110px; }

	.main-slider {
		height: 280px; }

	.home-slider {
		padding-top: 20px; }

	.slider-title {
		font-size: 2.2em; }

	.home-slider > p {
		font-size: 1.4em;
		margin: 0.6em 0; }

	.home-slider .btn-link {
		margin-top: 0.5em; }

	.btn-border {
		font-size: 1em;
		height: auto;
		padding: 10px 50px 11px 20px; }
	.home-slider .btn-link::before {
		right: 15px;
		top: 13px; }

	.img-slider .box {
		height: 260px; }

	#videobg button, .carousel-indicators {
		display: none; }
}
@media (min-width: 1200px) {
	.img-slider .box {
		width: 345px;
		height: 460px; } }
@media (min-width: 1400px) {
	.img-slider .box {
		width: 420px;
		height: 560px; } }
@media (min-width: 2048px) {
	body {
		zoom: 120%; }

	.home-slider {
		padding-top: 12em; }

	#videobg {
		height: 800px; }

	.img-slider .box {
		width: 460px;
		height: 640px; }

	.column {
		width: 460px; }

	.home-events {
		height: 640px; }

	.container {
		width: 1480px; } }
.none {
	display: none; }

.field-regattayachts-img_file {
	display: none;
}
/*# sourceMappingURL=main-sass.css.map */
.pfd_bottom {
	display: none;
}