/*a group of selectors containing an invalid selector is invalid.*/
/*So we need separate rules for each browser. Otherwise the whole group would be ignored by all browsers.*/
*::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #bbb!important;
}
*:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #bbb!important;
   opacity:  1;
}
*::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #bbb!important;
   opacity:  1;
}
*:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #bbb!important;
}
.search-link {
	color: #000;
}

.search-link:hover {
	color: #9d0b0e;
}

.active-tab {
	border-bottom: solid 3px rgb(167, 9, 9);
	background-color: #efeeee;
	font-size: 1.1m;
}

.normal-tab {
	background-color: #d8d5d5;
	border-bottom: solid 3px transparent;
	font-size: 14px;
}

.searchbox_name_holstein {
	float:left;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.searchbox_klsz_holstein {
	float:left;
	margin-bottom: 5px;
}


.searchbox_name_mt {
	float:left;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.searchbox_klsz_mt {
	float:left;
	margin-bottom: 5px;
}

.dataTables_filter {
display: none;
}
.table-div {
    margin: 20px;
}
.table-search {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    width: 100% !important;
    font-size: 10px !important;
}
.blog-post {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-date {
    font-size: 20px;
    color: #7b0017;
}

.img-blog {
    width: 100%;
}
.magazine-iframe {
    margin-top: 0px;
	margin-left: 50px;
}

.event-box-img {
    float:left;
    width: 251px;
    height: 118px;
    z-index: 0;
    border-radius: 2%;
}

.event-box-left-date {
    float:left;
    padding-left: 32px;
    padding-right: 33px;
    padding-top: 38px;
    padding-bottom: 37px;
    background-color: #f4f4f4;
    border: 6px solid #dcdcdc;
    border-radius: 12px;
    box-shadow: 3px 2px 1px #888888;
}

.event-box-right-img {
    float:left;
    width: 404px;
    border: 6px solid #dcdcdc;
    border-radius: 12px;
    z-index: 100;
}

.event-box-right-date {
    margin-left: -150px;
    float: left;
    padding-left: 32px;
    padding-right: 33px;
    padding-top: 38px;
    padding-bottom: 37px;
    background-color: #f4f4f4;
    border: 6px solid #dcdcdc;
    border-radius: 12px;
    box-shadow: 3px 2px 1px #888888;
}

.event-box-left-img {
    width: 403px;
    border: 6px solid #dcdcdc;
    border-radius: 12px;
    z-index: 100;

    height: 130px;
}

.font-size-30 {
    font-size: 30px;
}

#back-to-top .glyphicon {
    top: 0px !important;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    text-align: center;
}

strong {
    font-weight: 700;
}

.breed-table a,
.breed-table a:hover,
.breed-table a:focus{
	text-decoration: underline!important;
}
.searchbox_name_mt input[type="text"],
.searchbox_klsz_mt input[type="text"],
.searchbox_klsz_holstein input[type="text"],
.searchbox_name_holstein input[type="text"] {
	-moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
}
a,
a:hover,
a:focus {
    color: #5d0600;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1,
h2 {
    margin-top: 10px;
    font-size: 42px;
    font-weight: 700;
    color: #444;
    line-height: 54px;
    text-transform: uppercase;
}

h2 {
    text-align: left;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    color: #7b0017;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: -5px;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #5d0600;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #5d0600;
    color: #fff;
    text-shadow: none;
}


/***** Loader *****/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden !important;
    z-index: 99999;
}

.loader-img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 60px;
}

.section-container-gray {
    background: #f8f8f8;
}

.section-container-full-bg,
.section-container-full-bg h1,
.section-container-full-bg h2,
.section-container-full-bg h3,
.section-container-full-bg h4 {
    color: #fff;
}

.section-description {
    margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 30px;
    font-size: 22px;
    line-height: 36px;
    text-align: left;
}

.section-bottom-link {
    padding-top: 15px;
    padding-bottom: 20px;
}

.big-link-1 {
    display: inline-block;
    margin: 0 5px;
    padding: 15px 20px;
    background: #5d0600;
    border: 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.big-link-1:hover,
.big-link-1:focus,
.big-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.big-link-2 {
    display: inline-block;
    margin: 0 5px;
    padding: 14px 19px;
    background: none;
    border: 1px solid #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.big-link-2:hover,
.big-link-2:focus,
.big-link-2:active,
.big-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: none;
    color: #fff;
}

.green-text {
    color: #2ba560;
}


/***** Dividers *****/

.divider-1 {
    text-align: center;
}

.divider-1 span {
    display: inline-block;
    width: 300px;
    height: 1px;
    background: #ddd;
}

.divider-1-bottom {
    padding-top: 10px;
    padding-bottom: 5px;
}


/***** Small sliders *****/

.slider-1-box {
    text-align: center;
}

.slider-1-box img {
    display: none;
}

.slider-1-box img.slider-1-img-active {
    display: inline;
}

.slider-1-nav {
    margin-top: 30px;
}

.slider-1-nav span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 7px;
    background: #ddd;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer;
    vertical-align: middle;
}

.slider-1-nav span.slider-1-nav-item-active {
    background: #2ba560;
}


/***** Top menu *****/

.navbar {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.298039) 2px 2px 3px 3px;
    height: 93px;
    z-index: 50;
    margin-top: 40px;
}

ul.navbar-nav {
    font-size: 16px;
    color: #888;
    text-transform: uppercase;
    width: 100%;
}

ul.navbar-nav li a {
    padding-top: 23px;
    padding-bottom: 23px;
    color: #afafaf;
}

ul.navbar-nav li a:hover {
    background: none;
    color: red;
}

