@font-face
{
	font-family:'Roboto';
	src:url('/fonts/Roboto-Regular.ttf');
	font-style: normal;
}
@font-face
{
	font-family:'Roboto';
	src:url('/fonts/Roboto-Bold.ttf');
	font-weight: bold;
}
@font-face
{
	font-family:'RobotoLight';
	src:url('/fonts/Roboto-Light.ttf');
}
*
{
	margin:0;
	padding:0;
}
html, body
{
	height:100%;
}
html
{
	font-family:Roboto, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	text-align:center;
	background:#FEFEFE no-repeat top;
	background-position:center -20px;
	color:#505050;
	cursor:default;
}
html.smallTop
{
	background-image:none;
}
html.smallTop video
{
	display: none;
}
html.smallTop #top
{
	height: 250px;
}
html.smallTop #topmovie
{
	background: #0E56C2 url('/img/movie_poster.png') no-repeat top;
	height: 270px;
	max-width: 1920px;
	min-width: auto;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
video
{
	display:none;
}
body
{
	min-height:100%;
}
body.rtl
{
	text-align:right !important;
}
a
{
	text-decoration:none;
	color:#777;
	transition:color 0.25s;
}
img
{
	border:0;
}
p
{
	margin:5px 10px;
}
input[type='submit']
{
	-webkit-appearance: none;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], select, textarea
{
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	transition: all 0.20s ease-in-out;
	display:inline-block;
	width:150px;
	margin:2px;
	padding:5px 8px;
	border:none;
	border-radius:5px;
	font-size:16px;
	background:#FFF;
	color:#585858;
	font-family:Roboto, Helvetica, sans-serif !important;
}
input[type='text'].error, input[type='password'].error, input[type='email'].error, input[type='tel'].error, textarea.error
{
	background-color: #FBD3D3;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, select:focus, textarea:focus
{
	outline:0;
	box-shadow:0 0 12px rgba(12, 84, 194, 1);
}
input[type='text']:disabled, input[type='password']:disabled, input[type='tel']:disabled, select:disabled, textarea:disabled, input[type='text'][readonly], input[type='password'][readonly], input[type='tel'][readonly] select[readonly], textarea[readonly]
{
	border:1px solid #999;
	background:#F5F5F5 !important;
	color:#AAA !important;
	box-shadow:0 0 8px rgba(100, 100, 100, 0.2);
}
#page_remindpassword input[type='submit']:disabled, #page_offer_websites input[type='submit']:disabled, #page_contact input[type='submit']:disabled
{
	background: lightsteelblue;
	color: white;
	cursor: not-allowed;
}
input[type='text'].browse_directories_input
{
	width:175px !important;
}
input[type='button'].browse_directories_button
{
	width:17px;
	height:15px;
	margin:0 0 0 3px;
	padding:0;
	border:0;
	background:url('/img/icon_folder.png') !important;
}
input[type='checkbox'], input[type='radio']
{
	display:none;
}
.inner input[type='checkbox']
{
    display:inline;
}
input[type='checkbox'] + label
{
	display:inline-block;
	width:16px;
	height:16px;
	margin:2px 2px -2px 2px;
	position:relative;
	border: 1px solid #C3C3C3;
	border-radius: 5px;
	cursor:pointer;
	background-color: white !important;
}
input[type='checkbox']:checked + label
{
	background:url('/img/checkbox_enabled_checked.png') no-repeat;
}
input[type='checkbox']:disabled + label
{
	background:url('/img/checkbox_disabled_unchecked.png') no-repeat;
	cursor:default;
}
input[type='checkbox']:disabled:checked + label
{
	background:url('/img/checkbox_disabled_checked.png') no-repeat;
}
input[type='radio'] + label
{
	display:inline-block;
	width:16px;
	height:16px;
	margin:2px 2px -2px 2px;
	position:relative;
	background:url('/img/radio_enabled_unchecked.png') no-repeat;
	cursor:pointer;
}
input[type='radio']:checked + label
{
	background:url('/img/radio_enabled_checked.png') no-repeat;
}
input[type='radio']:disabled + label
{
	background:url('/img/radio_disabled_unchecked.png') no-repeat;
	cursor:default;
}
input[type='radio']:disabled:checked + label
{
	background:url('/img/radio_disabled_checked.png') no-repeat;
}
input[type='checkbox'].error + label::after, input[type='radio'].error + label::after
{
	content:'';
	display:inline-block;
	width:14px;
	height:14px;
	border:1px solid #FF3F14;
	position:absolute;
	top:0;
	left:0;
	background:rgba(255, 213, 213, 0.25);
}
input[type='radio'].error + label::after
{
	border-radius:8px;
}
select
{
	width:auto;
}
input::-webkit-input-placeholder
{
	color:#AAA;
}
input::-moz-placeholder
{
	color:#AAA;
}
input:-ms-input-placeholder
{
	color:#AAA;
}
#contactform .button
{
	display: inline-block;
	padding: 10px 12px;
	border: 0;
	border-radius: 5px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	background: #0E56C2!important;
	color: #FFF !important;
	border-color: #0E56C2!important;
	cursor: pointer;
	transition: opacity 0.25s;
	vertical-align: top;
}
p
{
	margin:10px 0;
}
.signature
{
	font-size: 85%;
	font-style: italic;
}
.signature:first-of-type
{
	font-style: normal;
	font-size: medium;
	padding-bottom: 3px;
}
.signature_link
{
	color: #44f;
}
a.link_logout
{
	text-align: right;
}
ul.faq_list
{
	 list-style-type: none;
}
ul.faq_list_indent,ol.faq_list_indent
{
	margin-left:20px;
}
ul.faq
{
	list-style-type:none;
}
ul.faq > li
{
	margin:10px 0;
	padding:20px;
	border:1px solid #CCC;
	border-radius:5px;
	transition:background 0.25s;
}
ul.faq > li.active > div, ul.faq > li.inactive > div
{
	display:none;
}
ul.faq > li.active
{
	background:#0E56C2;
	color:#FFF;
}
ul.faq > li.active a
{
	color:#CCC;
}
ul.faq > li.active h4
{
	background:url('/img/arrow_up.png') no-repeat right center;
	cursor:pointer;
}
ul.faq > li.inactive h4
{
	padding-right: 30px;
	margin:0;
	background:url('/img/arrow_down.png') no-repeat right center;
	cursor:pointer;
}
.information_block
{
	text-align:center;
	padding: 20px 0 20px 0;
}
.information_block > img
{
	max-width: 100%;
}
.information_block h1
{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #393939;
}
.information_block .button
{
	margin: 10px;
	min-width: 25%;
	padding: 16px !important;
	box-sizing: border-box;
}
.pretty-modal
{
	position: fixed;
	overflow: auto;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	white-space: nowrap;
	display:none;
	box-sizing: border-box;
	z-index: 1;
}
.pretty-modal::after
{
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	content: '';
	box-sizing: border-box;
}
.pretty-modal > div
{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.pretty-modal > div > div
{
	text-align: left;
	white-space: normal;
	background-color: #fff;
	color: #000;
	box-sizing: border-box;
	min-width: 300px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.pretty-modal .container
{
	padding: 20px;
	text-align:center;
}
.pretty-modal .button_close
{
	display:block;
	padding: 20px;
	text-align: center;
	color: white;
	background-color: #0E56C2;
	cursor:pointer;
}
.pretty-modal .button_close img
{
	max-height: 28px;
}
.pretty-modal .button_close:focus, .pretty-modal .button_close:hover
{
	background-color: #0C4BAA;
}
.pretty-modal h3
{
	color: #006DF0;
	font-size: 200%;
	font-weight: initial;
	padding-bottom: 15px;
	line-height: 1;
}
.buttons, .ui-dialog .buttons
{
	clear:both;
	margin:10px;
	text-align:right;
}
.message
{
	max-width:100%;
	margin:6px auto;
	padding:5px 10px 5px 40px;
	border:1px solid #C3857A;
	border-radius:5px;
	text-align:center;
	background:#F9E5DA url('/img/dialog_error.png') no-repeat 10px center !important;
	color: #363636;
}
.message a
{
	color: #292929 !important;
	text-decoration: underline;
}
.message ol
{
	margin:5px 5px 5px 50px;
	text-align: left;
}
.message_success
{
	border:1px solid #89C27B;
	background:#EDFBDA url('/img/dialog_success.png') no-repeat 10px center !important;
}
.message_warning
{
	border:1px solid #C3BB7A;
	background:#F9FADA url('/img/dialog_warning.png') no-repeat 10px center !important;
}
.message_information
{
	border:1px solid #457FD3;
	background:#DAEAFA url('/img/dialog_information.png') no-repeat 10px center !important;
}
.domain_suggester input
{
	box-sizing:border-box;
	width:100%;
	margin:10px 0;
	font-size:20px;
}
.domain_suggester > table
{
	width: 100%;
	white-space:nowrap;
}
.domain_suggester > table td:last-child
{
	width: 100%;
}
.domain_suggester > table > tbody > tr > td:first-child
{
	font-size: 200%;
	padding-right: 40px;
	vertical-align: top;
	padding-top: 24px;
}
.domain_suggester .domain_arrow
{
	background-image: url('/img/arrow.png');
	background-size: 100%;
	position:absolute;
	width:200px;
	height: 40px;
	top: 70px;
	left: 13%;
}
.domain_suggester > table td > div, .domain_suggester > div
{
	max-height:235px;
	margin:-16px 0 10px 3px;
	padding:5px;
	border:1px solid #CCC;
	border-top:0;
	border-radius:0 0 7px 7px;
	overflow:auto;
	background:#FEFEFE;
	color:#0C56C1;
	width:100%;
	float:right;
	z-index:2;
	box-sizing:border-box;
}
.domain_suggester  > table td > div table, .domain_suggester > div table
{
	width:100%;
	margin:0;
	border:0;
	border-spacing:0;
	empty-cells:show;
}
.domain_suggester > table td > div td, .domain_suggester > div td
{
	height:26px;
	padding:0 5px;
	border:0;
	border-radius:4px 0 0 4px;
	font-size:16px;
	line-height:26px;
	text-align:left;
}
.domain_suggester > table td > div tr > td:last-child, .domain_suggester > div tr > td:last-child
{
	padding:0 30px 0 5px;
	border-radius:0 4px 4px 0;
	text-align:right;
	background:url('/img/loading.gif') no-repeat right 5px center;
}
.domain_suggester .domain_available > td:last-child
{
	background-image:url('/img/dialog_success.png');
	background-size: 16px 16px;
}
.domain_suggester .domain_transferable > td:last-child, .domain_suggester .domain_registered > td:last-child
{
	background-image:url('/img/dialog_warning.png');
	background-size: 16px 16px;
}
.domain_suggester .domain_error > td:last-child, .domain_suggester .domain_unavailable > td:last-child
{
	background-image:url('/img/dialog_error.png');
	background-size: 16px 16px;
}
.domain_suggester .domain_invalid > td:last-child
{
	text-align:right;
	background:transparent;
	color:#DC143C;
}
.domain_suggester .domain_more td
{
	padding:0 5px;
	text-align:left !important;
	background-image:none !important;
}
.domain_suggester > table td > div tr:hover td
{
	background-color:transparent;
}
.domain_suggester .domain_available:hover td, .domain_suggester .domain_transferable:hover td, .domain_suggester .domain_registered:hover td, .domain_suggester .domain_more:hover td
{
	background-color:#EBF4FA;
	cursor:pointer;
}
.domain_suggester .domain_error > span:last-child
{
	color:#DC143C;
}
.dialog
{
	max-width:650px;
	margin:20px auto;
	text-align:right;
}
.dialog input:focus
{
	box-shadow:0 0 4px rgba(12, 84, 194, 0.7);
}
.ui-dialog, .dialog
{
	height: auto !important; /* jQuery UI don't know about his bugs. */
	display: block;
	padding:0 0 10px 0;
	border-radius:5px;
	text-align:left;
}
.ui-dialog form
{
	min-height: 200px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}

#page_support .ui-dialog
{
	overflow: hidden; /* FIX ME: JS makes something strange style */
}
#page_support .ui-dialog form
{
	max-height: 85vh!important;
	overflow-y: scroll;
}
.ui-dialog form::-webkit-scrollbar
{
	width: 5px;
}
.ui-dialog form::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
.ui-dialog form::-webkit-scrollbar-thumb
{
	background-color: #0E56C2;
	outline: 1px solid grey;
}
select[name="email_domain_selector"]
{
	max-width:250px;
}
.ui-dialog
{
	min-height: 3px;
	min-width:650px;
	max-width:700px;
	position:absolute;
	margin: auto;
	z-index:9999;
	background:#FEFEFE;
	box-shadow:0 0 10px rgba(100, 100, 100, 0.2);
}
.ui-dialog h4, .dialog h4
{
	margin:5px 10px;
}
.ui-dialog p label, .dialog p label
{
	line-height: 36px;
	vertical-align: middle;
}
.ui-dialog p label.signature
{
	line-height: normal;
}
.ui-dialog .message_warning
{
	margin:10px;
}
.ui-dialog .important, .dialog .important
{
	margin:10px;
	font-size:16px;
}
.repliesRtl
{
	direction: rtl;
	text-align: right;
}
.ui-dialog .support_reply .status, .dialog .support_reply .status
{
	display:inline;
}
.ui-dialog .domain_suggester, .dialog .domain_suggester
{
	width: 100%;
}
.ui-dialog .ui-dialog-buttonset, .ui-dialog-buttonset
{
	clear:both;
	text-align:center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset, .ui-dialog-buttonpane .ui-dialog-buttonset
{
	float: none;
	border-radius: 10px;
}
.ui-dialog .ui-dialog-buttonset button, .ui-dialog-buttonset button
{
	margin:3px;
}
.ui-dialog .ui-dialog-title, .ui-dialog-title
{
	margin:0;
	padding:0;
	word-wrap: break-word;
	display: block;
	max-width: calc(100% - 30px);
}
.ui-dialog .ui-dialog-titlebar, .ui-dialog-titlebar, .dialog > h3
{
	margin:0 !important;
	padding:8px 12px 8px 8px;
	border-radius:5px 5px 0 0;
	font-size:20px !important;
	font-weight:bold;
	line-height:30px !important;
	text-align:center;
	background:#2C2C2C;
	color:#FFF !important;
}
.ui-dialog .ui-dialog-titlebar, .ui-dialog-titlebar
{
	cursor:move;
}
.ui-dialog .ui-dialog-titlebar .ui-button, .ui-dialog-titlebar .ui-button
{
	width:20px;
	height:20px;
	padding:0;
	border:none;
	font-size:0;
	overflow:hidden;
	background:url('/img/dialog_close.png') no-repeat;
	color:transparent;
	cursor:pointer;
	position: absolute;
	top: 13px;
	right: 12px;
}
.ui-dialog .ui-tooltip, .ui-tooltip
{
	max-width:300px;
	padding:5px;
	border:2px solid #CCC;
	border-radius:3px;
	position:absolute;
	z-index:10002;
	box-shadow:0 0 5px #AAA;
	background:#F7F6F0;
	color:#333;
	opacity:0.95;
}
.ui-dialog .ui-slider-wrapper, .ui-slider-wrapper
{
	width:500px;
	height:90px;
	margin: 0 auto 15px auto;
	position:relative;
}
.ui-dialog .ui-slider, .ui-slider
{
	height:10px;
	border:1px solid #6EBADA;
	border-radius:4px;
	position:relative;
	text-align:left;
	background:#F7F7F7;
}
.ui-dialog .ui-slider .ui-slider-handle, .ui-slider .ui-slider-handle
{
	width:16px;
	height:16px;
	margin-left:-8px;
	position:absolute;
	top:-3px;
	z-index:2;
	border-radius:4px;
	outline:0;
	background:#6EBADA;
	cursor:pointer;
}
.ui-dialog .ui-slider .ui-slider-range, .ui-slider .ui-slider-range
{
	display:block;
	height:100%;
	border:0;
	position:absolute;
	top:0;
	z-index:1;
}
.ui-dialog .ui-slider-range-min, .ui-slider-range-min
{
	left:0;
}
.ui-dialog .ui-slider-range-max, .ui-slider-range-max
{
	right:0;
}
.ui-dialog .ui-slider-labels, .ui-slider-labels
{
	border:1px solid transparent;
	position:absolute;
	left:0;
	right:0;
	top:10px;
}
.ui-dialog .ui-slider-label-ticks, .ui-slider-label-ticks
{
	width:1px;
	height:10px;
	position:absolute;
	text-align:center;
	white-space:nowrap;
	background:#6EBADA;
}
.ui-dialog .ui-slider-label-ticks span, .ui-slider-label-ticks span
{
	display:inline-block;
	width:163px;
	margin-left:-80px;
	position:relative;
	top:10px;
	font-size:11px;
	white-space: pre-line;
	cursor:pointer;
}
.ui-dialog .ui-widget-overlay, .ui-widget-overlay
{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	background:#555;
	opacity:0.5;
}
.ui-dialog .ui-helper-hidden-accessible, .ui-helper-hidden-accessible
{
	display:none;
}
.selectric-wrapper
{
	position: relative;
	cursor: pointer;
	display:inline-block;
	vertical-align: middle;
}
.selectric-disabled
{
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-user-select: none;
}
.selectric-open
{
	z-index: 10;
}
.selectric-open .selectric-items
{
	display: block;
}
.selectric-hide-select
{
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}
.selectric-hide-select select
{
	position: absolute;
	left: -100%;
	display: none;
}
.selectric-input
{
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	_font: 0/0 a;
	background: none !important;
}
.selectric-temp-show
{
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}
.selectric-open .selectric
{
	border-color: #CCC;
	background: #F0F0F0;
	z-index: 1;
}
.selectric-open .selectric-items
{
	display: block;
	word-wrap: break-word;
	max-width: 40vw;
}
.selectric
{
	background: #FFFFFF;
	border: 1px solid #CCC;
	border-radius: 4px;
	position: relative;
	max-width: 40vw;
}
.selectric .label
{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 30px 0 0;
	padding: 6px;
	font-size:16px;
	line-height: 18px;
	color: #444;
	min-height: 18px;
	text-shadow: 0 1px #FFF;
}
.selectric .button
{
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	width: 30px;
	font: 0/0 a;
	border-left: 1px solid #D2D2D2 !important;
	display: block !important;
	padding: 0px !important;
	border-radius: 0px !important;
	background: transparent !important;
	opacity: 1 !important;
}
.selectric .button:after
{
	content: " ";
	zoom: 1;
	position: absolute;
	overflow: hidden;
	top: 13px;
	right: 12px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #BBB;
	border-bottom: none;
}
.selectric .button:before
{
	content: " ";
	float: left;
	height: 100%;
	border-right: 1px solid #FFF;
}
.selectric-hover .selectric
{
	border-color: #CCC;
}
.selectric-hover .selectric .button
{
	color: #888;
}
.selectric-hover .selectric .button:after
{
	border-top-color: #888;
}
.selectric-items
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #F8F8F8;
	border: 1px solid #C4C4C4;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll
{
	height: 100%;
	overflow: auto;
}
.selectric-above .selectric-items
{
	top: auto;
	bottom: 100%;
}
.selectric-items ul, .selectric-items li
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:16px;
	line-height: 20px;
	min-height: 20px;
}
.selectric-items li
{
	display: block;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #EEE;
	color: #666;
	cursor: pointer;
}
.selectric-items li.selected
{
	background: #EFEFEF;
	color: #444;
}
.selectric-items li:hover
{
	background: #F0F0F0;
	color: #444;
}
.selectric-items .disabled
{
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-items .selectric-group .selectric-group-label
{
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}
.selectric-items .selectric-group.disabled li
{
	filter: alpha(opacity=100);
	opacity: 1;
}
.selectric-items .selectric-group li
{
	padding-left: 25px;
}
.top_controls_container
{
	margin:40px 0 0 0;
	float:right;
}
.top_controls_container > *
{
	display:inline-block;
	margin:0 0 0 3px;
	padding:0 20px;
	line-height:40px;
	text-transform:uppercase;
	color:#0E56C2;
}
.top_controls_container > a
{
	border-radius: 7px;
}
.top_controls_container > form
{
	padding:0;
	background:transparent;
}
.top_controls_container > form > div
{
	display:none;
}
.top_controls_container > .link_signin, .top_controls_container > .link_logout
{
	background:transparent;
	color:#FFF;
}
.top_controls_container > .link_register, .top_controls_container > .link_profile
{
	background:#C31111;
	color:#FFF;
}
.top_controls_container > .link_cart
{
	padding:0 20px 0 42px;
	background:#94BFF4 url('/img/icon_cart.png') no-repeat 18px 10px;
}
.support_controls_container
{
	margin-top: 12px;
}
.dropdown_switcher
{
	border-radius:7px;
	background-color:#94BFF4;
	position:relative;
}
.language_switcher
{
	background-repeat: no-repeat;
	background-position: 18px 12px;
}

.dropdown_switcher a
{
	display:block;
	border-radius:5px;
	line-height:30px;
	color:#0E56C2;
}
.dropdown_switcher a:hover
{
	background-color:#2767C8;
	color:#FFF;
}
.language_switcher_entry
{
	padding:0 0 0 19px;
}
.language_switcher_entry > .flag
{
	margin-right: 4px;
}
.region_switcher a
{
	text-align: center;
}
.region_switcher
{
	position: fixed;
	left: 0;
	right:0;
	margin: auto;
	line-height: 40px;
	text-transform: uppercase;
	top: 10px;
	width: 80px;
	height: 40px;
	z-index: 15;
}
.dropdown_switcher li
{
	display:block;
	padding:1px;
	border-bottom: 0 !important;
}
.dropdown_switcher:hover
{
	border-radius:7px 7px 0 0;
}
.rounded-corner:hover
{
	border-radius:7px 7px 7px 7px;
}
.dropdown_switcher ul
{
	display:none;
	width:100%;
	position:absolute;
	top: 39px;
	border-radius:0 0 5px 5px;
	background:#94BFF4;
	left: 0;
	opacity:0;
	transition:opacity 0.25s;
}
.rounded-corner ul:hover
{
	border-radius:5px 5px 5px 5px;
}
.dropdown_switcher:hover ul
{
	display:block;
	opacity:1;
}
.clear
{
	clear:both;
}
.menu_panel,
.menu_email,
.menu_ftp,
.menu_database,
.menu_forum,
.menu_help
{
	background:url('/img/menu_set_optimized.png') no-repeat;
}
.menu_panel
{
	background-position: -2px -3px !important;
}
.menu_email
{
	background-position: -41px -3px !important;
}
.menu_ftp
{
	background-position: -83px -2px !important;
}
.menu_database
{
	background-position: -1px -44px !important;
}
.menu_forum
{
	background-position: -42px -45px !important;
}
.menu_help
{
	background-position: -83px -44px !important;
}
.icon_twitter,
.icon_google,
.icon_instagram,
.icon_pinterest,
.icon_linkedin,
.icon_vk,
.icon_facebook,
.icon_cookies,
.icon_youtube
{
	background:url('/img/icon_set_optimized.png') no-repeat;
	display: block;
	height: 40px;
	width: 40px;
}
.icon_email
{
	background:url('../img/icon_set_optimized.png') no-repeat;
	float: right;
}
.icon_twitter
{
	background-position: -36px -39px !important;
}
.icon_google
{
	background-position: 6px -39px !important;
}
.icon_instagram
{
	background-position: -36px 1px !important;
}
.icon_pinterest
{
	background-position: -80px -38px !important;
}
.icon_linkedin
{
	background-position: -165px 2px !important;
}
.icon_vk
{
	background-position: -123px 1px !important;
}
.icon_facebook
{
	background-position: -80px 1px !important;
}
.icon_email
{
	background-position: -119px -36px !important
}
.icon_cookies
{
	background-position: -5px -11px !important;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-bottom: -2.6px;
}
.icon_youtube{
	background-position: -164px -39px !important;
}
.country-select .selected-flag
{
	width: 31px !important;
}
div.content form p:nth-child(9)
{
	padding-bottom: 2px;
}
#wrapper
{
	height:100%;
	position:relative;
	text-align:center;
}
#wrapper > div
{
	height: 100%;
	margin:0 auto;
	text-align:left;
}
body.rtl #wrapper > div
{
	text-align:right;
}
#topmovie
{
	position: absolute;
	top: -20px;
	left: 0;
	height: 500px;
	overflow: hidden;
	min-width: 100%;
}
#topmovie video
{
	position:absolute;
	z-index: -1;
	width: 100%;
	bottom: 0;
	left: 0;
	overflow:hidden;
}
#top
{
	max-width:1400px;
	min-width:1000px;
	margin: 0 auto !important;
	height:280px;
	position:relative;
	font-size:16px;
	text-align:left;
	font-weight: normal;
	padding: 0 !important;
	z-index: 0;
}
#top a
{
	transition:opacity 0.25s;
}
#top_header
{
	left:0;
	border-bottom:2px solid #8EBBF2;
	padding-bottom: 10px;
}
#top input
{
	width: 150px !important;
	border: none;
	font-size:16px !important;
}
#top input[type='checkbox'] + label
{
	padding: 0 !important;
}
#top h3.logo
{
	width: 350px;
	max-width:350px;
	height:90px;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 !important;
	float: none;
}
#top h3 a
{
	display:block;
	height:90px;
	font-size:0;
	color:transparent;
}
#top h2, #top h1
{
	position:absolute;
	bottom:-13px;
	left:0;
	font-size:50px;
	line-height:60px;
	color:#93BEF3;
	margin: 0 !important;
	font-weight: bold !important;
	font-family: Roboto !important;
}
#top > div > div:last-child > div:last-child > *
{
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 5px;
	border: 2px solid transparent;
	border-radius: 7px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #FFF;
}
#top div.promo
{
	display: flex;
	flex-direction:row;
	align-items:flex-end;
	padding: 1.5em 0em;
	position: absolute;
	top: 44%;
	left: 55%;
	margin: 0 0 0 -20em;
}
#top div.promo h1 {
	font: 100 15.41px "arial";
	letter-spacing: 1px;
	padding: .25em 0 .325em;
	display: flex;
	flex-direction:column;
	align-self:flex-start;
	align-items:flex-end;
	position: relative;
	left: -100px;
	opacity: 0;
	transition: .8s ease-out;
	bottom: 0;
}
#top div.promo>div
{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position:relative;
	left:-30px;
	text-transform: uppercase;
}
#top div.promo h1>span
{
	color: rgba(255, 255, 255, 1);
	opacity: 0;
	transition: .8s ease;
}
#top div.promo h1>span.promoText:nth-child(1)
{
	font-weight: 100;
}
#top div.promo h1>span.promoText:nth-child(3), #top div.promo h1>span.promoText:nth-child(4)
{
	font-size: 11.99px;
	font-weight: 100;
}
#top div.promo h1>span.promoText:nth-child(5) {
	font-size: 11.99px;
}
#top div.promo .promoPicture {
	position: relative;
	transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, -17.6498, 0, 1);
	filter: blur(5px);
	opacity: 0;
	top: 5px;
	left: -10px;
	width: 110px;
	height: 112px;
	background: url(../img/Promo.png);
	background-size: 100% 100%;
	transform-origin: 0% 0% 0px;
	transform: translate3d(0px, 15.1641px, 0px) scale(1.5, 1.5);
	transition: .5s ease;
}
#top div.promo .promoButton
{
	position: relative;
	color: #FFF;
	padding: 5px 10px;
	background: #C31111;
	border-radius: 7px;
	font: 100 10px "arial";
	transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, -17.6498, 0, 1);
	filter: blur(5px);
	opacity: 0;
	transform-origin: 0% 0% 0px;
	transform: translate3d(0px, 15.1641px, 0px) scale(1.5, 1.5);
	transition: .5s ease;
	cursor: pointer;
}
#top .promo a
{
	height: 21px;
	margin: -2px 0;
}
@-moz-document url-prefix()
{
	#top div.promo .promoButton
	{
		padding: 4px 9px;
	}
}
#navigation_pane > ul, #navigation_pane > ul > li, #top > div > ul, #top > div > ul > li
{
	display:inline-block;
}
#navigation_pane > ul, #top > div > ul
{
	margin:50px 0 0 0;
	vertical-align: middle;
}

