/* html+body */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	color: #321a0a;
	line-height: 170%;
	font-family: 'Open Sans Condensed', sans-serif;
}

.red {
	color: #c03b12;
}
/* Menu links */
.selected-link {
	color: #730f23 !important;
}

.sub-font {
	font-size: 10pt;
}

/* E-mail */
a {
	text-decoration: none;
}
a.red:hover {
	color: #730f23;
}
p.email, p.phone {
	text-align: right;
}
.email > a {
	color: #730f23;
	text-decoration: underline;
}

/* Clear fix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/* Input text box */
input[type=text] {
	height: 47px;
	margin-top: 16px;
	width: 300px;
	font-size: 16pt;
	line-height: 20px;
	padding-left: 12px;
	font-style: italic;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #730f23;
	outline: none;
	/*border-width: 1px;*/
}

input[type=text]:hover {
	border: 1px solid #730f23;
	outline: none;
	padding-left: 13px;
}

input[type=text]:active {
	border: 1px solid #730f23;
	outline: none;
}

input[type=text]:focus {
	border: 1px solid #730f23;
	padding-left: 13px;
	outline: none;
}

input[type=text]:hover::-webkit-input-placeholder {
	color: #730f23;
}
input[type=text]:active::-webkit-input-placeholder {
	color: #730f23;
}
input[type=text]:focus::-webkit-input-placeholder {
	color: #730f23;
}
input[type=text]::-webkit-input-placeholder {
    font-size: 16pt;
    line-height: 29px;
    padding-left: 0px;
    font-style: italic;
    font-family: 'Open Sans Condensed', sans-serif;
}

input[type=text]:hover:-ms-input-placeholder {
	color: #730f23;
}
input[type=text]:active:-ms-input-placeholder {
	color: #730f23;
}
input[type=text]:focus:-ms-input-placeholder {
	color: #730f23;
}
input[type=text]:-ms-input-placeholder {
    font-size: 16pt;
    line-height: 29px;
    padding-left: 0px;
    font-style: italic;
    font-family: 'Open Sans Condensed', sans-serif;
}

input[type=text]:hover:-moz-placeholder {
	color: #730f23;
}
input[type=text]:active:-moz-placeholder {
	color: #730f23;
}
input[type=text]:focus:-moz-placeholder {
	color: #730f23;
}
input[type=text]:-moz-placeholder {
    font-size: 16pt;
    line-height: 29px;
    padding-left: 0px;
    font-style: italic;
    font-family: 'Open Sans Condensed', sans-serif;
}

input[type=text]:hover::-moz-placeholder {
	color: #730f23;
}
input[type=text]:active::-moz-placeholder {
	color: #730f23;
}
input[type=text]:focus::-moz-placeholder {
	color: #730f23;
}
input[type=text]::-moz-placeholder {
    font-size: 16pt;
    line-height: 29px;
    padding-left: 0px;
    font-style: italic;
    font-family: 'Open Sans Condensed', sans-serif;
}

/* Main wrapper */
#main-wrapper {
	width: 1277px;
	margin: 0 auto;
}

/* Header */
#logo {
	float:left;
}
#logo img {
	width: 160px;
	height: auto;
}
#header {
	min-width: 1100px;
	margin-top: 30px;
	margin-left: 50px;
}
#header .nav {
	float: left;
}
#header .contacts {
	width: auto;
	overflow: hidden;
}


/* Menu */
.nav {
	/*width: 70%;*/
	min-width: 790px;
	margin-top: 38px;
}
.nav ul li {
	display: block;
	float: left;
	margin-left: 5%;
	font-size: 15pt;
}
.nav ul li > a {
	color: #6f6f6f;
	padding-left: 10px;
	padding-right: 10px;
}
.nav ul li > a:hover {
	color: #730f23;
	border-bottom: 4px solid #f7cd08;
	text-decoration: none;
	padding-bottom: 8px;

}
#header .contacts p  {
	margin: 0;
	padding: 0;
}
#header .contacts  {
	float: right;
	margin-right: 4%;
	color: #321a0a;
	font-size: 14pt;
}