ul.navbar-nav li a:focus {
    background: none;
    color: #5d0600;
    outline: 0;
}
/*második, harmadik szintű menü csinosítás*/
ul.navbar-nav li.dropdown .dropdown-menu>li>a {
    color: #333333;
    padding: 10px 20px ;
}

.navbar>.container .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    width: 200px;
    height: 200px;
    background: url(../img/logo2.png) left center no-repeat;
    text-indent: -99999px;
    position: absolute;
    margin-top: -55px;
    z-index: 90;
}


/***** Page title *****/

.page-title {
    padding: 260px 0 210px 0;
}

.page-title-text {
    width: 700px;
    margin: 0 auto;
    color: #fff;
}

.page-title-text h1 {
    color: #fff;
    text-shadow: 0 1px 6px rgba(51, 51, 51, 0.2);
}

.page-title-text p {
    margin-top: 20px;
    font-size: 22px;
    line-height: 36px;
    text-shadow: 0 1px 5px rgba(51, 51, 51, 0.4);
}

.page-title-bottom-link {
    padding-top: 25px;
    padding-bottom: 7px;
}


/***** What we do (block 3) *****/

.block-3-box {
    margin-top: 30px;
}

.block-3-box h3 {
    padding: 10px 0;
}

.block-3-box p {
    font-size: 18px;
    line-height: 32px;
}

.block-3-box .block-3-box-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    padding-top: 19px;
    background: #2ba560;
    border: 1px solid #2ba560;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    font-size: 34px;
    color: #fff;
    line-height: 34px;
    text-align: center;
}

.block-3-box .block-3-box-icon:hover {
    background: none;
    color: #2ba560;
}

.block-3-box .block-3-box-icon i,
.block-3-box .block-3-box-icon span {
    vertical-align: middle;
}


/***** Clients *****/

.clients-container {
    padding-bottom: 0;
}

.clients-text {
    text-align: left;
}

.clients-text h3 {
    color: #ccc;
}

.clients {
    padding-top: 30px;
    padding-bottom: 30px;
}

.clients a {
    display: inline-block;
    margin: 10px 20px;
}

.clients a:hover,
.clients a:focus {
    outline: 0;
    opacity: 0.6;
}


/***** Block 2 *****/

.block-2-container {
    padding-top: 50px;
}

.block-2-box {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: left;
}

.block-2-box.block-2-media {
    padding-bottom: 25px;
}

.block-2-box h3 {
    padding: 10px 0;
}

.block-2-box h3:first-child {
    margin-top: 0;
}

.block-2-box p {
    font-size: 18px;
    line-height: 32px;
}

.block-2-box ul {
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 32px;
}

.block-2-box ul li {
    padding: 5px 0;
}

.block-2-box ul span.list-icon {
    padding-right: 10px;
    font-size: 24px;
    color: #2ba560;
    vertical-align: middle;
}

.block-2-img-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.block-2-img-container .img-container-line {
    position: absolute;
    width: 180px;
    height: 1px;
    background: #fff;
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.section-container-gray .block-2-img-container .img-container-line {
    background: #f8f8f8;
}

.block-2-img-container .img-container-line.line-1 {
    top: 63px;
    left: -27px;
}

.block-2-img-container .img-container-line.line-2 {
    top: 43px;
    left: -27px;
}

.block-2-img-container .img-container-line.line-3 {
    top: 23px;
    left: -27px;
}

.block-2-img-container img {
    -moz-border-radius: 0 0 40px 0;
    -webkit-border-radius: 0 0 40px 0;
    border-radius: 0 0 40px 0;
}

.block-2-box .video-box {
    max-width: 540px;
    margin: 0 auto;
}


/***** Counters *****/

.counters-container {
    padding-top: 50px;
}

.counter-box h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}

.counter-box p {
    font-size: 22px;
    line-height: 36px;
}


/***** Portfolio *****/

.portfolio-container {
    padding-bottom: 80px;
}

.portfolio p {
    margin-bottom: 20px;
}

