@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin         : 0;
    padding        : 0;
    border         : 0;
    outline        : 0;
    vertical-align : baseline;
    background     : transparent;
}

body{
	line-height: 150%;
    font-size: 14px;
    font-family : Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

textarea, input, select{
    font-family        : Helvetica, Arial, sans-serif;
    -webkit-box-sizing : border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing    : border-box; /* Firefox, other Gecko */
    box-sizing         : border-box; /* Opera/IE 8+ */
}

ol, ul{
    list-style : none;
}

blockquote, q{
    quotes : none;
}

:focus{
    outline : 0;
}

ins{
    text-decoration : none;
}

del{
    text-decoration : line-through;
}

table{
    border-collapse : collapse;
    border-spacing  : 0;
}

a {
    cursor          : pointer;
    text-decoration : none;
}


/**
 * End reset
 */

/**
 * Set body and site structure to a minimum height of 100%
 * this causes the body to be smaller than it's content, which means that when scrolling it looks like the content is out of body.
 */
html, body{
    height : 100%;
}

html.device-mobile-optimized{
    overflow-x: hidden;
}

/*************************************
 * Body overflow settings, BE CAREFUL WHEN CHANGING THIS
 */

/* When in Public Viewer Mode */
body {
    overflow-x : auto;
    overflow-y : scroll;
}

/* When in Mobile and in Public Viewer Mode */
body.device-mobile-optimized{
    overflow-x: hidden;
    overflow-y: scroll;
}

body.device-mobile-optimized #SITE_CONTAINER{
    width: 320px;
    overflow-x: visible;
    margin: 0 auto;
    position: relative;
}

/* Prevents any block directly inside a body to be wider than it. On some browsers anything that is wider than body can result unexpected zooming */
body.device-mobile-optimized > * {
    max-width: 100% !important;
}

/* On Mobile, site structure should have no inner scroll either */
body.device-mobile-optimized .SITE_ROOT{
    overflow-x: hidden;
    overflow-y: hidden;
}

/* On Mobile with non-optimized view, site structure should have no inner scroll either */
body.device-mobile-non-optimized .SITE_ROOT{
    overflow-x: hidden;
    overflow-y: auto;
}

body.device-mobile-non-optimized.fullScreenMode .SITE_ROOT, body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND{
    visibility: hidden;
}

body.device-mobile-non-optimized.fullScreenMode{
    background-color: #5F6360;
}

body.fullScreenMode #MOBILE_ACTIONS_MENU {
    visibility: hidden;
}

/* When in full screen mode */
body.fullScreenMode{
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

/* When in wixapps full screen mode for wixapps zoom*/
body.device-mobile-optimized.fullScreenMode{
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

/* When in wixapps full screen mode for wixapps zoom temporarily hide site structure*/
body.device-mobile-optimized.fullScreenMode .SITE_ROOT{
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

body.device-mobile-optimized.fullScreenMode #SITE_STRUCTURE{
     overflow-x: hidden !important;
     overflow-y: hidden !important;
     height: auto !important;
}

body.device-mobile-optimized.fullScreenMode #SITE_BACKGROUND{
    height: auto !important;
}

/* When in Text Editor */
body[contenteditable]{
    overflow-x : auto;
    overflow-y : auto;
}

.wixapps-less-spacers-align.ltr{
    text-align: left;
}
.wixapps-less-spacers-align.center{
    text-align: center;
}
.wixapps-less-spacers-align.rtl{
    text-align: right;
}
.wixapps-less-spacers-align > div, .wixapps-less-spacers-align > a{
    display: inline-block !important;
}
/**
 * End Body overflow settings
 *************************************/


/*** End fixed positioning for header and footer ***/

.SITE_ROOT{
    min-height : 100%;
    position   : relative;
    margin     : 0 auto;
}


/*******************OLD text classes, DO NOT DELETE ****************/

.bold{
    font-weight : bold;
}

.italic{
    font-style : italic;
}

.underline{
    text-decoration : underline;
}

.lineThrough{
    text-decoration : line-through;
}

.singleLineText{
    white-space   : nowrap;
    text-overflow : ellipsis;
}

.alignLeft{
    text-align : left;
}

.alignCenter{
    text-align : center;
}

.alignRight{
    text-align : right;
}

.alignJustify{
    text-align : justify;
}


/************************  NEW text, used in migration for exceptions **************************/
ul.font_100, ol.font_100{
    color : rgb(8, 8, 8); font-family : 'Arial, Helvetica, sans-serif', serif; font-size : 10px; font-style : normal; font-variant : normal; line-height : 1.1em; font-weight : normal; margin : 0; text-decoration : none; line-height : normal; letter-spacing : normal;
}

.font_100 li, .font_100 li{
    margin-bottom : 12px
}

.flex_display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

/*  padding-top - muhahahaha, check out w3 spec http://www.w3.org/TR/CSS2/box.html#collapsing-margins
    Incredible! in display:block margin-top collapses!
*/
.flex_vbox{
    box-sizing : border-box;
    padding-top: 0.01em;
    padding-bottom: 0.01em;
}

a.wixAppsLink img {
    cursor: pointer;
}

.singleLine {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}

/* For 3D Transforms Safari Workaround*/
[data-z-counter]{z-index:0;}
[data-z-counter="0"]{z-index:auto;}

/* For SplitHtmlText */
letter{position:relative;display:inline-block;}
word{display:inline-block;white-space:nowrap;}

word.space,
letter.space{display:inline;}





.s3menuButton {
	position: relative;
	width: 50px;
	height: 50px;
	background-color: rgba(116, 175, 217, 1);
	border: solid 1px rgba(255, 255, 255, 1);
	border-radius: 4px;
	cursor: pointer;
	z-index: 2;
	box-sizing: border-box;
	}
.s3menuButton:after {
	display: block;
	content: "≡";
	color: rgba(255, 255, 255, 1);
	width: 100%;
	line-height: 50px;
	font-size: 34px;
	text-align: center;
	}

.s3menuContainer {
	display: none; 
	max-height: 3515px; 
	width: 280px; 
	left: 8px;
  position: absolute;
  z-index: 2;
  font-size: 16px;
  border: solid 1px rgba(255, 255, 255, 1);
}
.s3menuContainer a.active { 
  background-color: rgba(255, 255, 255, 1);
  color: #938E8E;
}

.s3menuContainer ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;	
	}
