
/**---| Font styles |---*/

@font-face {
	font-family: 'PT Sans'; 
	src: url('../fonts/ptsans/PTS55F_W.eot'); 
	src: local('PT Sans'),
		url('../fonts/ptsans/PTS55F_W.woff') format('woff'),
		url('../fonts/ptsans/PTS55F_W.ttf') format('truetype'),
		url('../fonts/ptsans/PTS55F_W.svg#PTSans-Regular') format('svg');
}

@font-face {
	font-family: 'PT Sans'; 
	font-style: italic;
	src: url('../fonts/ptsans/PTS56F_W.eot'); 
	src: local('PT Sans Italic'),
		url('../fonts/ptsans/PTS56F_W.woff') format('woff'),
		url('../fonts/ptsans/PTS56F_W.ttf') format('truetype'),
		url('../fonts/ptsans/PTS56F_W.svg#PTSans-Italic') format('svg');
}

@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: bold; 
	src: url('../fonts/ptsans/PTS75F_W.eot');
	src: local('PT Sans Bold'),
		url('../fonts/ptsans/PTS75F_W.woff') format('woff'),
		url('../fonts/ptsans/PTS75F_W.ttf') format('truetype'),
		url('../fonts/ptsans/PTS75F_W.svg#PTSans-Bold') format('svg');
}

@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: bold; 
	src: url('../fonts/ptsans/PTS76F_W.eot'); 
	src: local('PT Sans Bold Italic'),
		url('../fonts/ptsans/PTS76F_W.woff') format('woff'),
		url('../fonts/ptsans/PTS76F_W.ttf') format('truetype'),
		url('../fonts/ptsans/PTS76F_W.svg#PTSans-BoldItalic') format('svg');
}

@font-face {
	font-family: 'PT Sans Caption'; 
	src: url('../fonts/ptsans/PTC55F_W.eot');
	src: local('PT Sans Caption'),
		url('../fonts/ptsans/PTC55F_W.woff') format('woff'),
		url('../fonts/ptsans/PTC55F_W.ttf') format('truetype'),
		url('../fonts/ptsans/PTC55F_W.svg#PTSans-Caption') format('svg');
}

@font-face {
	font-family: 'PT Sans Caption';
	font-weight: bold; 
	src: url('../fonts/ptsans/PTC75F_W.eot');
	src: local('PT Sans Caption Bold'),
		url('../fonts/ptsans/PTC75F_W.woff') format('woff'),
		url('../fonts/ptsans/PTC75F_W.ttf') format('truetype'),
		url('../fonts/ptsans/PTC75F_W.svg#PTSans-CaptionBold') format('svg');
}

@font-face {
	font-family: 'PT Sans Narrow';
	src: url('../fonts/ptsans/PTN57F_W.eot');
	src: local('PT Sans Narrow'),
		url('../fonts/ptsans/PTN57F_W.woff') format('woff'),
		url('../fonts/ptsans/PTN57F_W.ttf') format('truetype'),
		url('../fonts/ptsans/PTN57F_W.svg#PTSans-Narrow') format('svg');
}

@font-face {
	font-family: 'PT Sans Narrow';
	font-weight: bold; 
	src: url('../fonts/ptsans/PTN77F_W.eot');
	src: local('PT Sans Narrow Bold'),
		url('../fonts/ptsans/PTN77F_W.woff') format('woff'),
		url('../fonts/ptsans/PTN77F_W.ttf') format('truetype'),
		url('../fonts/ptsans/PTN77F_W.svg#PTSans-NarrowBold') format('svg');
}



@font-face {
	font-family: 'PT Serif'; 
	src: url('../fonts/ptserif/PTF55F_W.eot'); 
	src: local('PT Serif'),
		url('../fonts/ptserif/PTF55F_W.woff') format('woff'),
		url('../fonts/ptserif/PTF55F_W.ttf') format('truetype'),
		url('../fonts/ptserif/PTF55F_W.svg#PTSerif-Regular') format('svg');
}

@font-face {
	font-family: 'PT Serif'; 
	font-style: italic;
	src: url('../fonts/ptserif/PTF56F_W.eot'); 
	src: local('PT Serif Italic'),
		url('../fonts/ptserif/PTF56F_W.woff') format('woff'),
		url('../fonts/ptserif/PTF56F_W.ttf') format('truetype'),
		url('../fonts/ptserif/PTF56F_W.svg#PTSerif-Italic') format('svg');
}