.portfolio-filters {
    padding: 25px 0 20px 0;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

.portfolio-filters a {
    color: #888;
}

.portfolio-filters a:hover,
.portfolio-filters a.active {
    color: #2ba560;
}

.portfolio-filters a.active {
    font-weight: 700;
}

.portfolio-box {
    position: relative;
    width: 255px;
    margin: 30px 15px 0 15px;
    overflow: hidden;
}

.portfolio-box img {
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

.portfolio-box:hover img {
    opacity: 0.6;
    -o-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.portfolio-box-text-container {
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    width: 255px;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.portfolio-box-text {
    background: #333;
    background: rgba(51, 51, 51, 0.8);
    color: #fff;
}

.portfolio-box:hover .portfolio-box-text-container {
    bottom: 0;
}

.portfolio-box-text p {
    margin: 0;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
}


/***** Our motto *****/

.our-motto {
    color: #fff;
}

.our-motto p {
    margin-top: 10px;
    text-align: center;
}

.our-motto-author {
    margin-top: 30px;
    font-size: 22px;
    line-height: 36px;
}


/***** Pricing tables *****/

.pricing-2-box {
    padding-top: 30px;
    padding-bottom: 20px;
}

.pricing-2-table {
    margin: 20px 0 0 0;
    padding: 25px;
    border: 4px solid;
}

.pricing-2-table-best {
    margin-top: 0;
    border-color: #2ba560;
}

.pricing-2-table h3 {
    margin: 0;
}

.pricing-2-table h4 {
    margin-top: 5px;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
}

.pricing-2-table-divider span {
    display: inline-block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #ddd;
}

.pricing-2-table-icon {
    width: 80px;
    height: 80px;
    margin: 25px auto 0 auto;
    padding-top: 19px;
    background: #5d0600;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 34px;
    color: #fff;
    line-height: 34px;
}

.pricing-2-table-icon i,
.pricing-2-table-icon span {
    vertical-align: middle;
}

.pricing-2-table-price {
    margin: 25px 0 10px 0;
    font-size: 18px;
    line-height: 44px;
}

.pricing-2-table-price span {
    color: #555;
    font-size: 44px;
}

.pricing-2-table-description {
    font-size: 18px;
    line-height: 32px;
}

.pricing-2-table-description span {
    display: inline-block;
    padding-right: 10px;
    color: #444;
}

.pricing-2-table-button {
    margin: 25px 0 10px 0;
}


/***** Testimonials *****/

.testimonials {
    text-align: left;
}

.testimonials p {
    padding: 0;
    font-size: 18px;
    line-height: 32px;
}

.testimonial-single {
    display: inline-block;
}

.testimonial-single p {
    display: none;
}

.testimonial-single-image {
    display: inline-block;
    width: 58px;
    margin: 0 10px 10px 0;
}

.testimonial-single-image img {
    width: 100%;
    opacity: 0.3;
    cursor: pointer;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.testimonial-active {
    padding-bottom: 20px;
}

.testimonial-active p a {
    display: inline-block;
    padding-top: 15px;
    color: #aaa;
    font-weight: 700;
}

.testimonials-container .container {
    position: relative;
    overflow: hidden;
}

.testimonials-icon-container {
    position: absolute;
    top: 50px;
    right: 0;
    padding-right: 20px;
    font-size: 320px;
    color: #eee;
    line-height: 300px;
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}


/***** Call to action *****/

.call-to-action p {
    margin-top: 10px;
    text-align: center;
}


/***** About us *****/

.about-container {
    padding-bottom: 0;
}

.about-container .section-description {
    padding-bottom: 0;
}

.about-container .section-description p {
    margin-bottom: 0;
}

.about-block-2-container h3 span {
    color: #aaa;
}

.about-social {
    margin-top: 5px;
    font-size: 31px;
}

.about-social a {
    margin: 0 10px 0 0;
    color: #ddd;
}

.about-social a:hover,
.about-social a:focus {
    color: #ddd;
    opacity: 0.6;
}


/***** Contact us *****/

.contact-container {
    padding-top: 0;
    background: #444;
    color: #fff;
}

.contact-container h2 {
    color: #fff;
}

.contact-container .divider-1 span {
    background: #666;
}

.contact-form h3,
.contact-address h3 {
    padding: 0 0 10px 0;
    color: #fff;
}

.contact-form p {
    margin: 0;
}

.contact-form form {
    margin: 15px 0 0 0;
}

.contact-form form input,
.contact-form form textarea {
    width: 95%;
    height: 52px;
    margin-bottom: 5px;
}

.contact-form form textarea {
    height: 162px;
}

.contact-form form .contact-error {
    border-color: #5d0600;
}

.contact-address p {
    margin-bottom: 5px;
}

.contact-address p a {
    color: #fff;
    border: 0;
}

.contact-address p a:hover,
.contact-address p a:focus {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.contact-address p i,
.contact-address p span {
    width: 40px;
    font-size: 24px;
    color: #666;
    vertical-align: middle;
}

.contact-address p span {
    display: inline-block;
}

.contact-container .container {
    position: relative;
    overflow: hidden;
}

.contact-icon-container {
    position: absolute;
    top: 300px;
    right: 0;
    padding-right: 20px;
    font-size: 320px;
    color: #555;
    line-height: 300px;
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}


/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}


/*---------- INDICATORS CONTROL ----------*/

.indicators-line > .carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line > .carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line > .carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line > .carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text > a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


/*------------------------------------------------------*/


/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {
        font-size: 18px;
    }

}


/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control {
        display: none;
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default,
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators {
        display: none;
    }
}


/***** Footer *****/

.footer-bottom {
    padding: 25px 0 20px 0;
    background: #404040;
    text-align: right;
}

footer .scroll-to-top {
    font-size: 36px;
    text-align: center;
}

footer .scroll-to-top a {
    color: #666;
}

footer .scroll-to-top a:hover,
footer .scroll-to-top a:focus,
footer .scroll-to-top a:active {
    outline: 0;
    opacity: 0.6;
    color: #666;
}

.footer-copyright {
    margin: 11px 0 0 0;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    text-align: left;
}

.footer-copyright a {
    color: #fff;
    border: 0;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.footer-social a {
    margin: 0 8px;
    font-size: 39px;
    color: #666;
}

.footer-social a:hover,
.footer-social a:focus {
    color: #666;
    opacity: 0.6;
}


/*
inspired from http://codepen.io/Rowno/pen/Afykb
& https://jsfiddle.net/q0rgL8ws/
*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    overflow: hidden;
}

.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 40;
    padding-top: 400px;
}


/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.nim-menu.navbar-default .navbar-nav li > a {
    font-size: .90em;
}
.nim-menu.navbar-default .navbar-nav > li > a {
    color: #777 !important;
    letter-spacing: 1px;
	font-weight: 600;
}

.nim-menu.navbar-default .navbar-nav > li > a:hover {
    color: red !important;
    letter-spacing: 1px;
}

.img-europemap {
    position: absolute;
    position: fixed;
    z-index: 1000;
    top: 0px;
    right: 0px;
}

.iconslider {
    cursor: pointer;
}

.brand-carousel-tooltip,
.brand-carousel-tooltip{
    font-weight:500;
    color:white;
}

.title {
    color: #5e0919;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.icon-desc {
    text-align: justify;
}

.icon-title {
    font-weight: 600;
    font-size: 1.3em;
}

.h3-subtitle {
    font-size: 1em;
    font-family: 'Arial';
}

.parallax {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/parallax-bg.jpg");
}

.parallax-chrome{
	background-position-y: 55vw; 
}
.parallax-header {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.catalog-text {
    font-size: 2em;
    font-weight: 600;
    color: #7b0017;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: -5px;
    font-family: 'Roboto', sans-serif;
    line-height: 50px;
    margin-top: 190px;
	background-color: rgba(255,255,255,0.6);
	padding: 30px;
}

.padding-top-40 {
    padding-top: 50px;
}

.p-news {
	font-family: helvetica;
    line-height: 30px;
    text-align: justify;
}

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

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.more-link {
    margin: 0 auto;
    font-size: 1em;
    padding: 1.25rem 2.5rem;
    display: block;
    background-color: #910900;
    border: 1px solid transparent;
    color: #ffffff;
    font-weight: 300;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.more-link:hover {
    background-color: #ffffff;
    color: #910900;
    border-color: #910900;
}

.h1-heading {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    color: #910900;
    font-size: 2em;
}


.h3-heading {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    color: #910900;
    font-size: 1.2em;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color: white;
}

.smalllogo {
    margin-top: -15px;
    margin-left: -15px;
}

.news-desc {
    text-align: justify;
}

.news-title {
    text-transform: uppercase;
    color: #ac1f2d;
    font-family: 'segoe ui';
    font-size: 1em;
    text-align: left;
    line-height: 20px;
	margin-top: 25px;
}

.padding-top-row {
    padding-top: 30px;
}

.more {
    color: #ac1f2d;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9em;
	padding:10px;
}

.more:hover {
    color: #c52a3a;
    font-weight: 600;
    cursor: pointer;
}

.time {
    font-size: 0.8em;
    font-style: italic;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 50% !important;
    margin: 0 5px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #910900;
    border-color: #910900;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #910900;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.footer-top {
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/footer-bg.jpg");
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
	text-align:left;
}

.widget-body {
    color: lightgrey;
    text-align: left;
    line-height: 30px;
}

.footer-a {
    color: white;
}

a,
a:hover,
a:focus {
    color: lightgrey;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 50px;
    display: block;
	z-index:999;
}

.btn-primary {
    color: #fff;
    background-color: #910900!important;
    border-color: #910900!important;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 2px;
}

.p-footer {
    text-align: right;
    color: lightgrey;
}

.li-bold-footer {
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

.padding-top-footer {
	width: 100%;
	float: left;
    padding-top: 30px;
}

.nomargin {
    margin-left: 0px!important;
    margin-right: 0px!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

/*.footer-img {
    cursor: pointer;
    padding-right: 0px;
    padding-top: 0px;
	width: 30%;
}

.social-img {
	width: 20%;
}*/

.carousel-control {
    font-size: 2em;
}

.pre-header {
    width: 100%;
    height: 40px;
  background-color: #5d0600;
    position: fixed;
    z-index: 49;
}

.SearchIcon {
    color: #fff;
}

.SearchButton {
    background-color: #5d0600;
}

button.btn {
    height: 34px;
    margin-top: 3px;
    vertical-align: middle;
    background: #efefef;
    border-color: #d8d8d8;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 52px;
    color: #910900;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.button.btn:hover {
    height: 34px;
    margin-top: 3px;
    vertical-align: middle;
    background: #768292!important;
    border-color: #d8d8d8;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 52px;
    color: red;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type="text"],
textarea,
textarea.form-control {
    margin-top: 3px;
    padding: 5px 10px;
    vertical-align: middle;
    background: white;
    border: 1px solid #ffffff;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #5f5f5f;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.preheader-text {
    color: white;
    margin-top: 10px;
    font-size: 0.9em;
}

.glyphicon-search {
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#multisearch button *{
	line-height: normal;
}
#multisearch button font{
	margin-left: 5px;
}
.space {
    padding-right: 20px;
    padding-left: 20px;
}

.margin-right-20 {
    margin-right: -180px;
}

.margin-top-30px {
    margin-top: 30px;
}

.margin-bottom-30px {
    margin-bottom: 30px;
}

.margin-bottom-60px {
    margin-bottom: 60px;
}
.icon-crousel-bg {
    background-color: #5e0919;
}

.icon-crousel-bg2 {
    background-color: #b3b3b3;
}

.icon-carousel-bg-small {
    /*background-color: #5e0919;*//*@sz*/
    background-color: #a6192e;
    height: 90px;
}

.icon-img {
    cursor: pointer;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: transparent;
}

/*harmadik szint csússzon oldalra*/
.dropdown.open .dropdown.open .dropdown-menu{
    left:160px;
    top:0;
}


.divider {
    margin-top: -10px;
}

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
.board {
    margin-top: -190px;
    height: auto;
    background: #fff;
}

.board .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.board > div.board-inner {
    background-size: 30%;
}

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: transparent !important;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    /*background: white;*/
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

li.active span.round-tabs.one {
    /*  background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);*/
}

li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five {
    color: #999;
    border: 2px solid #999;
}

li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs {
    /* background: #fafafa;*/
}

/*.nav-tabs > li {
    width: 20%;
}
*/
.nav-tabs > li > a {
    border: none !important;
	padding: 0px;
}


/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/

.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin-top: 60px;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition: 0.1s ease-in-out;
}

.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    /* margin: 0 auto; */
    bottom: 0px;
    margin-bottom: -12px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

.nav-tabs > li a.navtabico {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.nav-tabs > li a:hover {
    background: transparent;
}

.tab-content {}

.tab-pane {
    position: relative;
    /*padding-top: 50px;*//*@sz*/
}

.tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.btn.green {
	border-top: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
    color: #910900;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 1px;
    width: 100%;
    cursor: pointer;
    margin-top: 5px;
}

.btn.green:hover {
    background-color: #efeeee;
    border: 1px solid #cacaca;
    color: #910900;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 5px;
    border-radius: 1px;
    width: 100%;
    border-bottom: solid 3px rgb(167, 9, 9);
    font-size: 1.1em;
}

@media( max-width: 585px) {
    .board {
        width: auto;
        height: auto !important;
    }
    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head {
        font-size: 20px;
    }
    .nav-tabs > li a {
        width: 100px;
        height: 100px;
        line-height: 50px;
    }
    .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
    .btn-outline-rounded {
        padding: 12px 20px;
    }
}

.vectorgraphic-icon {
    margin-top: -10px;
  /*  margin-left: -2px;*/
    cursor: pointer !important;
    max-width: 110%;
}

.vectorgraphic-icon-innovation {
    margin-top: 7px;
    margin-left: -14px;
    cursor: pointer !important;
    max-width: 140%;
}

.vectorgraphic-icon-name {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #e4e2e2;
    font-weight: 600;
    margin-left: 5px;
}

.tabpane-bg {

    background-color: #721012;
    height: 150px;
    position: relative;
}

.button {
    background-color: transparent;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border: 1px solid;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding: 10px 30px 8px;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    letter-spacing: 0.2rem;
    line-height: 1;
    text-transform: uppercase;
}

.button:hover {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

.button-neutral {
    color: #000;
    border-color: #000;
}

.button-neutral:hover {
    color: #fff;
    background-color: #000;
}

.button-primary {
    color: #23849b;
    border-color: #23849b;
}

.button-primary:hover {
    color: #fff;
    background-color: #23849b;
}

.beef-name {
    color: #a2a2a2;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-align: left;
	font-size: 23px;
	text-transform:none;				
}

.beef-code {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: left;
}

.more-about {
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 10px;
}

.beefrow {
    padding-top: 20px;
    margin-left: -15px;
    z-index: -10;
    /*margin-top: -120px;*/
}

.beefbutton {
    width: 20%;
    cursor: pointer;
    z-index: -1;
    margin-top: -100px;
    position: relative;
    position: absolute;
    margin-top: 40px;
    z-index: 100;
    margin-left: -110px;
}

.beef-search-text {
	width:100%;
	height:200px;
    color: #e4e2e2;
    background-color: #721012;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    z-index: 10;
    font-size: 2em;
    text-align: center;
    margin-left: 20px;
    margin-top: 22px;
    padding-top: 20px;
	line-height: 40px;
}

/* The slow way */

.make-it-slow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}


/* Transition to a bigger shadow on hover */

.make-it-slow:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.doc-pager {
    background-color: #d8d5d5;
}

.margin-top-pager-box {
    margin-top: 22px;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
    /*color: #b70c01;*/
    color: #444;
}

.table-title {
    text-transform: uppercase;
    color: #721012;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
}

.pager {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 70px;
    padding-top: 30px;
    cursor: pointer;
}

.pager2 {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 30px;
    padding-top: 30px;
    cursor: pointer;
}

.pager-bg {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 15px;
}

.preheader-search-form {
    margin-left: 20px;
}

.timeline-bg {
    /*background-image: url("../img/backgrounds/timeline-bg.jpg");*/
    background-image: url("/app/themes/plaveoo_semex/img/timeline-bg.jpg");
    min-height: 2000px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-bg {
    background-image: url("../img/contact-bg.jpg");
    min-height: 1200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* --------------------------------

Primary style

-------------------------------- */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}


/* --------------------------------

Main components

-------------------------------- */

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 5px;
    background: #dedede;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-left {
    float: left;
}

.cd-left::before {
    top: 24px;
    left: 100%!important;
    border-color: transparent!important;
    border-left-color: white!important;
}

.cd-right {
    float: right;
}

.cd-rigth::before {
    top: 24px;
    left: 100%;
    right: auto;
    border-color: transparent;
    border-right-color: white;
}

.cd-timeline-img strong {
    font-size: 21px;
}

.cd-timeline-img {
    font-size: 21px;
    position: absolute;
    top: 150px;
    left: 0;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #9c9c9c;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    padding-top: 6px;
    border: 4px solid gainsboro;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.cd-timeline-img.cd-movie {
    background: #c03b44;
}

.cd-timeline-img.cd-location {
    background: #f0ca45;
}

.year-right{
	position: absolute;
	width: 404px;
	height: 230px;
	padding-top: 100px;
	left: 70px;
}

.year-left {
	position: absolute;
	width: 404px;
	height: 230px;
	padding-top: 100px;
	right: 70px;
}

.cd-timeline-row-right{
	height: 5px;
	width: 130px;
	margin-left: 25px;
	background: #dedede;
}

.cd-timeline-row-left{
	position: absolute;
	height: 5px;
	width: 130px;
	right: 25px;
	background: #dedede;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
  /*  border-radius: 0.25em;*//*nem kell keret a szoveg kore*/
    padding: 1em;
    /*box-shadow: 0 3px 0 #d7e4ed;*/
    /*border: 1px solid #ddd;*//*nem kell keret a szoveg kore*/
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #303e49;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 13px;
/*    font-size: 0.8125rem;*/
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
    text-align: justify;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        color: #a6192e;
    }
    .cd-timeline-content p {
        font-size: 1em;
        text-align: justify;
    }
    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
	.navbar-brand {
		margin-left: -45px !important;
	}
	.navbar-right {
		margin-right: -25px !important;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		background-color: transparent;
	}
	.catalog-text{
		width:125%;
	}
}

@media only screen and (min-width: 1170px) {

    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.datasheet-bg {
    background-color: #d9d9d9;
}

.margin-top-datasheet {
    margin-top: 30px;
}

.printer-icon {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
}

.a-beef-name {
    color: rgb(181, 4, 8)!important;
    cursor: pointer!important;
}

.a-beef-name:hover {
    color: rgb(181, 4, 8)!important;
    font-weight: 500;
    cursor: pointer;
}

input#order-button {
    background: url(../img/portfolio/buttons/order-button.png);
    background-repeat: no-repeat;
    width: 56%;
    height: 100%;
    color: White;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    padding-left: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
}

input#order-button:hover {
    background: url(../img/portfolio/buttons/order-button.png);
    background-repeat: no-repeat;
    width: 56%;
    height: 100%;
    color: White;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    padding-left: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
}

input#canadian-search {
    background: url("/app/themes/plaveoo_semex/img/bikalap/buttons/canadian-search.png");
    background-repeat: no-repeat;
	background-size: cover;
    width: 56%;
    height: 100%;
    color: White;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
}

input#canadian-search:hover {
    background: url("/app/themes/plaveoo_semex/img/bikalap/buttons/canadian-search.png");
    background-repeat: no-repeat;
	background-size: cover;
    width: 56%;
    height: 100%;
    color: White;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    border: none!important;
    cursor: pointer;
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 5px;
}

input#canadian-search2 {
    background: url("/app/themes/plaveoo_semex/img/bikalap/buttons/canadian-search2.png");
	background-size: cover;
    background-repeat: no-repeat;
    width: 260px;
    color: White;
    text-transform: uppercase;
    margin-left: -120px;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
}

