@font-face {
    font-family: 'RuAmour';
    src: url('../fonts/RuAmour.eot');
    src: url('../fonts/RuAmour.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RuAmour.woff2') format('woff2'),
         url('../fonts/RuAmour.woff') format('woff'),
         url('../fonts/RuAmour.ttf') format('truetype'),
         url('../fonts/RuAmour.svg#RuAmour') format('svg');
    font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'LiteOpenSans';
    src: url('../fonts/LiteOpenSans.eot');
    src: url('../fonts/LiteOpenSans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LiteOpenSans.woff2') format('woff2'),
         url('../fonts/LiteOpenSans.woff') format('woff'),
         url('../fonts/LiteOpenSans.ttf') format('truetype'),
         url('../fonts/LiteOpenSans.svg#LiteOpenSans') format('svg');
    font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'LiteOpenSans';
    src: url('../fonts/LiteOpenSansItalic.eot');
    src: url('../fonts/LiteOpenSansItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LiteOpenSansItalic.woff2') format('woff2'),
         url('../fonts/LiteOpenSansItalic.woff') format('woff'),
         url('../fonts/LiteOpenSansItalic.ttf') format('truetype'),
         url('../fonts/LiteOpenSansItalic.svg#LiteOpenSansItalic') format('svg');
    font-weight: normal;
	font-style: italic;
}

@font-face {
    font-family: 'LiteOpenSans';
    src: url('../fonts/LiteOpenSansSemibold.eot');
    src: url('../fonts/LiteOpenSansSemibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LiteOpenSansSemibold.woff2') format('woff2'),
         url('../fonts/LiteOpenSansSemibold.woff') format('woff'),
         url('../fonts/LiteOpenSansSemibold.ttf') format('truetype'),
         url('../fonts/LiteOpenSansSemibold.svg#LiteOpenSansSemibold') format('svg');
    font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'LiteOpenSans';
    src: url('../fonts/LiteOpenSansSemiboldItalic.eot');
    src: url('../fonts/LiteOpenSansSemiboldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LiteOpenSansSemiboldItalic.woff2') format('woff2'),
         url('../fonts/LiteOpenSansSemiboldItalic.woff') format('woff'),
         url('../fonts/LiteOpenSansSemiboldItalic.ttf') format('truetype'),
         url('../fonts/LiteOpenSansSemiboldItalic.svg#LiteOpenSansSemiboldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}

html body {
	font-family: LiteOpenSans, Arial, Georgia;
}

#header_logo, #footer-bottom {
	background: rgba(0, 0, 0, 0) url("../images/bg_header.jpg") repeat scroll center 0;
}

a {
    outline: medium none !important;
}

.bground{
	display: inline-table;
	height: 100%;
	width: 100%;
}

#logo .bground{
	background: rgba(0, 0, 0, 0) url("../images/logotip.png") no-repeat scroll center center / contain;
	max-width: 370px;
}

#logo .bground, #footer{
	font-family: RuAmour, Comic Sans MS;
}

div#logo h4, div#f-logo h4{
	margin: 0 0 2px;
	font-size: 40px;
}

#logo a, #f-logo a{
	display: table-cell;
    vertical-align: middle;
}

.logo-text, #f-request > noindex {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

#logo .logo-text, #f-logo .logo-text {
	font-size: 15px;
	line-height: 1.1;
	color: #333;
	display: inline-block;
}

#h_phone .bground{
	background: rgba(0, 0, 0, 0) url("../images/phone.png") no-repeat scroll left center / contain;
	max-width: 240px;
}

#h_phone .logo-text {
	padding-left: 21%;
    text-align: left;
	font-style: italic;
	font-size: 22px;
	letter-spacing: 1px;
}

#request .bground, .bground-request{
	background: rgba(0, 0, 0, 0) url("../images/notepad.png") no-repeat scroll left center / contain;
	max-width: 230px;
	font-size: 22px;
	transition: all 0.15s ease-out 0s;
	cursor: pointer;
}

#request .logo-text {
	padding-left: 33%;
    text-align: left;
    color: #333;
}

#request .bground{
	font-style: italic;
}

a.btn{
	display: inline;
	padding: 0;
}

a.btn:ACTIVE{
	box-shadow: none;
}

#request div.bground:hover {
	font-size: 30px;
	transform: scale(0.9);
}

#request span {
	font-size: 30px;
    line-height: 30px;
    padding: 0 0 0 20px;
}