@font-face {
	font-family: 'PT Serif';
	font-style: normal;
	font-weight: bold; 
	src: url('../fonts/ptserif/PTF75F_W.eot');
	src: local('PT Serif Bold'),
		url('../fonts/ptserif/PTF75F_W.woff') format('woff'),
		url('../fonts/ptserif/PTF75F_W.ttf') format('truetype'),
		url('../fonts/ptserif/PTF75F_W.svg#PTSerif-Bold') format('svg');
}

@font-face {
	font-family: 'PT Serif';
	font-style: italic;
	font-weight: bold; 
	src: url('../fonts/ptserif/PTF76F_W.eot'); 
	src: local('PT Serif Bold Italic'),
		url('../fonts/ptserif/PTF76F_W.woff') format('woff'),
		url('../fonts/ptserif/PTF76F_W.ttf') format('truetype'),
		url('../fonts/ptserif/PTF76F_W.svg#PTSerif-BoldItalic') format('svg');
}

@font-face {
	font-family: 'PT Serif Caption'; 
	src: url('../fonts/ptserif/PTZ55F_W.eot');
	src: local('PT Serif Caption'),
		url('../fonts/ptserif/PTZ55F_W.woff') format('woff'),
		url('../fonts/ptserif/PTZ55F_W.ttf') format('truetype'),
		url('../fonts/ptserif/PTZ55F_W.svg#PTSerif-Caption') format('svg');
}

@font-face {
	font-family: 'PT Serif Caption';
	font-style: italic; 
	src: url('../fonts/ptserif/PTZ56F_W.eot');
	src: local('PT Serif Caption Italic'),
		url('../fonts/ptserif/PTZ56F_W.woff') format('woff'),
		url('../fonts/ptserif/PTZ56F_W.ttf') format('truetype'),
		url('../fonts/ptserif/PTZ56F_W.svg#PTSerif-CaptionItalic') format('svg');
}



/**---| General layout styles |---*/

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	width: 100%; min-width: 990px;
	min-height: 100%;
	/* height: auto !important; */
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

[data-layout="default"] .b-body {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-top: 155px;/** 155(b-top) + 0(gap) */
	padding-bottom: 145px;/** 145(b-bottom) + 0(gap) */
}

[data-layout="default"] .b-body__site-index {
	padding-top: 210px;/** 210(b-top) + 0(gap) */
	padding-bottom: 0px;/** 0(b-bottom) + 0(gap) */
}

[data-layout="default"] .b-body .b-top {
	position: relative;
	width: 100%; min-width: 990px;
	overflow: hidden;
	height: 155px;
	margin-top: -155px;/** height + gap */
	margin-bottom: 0px;/** gap */
}

[data-layout="default"] .b-body .b-top__site-index {
	height: 210px;
	margin-top: -210px;/** height + gap */
}

[data-layout="default"] .b-body .b-page {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	/*height: 100%;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-top: 0.01%;/** NEED ! */
}

[data-layout="default"] .b-body .b-bottom {
	position: relative;
	width: 100%; min-width: 990px;
	overflow: hidden;
	height: 145px;
	margin-top: 0px;/** gap */
	margin-bottom: -145px;/** height + gap */
}



/**---| Common Elements styles |---*/

body, input, textarea, select {
	background: url('../images/pin/bg.jpg') 0px 0px repeat rgb(244, 244, 244);
	font-size: 14px;
	font-family: 'PT Sans', arial, helvetica, tahoma, sans-serif;
	color: rgb(51, 51, 51);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

:focus,
:active {
	outline: none;
}

button,
input[type="button"],
input[type="submit"],
select,
label {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

input[type="text"],
.b-input {
	border: 1px solid rgb(223, 223, 223);
	padding: 10px 10px 10px 10px;
	background: rgb(255, 255, 255);
	box-shadow: inset 0px 0px 6px rgb(244, 244, 244);
}

input[type="text"] {
	height: 42px;
	padding-top: 0px;
	padding-bottom: 0px;
}

textarea.b-input {
	height: 215px;
}


.b-button,
.b-button_large {
	display: inline-block;
	height: 39px;
	overflow: hidden;
	border: 1px solid rgb(48, 121, 237);
	border-radius: 3px;
	padding: 9px 14px 0px 14px;
	background: rgb(74, 139, 245);
    background: -moz-linear-gradient(top, rgb(77, 143, 253), rgb(71, 135, 238));
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, rgb(77, 143, 253)), color-stop(100%, rgb(71, 135, 238)));/** Chrome 1-9, Safari 4-5 */
    background: -webkit-linear-gradient(top, rgb(77, 143, 253), rgb(71, 135, 238));/** Chrome 10+, Safari 5.1+ */
    background: -o-linear-gradient(top, rgb(77, 143, 253), rgb(71, 135, 238));
    background: -ms-linear-gradient(top, rgb(77, 143, 253), rgb(71, 135, 238));
    background: linear-gradient(top, rgb(77, 143, 253), rgb(71, 135, 238));
	cursor: pointer;
	box-shadow: 0px 2px 4px rgb(225, 225, 225);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 0px rgb(33, 86, 218);
}

