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

            CRAETED BYE NEGAR GOLZAR

 */
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/eot/IRANSansWeb.eot');
    src: url('fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('fonts/woff2/IRANSansWeb.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/woff/IRANSansWeb.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

h2 {
    font-weight: bold;
}

html {
    direction: rtl;
    font-family: IRANSans, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p,
div,
span,
a {
    font-family: IRANSans, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p {
    line-height: 2;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #833813;
}

a:visited {
    text-decoration: none;

}

.owl-carousel {
    direction: ltr;
}

/*.container {*/
/*width: 1370px;*/
/*}*/
.newscontainer {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: -25px;
}

.home-page {
    background: url("../images/slider1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
    position: relative;
}

.product-inside-pages {
    background: url("../images/header.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
    position: relative;
}

.layer {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-of-inside {
    position: relative;
    margin: 0px auto;
    text-align: center;
    color: white;
    bottom: 60px;
    padding-top: 300px;
    font-family: IRANSans;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.border {
    background-color: #ffffff;
    display: block;
    margin: 10px auto;
    width: 100px;
    height: 2px;
    position: relative;
}

.slider {
    width: 100%;
    height: 400px;
    position: relative;
}

.logo-img {
    width: 150px;
    height: auto;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 999;
}

.main-container {
    background-color: #f8f9fd;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    min-height: 300px;
}

.head-title {
    width: 100%;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f0f3fa;
    position: relative;
    text-align: right;
    padding: 0 20px;
    margin: 30px 0;
}

.head-title>h5 {
    display: inline-block;
    font-family: IRANSans;
    font-size: 15px;
    font-weight: bolder;
}

.head-title>img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 32px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cactus-species {
    width: 100%;
    height: 50px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 20px;
    position: relative;
    text-align: left;
    margin-top: 10px;
}

.cactus-species>h5 {
    display: block;
    width: 100%;
    height: auto;
    font-family: IRANSans;
    margin: 0;
    line-height: 40px;
    font-size: 12px;
    font-weight: bolder;
}

.cactus-species p {
    line-height: 3;
}

.cactus-species a {
    line-height: 50px;
}


.cactus-species-label {
    display: block;
    width: auto;
    height: auto;
    background-color: #95a5a5;
    padding: 10px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 10px;
    font-weight: bolder;
}

.cactus-species-label>span {
    font-size: 15px;
    margin: 0;
    color: #fff;
}

.news {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    overflow: auto;
    margin-top: 10px;
}

.news>img {
    width: 200px;
    float: right;
    height: 200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 50px;
}

.news>p {
    line-height: 2;
    padding: 0;
    margin: 0;
}

.news-title {
    width: calc(100% - 0px);
    padding: 20px 5px;
    height: auto;
    text-align: right;
    line-height: 30px;
}

.news-title>h4 {
    width: auto;
    display: inline-block;
    margin: 0;
    font-family: IRANSans;
    font-size: 15px;
    font-weight: bolder;
    float: right;
}

.news-title>h5 {
    width: auto;
    display: inline-block;
    margin: 0;
    font-family: IRANSans;
    font-size: 15px;
    font-weight: bolder;
    float: left;
    opacity: 0.8;
}

.news-content {
    width: calc(100%);
    height: auto;
    margin: 20px 0px;
    text-align: right;
    font-size: 13px;
    font-family: IRANSans;
    position: relative;
}

.newsa {
    border: 1px solid #95a5a5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #95a5a5;
    background-color: transparent;
    position: inherit;
    float: left;
    font-family: IRANSans;
    font-size: 12px;
    line-height: 3.2;
    text-align: center;
    text-decoration: none;
    padding: 0 15px;
}

.footer {
    width: 100%;
    height: auto;
    overflow: auto;
    background-color: #95a5a5;

}

.footer-address,
.footer-phone,
.footer-logo {
    width: 100%;
    height: 100px;
    position: relative;
}

.footer-logo {
    text-align: left;
}

.footer-address>p {
    text-align: right;
    font-size: 12px;
    font-family: IRANSans;
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-phone {
    padding: 20px 0;
}

.footer-phone>span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: IRANSans;
    font-size: 12px;
}

.footer-logo>img {
    height: 60px;
    margin-top: 20px;
}

.no {
    margin-top: 50px;
    height: 200px;
    line-height: 200px;
    background: white;
    border-radius: 5px;
}

.specie_product {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    min-height: 270px
}

.specie_product_col {
    margin-top: 100px;
    min-height: 325px;
}

.pagination>li>a,
.pagination>li>span {
    float: none;
}

.products-container {
    margin-top: 50px;
}

@media only screen and (max-width:768px) {

    .footer-address,
    .footer-phone,
    .footer-logo {
        height: auto !important;
        text-align: center;
    }

    .footer-phone>span {
        text-align: center;
    }

    .footer-address>p {
        text-align: center;
    }

    .footer-address>p {
        width: 100%;
        height: auto;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding-top: 30px;
    }

    .footer {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:1200px) {

    .footer-address,
    .footer-phone,
    .footer-logo {
        height: 130px;
    }
}

@media only screen and (max-width:992px) {
    .news>img {
        width: 150px;
        height: 150px;
    }
}

@media only screen and (max-width:600px) {
    .news>img {
        margin-bottom: 40px;
    }

    .news>button {
        right: 20px;
        left: auto;
        width: 200px;
    }
}

@media only screen and (max-width:500px) {
    .news-title {
        width: 100%;
        height: auto;
        overflow: auto;
    }

    .news>img {
        margin-bottom: 0;
    }

    .news>img {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .news-content {
        width: 100%;
        margin-bottom: 20px;
    }

    .news>button {
        right: 50%;
        left: auto;
        margin-right: -100px;
    }
}



/*Eliminates padding, centers the thumbnail */

body,
html {
    padding: 0;
    margin: 0;
    text-align: center;
}

/* Styles the thumbnail */

a.lightbox img {
    border: 3px solid white;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    z-index: 10;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: -180px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
}

.lightbox-target:target img {
    max-height: 100%;
    max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
    top: 0px;
}

.finished {
    position: relative;
}

.finished .lightbox .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: -73px;
}

.finished .lightbox .cover img {
    border: 0;
}