/* Brand */
#brand {
	min-width: 900px;
	background-color: #f2f2f2;
	height:470px;
	padding-left: 50px;
	margin-top: 20px;
}
#brand .title {
	color: #730f23;
	font-size: 21pt;
	margin-top: 135px;
}
#brand .text {
	margin-bottom: 20px
}
#brand .left {
	width: 50%;
	float:left;
}
#contacts .left {
	float:left;
}
#brand .right {
	width: 40%;
	float:right;
}

/* Buttons */
.brand-button {
	display: block;
	cursor: pointer;
	width: 192px;
	height: 52px;
	background-image: url(img/brand+button.png);
}

.brand-button:hover {
	background-image: url(img/brand+button+hover.png);
}

.more-button {
	display: none;
	cursor: pointer;
	width: 165px;
	height: 52px;
	background-image: url(img/more-button.png);
}

.more-button:hover {
	background-image: url(img/more-button+hover.png);
}

.send-button {
	float: right;
	margin-top: 23px;
	cursor: pointer;
	width: 165px;
	height: 52px;
	background-image: url(img/send-button.png);
}

.send-button:hover {
	background-image: url(img/send-button+hover.png);
}

.pdf-more-button {
	float: left;
	margin-top: -8px;
	margin-left: 5px;
	display: block;
	cursor: pointer;
	width: 106px;
	height: 32px;
	background-image: url(img/pdf+more+button.png);
}

.pdf-more-button:hover {
	background-image: url(img/pdf+more+button+hover.png);
}

.small-more-button {
	float: left;
	margin-top: -9px;
	margin-left: 5px;
	display: block;
	cursor: pointer;
	width: 115px;
	height: 32px;
	background-image: url(img/small-more-button.png);
}

.small-more-button:hover {
	background-image: url(img/small-more-button+hover.png);
}


/* Aboutus */
#aboutus {
	height:490px;
	padding-left: 55px;
	margin-top: 20px;
}
#aboutus .title {
	color: #730f23;
	font-size: 21pt;
	margin-top: 35px;
}
#aboutus .text {
	margin-bottom: 20px
}
#aboutus .left {
	width: 580px;
	float:left;
}
#aboutus .right {
	float:right;
	margin-right: 50px;
	margin-top: 20px;
}

/* Equipipment brand */
#equip-brand {
	height:370px;
	padding-left: 55px;
	margin-top: 30px;
}
#equip-brand .title {
	color: #730f23;
	font-size: 17pt;
	margin-top: 55px;
}
#equip-brand .text {
	margin-top: 21px
}
#equip-brand .left {
	width: 580px;
	float:left;
}
#equip-brand .right {
	float:right;
	margin-right: -18px;
}

/*	Aviculture brand */
.aviculture-brand {
	height: 370px !important;
}

.aviculture-brand .title {
	margin-top: 90px !important;
}

.aviculture-brand .right {
	margin-right: 80px;
}

/*	Aviculture brand */
.livestock-brand {
	height: 370px !important;
}

.livestock-brand .title {
	margin-top: 90px !important;
}

.livestock-brand .right {
	margin-right: 50px;
}

/* Eqquipment down block */
#equip-block {
	margin-left: 50px;
}
#equip-block .equip-left  {
	float: left;
	width: 590px;
}

#equip-block .equip-right  {
	float: right;
	width: 500px;
}

#equip-block .feederimg  {
	margin-left: 27px;
	margin-top: 10px;
}

/* Aviculture down block */
#aviculture-block {
	margin-left: 50px;
	height: 500px;
}
#aviculture-block .left  {
	float: left;
	width: 590px;
}

#aviculture-block .right  {
	float: right;
	width: 500px;
}

/* Dosto down block */
#dosto-block {
	margin-left: 50px;
	height: 450px;
}
#dosto-block .left  {
	float: left;
	width: 590px;
}

#dosto-block .right  {
	float: right;
	width: 500px;
}

.desc-col-1	{
	width: 95px;
}

.desc-col-2 {
	width: 290px;
}

.dosto-products {
	margin-left: 50px;
	height: 300px;
}

.dosto-products .left {
	float: left;
	margin-bottom: 50px;
}

.dosto-products .right {
	float: right;
	margin-bottom: 50px;
}

.dosto-products .name,
.category-results-block .name,
.category-image .name,
.isocert .name {
	font-size: 11pt;
	color: #730f23;
}

.category-results-block {
	margin-left: 50px;
	height: 2600px;
	width: 720px;
}