.b-button_large {
	height: 46px;
	padding: 12px 16px 0px 16px;
	font-size: 18px;
}

.b-button:hover,
.b-button_large:hover {
	box-shadow: 0px 2px 4px rgb(204, 204, 204);
	text-decoration: none;
}

input.b-button {
	padding-top: 0px;
}

input.b-button_large {
	padding-top: 0px;
}



.b-top-colors {
	width: 100%;
	height: 2px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

.b-top-colors div {
	float: left;
	width: 16.7%;
	height: 2px;
	overflow: hidden;
}

.b-top-colors div:nth-child(1) {
	width: 16.6%;
	background: rgb(204, 51, 51);
}

.b-top-colors div:nth-child(2) {
	background: rgb(237, 123, 35);
}

.b-top-colors div:nth-child(3) {
	background: rgb(250, 195, 16);
}

.b-top-colors div:nth-child(4) {
	background: rgb(154, 194, 59);
}

.b-top-colors div:nth-child(5) {
	background: rgb(60, 185, 226);
}

.b-top-colors div:nth-child(6) {
	width: 16.6%;
	background: rgb(139, 105, 169);
}



.b-progress-bar {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 5px;
	overflow: hidden;
	border-radius: 2px;
	background: rgb(102, 204, 0);
	padding: 0px 0px 0px 0px;
	font-size: 0px;
	line-height: 0px;
}

.b-progress-bar:before {
	content: '';
	position: relative;
	display: block;
	width: 100%;
	height: 3px;
	border: solid rgb(233, 233, 233);
	border-width: 1px 1px 1px 0px;
	padding: 0px 0px 0px 0px;
	background: rgb(255, 255, 255);
	font-size: 0px;
	line-height: 0px;
}



.b-social-share-1 {
	height: 38px;
	overflow: hidden;
}

.b-social-share-1 [data-social-share] {
	display: inline-block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	margin: 0px 6px 0px 0px;
	border-radius: 19px;
	border: 1px solid rgb(221, 221, 221);
	background: url('../images/pin/social/dark.png') -1px -3px no-repeat;
	cursor: pointer;
	opacity: 0.7;
}

.b-social-share-1 [data-social-share="facebook"] {
	background-position: -41px -2px;
}

.b-social-share-1 [data-social-share="twitter"] {
	background-position: -1px -3px;
}

.b-social-share-1 [data-social-share]:hover {
	opacity: 1;
}



.b-social-share-2 {
	width: 235px;
	height: 32px;
	overflow: hidden;
}

.b-social-share-2 [data-social-share] {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin: 0px 4px 0px 0px;
	border: 0px none;
	border-radius: 16px;
	background: url('../images/pin/social/gray_circ_32x32_1.png') 0px 0px no-repeat;
	cursor: pointer;
	opacity: 0.4;
}

.b-social-share-2 [data-social-share="facebook"] {
	background-position: 0px -60px;
}

.b-social-share-2 [data-social-share="twitter"] {
	background-position: 0px -180px;
}

.b-social-share-2 [data-social-share="google"] {
	background-position: 0px -300px;
}

.b-social-share-2 [data-social-share="youtube"] {
	background-position: 0px -420px;
}

.b-social-share-2 [data-social-share="email"] {
	background-position: 0px -540px;
}

.b-social-share-2 [data-social-share="embed"] {
	background-position: 0px -660px;
}

.b-social-share-2 [data-social-share]:hover {
	opacity: 1;
}



.b-app-store {
	display: inline-block;
	width: 162px;
	height: 51px;
	overflow: hidden;
	padding: 51px 0px 0px 0px;
	background: url('../images/pin/app_store.png') 0px 0px no-repeat;
	cursor: pointer;
}

.b-google-play {
	display: inline-block;
	width: 153px;
	height: 51px;
	overflow: hidden;
	padding: 51px 0px 0px 0px;
	background: url('../images/pin/google_play.png') 0px 0px no-repeat;
	cursor: pointer;
}


/**---| Top Panel styles |---*/

.b-top {
	border-bottom: 1px solid rgb(223, 223, 223);
	box-shadow: 0px 0px 2px rgb(223, 223, 223);
	background: rgb(255, 255, 255);
	text-align: center;
}

.b-top__site-index {
	border-bottom: 0px none;
	box-shadow: none;
}

.b-top .b-top-colors {
	margin-bottom: 52px;
}

.b-top .b-social-share-1 {
	position: absolute;
	left: 50%;
	top: 57px;
	margin-left: -396px;
}

.b-top__logo {
	width: 180px;
	height: 40px;
	margin: 0px auto 32px auto;
}

.b-top__auth {
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: 322px;
}

.b-top__site-index h1 {
	margin: 21px auto 15px auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: 'PT Sans Caption';
}

.b-top__menu {
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 13px;
	font-family: 'PT Sans Caption';
	text-transform: uppercase;
}

.b-top__menu li {
  display: inline-block;  
}

.b-top__menu a {
	margin: 0px 10px 0px 10px;
	color: rgb(153, 153, 153);
}

.b-top__menu a.i-active {
	color: rgb(0, 0, 0);
}



/**---| Main Area styles |---*/

.b-body .b-page {
}

.b-body__site-index {
	min-height: 700px !important;
}

.b-page__site-index {
	padding: 154px 0px 0px 0px !important;
	background: rgb(255, 255, 255);
}

.b-page__site-index .b-app-store,
.b-page__site-index .b-google-play {
	position: absolute;
	left: 50%;
	top: 60px;
}

.b-page__site-index .b-app-store {
	margin-left: -162px;
}

.b-page__site-index .b-google-play {
	margin-left: 8px;
}

.b-page__site-index .b-page__site-index_img {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -427px;
}

.b-page__site_contact {
    display:none;
}

.errorSummary{
    padding: 10px 0px 30px 0px;
    font-size: 14px;
}

.errorSummary p{
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    font-weight: bold;
}

.b-page__site_contacts .b-form {
}

.b-form {
	width: 773px;
	margin: 0px auto 0px auto;
	border: solid rgb(223, 223, 223);
	border-width: 0px 1px 1px 1px;
	padding: 51px 75px 57px 75px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 1px 1px rgb(255, 255, 255);
	text-align: center;
}

.b-form .b-form__title {
	display: block;
	margin: 0px auto 44px auto;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

.b-form label {
	display: block;
	margin: 0px auto 10px auto;
	text-align: center;
	font-size: 18px;
}

.b-form input {
	display: block;
	width: 400px;
	margin: 0px auto 20px auto;
}

.b-form textarea {
    background: #fff;
	display: block;
	width: 400px;
	margin: 0px auto 20px auto;
    border: 1px solid #DFDFDF;
}

 
.b-form textarea.b-input {
}

.b-form .b-button {
	margin: 0px auto 0px auto;
}


.b-main_video {
	width: 773px;
	margin: 0px auto 0px auto;
	border: solid rgb(223, 223, 223);
	border-width: 0px 1px 1px 1px;
	padding: 51px 75px 57px 75px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 1px 1px rgb(255, 255, 255);
	text-align: center;
}

.b-main_video .b-main_video__title {
	display: block;
	margin: 0px auto 44px auto;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

.b-main_video label {
	display: block;
	margin: 0px auto 10px auto;
	text-align: left;
	font-size: 12px;
        color: #999;
}

.b-video-unit-info label {
    display: block;
    margin: 0px auto 10px auto;
    text-align: left;
    font-size: 15px;
    color: #999;
}

.b-main_video .embed {
    margin-top: 24px;
}

.b-video-unit-info .embed {
    margin-top: 24px;
}

.b-main_video input {
	display: block;
	width: 400px;
	margin: 0px auto 20px auto;
}

.b-main_video textarea {
    background: #fff;
	display: block;
	width: 300px;
    height: 100px;
	margin: 0px auto 20px auto;
    border: 1px solid #DFDFDF;
    font-size: 15px;
    padding: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.b-main_video .b-video-unit-info .b-video-unit-info__title {
    display: block;
    background: none;
    margin-left: 5px;
    color: #000;
    font-size: 17px;
    text-align: left;
}
 
.b-main_video textarea.b-input {
}

.b-main_video .b-button {
	margin: 0px auto 0px auto;
}



/**---| Bottom Panel styles |---*/

.b-bottom {
	padding: 38px 0px 0px 0px;
}

.b-bottom__copy {
	text-align: center;
	color: rgb(153, 153, 153);
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}


.b-video-unit {
	position: relative;
	width: 640px;
	height: 360px;
	margin: 0px 0px 12px 0px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: rgb(0, 0, 0);
	cursor: pointer;
}
.b-video-unit #player {
	width: 640px;
	height: 360px;
}

.b-video-unit #message {
    position: absolute;
    text-align: center;
    width: 640px;
    line-height: 20px;
    background: none repeat scroll 0 0 rgba(155, 155, 155, 0.5);
    top: 160px;
    color: rgb(255, 255, 255);
    padding: 10px 0;
}

.b-video-unit #message a {
    color: #fc6876;
    border: 1px solid #fc6876;
    border-radius: 7px;
    padding: 0 12px;
    margin-top: 6px;
    line-height: 21px;
    display: inline-block;
    cursor: pointer;
}

.b-video-unit #message a:hover {
    text-decoration: none;
}

