

/* site defined css begin */

.input-form *[required]::-webkit-input-placeholder:after {
	content: ' *';
	color: red;
}

.fl {
	float: left;
}

.msg-success {
	background: #2ECC71;
}

h1 {
	font-size: 26px;
	margin-top: 0px;
}

.input-form ::-ms-input-placeholder {
	color: #888;
}

.paging a:hover, .paging a[active] {
	background: #669900;
}

.input-form ::-webkit-input-placeholder {
	color: #888;
}

.input-form label {
	margin: 5px 0;
	display: inline-block;
}

.input-form {
	padding: 20px 10px 10px 10px;
	margin-top: 20px;
}

.msg-notification {
	background: #3498DB;
}

.group:after {
	content: "";
	clear: both;
	display: table;
}

.center {
	width: 980px;
	margin: auto;
}

.input-form label[required]:after {
	content: ' *';
	color: red;
}

b, strong {
	font-weight: bold;
}

.fn {
	float: none !improtant;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.fr {
	float: right;
}

.input-box {
	margin-bottom: 10px;
}

.paging a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	height: 35px;
	width: 35px;
	background: #95ba12;
	padding-top: 10px;
	font-weight: 800;
	display: inline-block;
	text-align: center;
}

body {
	margin: 0px;;
}

.paging {
	margin: 20px 0 10px;
	text-align: center;
}

.input-form *[required]::-ms-input-placeholder:after {
	content: ' *';
	color: red;
}

form {
	padding: 0;
	margin: 0;
}

.input-form input[type=text], .input-form input[type=email], .input-form textarea, .input-form select, .input-form input[type=password], .input-form input[type=number] {
	padding: 10px;
	width: 100%;
	font-weight: 800;
	border: none;
	background: #ddd;
}

.no-margin {
	margin: 0 !important;
}

.input-form ::-moz-placeholder {
	color: #888;
}

@font-face {
	src: local(GHEAGrapalat), local(GHEA Grapalat), local(Arial MS Unicode), local(Arial);
	font-family: myHelv;
	font-weight: normal;
}

.msg-warning {
	background: #E67E22;
}

h1 a {
	color: #333;
	text-decoration: none;
}

::selection {
	color: white;
	text-shadow: none;
	background-color: #8ad;
}

.msgs div:not(:last-child) {
	border-bottom: 1px solid #BDC3C7;
}

.input-form *[required]::-moz-placeholder:after {
	content: ' *';
	color: red;
}

img {
	border: none;
}

.input-form input[type=submit], .input-form input[type=button] {
	-webkit-backface-visibility: hidden;
	padding: 10px 20px 8px;
	box-shadow: none;
	font-weight: 800;
	background: #36b5ec;
	display: inline-block;
	color: #ffffff;
	margin: 0px;
	transition: 0.25s;
	-moz-box-shadow: none;
	text-decoration: none;
	cursor: pointer;
	text-shadow: none;
	-o-transition: 0.25s;
	-moz-transition: 0.25s;
	-webkit-box-shadow: none;
	white-space: nowrap;
	-webkit-transition: 0.25s;
	border: none;
	line-height: 20px;
}

.msgs {
	color: #FFF;
	transition: 0.25s;
	margin-bottom: 10px;
	-moz-transition: 0.25s;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
}

body,input,select,textarea {
	color: #333;
	font-size: 14px;
	font-family: DejaVu Sans, myHelv, sans-serif;
	font-weight: 200;
}

.msg {
	padding: 10px;
	font-weight: bold;
}

.button-box {
	padding: 10px;
	background: #eee;
}

.msg-error {
	background: #E74C3C;
}

.page {
	background-size: 100% 100% !important;
	-o-background-size: 100% 100% !important;
	-webkit-background-size: 100% 100% !important;
	background: #fff;
	background-attachment: fixed;
	-moz-background-size: 100% 100% !important;
	padding-top: 0px;
}

/* site defined css end */
/* Menu main css begin */

.top_menu_box {
    height: 60px;    
    margin-bottom: 20px;
    font-size: 18px;
    color: #FFF;
}
.top_menu_box>ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.top_menu_box>ul>li {
    float: left;
    padding: 20px 20px;
    height: 60px;
}
.top_menu_box>ul>li.fr { 
    float: right !important; 
    padding: 20px 0 0 13px;
}
.top_menu_box>ul>li:first-child { padding: 0px; }
.top_menu_box>ul>li[selected] {
    background: #a6ce39;
    color: #fff;
}
.top_menu_box a {
    text-decoration: none;
    color: #FFF;
}