.category-results  {
	float: left;
	width: 600px;
	margin-bottom: 24px;
	border-bottom: 2px solid #f9f9f9;
}

.category-image {
	float: right;
	width: 120px;
}

.category-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}

.isocert {
	width: 362px;
	height: 367px;
	background-image: url("img/dosto.png");
	/*padding-top: 280px;*/
	padding-left: 20px;
	display: table;

}

.img-caption {
	display: table-cell;
    vertical-align: bottom;
	/*margin-left: 25px;*/
}


/* Pig breeding down block */
.pig-breeding-block {
	height: 930px !important;
}
.pig-breeding-block .left {
	margin-top: 15px;
}
.pig-breeding-block .block div.cf p {
	float: left;
}



#feeder {
	width: 500px;
}

#faq {
	margin-top: 100px
}

#feeder li, #faq li {
	margin-bottom: 15px;
}

#feeder ul, #faq ul {
    list-style: none;
    padding:0;
    margin:0;
}

#feeder li, #faq li {
    padding-left: 0em;
    text-indent: 0.5em;
}

#feeder li:before, #faq li:before {
    content: "•";
    padding-right: 7px;
    color: #f7cd08; /* or whatever color you prefer */
}

/* Click block */
.clickblock {
	cursor: pointer;
}
.clickblock a {
	color: #000;
}
.clickblock:hover {
	background-color: #f7cd08;
	color: #400c1a;
}

.clickblock:hover .name {
	background-color: #400c1a !important;
	color: #f7cd08;
}


/* Services, advantages, contacts title  */
#service, #advantages, #contacts, #footer {
	margin-top: 50px;
	padding-left: 50px;
}
#service .title, #advantages .title, #contacts .title, #mini-contacts .title, #youtube .title,
#feeder .title,  #faq .title, #aviculture-block .title, #dosto-block .title, .dosto-products .title, .category-results-block .title {
	color: #730f23;
	font-size: 21pt;
	width: 50px;
	height: 45px;
	white-space:nowrap;
	border-bottom: 4px solid #f7cd08;
	text-decoration: none;
	padding-bottom: 10px;
}
#youtube .title {
	margin-bottom: 50px;
}
#feeder .title {
	font-size: 15pt !important;
	height: 37px !important;
	margin-bottom: 15px;
}
#aviculture-block .left .title,
#dosto-block .left .title,
.dosto-products .title,
.category-results-block .title {
	font-size: 15pt !important;
	height: 37px !important;
	margin-bottom: 16px;
}
#aviculture-block .block .text p,
#dosto-block .block .text p,
.dosto-products .text p {
	padding-bottom: 5px;
	margin-top: -4px;
	border-bottom: 2px solid #f9f9f9;
}
#aviculture-block .block,
#dosto-block .block {
	margin-top: 45px;
}
#aviculture-block .right,
#dosto-block .right {
	margin-top: 50px;
}
#feeder .subtitle {
	font-size: 12pt;
	color: #730f23;
	margin-bottom: 25px;
}
#feeder .subtitle2 {
	font-size: 10pt;
	color: #730f23;
	margin-top:25px;
	margin-bottom:11px;
}
#faq .title {
	font-size: 15pt !important;
	height: 37px !important;
	margin-bottom: 15px;
}
#faq .subtitle {
	font-size: 12pt;
	color: #730f23;
	margin-bottom: 25px;
}
#faq .subtitle2 {
	font-size: 10pt;
	color: #730f23;
	margin-top:25px;
	margin-bottom:11px;
}
#youtube {
	margin-bottom: 60px;
}

/* Service */
#service .block-left {
	float: left;
	width: 260px;
	height: 190px;
	padding-top: 28px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#service .block-right {
	float: right;
	width: 260px;
	height: 190px;
	padding-top: 28px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#service .block-center {
	margin: 0 auto;
	width: 260px;
	height: 190px;
	padding-top: 28px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#service .wrapper {
	/*width: 900px;*/
	margin-right: 10%;
	margin-left: 3%;
	margin-top: 40px;
	margin-bottom: 90px;
}

#service .left {
	float: left;
	width: 50px;
}

#service .right {
	float:right;
	width: 150px;
	margin-top: -5px;
}

#service .name.pig {
	width: 107px;
}

#service .name.cow {
	width: 118px;
}