input#canadian-search2:hover {
    background: url("/app/themes/plaveoo_semex/img/bikalap/buttons/canadian-search2.png");
	background-size: cover;
    background-repeat: no-repeat;
    width: 260px;
    color: White;
    text-transform: uppercase;
    margin-left: -120px;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    padding-left: 50px;
    cursor: pointer;
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 5px;
}

.tabpane-termekek {
    margin-left: -300px!important;
}


/* The slow way */

.make-it-slow {}


/* Transition to a bigger shadow on hover */

.make-it-slow:hover {
    box-shadow: 0 1px 2px rgb(0, 0, 0);
}

.img-vectorbeef {
    max-width: 40% !important;
    padding-top: 20px !important;
}

.termekek-tabpane {
    margin-left: 0px!important;
}

.products-text {
    text-align: justify;
}

.contact-title {
    text-align: center;
    font-size: 3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 600!important;
    color: white;
}

.symbols {
    font-size: 1.4em;
    color: #c41230;
    padding-right: 20px;
}

.contact-inf, .contact-inf a {
    color: black;
    font-weight: 500;
}

table {
    margin: 10px 0px;
    border: none !important;
}

thead {
    font-weight: 700;
}

.table tbody>tr>td,
.table tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: none;
	white-space: nowrap;
}