.b-video-unit .b-video-unit__play {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 47px;
	height: 56px;
	margin: -28px 0px 0px -24px;
	background: url('../images/pin/cab/play.png') 0px 0px no-repeat;
}

.b-video-unit-info {
	position: relative;
	width: 640px;
	overflow: hidden;
	margin: 12px 0px 0px 0px;
	padding: 18px 0px 0px 0px;
}
.b-video-unit-info .b-video-unit-info__cell {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
}
.b-video-unit-info .b-video-unit-info__cell:first-of-type {
    border-right: 1px dotted rgb(204, 204, 204);
}
.b-video-unit-info .b-video-unit-info__title,
.b-video-unit-info .b-video-unit-info__date,
.b-video-unit-info .b-video-unit-info__time,
.b-video-unit-info .b-video-unit-info__place,
.b-video-unit-info .b-video-unit-info__tags,
.b-video-unit-info .b-video-unit-info__album {
	float: left;
	clear: left;
	margin: 0px 0px 14px 23px;
	padding: 0px 0px 0px 18px;
	background: url('../images/pin/cab/ico_small.png') 0px 1px no-repeat;
	font-size: 12px;
	color: rgb(102, 102, 102);
}

.b-video-unit-info .b-video-unit-info__title {
	display: none;
}

.b-video-unit-info .b-video-unit-info__date {
}