.valign {
	height: 140px;
	font-size: 27px;
	text-align: center;
}

/*Стили верхнего меню*/

#header_menu, #footer{
	background: rgba(0, 0, 0, 0) url("../images/fon_menu.jpg") no-repeat scroll center 0 border-box;
	border-style: solid;
	border-width: 19px 0px;
	-moz-border-image: url("../images/br_menu.png") 19 0 repeat;
	-webkit-border-image: url("../images/br_menu.png") 19 0 repeat;
	-o-border-image: url("../images/br_menu.png") 19 0 repeat;
	border-image: url("../images/br_menu.png") 19 0 repeat;
	background-size: 100% 100%;
	text-align: center;
	border-color: transparent;
}

#header_menu{
	font-size: 17px;
	font-style: italic;
}

nav.navbar-default, nav .container-fluid, nav .collapse{
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

nav ul.nav.navbar-nav.menu, nav .nav > li {
    display: inline-block;
    float: none;
    min-height: 50px;
}

nav ul.navbar-nav {
    margin: 0;
    font-size: 21px;
}

nav ul.navbar-nav > li > a{
	color: #000 !important;
}

.navbar-default .navbar-toggle:HOVER {
    background-color: #7dda70!important;
}

.navbar-default .navbar-toggle {
    border-color: #4faa2d!important;
}

nav.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent !important;
	color: #000000;
}

.navbar-nav > li > a{
	transition: all 0.15s ease-out 0s;
	position: relative;
	top: 12px;
	display: inline;
}

.navbar-nav > li > a:HOVER{
	top: 8px;
}

.navbar-header .navbar-toggle {
	float: none;
}

.pad_div {
    font-size: 16px;
    padding-right: 5px;
    position: relative;
    top: -5px;
}

.navbartext_inline {
    display: inline-block;
}

/*Стили бокового меню*/

#nav{
    font-size: 20px;
    font-style: italic;
    padding-top: 70px;
}

#nav .nav > li > a{
	background: rgba(0, 0, 0, 0) url("../images/zav.png") no-repeat scroll left bottom;
    color: #000;
    padding: 10px 5px 19px 61px;
    transition: all 0.15s ease-out 0s;
}

#nav .nav > li > a:HOVER{
	padding: 10px 0 19px 66px;
}

/*Стили блога материалов*/

#article .blog{
	text-align: center;
}

.page-header {
    border: none;
}

.blog .row {
    display: inline-block;
    margin: 2px;
    max-width: 280px;
    position: relative;
}

.blog_bg, .article_bg, .modal_bg{
	display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

article {
    padding: 10px 28px;
    position: relative;
    z-index: 200;
    min-height: 270px;
}

.blog .page-header {
    margin: 0;
    padding: 0 0 5px;
}

#article .blog h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 17px 0 0;
}

.blog p {
    font-size: 14px;
    font-style: italic;
    text-align: justify;
}

.blog .col-sm-12 {
    padding: 0;
    position: relative;
    width: 100%;
}

/*Стили основного контента статей*/

#article, .easylast_entries, .modal_wrap{
	font-size: 16px;
	text-align: justify;
}

div.page-header{
	margin: 10px 0 0;
}

#article h1, .blog h1 {
    font-style: italic;
	font-size: 30px;
    text-align: center;
}

#article .article_bg, .blog_bg{
	border: 51px solid transparent;
	-moz-border-image: url("../images/molding_trprnt.png") 51 stretch;
	-webkit-border-image: url("../images/molding_trprnt.png") 51 stretch;
	-o-border-image: url("../images/molding_trprnt.png") 51 stretch;
	border-image: url("../images/molding_trprnt.png") 51 stretch;
	background: rgba(0, 0, 0, 0) url("../images/trprnt_fon.png") repeat scroll center 0 padding-box;
}

.article_wrap {
    height: 100%;
    position: relative;
}
.article_buh {
    position: relative;
}

#article .articleBody_buh {
    position: relative;
    z-index: 200;
    padding: 30px;
}

.map {
    border: 2px solid #72a800;
}



td {
    padding: 5px 10px 5px 0;
    vertical-align: top;
    text-align: left;
}

/*
.article_buh table {
    text-align: left;
    border: 1px solid green;
    width: 100%;
}

table thead {
    background: green none repeat scroll 0 0;
    border: 2px solid green;
    color: #ffffff;
    font-weight: bold;
}

thead td {
    border: 1px solid #ffffff;
}

table td {
    padding: 3px 7px;
}

tbody td {
    border: 1px solid green;
}
*/