.spacing {
    height: 10px;
    background: transparent;
    content: none;
}

.spacing-different {
	height: 45px;
    background: transparent;
    content: none;
}

@media (max-width: 632px) {
    /*Responsive Table*/
    /*thead {
        display: none;
    }*//*bootstrap-respo-div-ben van, kell a header*/
    tr:nth-of-type(odd) {
        background: transparent;
    }
    td,
    tr {
      /*  display: block; *//*bika adatlap mobilnézetet összeomlasztja*/
    }
	.breed-table td {
		display: table-cell !important;
	}
	.breed-table tr {
		display: table-row !important;
	}
	.breed-table {
		overflow-x: auto;
	}
    /*Column Section Titles*/
    .stats td:nth-of-type(1):before {
        content: " ";
    }
    .stats td:nth-of-type(2):before {
        content: " ";
    }
    .stats td:nth-of-type(3):before {
        content: " ";
    }
    .stats td:nth-of-type(4):before {
        content: " ";
    }
    .spacing td:before {
        content: " "!important;
    }
    td,
    th {
        padding: 0;
        text-align: center!important;
    }

	.container .product table img{
		width:55%;
	}
    /*Add More based on the number of columns you have*/
}

.contact-table {
    margin: 0px;
}

td,
th {
    padding: 0;
    text-align: left;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.hover-icon:hover {
    background-color: #8a0e11;
    height: 148px;
    margin-bottom: -10px;
    -webkit-transition: background-color 100ms ease-out 50ms;
    -moz-transition: background-color 100ms ease-out 50ms;
    -o-transition: background-color 100ms ease-out 50ms;
    transition: background-color 100ms ease-out 50ms;
}

.contact-position {
    font-weight: 600;
    color: #721012;
}

.contact-name {
    font-weight: 600;
}

.divider-top-line {
    height: 100px;
    background-color: #721012;
    padding: 15px;
}

.divider-line {
    height: 70px;
    background-color: #721012;
    margin-bottom: 100px;
}

.news-box {
	font-family: helvetica;
    min-height: 455px;
}

.display-none {
    display: none;
}

header.smaller .navbar {
    margin-top: 0!important;
}

header.smaller .navbar-brand{
    background: url(../img/logosmall.png) left center no-repeat;
    margin-top: -66px;
    height: 190px;
}
/*BIKALAPOK CLASS-JAI*/
.padding-t-b-10{
	padding-top:10px!important;
	padding-bottom:10px!important;
}
.padding-t-10{
	padding-top:10px!important;
}
.padding-b-10{
	padding-bottom:10px!important;
}
.bikalap tbody,
.bikalap tbody tr,
.bikalap tbody tr th,
.bikalap tbody tr,
.bikalap tbody tr td,
.bikalap th,
.bikalap tr,
.bikalap td,
.bikalap table,
.bikalap table tr,
.bikalap table tr td{
	margin-top:0px!important;
	margin-bottom:0px!important;
	font-size:13px!important;
	font-family:'arial',verdana,helvetica!important;
	color:#4D4D4D!important;
	line-height:20px!important;
}
.bikalap_daughter_img{
	width:230px;
	float:left;
	margin:0px 5px 10px 5px;
}
.bikalap_reszletes_tul{
	background: url("/app/themes/plaveoo_semex/img/bikalap/td_bg_details.png");/*v1 notworks*/
}
.bikalap_reszletes_tul_row{
	background: url("/app/themes/plaveoo_semex/img/bikalap/tr_bg_details.png");
}
.bikalap .img_title {
	line-height:14px;
	color: #444;
    padding-top: 5px!important;
    padding-bottom: 10px!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #888;
	margin-left: 5px;
}
.mt_bika_adatlap{
	font-family:'arial',verdana,helvetica!important;
	 background-color: #FFFFFF;
}
.mt_bika_adatlap td{
	    padding: 3px 0;
}
.mt_bika_adatlap .mt_head{
	font-size:22px!important;
	font-weight:bold!important;
	text-align:left;
	padding-top:4px;
	padding-bottom:4px;
	float:left;
	background-color:#006400;
	color:#FFF;
	height: 35px;
}
.mt_bika_adatlap .mt_head2{
	padding-top:10px;
    padding-bottom:6px;
    font-weight:bold;
    text-align:left;
    float:left;
    font-family:'arial',verdana,helvetica!important;
    font-size:16px!important;
    border-top:2px solid #000;
    border-bottom:2px solid #000;
    color: #4D4D4D;
}
.mt_bika_adatlap .nagy{
	font-size:30px!important;
	font-weight:700!important;
	text-align:center;
	padding-right:20px;
}
.mt_bika_adatlap .kisebb{
	font-size:17px!important;
	font-weight:700!important;
	text-align:center;
	padding-right:20px;
}
.mt_bika_adatlap th{
	background-color: #aaa;
    padding: 5px;
    color: #FFF;
    border-color: #444;
	text-align:center;
}
.mt_bika_adatlap .down_stats{
	border-color: #444;
	font-weight:800!important;
	text-align:center;
}
.mt_bika_adatlap .mt_photo img{/*adatlap kep maígyartarka*/
	width:550px;
}
.mt_bika_adatlap *{
	font-family:'arial',verdana,helvetica!important;
	color:#4D4D4D;
	font-size:12px!important;
}
.mt_adatlap  .mt-prev:hover{
	background-image: url('../img/button/prev-hover_green.png');
}
.mt_adatlap  .mt-next:hover{
	background-image: url('../img/button/next-hover_green.png');
}
.mt_bika_adatok th{
	background-color:#006300!important;
    padding: 3px 0!important;
    color: #FFF!important;
    border: 1px solid #444;
    font-family:'arial',verdana,helvetica!important;
    font-size: 12px!important;
	text-align:center!important;
    margin:0 auto;
}

.mt_bika_adatok td{
	background-color:#8EBB8A!important;
    padding: 3px 0!important;
    color: #4D4D4D!important;
    border:  1px solid #444!important;
	text-align:center!important;
    font-family:'arial',verdana,helvetica!important;
    font-weight:800!important;
    margin:0 auto;
}
.nagy{
	font-size:30px!important;
	font-weight:700!important;
    color: #4D4D4D!important;
	text-align:center;
	padding-right:20px;
}
.kisebb{
	font-size:17px!important;
	font-weight:700!important;
    color: #4D4D4D!important;
	text-align:center;
	padding-right:20px;
}
.img_title {
	line-height:14px;
	color: #444;
    padding-top: 5px!important;
    padding-bottom: 10px!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #888;
	margin-left: 5px;
}
/*bi9ka adatok táblázat tezst 1px fontra*/
/*.dataTables_wrapper {*//*ez jo a szapanyagnal de az ikonslidernél nincs wrapper*/
.breed-table {
	color:#000;
    font-size: 10px;
	text-align:center;
}
/*table.dataTable.row-border tbody tr td:nth-child(2){
	color:#9d0b0e; 
}*/
table.dataTable.row-border tbody tr td:nth-child(1),
table.dataTable.row-border tbody tr td:nth-child(2)/*,
table.dataTable.row-border tbody tr td:nth-child(3),
table.dataTable.row-border tbody tr td:nth-child(4)*/{
	text-align:left!important;
}

#ITV_table tbody tr td:nth-child(2) {
    text-align: center!important;
}

