@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 url('/img/movie_poster_small.png') no-repeat top;
	color:#505050;
	cursor:default;
	background-position:center -20px;
}
html.smallTop
{
	background-image:none;
}
html.smallTop video
{
	display: none;
}
html.smallTop #top
{
	height: 280px; 
}
html.smallTop #topmovie
{
    background: #FEFEFE url('/img/movie_poster.png') no-repeat top;
    height: 300px;
}
video
{
	display:none;
}
body
{
	min-height:100%;
}
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;
	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);
}
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;
}
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;
}
p
{
	margin:10px 0;
}
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 !important;
}
ul.faq > li.active h4
{
	background:url('/img/arrow_up.png') no-repeat right center;
	cursor:pointer;
}
ul.faq > li.inactive h4
{
	margin:0;
	background:url('/img/arrow_down.png') no-repeat right center;
	cursor:pointer;
}
.information_block
{
	text-align:center;
	padding: 20px 0px 20px 0px;
}
.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
{
	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-color:#EDFBDA !important;
	background-image:url('/img/dialog_success.png') !important;
}
.message_warning
{
	border:1px solid #C3BB7A;
	background-color:#F9FADA !important;
	background-image:url('/img/dialog_warning.png') !important;
}
.message_information
{
	border:1px solid #457FD3;
	background-color:#DAEAFA !important;
	background-image:url('/img/dialog_information.png') !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 0px 0 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;
	margin-bottom: 10px;
	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:center;
	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;
}
.dialog input:focus
{
	box-shadow:0 0 4px rgba(12, 84, 194, 0.7);
}
.ui-dialog, .dialog
{
	padding:0 0 10px 0;
	border-radius:5px;
	text-align:left;
}
.ui-dialog form
{
	padding-left: 10px;
	padding-right: 10px;
}

select[name="email_domain_selector"] {
	max-width:250px;
}