#support_panel > ul > li
{
	padding: 15px;
}
#support_panel > ul.ui-autocomplete > li
{
	padding: 0;
}

#navigation_pane > ul > li, #top > div > ul > li
{
	display:inline-block;
}
#navigation_pane > ul > li + li::before
{
	content: '▪';
	color: #80BEF7;
	font-size: 20px;
	font-family: sans-serif;
	padding: 0 3px;
}
#navigation_pane > ul > li:first-child, #top > div > ul > li:first-child
{
	background:transparent;
}
#navigation_pane > ul > li > a, #top > div > ul > li > a
{
	text-transform:uppercase;
	color:#FFF;
	transition:text-shadow 0.25s, color 0.25s;
}
#navigation_pane > ul > li > a:hover, #top > div > ul > li > a:hover
{
	text-shadow:0 0 2px #93BEF3;
	color:#93BEF3;
}
#navigation_pane > div:last-child
{
	margin:15px 0 0 0;
	float:right;
	word-wrap: normal;
}
#navigation_pane > #navigation_buttons_container > *
{
	display:inline-block;
	width:60px;
	height:60px;
	padding:5px;
	border:2px solid transparent;
	border-radius:7px;
	font-size:16px;
	line-height:16px;
	text-align:center;
	color:#FFF;
}
#navigation_pane > #navigation_buttons_container > * > span
{
	display:inline-block;
	width:40px;
	height:40px;
	background-position:center;
	background-repeat:no-repeat;
}
#navigation_pane > #navigation_buttons_container > *:hover
{
	border-color:#93BEF3;
	transition:border 0.1s;
}
#phpbb .icon_cookies
{
	background:url('../img/icon_set_optimized.png') no-repeat;
	background-position: -5px -11px !important;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-bottom: -2.6px;
}
#page_index .domain_suggester input
{
	font-family: RobotoLight;
	font-size: 17px;
}
#page_index .domain_suggester input:focus, #top input:focus, #footer input:focus
{
	box-shadow:0 0 12px rgba(255, 255, 255, 0.6);
}
#content, #forum_content
{
	box-sizing: border-box;
	min-height: 100%;
	padding-bottom: 420px;
	margin-top: -480px;
	padding-top: 480px;
}
html.smallTop #content
{
  	margin-top: -280px;
  	padding-top: 280px;
}
#content > div, #forum_content > div
{
	max-width:1400px;
	min-width:1000px;
	margin: 0 auto 50px auto;
	position:relative;
}
#forum_content > div
{
	margin-bottom: 0;
}
#content a:hover
{
	opacity: 0.8;
}
#content h3
{
	margin:5px 0;
	font-size:30px;
	font-family: RobotoLight;
	line-height:50px;
	color:#0C56C1;
}
#content input[type='submit'], #content input[type='button'], #content .button, button, .authorize_form input[type='submit'], .authorize_form .button, .ui-dialog button
{
	display:inline-block;
	padding:10px 12px;
	border:0;
	border-radius:5px;
	font-size:16px;
	line-height:16px;
	text-align:center;
	background:#0E56C2;
	color:#FFF;
	cursor:pointer;
	transition:opacity 0.25s;
	vertical-align:top;
}
input[type='submit'].sendButton:disabled
{
	cursor: not-allowed;
	border:1px solid #999;
	background:#F5F5F5;
	color:#AAA;
	box-shadow:0 0 8px rgba(100, 100, 100, 0.2);
}
button:disabled
{
	background:lightsteelblue;
	color:white;
}
#content input,#content textarea, .ui-dialog input, .ui-dialog textarea, .ui-dialog .ui-dialog select
{
	text-align:left;
	border: 1px solid #C3C3C3;
}
#content select
{
	border: 1px solid #C3C3C3;
	box-shadow:none;
}
#content option
{
	border: none;
}
#content input[type='submit']:hover, #content input[type='button']:hover,  #content .button:hover, #top div:first-child a:hover, button:enabled:hover, .ui-dialog button:enabled:hover
{
	opacity:0.8;
}
#footer input[type='submit']:hover, #footer input[type='button']:hover, #footer button:hover, #footer .button:hover
{
	opacity:0.8;
}
#dialogs_container > *
{
	display:none;
}
#dialog_server_summary
{
	padding: 10px;
}
#footer
{
	width:100%;
	min-width:1000px;
	bottom:0;
	left:0;
	font-size:16px;
	background:#2C2C2C;
	color:#FFF;
	padding-bottom: 10px;
	font-family: RobotoLight;
	clear: both;
	height: auto;
	min-height: 400px;
	margin-top: -400px;
}
#footer p
{
	line-height: 24px;
	padding: 0px;
}
#footer input
{
	font-family: Roboto;
}
#footer > div
{
	max-width:1400px;
	min-width:1000px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#footer > div hr
{
	margin:20px 0;
	border:1px solid;
	border-color:#0A0A0A transparent #3C3C3C transparent;
	height: 0;
}
#footer > div p
{
	margin:10px 5px 10px 0;
	color:#AAA;
}
#footer > div a
{
	color:#FEFEFE;
}
#footer > div a:hover
{
	color:#EEE;
}
#footer .copyright
{
	color: white;
	text-align: left;
	margin: 0;
	padding: 0;
}
#footer .copyright span
{
	display:inline-block;
	float: right;
}
#footer .copyright span img
{
	vertical-align: middle;
	padding-right: 10px;
	padding-bottom: 2px;
}
#footer > div > div:first-child
{
	padding:20px 30px;
	overflow:auto;
	border-radius:10px;
	position:relative;
	top:-45px;
	font-size:25px;
	line-height:18px;
	background:#0E56C2;
}
#footer > div > div:first-child > div
{
	display:inline-block;
	margin:0 0 0 10px;
	vertical-align:middle;
}
#footer .social a
{
	display:inline-block;
	width:40px;
	height:40px;
	margin:3px;
	background: #2767C8 no-repeat center;
	transition:background-color 0.25s, opacity 0.25s;
}
#footer .social a:hover
{
	background-color:#093B86;
	opacity:0.7;
}
#footer .mailto-span
{
	display:inline;
	font-weight:bold;
	line-height:40px;
	text-indent:55px;
	background:url('/img/icon_email.png') no-repeat left;
	background-position: 10px 9px;
	transition:opacity 0.25s;
	float: right;
	cursor: pointer;
}
#footer > div > div:first-child > span > a
{
	vertical-align: middle;
}
#footer > div > div:first-child > span > a > span
{
	margin:auto 0;
}
#footer > div .links
{
	display:table;
	width:100%;
	height:220px;
	table-layout:fixed;
}
#footer > div .links a
{
	color:#AAA;
	line-height: 24px;
}
#footer > div .links a:hover
{
	color:#FFF;
}
#footer > div .links h6
{
	margin:0 0 20px 0;
	font-size:25px;
	font-weight:normal;
}
#footer > div .links p em
{
	font-style:normal;
	text-decoration:underline;
}
#footer > div .links > div
{
	display:table-row;
}
#footer > div .links div > div
{
	display:table-cell;
	position:relative;
}
#footer > div .links div > div:last-child
{
	width:310px;
}
#footer > div .links div > div:last-child p
{
	color:#FFF;
}
#footer > div form
{
	margin:15px 0;
	position: relative;
}
#footer > div form .message
{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
}
#footer > div form p
{
	margin:10px 0;
}
#footer > div form input
{
	box-sizing:border-box;
	width:98%;
	padding:8px 12px;
	border-radius:7px;
	font-size:18px;
	border:none;
}
#footer > div form input[type='submit']
{
	padding:10px 14px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	background:#0E56C2;
	color:#FFF;
	cursor:pointer;
	margin: 0 2px 2px 2px;
}
#footer .contact_link
{
	bottom: 5px;
}
#video
{
	background: #0E56C2 url('/img/movie_poster_small.png') no-repeat top;
}
@media all and (max-width: 1100px) and (min-width: 1021px)
{
	#navigation_pane
	{
		font-size: 81%;
	}
}
@media all and (max-width: 1500px) and (min-width: 1021px)
{
	#content, #top > div, #footer > div
	{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media all and (max-width: 768px)
{
	form label input, form label textarea
	{
		width: 200px;
	}
}
@media all and (max-width: 1021px)
{
	html.smallTop #top
	{
		height: 270px;
	}
	html.smallTop
	{
		background:#FEFEFE url('/img/movie_poster_small.png') no-repeat top;
		background-position:center -53px !important;
	}
	.domain_suggester > table > tbody > tr > td:first-child
	{
		display:none;
	}
	#topmovie
	{
		display:none;
	}
	#wrapper #content > div, #top, #footer, #footer > div
	{
		min-width:0;
	}
	#top
	{
		height: 270px !important;
		margin:-20px 0 0 0 !important;
		padding:0 10px;
		text-align:left;
	}
	#top h2,h1
	{
		padding:0 0 0 10px;
		font-size:35px;
		bottom:-15px !important;
	}
	#top div.promo
	{
		display:none;
	}
	#navigation_pane > ul
	{
		margin:20px auto 0 auto;
	}
	#navigation_buttons_container
	{
		float:none;
	}
	#content
	{
		padding:10px;
		margin: auto;
	}
	#footer
	{
		height: auto;
		margin-top: 0;
	}
	#footer > div > div:first-child
	{
		border-radius:0;
		text-align:center;
	}
	#footer .mailto-span
	{
		display:initial;
		float: none;
		background: none;
	}
	#footer > div > div:first-child > div
	{
		display:block;
		margin:20px 0 0 0;
	}
	#footer > div .links
	{
		margin:0;
	}
	#footer > div .links div > div:last-child
	{
		display:none;
	}
}