/*Стили страницы отзывов и моуля отзывов*/

#easybook div.easy_entrylink{
	padding-top: 40px;
}

div#easybook div.sign {
    display: inline-table;
    float: right;
    padding: 0 10px;
}

div.easy_intro {
    height: 30px;
    margin: 7px 0 0;
    text-align: justify;
    padding-left: 10px;
}

div.easy_frame, .easylast_entry {
    background-image: url("../images/fon.png");
    border: 1px solid #41a33f;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 10px 0 20px;
    padding: 10px 5px;
}

div.easy_content{
	padding: 10px 10px 0;
    text-align: justify;
}

div.easy_top{
	height: 100%;
	text-align: right;
    width: 100%;
}

div.easy_contact, .easy_top_right{
	display: none;
}

div.easy_top_left{
	float: right;
    padding: 5px 20px 10px 10px;
}

.gbloca_date{
	padding-right: 27px;
}

.easy_entrylink .controls {
    display: inline;
}

.easy_entrylink .introtext {
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 10px 10px 0;
    text-align: justify;
    vertical-align: middle;
    width: 64%;
}

.easy_entrylink .return_entrys {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 34%;
}

#easybook .easy_entrylink .view {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

div.razdel {
    border-bottom: 1px solid #41a33f;
    float: none;
    height: 8px;
    margin: auto auto 5px;
    width: 90%;
}

.easy_small_notice {
    font-size: 14px;
    padding: 20px 10px;
}

#easybook form {
    text-align: left;
}

#easybook input {
    font-size: 15px;
    width: 200px;
    margin: 5px 0;
    padding: 0 0 0 3px;
}

.input_info {
    font-size: 13px;
    padding-left: 20px;
}

#easybook label {
    display: inline-block;
    font-size: 16px;
    width: 100px;
    margin: 5px 0;
    padding: 0 0 0 3px;
    text-align: left;
}

#easybook label.label-for-textarea {
    margin-top: 20px;
    width: 100%;
}

#gbtext {
    height: 180px;
    resize: none;
    max-width: 550px;
    width: 100%;
}

#easybook .spamcheck {
    padding-top: 15px;
}

#easybook .spamcheck label {
    width: 100%;
    display: inline;
}

.spamcheck-text {
    padding-right: 5px;
}

#easybook .spamcheck input.input-mini {
    font-weight: bold;
    height: 20px;
    padding: 2px 1px 0 0;
    text-align: center;
    width: 30px;
}

/*Стили модального окна*/

.modal_wrap {
    
    margin: auto;
    position: relative;
    width: 320px;
}

div#cboxLoadedContent, .modal_bg {
	padding: 0;
	border: 51px solid transparent;
	-moz-border-image: url("../images/molding.png") 51 stretch;
	-webkit-border-image: url("../images/molding.png") 51 stretch;
	-o-border-image: url("../images/molding.png") 51 stretch;
	border-image: url("../images/molding.png") 51 stretch;
	background: #ccffcc none repeat scroll 0 0 padding-box;
}

.modal-body {
    padding: 30px;
}

.modal_wrap #formHeader, #wrap h4.success, #wrap h4.error{
	font-size: 16px;
    margin: 20px 0 0;
}

button.close{
	background: transparent url("../images/close.png") no-repeat scroll center center / contain;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    z-index: 1;
    position: absolute;
}

button.close:HOVER {
	opacity: 0.8;
}

span.error p.error{
	bottom: 5px;
	position: relative;
    right: 0;
}

.FlowupLabels input.fl_input, .FlowupLabels div.fl_wrap, .FlowupLabels textarea.fl_input{
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	padding: 14px 0 5px 10px;
}

.FlowupLabels div.fl_wrap{
	margin-bottom: 12px;
}

.FlowupLabels label.fl_label{
	top: 10px;
	z-index: 0;
}

FlowupLabels textarea.fl_input{
	resize: none;
}

.FlowupLabels input.fl_input, .FlowupLabels textarea.fl_input{
	border: 1px solid #80d374;
}

input.rf_submit {
	background: #3ab434 none repeat scroll 0 0;
	margin: 20px auto 0;
	border-radius: 6px;
	padding: 5px 5px;
	height: 31px;
	width: 180px;
}

.FlowupLabels textarea.fl_input{
	resize: none;
}