.b-video-unit-info .b-video-unit-info__time {
	clear: none;
	margin-left: 12px;
	padding-left: 0px;
	background: none;
}

.b-video-unit-info .b-video-unit-info__place {
	background-position: 0px -19px;
}

.b-video-unit-info .b-video-unit-info__tags {
	background-position: 0px -39px;
}

.b-video-unit-info .b-video-unit-info__album {
	margin-bottom: 0px;
	background-position: 0px -59px;
}
.b-video-unit-info .b-video-unit-info__actions {
    float: right;
    margin: 30px 0 0 0;
}

.b-video-unit-info__download,
.b-video-unit-info__edit {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 11px 0px;
	background: url('../images/pin/cab/actions.png') 0px 0px no-repeat;
	cursor: pointer;
	font-size: 12px;
	color: rgb(102, 102, 102);
}

.b-video-unit-info__download:nth-child(2),
.b-video-unit-info__edit:nth-child(3) {
	margin-top: 50px;
}

.b-video-unit-info__download {
	clear: right;
	margin-right: -198px;
	padding-left: 30px;
	background: url('../images/pin/ico/download-s.png') 0px 0px no-repeat;
	color: #9bc13c;
}
.b-video-unit-info__download:hover {
	background: url('../images/pin/ico/download-over-s.png') 0px 0px no-repeat;
}