.top_menu_box ul.second_level {
    display: none;
    position: absolute;
    top: 65px;
    background: #a6ce39;
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: 800;
    max-width: 300px;
    z-index: 1002;
}
.top_menu_box ul.second_level:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20px;
    border-color: transparent transparent #a6ce39 transparent;
    border-style: solid;
    border-width: 12px;
    width: 0;
    height: 0;
}

.top_menu_box ul.second_level li {
    border-bottom: 1px solid #ddd;
    position: relative;
}
.top_menu_box ul.second_level li a {
    padding: 12px 30px;
    display: inline-block;
    width: 100%;
}
.top_menu_box ul.second_level li[__expandable2]:after {
    content: "\27A4";
    position: absolute;
    right: 10px;
    top: 35%;
}
.top_menu_box ul.second_level li:last-child {
    border-bottom: none;
}
.top_menu_box ul.second_level li:hover {
    background: #5a8728;
}

.top_menu_box ul.third_level {
    display: none;
    position: absolute;
    top: 0px;
    left: calc(100% + 12px);
    background: #a6ce39;
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: 800;
    max-width: 300px;
    z-index: 1002;
}

.top_menu_box ul.third_level:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 100%;
    border-color: transparent #a6ce39 transparent transparent;
    border-style: solid;
    border-width: 12px;
    width: 0;
    height: 0;
}

/* Menu main css end */
.search_block input {
    margin-top: 20px;
    padding: 7px;
    width: 40px;
    border: none;
    height: 40px;
}

.search_block1 input {
    margin-top: 20px;
    padding: 7px;
    width: 40px;
    border: none;
    height: 40px;
}
.search {
    margin-top: 20px;
    width: 40px;
    height: 40px;
    background-color: white;
    padding:5px !important;
}
.search_div_rel {
    position:relative;
    z-index: 9999;
    display: none;
}
.search_div_abs {
    position: absolute;
    top: 0px;
    left: 0px;
}
#search_input_field. {
    width: 180px;
}
.menu_icons div.login_link { padding: 0px; }
.menu_icons div.login_link a:first-child { margin-right: 2px; }
.web_user_block div.login_link a:last-child { margin-right: 7px; }
.lang_switcher {
    display: block;
}

.lang_switcher span.curr_lang {
    display: block;
    width: 40px;
    height: 40px;
    background: #b6c710;
    color: white;
    padding-top: 8px;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-weight: 800;
}
.lang_switcher span.curr_lang:after {
    content: '\25be';
    margin-left: 3px;
    position: absolute;
    bottom: 4px;
    left: 14px;
}

.lang_switcher ul {
    display: none;
    position: absolute;
    z-index: 999;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang_switcher ul li a {
    width: 40px;
    height: 40px;
    background: #b6c710;
    padding: 10px;
    display: block;
    text-decoration: none;
    color: white;
    font-weight: 800;
    border-top: 1px solid #ddd;
}
.html_box_container {
    border: 2px solid grey;
    padding: 10px;
}

#logo img { 
    top: 0px; 
    left: 0px;
    border: none; 
}
.box img {
    position: absolute;
    left: -15px;
    top: 45px;
}
.box div.title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 14px;
    font-size: 16px;
    text-align: left;
    width: 100%;
    z-index: 999;
}

div.backhover {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 888;
}

#faq_wrapper {
    position: relative;
    width: 380px;
}

#faq {
    background: #31B8F3;
    position: absolute;
    left: 200px;
    width: 180px;
    height: 180px;
    overflow: hidden;
}
#faq img {
    position: absolute;
    top: -10px;
    left: 0px;
}
#faq div.title {
    padding-left: 20px;
    font-size: 24px;
    width: 180px;
}
#faq div.desc {
    margin-left: 200px;
    font-size: 12px;
    width: 180px;
    padding: 10px 10px 10px 0;
}
#faq .p_title {
    font-weight: 800;
    padding-bottom: 10px;
}
#faq:hover { background: #2da5da; }
#law { background: #16a085; }
#law div.backhover { background: #006666; }
#calcs { background: #ec9d18; }
#calcs div.backhover { background: #ff6600; }
#funds { background: #cf2555; }
#funds div.backhover { background: #990066; }
#finance { background: #3086c0; }
#finance div.backhover { background: #025a85; }
#state_pension { background: #27c9b1; }
#state_pension div.backhover { background: #339999; }
#fund_pension { background: #b6c710; }
#fund_pension div.backhover { background: #669900; }
#one_window { background: #5a8628; }
#one_window div.backhover { background: #336600; }
#slider_box {
    width: 380px;
    height: 180px;
    overflow: hidden;
}
#slider_box img {
    position: initial;
}