.breed-table th{
	background-color:#ddd;
}

.breed-table td{
	font-weight:500;
	text-align:center;
}
.breed-table th{
	text-align:center;
}
td.highlight {
    /* background-color: whitesmoke !important; */
}
td.sorting_1 {
	font-weight: 700;
	background-color: #d0d0d0 !important;
}
/* áttéve tetejére
.bree-table a,
.bree-table a:hover,
.bree-table a:focus{
	text-decoration: underline!important;
}*/



/* ezt majd vhogy ki kell iktatni, bikalapos tableben van jobbra, b-ra, középre is igazitva szoveg, igy egyik sem lehet default
@media (max-width: 632px)
main.css:3105
td, th {
    padding: 0;
    text-align: center!important;
}
*/
/*galéria előnézet transzparens képekhez kellene min szürke háttér*/
.gallery{
	background-color: #d8d5d5;
	padding:10px;/*@sz */
}

.gallery-img{
	width: auto;
	margin:0 auto;
}
.box {
	padding: 20px 10px;
}

.title-gallery {
	background: #6A151A;
	color: white;
	font-size: 20px;
}

.pp_pic_holder  {
	top: 800px !important;
}

.video-padding-footer {
	padding: 2px !important;
	margin: 0 !important;
	outline: 2px solid #e9ebee;
	background: #e9ebee;
}