a.b-video-unit-info__download {
	text-decoration: none;
}

.b-video-unit-info__edit {
	margin-right: -115px;
	border-right: 1px solid rgb(204, 204, 204);
	padding-left: 18px;
	padding-right: 17px;
	background-position: 0px 7px;
}

.b-video-unit-info .b-social-share-2 {
	float: right;
	margin: -8px 0px 40px 0px;
}

.b-video-unit-info__edit-title {
	float: left;
	margin: -1px 0 0 20px;
	padding: 7px 0px 11px 0px;
	background: url('../images/pin/ico/edit-s.png') 0px 0px no-repeat;
	cursor: pointer;
	font-size: 12px;
	width: 18px;
	height: 18px;
}
.b-video-unit-info__edit-title:hover {
	background: url('../images/pin/ico/edit-over-s.png') 0px 0px no-repeat;
}


/**---| Modal layers styles |---*/

.b-modal {
	/*position: absolute;*/
	position: fixed;
	left: 50%;
	top: 0px;
	z-index: 10000;
	opacity: 0;
	padding: 20px 20px 0px 20px;
	background: rgb(255, 255, 255);
	box-shadow: 1px 0px 14px rgba(0, 0, 0, 0.2),
				0px 1px 14px rgba(0, 0, 0, 0.2),
				-1px 0px 14px rgba(0, 0, 0, 0.2),
				0px -1px 14px rgba(0, 0, 0, 0.2);
}

.b-modal_opened {
	opacity: 1;
}

.b-modal-vual {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 10000;
	background: rgb(0, 0, 0);/*rgb(51, 51, 51)*/
	opacity: 0;
}

.b-modal-vual_opened {
	opacity: 0.8;/*0.6*/
}



.b-modal_auth {
	top: 105px;
	width: 790px;
	height: 535px;
	margin-left: -395px;
	padding-top: 90px;
	text-align: center;
}

.b-modal_auth .b-close {
	position: absolute;
	top: 0px;
	right: -34px;
	width: 18px;
	height: 19px;
	background: url('../images/pin/ico/x_1.png') 0px 0px no-repeat;
	cursor: pointer;
}

.b-modal_auth [data-button] {
	display: inline-block;
	width: 223px;
	height: 55px;
	border-radius: 4px;
	margin: 0px 6px 0px 6px;
	padding: 20px 13px 0px 58px;
	background-image: url('../images/pin/social/white_35x20.png');
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255, 255, 255);
}

.b-modal_auth [data-button="facebook"] {
	background-position: 21px 15px;
	background-color: rgb(59, 89, 152);
	text-shadow: 1px 1px 0px rgb(36, 59, 121);
}

.b-modal_auth [data-button="twitter"] {
	background-position: 21px -60px;
	background-color: rgb(0, 172, 237);
	text-shadow: 1px 1px 0px rgb(0, 114, 188);
}

.b-modal_auth [data-button="googleplus"] {
	background-position: 21px -135px;
	background-color: rgb(221, 75, 57);
	text-shadow: 1px 1px 0px rgb(132, 26, 15);
}

.b-modal_auth .b-modal_auth__note {
	margin: 85px auto 32px auto;
	font-size: 36px;
	font-weight: normal;
}

.b-modal_auth .b-modal_auth__pic {
	position: relative;
        width: 100%;
        height: 315px;
        margin: 40px 0px 0 0px;
        background: url('../images/pin/modal/auth_pic2.jpg') 42% 0px no-repeat;
}

.b-modal_auth .b-modal_auth__pic__1 {
	position: absolute;
	left: 56px;
	bottom: 3px;
	font-size: 18px;
	font-family: arial;
}

.b-modal_auth .b-modal_auth__pic__2 {
	position: absolute;
	right: 86px;
	bottom: 4px;
	font-size: 18px;
	font-family: arial;
}

.b-modal_auth .b-button {
}