.fl_wrap input:FOCUS, .fl_wrap textarea:FOCUS{
	border-color: #1f8929 !important;
}

input.rf_submit:HOVER {
	background: #6cd367 none repeat scroll 0 0;
	margin: 20px auto 0;
	border-radius: 6px;
	padding: 5px 20px;
}

input.rf_submit:FOCUS {
	margin: 20px auto 0;
	border: 1px solid #83e97a;
	padding: 4px 18px;
}

span.success {
    display: block;
    padding-top: 10px;
}

/*Стили последних отзывов*/

.easylast_entries {
   text-align: center;
   line-height: 1;
}

.easylast_entries .easylast_entry {
	font-style: italic;
	font-size: 16px;
	height: 160px;
	width: 300px;
	padding: 0 10px;
	display: inline-block;
	text-align: left;
	margin: 5px 5px !important;
	line-height: 1.42857;
}

div.easylast_text{
	text-align: justify;
}

/*Стили футера*/

#footer  {
	margin-top: 50px;
}

#footer .valign {
    height: 190px;
}

#f_phone {
    font-size: 17px;
    padding: 20px;
}

#f_phone p, .newsflash{
	margin: 0;
	text-align: left;
	display: inline-block;
}

#footer a{
	color: #333;
	text-decoration: none;
}

#f-request{
	display: inline-table;
}

#f-request .logo-text {
    text-align: left;
}

.bground-phone, .bground-request{
	height: 60px;
    padding: 0 5px 0 60px;
    display: inline-table;
    font-size: 20px;
}

.bground-phone:HOVER, .bground-request:HOVER{
    padding: 0 0px 0 65px;
}

.bground-phone{
	background: rgba(0, 0, 0, 0) url("../images/f-phone.png") no-repeat scroll left center / contain ;
    cursor: pointer;
    max-width: 230px;
    transition: all 0.15s ease-out 0s;
    margin: 0 0 10px;
}

#footer-bottom{
	height: 40px;
}

/* Стили онлайн калькулятора*/

#n_emp, #n_opr {
    border-radius: 5px;
    border-width: 1px;
    background-color: #d3fbd9;
    width: 120px;
}

#buhprices {
    min-width: 270px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.buhheader {
    font-weight: bold;
    padding: 10px 0 2px;
}
div#calcresult {
    min-width: 50px;
}
div#buhprice_desc {
    max-width: 400px;
    margin: auto;
        font-style: italic;
    font-size: 17px;
}
.buhheader2 {
    font-size: 21px;
    padding-top: 15px;
}
div#buhprice {
    font-style: italic;
    font-size: 22px;
	margin: 2px auto 10px;
    height: 45px;
    padding: 7px 7px;
    border: solid 1px #12840b;
    border-radius: 5px;
    display: inline-block;
    min-width: 150px;
	background-color: #d3fbd9;
}
#buhprices hr {
    border-top: solid 1px #12840b;
    width: 40%;
    margin: 10px auto;
}



/* Media Queries */
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2) , screen and
	(max--moz-device-pixel-ratio: 2) {
}

/* Landscape phones and down */
@media ( max-width : 380px) {
	#logo h1 {
		margin: 0;
		font-size: 26px;
	}
	#logo .logo-text {
    font-size: 13px;
    padding-top: 3px;
}
}

/* Landscape phone to portrait tablet */
@media ( max-width : 767px) {
	#h-contact .valign, #footer div#f-logo {
		height: 115px;
	}
	
	#footer #f-logo .valign{
		min-height: 115px;
	}
	
	#request {
		padding: 0 0 15px;
	}
	
	#f-contact #f-request{
		height: 80px;
	}
	
	#f-contact #f_phone{
		height: 160px;
    	padding: 0;
	}
	
	#nav {
    	padding-top: 10px;
	}
}

/* Portrait tablet to landscape and desktop */
@media ( min-width : 768px) and (max-width: 992px) {
	#logo h1 {
		margin: 0;
		font-size: 30px;
	}
	#h_phone .logo-text {
		font-size: 20px;
	}
	.easy_entrylink .introtext {
	width: 100%;
	}
}
/* Large desktop */
@media ( min-width : 1200px) {
}

section  {
	background: rgba(0, 0, 0, 0) url("../images/bg_green.jpg") repeat scroll center 0;
}

#dekor {
	background: rgba(0, 0, 0, 0) url("../images/dekor.png") repeat-x scroll center 0;
	height: 75px;
}