.breed-table a {
	/*color: #721012;*/
	color: #9d0b0e;
}

.slider {
	margin-top: 135px;
}
.carousel-caption {
	margin-bottom: 250px;
	margin-left: 140px;
}

/*----------------------------- begin scroll down paraszt ----------------------------*/
@media screen and (max-width: 991px){
	#section10.demo {
		display: none;
	}
}

#section10 a {
    padding-top: 60px;
	margin-left: -50px;
	margin-bottom: 15px;
	font-size: 1.2em;
}

#section10 a span {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 25px;
    height: 40px;
    margin-left: -9px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}


#section10 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 10px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 10px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.demo a {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    opacity: .5;
}
.demo a:hover {
    opacity: .3;
}

/*----------------------------- end scroll down paraszt ----------------------------*/

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.navbar-nav {
		font-size: 13px !important;
	}
}

.slider h2 {
	color:#fff;
	text-shadow: 2px 2px #888;
}

.width10{
	width:10%!important;
}
.width20{
	width:20%!important;
}
.width30{
	width:30%!important;
}
.width40{
	width:40%!important;
}
.width50{
	width:50%!important;
}
.width60{
	width:60%!important;
}
.width70{
	width:70%!important;
}
.width80{
	width:80%!important;
}
.width90{
	width:90%!important;
}
.width100{
	width:100%!important;
}