label.embed,
.b-video-unit-info textarea {
    display: none;
}
.b-video-unit-info label:after {
    display: block;
    content: "";
    width: 300px;
}
.b-window-share__embed {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    height: 120px;
    margin: -60px -160px;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 5px 5px 5px #777;
    z-index: 11000;
    background-color: #fff;
}
.b-window-share__embed textarea {
    background: none;
    width: 310px;
    height: 110px;
    resize: none;
}
.b-modal_video-view,
.b-modal_video-edit {
	top: 55px;
	width: 665px;
	height: 600px;
	margin-left: -333px;
	border-radius: 3px;
}
.b-modal_video-view {
    height: auto;
}
.b-modal_video-edit {
    height: 500px;
}

.b-modal_video-view {
	padding: 13px 12px 0px 13px;
}

.b-modal_video-edit {
	padding: 43px 37px 0px 38px;
}

.b-modal_video-view .b-modal_video-view__title,
.b-modal_video-edit .b-modal_video-edit__title {
	position: absolute;
	top: -38px;
	left: 0px;
	width: 100%;
	cursor: default;
	font-size: 18px;
	text-align: center;
	color: rgb(255, 255, 255);
}

.b-modal_video-view .b-button_prev,
.b-modal_video-view .b-button_next,
.b-modal_video-edit .b-button_prev,
.b-modal_video-edit .b-button_next {
	position: absolute;
	top: 225px;
	width: 20px;
	height: 24px;
	border: 0px none;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
	background: url('../images/pin/ico/arr_5.png') 0px 0px no-repeat;
	box-shadow: none;
}

.b-modal_video-view .b-button_prev,
.b-modal_video-edit .b-button_prev {
	left: -120px;
}

.b-modal_video-view .b-button_next,
.b-modal_video-edit .b-button_next {
	right: -120px;
	background-position: -40px 0px;
}

.b-modal_video-view .b-video-unit {
}

.b-modal_video-view .b-video-unit-info {
}


.b-select-1 {
	width: 180px;
	height: 42px;
	overflow: hidden;
	border: 1px solid rgb(223, 223, 223);
	background: url('../images/pin/ico/arr_6.png') 95% 14px no-repeat rgb(255, 255, 255);
	box-shadow: inset 0px 0px 6px rgb(244, 244, 244);
}

.b-select-1 select {
	width: 200px;
	border: 0px none;
	background: transparent;
	padding: 9px 0px 9px 7px;
	line-height: 1px;
}

.b-select-1 select option {
	border: 0px none;
	padding: 3px 3px 3px 7px;
}

#centered {
  position:fixed;
  z-index: 100;  
  top:50%;  
  left:50%;  
  margin:-100px 0 0 -100px;  
  width:200px;  
  height:200px;  
}


.z-title  h3 {
    margin: 40px 0px 24px 0px;
    cursor: pointer;
    font-size: 36px;
    font-weight: normal;
    color: rgb(102, 102, 102);
}

.z-subtitle {
    margin: 30px 0px 30px 0px;
}

.z-subtitle h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0px 0px 0px 0px;
}

.z-subtitle p {
    font-size: 15px;
    color: #999;
    margin: 0px 0px 0px 0px;
}

.z-title_big {
    background-color: #FFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dfdfdf;
}

.z-title_big h3 {
    font-size: 60px;
    font-weight: normal;
    text-align: center;
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}

.z-subtitle_big  {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #666666;
    margin-bottom: 20px;
}

.z-text_title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    color: #333333;
}

.z-text {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    color: #666666;
}

.b-body__site-about td {
    vertical-align: middle;    
}

.group .b-video-unit-info__download {
    float: left;
    margin: -2px 0px 0px 20px;
    padding-top: 5px;
}

.ms-choice {
    border-radius: 3px;
    height: 42px;
    border-color: #DADADA;
}

.ms-choice > span {
    padding-left: 12px;
    padding-top: 8px;
    color: #666;
}

.ms-choice > div {
    top: 8px;
}

.ms-drop {
    color: #666;
}
.toolTip {
    width: 200px;
    position: absolute;
    line-height: 15px;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0,.4) 0px 5px 20px;
    text-align: center;
    background-color: #fff;
    bottom: 130px;
    padding: 5px;
    border-radius: 5px;
    left: 75%;
    margin: 0 -100px;
}
.toolTip::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 42px;
    height: 17px;
    background-color: #fff;
    margin: 0 -21px;
    -webkit-clip-path: url(../images/pin/social/anchor.svg);
    clip-path: url(../images/pin/social/anchor.svg#svgClip);
    -webkit-mask: url(../images/pin/social/anchor.svg);
}