.ui-dialog
{
	width:65%!important;
	min-width:650px!important;
	max-width:700px;
	position:absolute;
	left: 0 !important; 
	right: 0 !important;
	margin: auto;	
	z-index:150;
	background:#FEFEFE;
	box-shadow:rgba(100, 100, 100, 0.2);
}
.ui-dialog h4, .dialog h4
{
	margin:5px 10px;
}
.ui-dialog p, .dialog p
{
}
.ui-dialog p label, .dialog p label
{
	line-height: 36px;
    vertical-align: middle;
}
.ui-dialog .message_warning
{
	margin:10px;
}
.ui-dialog .important, .dialog .important
{
	margin:10px;
	font-size:16px;
}
.ui-dialog .support_reply .status, .dialog .support_reply .status
{
	display:inline;
}
.ui-dialog .domain_suggester, .dialog .domain_suggester
{
	margin:0 10px;
}
.ui-dialog-buttonset
{
	clear:both;
	text-align:center;
}
.ui-dialog-buttonset button
{
	margin:3px;
}
.ui-dialog-title
{
	margin:0;
	padding:0;
}
.ui-dialog-titlebar, .dialog > h3
{
	margin:0 !important;
	padding:8px;
	padding-right: 12px;
	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-titlebar
{
	cursor:move;
}
.ui-dialog-titlebar .ui-button
{
	width:20px;
	height:20px;
	padding:0;
	margin-top: 5px;
	border:none;
	font-size:0;
	overflow:hidden;
	float:right;
	background:url('/img/dialog_close.png') no-repeat;
	color:transparent;
	cursor:pointer;
}
.ui-tooltip
{
	max-width:300px;
	padding:5px;
	border:2px solid #CCC;
	border-radius:3px;
	position:absolute;
	z-index:9999;
	box-shadow:0 0 5px #AAA;
	background:#F7F6F0;
	color:#333;
	opacity:0.95;
}
.ui-slider-wrapper
{
	width:500px;
	height:70px;
	margin: 0 auto;
	position:relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.ui-slider
{
	height:10px;
	border:1px solid #6EBADA;
	border-radius:4px;
	position:relative;
	text-align:left;
	background:#F7F7F7;
}
.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-slider .ui-slider-range
{
	display:block;
	height:100%;
	border:0;
	position:absolute;
	top:0;
	z-index:1;
}
.ui-slider-range-min
{
	left:0;
}
.ui-slider-range-max
{
	right:0;
}
.ui-slider-labels
{
	border:1px solid transparent;
	position:absolute;
	left:0;
	right:0;
	top:10px;
}
.ui-slider-label-ticks
{
	width:1px;
	height:10px;
	position:absolute;
	text-align:center;
	white-space:nowrap;
	background:#6EBADA;
}
.ui-slider-label-ticks span
{
	display:inline-block;
	width:160px;
	margin-left:-80px;
	position:relative;
	top:10px;
	font-size:12px;
	cursor:pointer;
}
.ui-widget-overlay
{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	background:#555;
	opacity:0.5;
}
.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: 9999;
}
.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: 9999;
}
.selectric-open .selectric-items
{
  display: block;
}
.selectric
{
  background: #FFFFFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  position: relative;
}
.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: 8px;
  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;
}
.link_language
{
	display:inline-block;
	margin:0 0 0 3px;
	border-radius:7px;
	line-height:40px;
	text-transform:uppercase;
	background-color:#94BFF4;
	color:#0E56C2;
	padding:0 20px 0 40px !important;
	position:relative;
	background:#94BFF4 url('/img/flag_en.png') no-repeat 18px 12px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
.link_language:hover
{
	border-radius:7px 7px 0 0;
}
.link_language ul
{
	display:none;
	width:100%;
	margin:0 5px !important;
	position:absolute;
	top:40px;
	left:-5px;
	border-radius:0 0 5px 5px;
	background:#94BFF4;
	opacity:0;
	transition:opacity 0.25s;
}
.link_language:hover ul
{
	display:block;
	opacity:1;
}
.link_language li
{
	display:block;
	padding:1px;
	border-bottom: 0px !important;
}
.link_language a
{
	display:block;
	padding:0 0 0 39px;
	border-radius:5px;
	line-height:30px;
	background:url('/img/flag_en.png') no-repeat 17px center;
	color:#0E56C2;
	transition:background 0.25s;
}
.link_language a:hover
{
	background-color:#2767C8;
	color:#FFF;
}
.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
{
	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;
}
.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: 6px -6px !important;
	background-position: -5px -11px !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-bottom: -2.6px;
}
#wrapper
{
	height:100%;
	position:relative;
	text-align:center;
}
#wrapper > div
{
	height: 100%;
	margin:0 auto;
	text-align:left;
}
#topmovie
{
	position: absolute;
	top: -20px;
	left: 0px;
	height: 500px;
	overflow: hidden;
	min-width: 100%;
}
#topmovie video
{
	position:absolute;
	z-index: -1;
    width: 100%;
    bottom:0px;
    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: 0px !important;
	z-index: 1;
}
#top a
{
	transition:opacity 0.25s;
}
#top > div > div:first-child
{
	padding:0 0 20px 0;
	border-bottom:2px solid #8EBBF2;
}
#top > div > div:first-child > div
{
	margin:40px 0 0 0;
	float:right;
}
#top > div > div:first-child > div > *
{
	display:inline-block;
	margin:0 0 0 3px;
	padding:0 20px;
	line-height:40px;
	text-transform:uppercase;
	background-color:#94BFF4;
	color:#0E56C2;
}
#top > div > div:first-child > div > a
{
	border-radius: 7px;
}
#top > div > div:first-child > div > form
{
	padding:0;
	background:transparent;
}
#top > div > div:first-child > div > form > div
{
	display:none;
}
#top > div > div:first-child > div > .link_signin, #top > div > div:first-child > div > .link_logout
{
	background:transparent;
	color:#FFF;
}
#top > div > div:first-child > div > .link_register, #top > div > div:first-child > div > .link_profile
{
	background:#C31111;
	color:#FFF;
}
#top > div > div:first-child > div > .link_cart
{
	padding:0 20px 0 42px;
	background:#94BFF4 url('/img/icon_cart.png') no-repeat 18px 10px;
}
#top input
{
	width: 150px !important;
	border: none;
	font-size:16px !important;
}
#top input[type='checkbox'] + label
{
	padding: 0px !important;
}
#top h3
{
	width:260px;
	height:90px;
	background:url('/img/logo.png') no-repeat;
	background-position: center bottom;
	margin: 0 !important;
}
#top h3.logo_zzz
{
	width:350px;
	height:90px;
	background:url('/img/logo_zzz.png') no-repeat;
	background-position: center bottom;
}
#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 > ul, #top > div > div:last-child > ul > li, #top > div > ul, #top > div > ul > li
{
	display:inline-block;
}
#top > div > div:last-child > ul, #top > div > ul
{
	margin:50px 0 0 0;
}
#top > div > div:last-child > ul > li, #top > div > ul > li
{
	padding:0 6px 0 16px;
	background:url('../img/menu_set_optimized.png') no-repeat;
	background-position: -16px -101px !important
}
#top > div > div:last-child > ul > li:first-child, #top > div > ul > li:first-child
{
	padding:0 6px 0 0;
	background:transparent;
}
#top > div > div:last-child > ul > li > a, #top > div > ul > li > a
{
	text-transform:uppercase;
	color:#FFF;
	transition:text-shadow 0.25s, color 0.25s;
}
#top > div > div:last-child > ul > li > a:hover, #top > div > ul > li > a:hover
{
	text-shadow:0 0 2px #93BEF3;
	color:#93BEF3;
}
#top > div > div:last-child > div:last-child
{
	margin:15px 0 0 0;
	float:right;
	word-wrap: normal;
}
#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 > div:last-child > div:last-child > * > span
{
	display:inline-block;
	margin:0 0 0 3px;
	width:40px;
	height:40px;
	background-position:center;
	background-repeat:no-repeat;
}
#top > div > div:last-child > div:last-child > *:hover
{
	border-color:#93BEF3;
	transition:border 0.1s;
}
#phpbb #top
{
	height: 280px;
}
#phpbb #footer
{
	padding-bottom: 0px;
}
#phpbb .icon_cookies
{
	background:url('../img/icon_set_optimized.png') no-repeat;
	display: block;
	height: 40px;
    width: 40px;
	background-position: 6px -6px !important;
	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;
	margin-bottom: 70px;
	position:relative;
}
#forum_content > div
{
	margin-bottom: 0px;
}
#content a:hover
{
	opacity: 0.8;
}
#content h3
{
	margin:20px 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
{
	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;
}
button:disabled
{
	background:lightsteelblue;
}
#content input,#content textarea, .ui-dialog input, .ui-dialog textarea, .ui-dialog select
{
	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
{
	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;
}
#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: 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 transparent;
	border-color:#0A0A0A transparent #3C3C3C transparent;
	height: 0px;
}
#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: 0px;
	padding: 0px;
}
#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 > div > div:first-child > div > *
{
	display:inline-block;
	width:40px;
	height:40px;
	margin:3px;
	background:#2767C8;
	background-position:center;
	background-repeat:no-repeat;
	transition:background-color 0.25s, opacity 0.25s;
}
#footer > div > div:first-child > div > *:hover
{
	background-color:#093B86;
	opacity:0.7;
}
#footer > div > div:first-child > span
{
	display:inline;
	float:right;
	font-weight:bold;
	line-height:40px;
	text-indent:55px;
	/*background:url('/img/icon_email.png') no-repeat left;*/
	transition:opacity 0.25s;
	background-position: 10px 9px;
}
#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: 0px;
	right: 0px;
	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: 0px 2px 2px 2px;
}
#footer .contact_link
{
	bottom: 5px;
}
@media all and (max-width: 1100px) and (min-width: 1021px)
{
	#top > div > div:last-child
	{
		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: 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:0px;
	}
	#top
	{
		height:270px !important;
		margin:-20px 0 0 0 !important;
		padding:0 10px;
		text-align:center;
	}
	#top h2,h1
	{
		padding:0 0 0 10px;
		font-size:35px;
		bottom:-15px !important;
	}
	#top > div > div:last-child > ul
	{
		margin:20px auto 0 auto;
	}
	#top > div > div:last-child > div:last-child
	{
		float:none;
	}
	#content
	{
		padding:10px;
		margin: auto;
	}
	#footer
	{
		height: auto;
		margin-top: 0px;
	}
	#footer > div > div:first-child
	{
		border-radius:0;
		text-align:center;
	}
	#footer > div > div:first-child > span
	{
		display: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;
	}
}
.mailto-span
{
	cursor: pointer;
}