#service .name.niger {
	width: 105px;
}
#service .text {
	margin-top: 7px
}

#service .name {
	margin-top: -7px;
	background-color: #f7cd08;
	padding-left: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* Advantages */
#advantages .block {
	width: 409px;
}

#advantages .wrapper {
	margin-top: 40px;
	margin-bottom: 110px;
	height:367px;
}

#advantages .left {
	float: left;
	margin-top: 13px;
}

#advantages .block {
	margin-bottom: 60px;
}

#advantages .whyblock {
	margin-top: 50px;
}
#advantages .whyblock .left-col-1 {
	float: left;
}

#advantages .whyblock .left-col-2 {
	float: left;
	/* margin-left: -45px; */
}

#advantages .whyblock .left-col-3 {
	float: left;
	/* margin-left: -45px; */
}


#advantages .block .left-1 {
	float: left;
	width: 60px;
}

#advantages .block .left-2 {
	float: left;
	padding-left: 19px;
}

#advantages .right {
	float: right;
	margin-right: 50px;
}

#advantages .text {
	width: 235px;
	word-wrap: break-word;
}

#advantages .name {
	font-size: 11pt;
	color: #730f23;
	margin-top: -18px;
	padding-top: 0px;
	padding-bottom: 8px;
}


/* Contacts */
#contacts .cf {
	margin-top: 50px;
}
#contacts .line .title {
	margin-bottom: 50px;
	border: none;
}
#contacts .headline {
	color: #430f23;
}
#contacts .line {
	margin-top: -30px;
	padding: 0;
}
#contacts .block-2 {
	margin-left: 120px;
	margin-top: 33px;
	width: 200px;
}
#contacts .block-3 {
	width: 400px;
	margin-left: 100px;
	border-left: 4px solid #f7cd08;
	padding-left: 90px;
	height: 305px;
}
#contacts img {
	width: 294px;
	height: auto;
}

/* Contacts */
#mini-contacts {
	/*display: none;*/
	width: 500px;
	height: 420px;
}

#mini-contacts input:not([type=checkbox]) {
	width: 360px;
	margin-top: 8px;
}

#mini-contacts input[type=checkbox] {
	margin-top: 12px;
	margin-right: 8px;
}

.checkbox:enabled,
.checkbox:disabled {
	display: none;
}

.checkbox:enabled + label,
.checkbox:disabled + label {
	margin-top: 12px;

	color: #333;
}

.checkbox:enabled + label::before,
.checkbox:disabled + label::before {
	content: "";
	display: inline-block;

	width: 20px;
	height: 20px;
	margin-right: 8px;

	background: url('img/chkbox-sprite.png') no-repeat top left;
	background-position: 0 0;

	vertical-align: text-top;
}

.checkbox + label:hover::before {
	background-position: 0 -60px;
}

.checkbox:checked + label::before {
	background-position: 0 -30px;
}

.checkbox:checked + label:hover::before {
	background-position: 0 -90px;
}

#mini-contacts .title {
	margin-bottom: 50px;
}
#mini-contacts .left {
	float: left;
	width: 100px;
	margin-top: 0px !important;
}
#mini-contacts .desc {
	text-align: left;
	float: right;
	width: 265px;
}
#mini-contacts .block-3 {
	float: left;
	width: 360px;
	margin-top: 25px;
}


/* Footer */
.copyright {
	color: #530f23;
	margin-bottom: 60px;
}
#footer {
	border-top: 2px #efefef solid;
	height: 100px;

}
#footer .nav {
	clear: both;
	margin-bottom: 30px !important;
	margin-left: -105px;
	width: 170%;
}
#footer .left {
	float:left;
}
#footer .right {
	float:right;
	margin-top: 40px;
	margin-right: 50px;
}
#footer .email {
	margin-top: 10px;
}
.counters {
	text-align: left;;
	padding-top: 10px;
	padding-left: 50px;
	height: 52px;
	margin-left: -50px;
	background-color: #f7cd08;
}


.sprite { background: url('img/sprite.png') no-repeat top left; width: 20px; height: 20px;  }
.sprite.chkbox { background-position: 0 0; }
.sprite.chkbox-checked { background-position: 0 -30px; }
.sprite.chkbox-hover { background-position: 0 -60px; }
.sprite.chkbox-checked-hover { background-position: 0 -90px; }
