body {
	font-family: 'OpenSans';
	background-color: #f2f5f7;
	
}
a {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
iframe {
	max-width: 100%;
}
a.dropdown-toggle {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}

.img-with-time img {
	min-width: 100%;
	height: auto;
}

.left {
	float: left;
}
.right {
	float: right;
}
.tbl {
	display: table;
}
.tbl .tbl-row {
	display: table-row;
}
.tbl .tbl-cell {
	display: table-cell;
	vertical-align: top;
}
.no-bg {
	background: none;
}
.supertop{
	margin-top: 10px;
	margin-bottom: 13px;
}
.supertop .top-phone:hover {
	text-decoration: none;
}

.supertop-menu {
	margin-left: -10px;
}
.supertop-menu > ul > li > a {
	display: inline-block;
	padding:0px 11px 0px;
	border-radius: 5px;
}
.supertop-menu  > ul > li.active a, .supertop-menu > ul > li > a:hover, .supertop-menu > ul > li.open > a {
	background: #0392d6;
	color: #fff;
}
.supertop-menu > ul, .footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.supertop-menu > ul > li {
	float: left;
	position: relative;
}
.supertop-menu > ul > li > a, .footer ul li a {
	margin-right: 3px;
	line-height: 35px;
	color: #3c3c3c;
	text-decoration: none;
	font-family: "OpenSansLight";
}
.supertop-menu > ul > li:last-child > a {
	margin-right: 0;
}
.supertop-menu .dropdown-menu {
	left: -5px;
	margin-top: -5px;
	border: 1px solid #0392d6;
	padding: 10px;
	box-shadow: 7px 7px 10px 0px rgba(20, 25, 36, 0.25);
}
.supertop-menu .dropdown-menu .dropdown-menu-item {
	padding: 10px 5px;
	min-width: 155px;
}
.supertop-menu .dropdown-menu .dropdown-menu-item a:hover {
	color: #858687;
}
.supertop-menu ul.dropdown-menu > li > a, .supertop-menu ul.dropdown-menu > li > a:hover {
	background-color: #fff;
}
.supertop-menu ul.dropdown-menu > li > a {
	border-radius: 0;
	display: block;
	padding: 7px;
}
.supertop-footer-menu-list { display: none; }
.login .active{
	background: url(../img/tmp/login-nomer.png) no-repeat;
	padding: 5px 7px 5px 8px;
	color: #fff;
}
.login {
	padding-top: 2px;
}
.login a {
	line-height: 31px;
}
.login .email-link {
	color: #0392d6;
}
.login .email-link {
	max-width: 233px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.login span{
	font-size: 14px;
}
.login img{
	margin: 0 5px;
}
.login .top-profile-link {
	color: #858687;
}
.login .logout-link {
	color: #3c3c3c;
}
.logo {
	padding: 8px 10px;
	text-align: center;
	overflow: hidden;
	height: auto;
}
.logo a {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}
.logo .slogan {
	margin-top: 10px;
}
.logo .slogan span {
	display: block;
}
.lang-menu {
	position: absolute;
	top: -48px;
}

.block.auth-block {
	background-color: #0392d6;
	padding: 10px 10px 15px 10px;
}
.auth-block label {
	color: #fff;
}
.auth-block a { color: #fff; }
.auth-block .field {
	margin-bottom: 17px;
}
.auth-block .btn {
	width: 100%;
}
.auth-block .help-block {
	color: #fff;
}
.block.auth-block h3 {
    font-family: 'OpenSansSemiBold';
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: normal;
    color: #fff;
}
.field-email-input-group .input-group-addon {
	display: none;
}
.field-email-input-group.input-group .input-group-addon {
	display: table-cell;
}
.password-input {
	position: relative;
}
.password-input input {
	padding-right: 35px;
}
.password-input .password-input-eye {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 35px;
	background: url('../img/eye.png') no-repeat center center;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.password-input .password-input-eye:hover {
	opacity: .75;
}
.password-input .password-input-eye.active {
	opacity: 1;
}
.field-remember a:hover, .field-remember label:hover {
	text-decoration: none;
}
body label {
	font-weight: normal;
	margin: 0;
}

.field-remember {
	line-height: 13px;
	font-size: 13px;
	color: #fff;
}
.field-remember label, .field-remember input { 
	vertical-align: middle; 
	margin: 0; 
	font-weight: normal; 
}
.field-remember a, .field-remember label {
	text-decoration: underline;
	cursor: pointer;
}
.profile-save-btn {
	text-align: right; 
	margin-top: 20px;
}

.footer ul li {
	float: left;
	padding-bottom: 10px;
}
.footer ul li a {
	margin-right: 14px;
	font-size: 12px;
	line-height: 14px;
	color: #3c3c3c;
}
.footer ul li a:hover {
	color: #000;
}
.footer ul li:last-child a {
	margin-right: 0;
}
.zero-counter {
	margin-right: 10px;
	position: relative;
	top: -7px;
}

.star {
	color: red;
}




.modal-dialog .modal-header {
	font-size: 22px;
	color: #0392d6;
	border-bottom: none;
	padding: 20px 25px 0px 25px;
}
.modal-dialog .modal-body {
	padding: 20px 25px;
}
.btn-dark-blue {
	background-color: #0392d6;
	border-radius: 3px;
	padding: 5px 15px;
	color: #fff !important;
}
.content-block p a.btn-dark-blue { color: #fff !important; }
.content-block p a.btn-dark-blue:hover { color: yellow !important; }
.btn-dark-blue:hover, .btn-dark-blue:focus {
	color: #fff;
	background-color: #0083c2;
}
.btn-yellow {
	box-shadow: 0px 1px 3px 0px rgba(20, 25, 36, 0.1);
	border-radius: 2px;
	background-color: #ffcb05;
	border: none;
}
.btn-blue {
	box-shadow: 0px 1px 3px 0px rgba(20, 25, 36, 0.1);
	background-color: #6ed0ff;
	color: #fff;
}
.owl-carousel .slider-item, .owl-carousel .news-tab-category { display: none; }
.owl-carousel .slider-item:first-child, .owl-carousel .news-tab-category:first-child { display: block; }

body .to-top {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    background: #888;
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}


/* Menu button */
.menu_button {
	display: none;
    cursor: pointer;
    font-size: 23px;
    height: 30px;
    color: #fff;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    position: absolute;
	top: 21px;
	right: 10px;
	z-index: 1000;
}
.menu_button span {
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
    -moz-transition: -moz-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
    -ms-transition: -ms-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
    -o-transition: -o-transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
    transition: transform 200ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
    background: #0392d6;
    display: block;
    width: 30px;
    height: 3px;
}
.menu_button .top, .menu_button .meat {
    margin-bottom: 4px;
}
.menu_button .meat {
    -webkit-transition: opacity 300ms ease-in-out 0ms;
    -moz-transition: opacity 300ms ease-in-out 0ms;
    -ms-transition: opacity 300ms ease-in-out 0ms;
    -o-transition: opacity 300ms ease-in-out 0ms;
    transition: opacity 300ms ease-in-out 0ms;
}
.menu_button:hover .top {
    -webkit-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
    -moz-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
    -ms-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
    -o-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
    transform: rotateZ(0deg) translateX(0px) translateY(-3px);
}
.menu_button:hover .bottom {
    -webkit-transform: rotateZ(0deg) translateX(0px) translateY(3px);
    -moz-transform: rotateZ(0deg) translateX(0px) translateY(3px);
    -ms-transform: rotateZ(0deg) translateX(0px) translateY(3px);
    -o-transform: rotateZ(0deg) translateX(0px) translateY(3px);
    transform: rotateZ(0deg) translateX(0px) translateY(3px);
}
body.show-menu .menu_button .top {
	background-color: #bcbcbc;
    -webkit-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
    -moz-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
    -ms-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
    -o-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
    transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
}
body.show-menu .menu_button .meat {
    opacity: 0;
}
body.show-menu .menu_button .bottom {
	background-color: #bcbcbc;
    -webkit-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
    -moz-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
    -ms-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
    -o-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
    transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
}
.body-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .5;
	z-index: 998;
}

/* / Menu button */


/* Counter */

.mailkz-counter { position: relative; }
.mailkz-counter > img { cursor: pointer; }
.mc-details {
	display: none;
	position: absolute;
	bottom: 23px;
	left: 0;
	z-index: 1000;
	box-shadow: 0 0px 10px #666;
	width: 360px;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	font-family: "OpenSansSemiBold";
}
.mc-details-title {
	margin-top: 2px;
	font-size: 14px;
}
.mc-details-cont {
	position: relative;
	height: 185px;
	border: 1px solid #ccc;
	margin-top: 11px;
	font-size: 10px;
}
.mc-details-item {
	position: absolute; 
	width: 30px; 
	background: #ffcc00; 
	bottom: 15px; 
	left: 7px; 
	z-index: 2; 
	border-radius: 3px 3px 0 0;
}
.mc-details-vals {
	font-size: 12px;
	padding: 1px 0;
	margin: 0;
	white-space: nowrap;
}
.mc-details-info {
	margin-top: 25px;
	font-size: 10px;
}
.mc-details-info span {
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	background-color: #ffcc00;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.mc-details-info > div {
	margin-right: 38px;
}
#m-tooltip {
	position: absolute;
	display: none;
	z-index: 1001;
	background-color: #fff;
	box-shadow: 0 0 10px #666;
	padding: 5px 10px;
	border-radius: 5px;
}

/* / Counter */