.slider_item {
    display: none;
}

#slider_controls {
    width: 380px;
    height: 20px;
    text-align: center;
}

.slider_control {
    margin: 5px 5px 0px;
    width: 85px;
    height: 60px;
    background: #fff;
    display: inline-block;
}
.slider_selected {
    /*background: #b6c710;*/
   border:5px solid #b6c710;
}

.slider_button {
    display: block;
    position: absolute;
    top: 0px;
    z-index: 999;
    opacity: 0.8;
    background: #fff;
    width: 25px;
    height: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    color: #000;
    padding-top: 22px;
}

.slider_button.left_button { left:0px; }
.slider_button.left_button:after {
    content: "\27A4";
    display: inline-block;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.slider_button.right_button { right:0px; }
.slider_button.right_button:after {
    content: "\27A4";
}
#slider_box_0{
    background-color: rgba(255, 255, 255, 0.6);
}
.big-box img {
    position: absolute;
    left: 0px;
    top: 55px;
}
.big-box div.title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 18px;
    width: 100%;
    text-align: left;
    z-index: 999;
}
#my_account { overflow: hidden; }
#my_account div#acc_front {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 900;
    background: #ff6600;
}
#my_account div#acc_back {
    position: absolute;
    top: 180px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #ff3300;
}
#my_account div#acc_back img { top: 0px; }
#my_account div#acc_back div.desc { 
    margin-left: 100px;
    margin-top: 20px;
    font-size: 12px;
    padding: 10px;
}
#my_account div#acc_back .p_title { 
    font-weight: 800;
    padding-bottom: 20px;
}

#my_account div.title {
    left: 220px;
    top: 25%;
    font-size: 36px;
    padding-left: 0px;
    width: 180px;
}


/* layout defined css begin */

#footer_right {
	color: #fff;
	width: 180px;
	font-size: 11px;
	float: left;
}

#footer_left {
	font-size: 12px;
	float: left;
	height: 100px;
	width: 780px;
	background: #5a8628;
	margin-right: 20px;
	padding-top: 25px;
}

.bg_switcher_rel {
	position: relative;
	width: 165px;
	height: 90px;
}

.big-box {
	color: #fff;
	float: left;
	height: 180px;
	cursor: pointer;
	width: 380px;
	margin-right: 20px;
	position: relative;
}

.menu_icons div.web_user_block {
	margin-right: 5px;
}

#footer_right div:first-child {
	font-size: 28px;
}

.box_row {
	height: 180px;
	margin-bottom: 20px;
}

.menu {
	width: 600px;
	float: left;
}

.menu_icons {
	float: right;
}

#logos a {
	margin-left: 90px;
}

.slider-box {
	color: #fff;
	float: left;
	height: 180px;
	width: 380px;
	margin-right: 20px;
	position: relative;
}

.bg_switcher_pic {
	padding: 2px;
	width: 40px;
	float: left;
	background-color: white;
	height: 40px;
}

.bg_switcher {
	position: fixed;
	top: 100px;
	right: -135px;
	width: 165px;
	height: 90px;
}

#logos a:first-child {
	margin-left: 40px;
}

.notification_box {
	border-radius: 2px;
	box-shadow: -1px 1px 0px #ddd;
	right: -5px;
	top: -5px;
	height: 23px;
	padding: 3px;
	width: 23px;
	background: #D0301D;
	position: absolute;
	text-align: center;
}

#logos a img {
	border: none;
}

.menu_icons div {
	padding: 20px 0 0 7px;
	float: left;
}

.bg_switcher_pics {
	top: 0px;
	height: 90px;
	padding: 5px;
	width: 130px;
	position: absolute;
	background-color: white;
	left: 35px;
}

.box {
	color: #fff;
	float: left;
	height: 180px;
	cursor: pointer;
	width: 180px;
	margin-right: 20px;
	position: relative;
}

.bg_switcher_setting {
	top: 30px;
	height: 30px;
	padding: 5px;
	width: 35px;
	position: absolute;
	background-color: white;
}

.search_block {
	width: 40px;
	float: left;
	height: 60px;
}

/* layout defined css end */