.s3menuContainer li {
  opacity: 0.95;
  height: 48px;
  line-height: 48px;
  background-color: rgba(116, 175, 217, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  cursor: pointer;
  position: relative;
  color: rgba(255, 255, 255, 1);
}
.s3menuContainer li:hover {
	background-color: rgba(60, 80, 105, 1);
	}
.s3menuContainer li > a {
  padding: 0 17px;
  float: left;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
}

.s3menuButton:after {
    display: block;
    content: "≡";
    color: rgba(255, 255, 255, 1);
    width: 100%;
    line-height: 50px;
    font-size: 34px;
    text-align: center;
}

.s3menuButton.s3_tiny-menu-open:after {
    position: absolute;
    content: "✕";
    color: rgba(255, 255, 255, 1);
    width: 100%;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
}
.news .Home_Description{font-size:14px}

.adv_freeSpace {
    border-radius: 4px;
    overflow: hidden;
	margin: 70px 0;
}
.adv_freeSpace td {
    text-align: center;
    vertical-align: middle;
    background-image: linear-gradient(bottom, rgb(205,205,205) 16%, rgb(240,240,240) 58%);
    background-image: -o-linear-gradient(bottom, rgb(205,205,205) 16%, rgb(240,240,240) 58%);
    background-image: -moz-linear-gradient(bottom, rgb(205,205,205) 16%, rgb(240,240,240) 58%);
    background-image: -webkit-linear-gradient(bottom, rgb(205,205,205) 16%, rgb(240,240,240) 58%);
    background-image: -ms-linear-gradient(bottom, rgb(205,205,205) 16%, rgb(240,240,240) 58%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#cdcdcd');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#cdcdcd')";
    font-family: bpg-medium-caps;
    font-size: 15px;
    cursor: default;
}
.Home_Header{
	color: #0D79C6;
	font: normal normal normal 18px/1.4em Play,sans-serif,sylfaen;
	text-align:center;
	margin:5px 0;	
	font-weight: bold;
	}
.Home_Subtitle{
	color: #555555;
	font: normal normal normal 16px/1.2em Play,sans-serif,sylfaen;
	text-align:center;
	margin:5px 0;	
	}
.Mob_author{
	color: #555555;
	font: normal normal normal 14px/1em Play,sans-serif,sylfaen;
	text-align:right;
	margin:5px 0;
	}
.Home_Image img, .media-cover-300, .Home_gallery img{
	width:100%;
	}
.Home_DTime{
	font-size: 12px;
    color: #8f8f8f;
	margin:3px 0;
	}
.Home_Description{
	color: #095184;
	font-size: 12px;
	margin-bottom:20px;
    font-style: italic;
	}
.titlePanel:before {
    background-image: url(/img/m_rub_bg.png);
    background-position: 100% -30px;
    width: 30px;
    height: 30px;
    right: 0;
    position: absolute;
    top: 0;
    content: "";
}
.titlePanel:after{
    background-image: url(/img/m_rub_bg.png);
    background-position: 0 -30px;
    width: 30px;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
	}
.titlePanel {
    text-align: center;
	margin:10px 0;
	}
.titlePanel div{
    background-image: url(/img/m_rub_bg.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    margin: 0 30px;
    height: 30px;
}
.titlePanel a{
	color: #0D79C6;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
	font: normal normal normal 14px/1.4em Play,sans-serif,sylfaen;
}
.SkipAdvBtn{width:0; height:0; position:relative}
.SkipAdvBtn div { background: url(/img/btn_skipad.png) center no-repeat #252525;    width: 105px;    height: 36px;    border: 1px solid rgba(125,125,125,0.5);    border-radius: 3px;    position: inherit;    z-index: 999;    left: 0px;    top: 0px; }

.authBlock {
    background: #e7e7e7;
    border-bottom: 1px solid #b2b2b2;
    box-shadow: 0px 1px 0px #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 5px;
    margin-bottom: 25px;
}