@media screen and (min-width: 1591px) and (max-width: 1640px) {
	#preheader{
		width:55%;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1590px) {
	#preheader{
		width:60%;
		margin-left:6%;
	}
}

@media screen and (max-width: 1199px) {
	.preheader-text{
		display:none;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1435px) {
	.nim-menu.navbar-default .navbar-nav li > a {
		font-size: .70em;
	}
}

@media screen and (max-width: 1169px) and (min-width: 240px) {
    .cd-timeline-content::before {
        border: none!important;
    }
    .cd-timeline-content {
        display: block;
    }
    .cd-left {
     /*   float: left;
        margin: 20px;*/
        margin-left: 60px;
		float:none;
    }
    .cd-right {
     /*   float: left;
        margin: 20px;*/
        margin-left: 60px;
		float:none;
    }
    .cd-left::before {
        top: 15px!important;
        right: 100%!important;
        left: auto !important;
        border: 7px solid transparent!important;
        border-color: transparent!important;
        border-right: 7px solid white !important
    }
    .cd-timeline-img strong {
        font-size: 15px!important;
    }

	.year-left, .year-right{
		position: relative;
		margin-left:auto;
		margin-right:auto;
		right:0;
		left:0;
		height:120px;
		padding-top:0;
		width:340px;
	}

	.cd-timeline-row-left, .cd-timeline-row-right{
		width:350px;
	}

	.cd-timeline-row-left{
		right:auto;
		margin-left:25px;
	}

	.event-box-left-img, .event-box-right-img{
		width: auto;
	}

	.event-box-right-date{
		margin-left:-150px !important;
		float:right;
	}
}

.img-responsive {
	display:block;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}

.object-fit-contain{
	object-fit: contain;
}

.width-20{
	width: 20%;
}

.pagination{
	clear:both;
}

.slider-title{
	text-align:center;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height:400px;
}

.container .product table{
	width:100% !important;
}

.container .product table td{
	margin-left:auto;
	margin-right:auto;
}

.container .product table img{
	height:auto !important;
	padding:5px;
}

@media screen and (min-width: 633px) {
	.distributor .contact-position{
		width:40%;
	}
	.distributor .contact-name{
		width:35%;
	}
	.distributor .contact-phone{
		width:25%;
	}

}

.recent-post-card {
	/*height: 80px;*/
	margin-bottom: 20px;
}

.recent-post-header {
	font-size: 21px !important;
}

.recent-post-title {
	text-align: left;
	color: #999;
}

.recent-post-title:hover{
	color: #c62525;
}

.recent-post-date {
	float: left;
}



@media ( max-width: 1200px) {
    .hide_on_small_screen {
        display: none !important;
    }
	.blog-post {
		width: 100%;
	}
	.recent-post-card {
		width: 0px !important;
	}
}

.nav-tabs > li > a.navtabtitle{
	margin:0px;
	width:auto;
}

@media (max-width: 991px) {

	.nim-menu.navbar-default .navbar-nav > li > a {
		font-weight:500;
	}
}

#bs-example-navbar-collapse-1  ul > li > a > i{
	font-size: 20px;
}


#bs-example-navbar-collapse-1 > ul > li > a > i:hover,
#bs-example-navbar-collapse-1 > ul > li > a > i:focus{
    color: #5d0600;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.search-link-catalog{
	color: #d8d5d5;
	text-decoration:underline;
}

.search-link-catalog:hover{
	color: #fff;
	text-decoration:underline;
	font-size: 110%;
}
/* szapanyag holstein usa lapozo kozepre es kisebb betukkel */
#USA_table_wrapper .dataTables_paginate { 
	margin-top:10px;
	float: none!important;
    text-align: center!important; 
	font-size:11px!important;
}
.table-responsive {/*szapanyag táblázatokban felesleges vsz scrollbar hideolása igy a legegyszerűbb*/
    width: 102%;
}

span a, span a:hover, span a:focus {
	color: inherit;
}

span span {
	color: inherit;
}

.publication-text{
	text-align: justify;
}