body {
    margin: 0;
    padding: 0;
}
/*slider*/
.double_image {
    margin: 20px 50px;
}
.double_image img {
    display: inline-block;
    -webkit-box-shadow: 7px 9px 9px -7px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 7px 9px 9px -7px rgba(0, 0, 0, 0.6);
    box-shadow: 7px 9px 9px -7px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    border: 15px solid #f2f2f2;

}
.firstimagepowl {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
    float: left;

}
.secoundimagepowl {
    position: relative;
    top: 90px;
    left: -70px;
    max-width: 360px;
    max-height: 400px;
    float: left;
}

/*end slider*/

/*header*/
.black {
    min-height: 30px;
    width: 100%;
    background: #000;
}

a:hover {
    text-decoration: none;
}

a.td:hover {
    text-decoration: none;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #ef4c44;
    border-bottom: 10px solid transparent;
    background: none;
    border-right: 1px solid white;
    margin-top: 33px;
    display: block;
}

.butreg {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid green;
    border-bottom: 10px solid transparent;
    background: none;
    border-right: 1px solid white;
    margin-top: 33px;
    display: block;
}

.butout {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #ef4c44;
    border-bottom: 10px solid transparent;
    background: none;
    border-right: 1px solid white;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 5px;
}

.regForm label {
    display: block;
    color: #b0b0b0;
    padding: 5px;
    font-family: "Trebuchet MS";
}

.regForm input {
    margin: 10px 0;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    font-family: "Trebuchet MS";
}

.regForm p label {
    display: inline-block;
    width: 90%;
    font-family: "Trebuchet MS";
    font-weight: 500;
}

.regForm p {
    margin: 0;
}
.regForm p input {
    display: inline-block;
    width: 10%;
    font-family: "Trebuchet MS";
    width: 10%;
    position: relative;
    top: 3px;
}

.butt {
    background: #ff3d1e;
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: white;
}

#regButt {
    float: right;
}

.butt:hover {
    opacity: 0.7;
}
.regz {
    color: #ff3d1e;
    font-family: "Trebuchet MS";
    font-size: 19.95px;
    text-transform: uppercase;
    margin: 20px 0 0 5px;
}
.regzone {
    margin: 50px 0 0 5px;
    color: #ff3d1e;
    font-family: "Trebuchet MS";
    font-size: 19.95px;
    text-transform: uppercase;
}
.topzero {
 margin: 0;
}
.phone {
    margin-top: 20px;
}

.phone p {
    font-size: 59px;
    color: #5f3e05;
    font-family: "StudioScriptCTT";
}

.form label {
    color: #afaab2;
    font-size: 18px;
    font-weight: 100;
    font-family: "Trebuchet MS";
    display: block;
}

.welcome {
    color: #a6a39d !important;
    font-family: "Trebuchet MS" !important;
    font-size: 14px !important;
    display: inline-block;
}

.form input {
    width: 100%;
    max-width: 175px;
    background: #edecec;
    border: none;
    display: block;
}

.logo img {
    margin-top: 20px;
    -webkit-box-shadow: 7px 9px 9px -7px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 7px 9px 9px -7px rgba(0, 0, 0, 0.6);
    box-shadow: 7px 9px 9px -7px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

.navbar-header p {
    color: black;
    font-family: "Trebuchet MS";
    margin-top: 4px;
    font-size: 28px;
    display: none;
}

.navbar-toggle {
    color: #e86e02;
    border: 1px solid #e86e02;
    font-family: "Trebuchet MS";
    margin-top: 4px;
    font-size: 28px;
    padding: 1px 55px;
    background: none;
    cursor: pointer;
    text-align: center;
    float: none;
    width:100%;
}

.navbar-toggle:hover {
    color: #e86e02;
}

.navbar-right {
    margin-right: 0 !important;
}

.navbar-toggle span {
    background: black;
}

/*sidebar*/
.sidebar {
    margin-top: 40px;
}

.sidebar li {
    list-style: none;
    padding: 10px 0;
    position: relative;
    width: 90%;
}

.sidebar li span {
    position: absolute;
    top: 15px;
    right: -15px;
    color: #beb9b8;
    font-size: 16px;
}

.sidebar li span:hover {
    cursor: pointer;
}

.sidebar li a {
    color: #beb9b8;
    text-decoration: none;
    font-family: "Trebuchet MS";
    font-size: 16px;
}

.sidebar li a:hover {
    color: #6bc6e8;
}
.sidebar li a.active {
    color: #6bc6e8;
}
.sidebar li a:hover .sidebar li:before {
    content: "";
    padding: 0 3px;
    background: #6bc6e8;
    width: 5px;
    height: 5px;
    font-size: 7px;
    border-radius: 50%;
}

.sidebar li:before {
    background: #ef4c44 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: block;
    float: left;
    font-size: 7px;
    height: 7px;
    position: relative;
    right: 5px;
    top: 9px;
    width: 7px;
}

.sidebar li:hover:before {
    background: #6bc6e8;
}
.sidebar li span {
    transform: rotate(0deg);
    transition: 0.5s;
}
.sidebar li.collapsed span {
    transform: rotate(90deg);
    transition: 0.5s;
}

.sidebar li span {
    transform: rotate(45deg);
    transition: 0.5s;
}



.sidebar li:hover span {
    color: #6bc6e8;
    transition: 0.5s;
}

/*slider
.owl-carousel img {
    width: 80% !important;
    margin: 0 auto;
    max-width: 600px;
    max-height: 600px;
}*/

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dot {
    background: transparent;
    display: inline-block;
}

.owl-carousel .owl-dot span {
    background: black;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.owl-carousel .active span {
    background: #ff3d1e;
}

/*content main page*/
.content {
    padding-bottom: 30px;
}
.line_border {
    border-top: 2px solid;
}

.text {
    width: 100%;
    min-width: 100px;
    margin: 0 auto;
}

.text p {
    font-family: "TahomaRegular";
    font-size: 16px;
    color: rgba(114,114,114,0.6);
    margin-top: 40px;
    padding-bottom: 40px;
    font-style: italic;
}

.open_modal {
    color: #f46420;
    text-decoration: underline;
}

.open_modal:hover {
    cursor: pointer;
}

.block {
    background: #fff;
    width: 150px;
    height: 150px;
    border: 1px solid #cbd1d1;
}

.block img {
    width: 130px;
    margin-top: 9px;
}

.block.new:after {
    content: "";
    background: url(/templates/flamingo/pics/images/new.png) no-repeat;
    padding: 45px;
    left: 95px;
    top: -165px;
    position: relative;
}

.block.hit:after {
    content: "";
    background: url(/templates/flamingo/pics/images/hit.png) no-repeat;
    padding: 45px;
    left: 95px;
    top: -165px;
    position: relative;
}

.news {
    border-top: 2px solid;
    margin-top: 15px;
}

.news h2 {
    font-size: 28.22px;
    color: #96938b;
    font-family: "Trebuchet MS";
    padding: 20px 0 10px 0;
}

.news h4 {
    color: #ff3d1e;
    font-family: "Trebuchet MS";
    font-size: 19.95px;
    text-transform: capitalize;
}

.news .date {
    font-family: Tahoma;
    font-size: 16px;
    color: #3dbbff;
}

.news p {
    color: #383838;
    font-size: 16px;
    font-family: Tahoma;
}

.main_page p {
    font-family: "Trebuchet MS";
    font-size: 20px;
    color: #96938b;
    padding: 20px 0 40px 0;
}

.main_page h2 {
    font-size: 28.22px;
    color: #96938b;
    font-family: "Trebuchet MS";
    padding: 20px 0 30px 0;
}

.bcrumb {
    padding: 20px 0 10px 15px;
}

.bcrumb li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
}

.bcrumb li a {
    text-decoration: none;
    color: #a6a39d;
    font-size: 16px;
    font-family: "Trebuchet MS";
}

.bcrumb li + li:before {
    content: ">";
    position: relative;
    color: #a6a39d;
    right: 10px;
}

.bcrumb li:first-child {
    margin-left: 0;
}

.bcrumb .active {
    font-size: 16px;
    font-family: "Trebuchet MS";
}

.vintage h2 {
    font-family: "Trebuchet MS";
    font-size: 23.87px;
    color: #ff3d1e;
}

.vintage h2 span {
    font-weight: bold;
}

.vintage p {
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #96938b;
    margin: 20px 0;
    padding: 5px 0;
}

.vintage p.colored {
    color: #359ad0;
    font-family: "Trebuchet MS";
    font-size: 16px;
    border-top: 1px solid #96938b;
    border-bottom: 1px solid #96938b;
}

.vintage p.colored:first-child {
    border-top: none;
}

.tabs {
    padding-left: 0;
}

.tabs li {
    display: inline-block;
    list-style: none;
    margin-left: 15px;
}
.tab-content img {
    outline: 2px solid #cbd1d1;
    outline-offset: 6px;
}

.tabs img {
    max-height: 100px;
    width: 100px;
    outline: 2px solid #cbd1d1;
    outline-offset: 6px;
}
.prod_info{
    padding-bottom: 20px;
}

.new_item_prod.new:after,
.new_item_prod.hit:after{
    content: "";
    position: relative;
    padding: 45px;
    left: 20%;
    top: -10px;
}
.new_item_prod.new:after {
    background: url(/templates/flamingo/pics/images/new.png) no-repeat;
}
.new_item_prod.hit:after {
    background: url(/templates/flamingo/pics/images/hit.png) no-repeat;
}

/*content ppoduct page*/
.blockprod {
    width: 200px;
    height: 200px;
    border: 2px solid #cbd1d1;
    border-radius: 3px;
    margin-top: 20px;
    display: block;
}
.img-responsive {
   /* border: 1px solid #cbd1d1;*/
}
.blockprod img {
    margin-top: 5px;
    max-height: 95%;
    max-width: 95%;
}

.blockprod.new:after {
    content: "";
    background: url(/templates/flamingo/pics/images/new.png) no-repeat;
    padding: 45px;
    left: 130px;
    top: -200px;
    position: relative;
}

.blockprod.hit:after {
    content: "";
    background: url(/templates/flamingo/pics/images/hit.png) no-repeat;
    padding: 45px;
    left: 130px;
    top: -200px;
    position: relative;
}

.prod h2 {
    font-family: "Trebuchet MS";
    font-size: 23.85px;
    color: #96938b;
    padding: 25px 0 15px 0;
}

.prod p {
    color: #a6a39d;
    font-size: 16.86px;
    font-family: "Trebuchet MS";
    margin-top: 10px;
}

/*modal window*/
.modal {
    width: 100%;
}

.modal h3 {
    color: #ff3d1e;
    font-family: Tahoma;
}

.modal p {
    width: 100%;
    max-width: 925px;
    color: #555555;
    font-family: 'Tahoma';
    font-size: 16px;
    padding: 20px 0;
}

.modal .modal-lg {
    width: 95%;
    max-width: 1070px;
}

.modal .modal-lg .modal-content {
    border-radius: 40px;
}

.modal .modal-lg .modal-content .modal-body {
    border: 20px solid #eeeeee;
    border-radius: 40px;
}

.modal-body::-webkit-scrollbar-button {
    background-image: none;
    background-repeat: no-repeat;
    width: 25px;
    height: 10px;
}

.modal-body::-webkit-scrollbar-track {
    background-color: transparent;
}

.modal-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #6dc0c8;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #56999f;
}

.modal-body::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 4px;
    height: 0;
}

.modal-body::-webkit-scrollbar {
    width: 10px;
    height: 30px !important;
}

.modal-body::-webkit-scrollbar-button {
    background-image: none;
    background-repeat: no-repeat;
    width: 25px;
    height: 10px;
}

.modal-body {
    height: 800px;
    overflow-y: scroll;
}

.button2 {
    position: absolute;
    top: -4%;
    left: 96%;
    border: none;
    border-radius: 50%;
    padding: 15px 20px;
    background: #eeeeee;
    z-index: 999;
}

.button2 .glyphicon-remove {
    font-size: 28px;
    color: black;
    font-weight: 100;
}

/*footer*/
footer .black {
    min-height: 80px;
}

footer p {
    color: #ff683e;
    font-size: 19.95px;
    font-family: "Trebuchet MS";
    line-height: 80px;
    margin: 0;
}

.footter_menu li {
    display: inline-block;
    list-style: none;
    line-height: 80px;
    margin-left: 30px;
}

.footter_menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: "Trebuchet MS";
}

.footter_menu a:hover {
    color: #f43a1d;
}

.footter_menu li:after {
    content: "|";
    color: #fff;
    position: absolute;
    margin-left: 15px;
}

.footter_menu li:last-child:after {
    display: none;
}
.contentabout h3 {
    color: black;
    font-family: "Trebuchet MS";
    padding: 20px 0;
}

.contentabout p {
    padding: 10px 0;
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #a4a4a4;
}

.contentabout h4 {
    color: #ff6850;
    font-family: "Trebuchet MS";
    padding: 20px 0;
    font-size: 20px;
}

.contentabout ul li {
    padding: 5px 0;
    list-style: none;
}

.contentabout ul li a {
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #a4a4a4;
    text-decoration: none;
}

.contentabout ul li:before {
    content: "-";
    position: relative;
    top: 0;
    right: 8px;
    color: #a4a4a4;
}
.contentfairs h3 {
    font-size: 23.86px;
    color: black;
    font-family: "Trebuchet MS";
    padding: 20px 0;
}

.contentfairs p {
    padding: 10px 0;
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #a4a4a4;
}

.contentfairs p a {
    text-decoration: none;
    color: #b1d3ea;
}

.contentprice h3 {
    color: black;
    font-family: "Trebuchet MS";
    padding: 20px 0;
}

.contentprice p {
    padding: 10px 0;
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #a4a4a4;
}

.contentprice h4 {
    color: #ff6850;
    font-family: "Trebuchet MS";
    padding: 20px 0;
    font-size: 20px;
}

.contentprice ul li {
    padding: 5px 0;
    list-style: none;
}

.contentprice ul li a {
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #a4a4a4;
    text-decoration: none;
}

.contentprice ul li:before {
    content: "-";
    position: relative;
    top: 0;
    right: 8px;
    color: #a4a4a4;
}
.contentclient h3 {
    color: black;
    font-family: "Trebuchet MS";
    padding: 20px 0;
}

.contentclient p {
    padding: 10px 0;
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #a4a4a4;
}

.contentclient h4 {
    color: #ff6850;
    font-family: "Trebuchet MS";
    padding: 20px 0;
    font-size: 20px;
}

.contentclient ul li {
    padding: 5px 0;
    list-style: none;
}

.contentclient ul li a {
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #a4a4a4;
    text-decoration: none;
}

.contentclient ul li:before {
    content: "-";
    position: relative;
    top: 0;
    right: 8px;
    color: #a4a4a4;
}

.contentclient img {
    width: 200px;
}
contentdelivers h3 {
    font-size: 23.86px;
    color: black;
    font-family: "Trebuchet MS";
    padding: 20px;
}

.contentdelivers h4 {
    color: #ff6850;
    font-family: "Trebuchet MS";
    padding: 20px 0;
    font-size: 20px;
}

.contentdelivers p {
    padding: 10px 0;
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #a4a4a4;
}

.contentdelivers p a {
    text-decoration: none;
    color: #b1d3ea;
}

.contentdelivers ul li {
    padding: 5px 0;
    list-style: none;
}

.contentdelivers ul li a {
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #a4a4a4;
    text-decoration: none;
}

.contentdelivers ul li:before {
    content: "-";
    position: relative;
    top: 0;
    right: 8px;
    color: #a4a4a4;
}
.contentconditions h3 {
    color: black;
    font-family: "Trebuchet MS";
    padding: 20px 0;
}

.contentconditions p {
    padding: 5px 0;
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #a4a4a4;
}

.contentconditions h4 {
    color: #ff6850;
    font-family: "Trebuchet MS";
    text-transform: capitalize;
    font-size: 16px;
}
.contentcontact h3 {
    color: black;
    font-family: "Trebuchet MS";
    padding: 20px 0;
}

.contentcontact p {
    padding: 5px 0;
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #a4a4a4;
}

.contentcontact h4 {
    color: #ff6850;
    font-family: "Trebuchet MS";
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 0;
}

.contentcontact label {
    display: block;
}

.contentcontact input {
    display: block;
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 7px;
    padding: 7px;
}

.contentcontact textarea {
    display: block;
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 7px;
    padding: 7px;
    margin: 10px 0;
}



@media (min-width: 1200px) {


    .container {
        width: 1200px;
    }

    .nav {
        width: 100%;
        max-width: 900px;
        border-bottom: 8px solid black;
    }

    .nav li a {
        color: #b0b0b0;
        text-decoration: none;
        font-size: 18px;
        padding: 15px 8.0999px;
        font-family: "ArialRegular";
    }

    .nav li a.active {
        background: #e86e02;
        color: #fff;
    }
    .nav li a:hover {
        background: #e86e02;
        color: #fff;
    }

    .navbar {
        margin-bottom: 0;
        min-height: 0;
        border: none;
    }

    /*content about us page*/
    .image_top {
        width: 100%;
        margin-left: 0;
        background-size: 100% !important;
        min-height: 223px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top img {
        right: -4%;
        top: 2%;
        width: 250px;
        position: absolute;
    }

    .contentabout h3 {
        color: black;
        font-family: "Trebuchet MS";
        padding: 20px 0;
    }

    .contentabout p {
        padding: 10px 0;
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #a4a4a4;
    }

    .contentabout h4 {
        color: #ff6850;
        font-family: "Trebuchet MS";
        padding: 20px 0;
        font-size: 20px;
    }

    .contentabout ul li {
        padding: 5px 0;
        list-style: none;
    }

    .contentabout ul li a {
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #a4a4a4;
        text-decoration: none;
    }

    .contentabout ul li:before {
        content: "-";
        position: relative;
        top: 0;
        right: 8px;
        color: #a4a4a4;
    }

    /*content fairs page*/
    .image_top_fairs {
        width: 100%;
        margin-left: 0;
        background-size: 100% !important;
        min-height: 223px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_fairs img {
        right: -4%;
        top: 1.5%;
        width: 250px;
        position: absolute;
    }

    .contentfairs h3 {
        font-size: 23.86px;
        color: black;
        font-family: "Trebuchet MS";
        padding: 20px 0;
    }

    .contentfairs p {
        padding: 10px 0;
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #a4a4a4;
    }

    .contentfairs p a {
        text-decoration: none;
        color: #b1d3ea;
    }

    /*content price page*/
    .image_top_price {
        width: 100%;
        margin-left: 0;
        background-size: 100% !important;
        min-height: 223px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_price img {
        right: -4%;
        top: 2.3%;
        width: 250px;
        position: absolute;
    }

    .contentprice h3 {
        color: black;
        font-family: "Trebuchet MS";
        padding: 20px 0;
    }

    .contentprice p {
        padding: 10px 0;
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #a4a4a4;
    }

    .contentprice h4 {
        color: #ff6850;
        font-family: "Trebuchet MS";
        padding: 20px 0;
        font-size: 20px;
    }

    .contentprice ul li {
        padding: 5px 0;
        list-style: none;
    }

    .contentprice ul li a {
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #a4a4a4;
        text-decoration: none;
    }

    .contentprice ul li:before {
        content: "-";
        position: relative;
        top: 0;
        right: 8px;
        color: #a4a4a4;
    }

    /*content client page*/
    .image_top_client {
        width: 100%;
        margin-left: 0;
        background-size: 100% !important;
        min-height: 223px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_client img {
        right: -4%;
        top: 2.7%;
        width: 250px;
        position: absolute;
    }

    .contentclient {
        padding-bottom: 100px;
    }

    .contentclient h3 {
        color: black;
        font-family: "Trebuchet MS";
        padding: 20px 0;
    }

    .contentclient p {
        padding: 10px 0;
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #a4a4a4;
    }

    .contentclient h4 {
        color: #ff6850;
        font-family: "Trebuchet MS";
        padding: 20px 0;
        font-size: 20px;
    }

    .contentclient ul li {
        padding: 5px 0;
        list-style: none;
    }

    .contentclient ul li a {
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #a4a4a4;
        text-decoration: none;
    }

    .contentclient ul li:before {
        content: "-";
        position: relative;
        top: 0;
        right: 8px;
        color: #a4a4a4;
    }

    .contentclient img {
        width: 200px;
    }

    /*content delivers page*/
    .image_top_delivers {
        width: 100%;
        margin-left: 0;
        background-size: 100% !important;
        min-height: 223px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_delivers img {
        right: -4%;
        top: 2%;
        width: 250px;
        position: absolute;
    }

    .contentdelivers h3 {
        font-size: 23.86px;
        color: black;
        font-family: "Trebuchet MS";
        padding: 20px;
    }

    .contentdelivers h4 {
        color: #ff6850;
        font-family: "Trebuchet MS";
        padding: 20px 0;
        font-size: 20px;
    }

    .contentdelivers p {
        padding: 10px 0;
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #a4a4a4;
    }

    .contentdelivers p a {
        text-decoration: none;
        color: #b1d3ea;
    }

    .contentdelivers ul li {
        padding: 5px 0;
        list-style: none;
    }

    .contentdelivers ul li a {
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #a4a4a4;
        text-decoration: none;
    }

    .contentdelivers ul li:before {
        content: "-";
        position: relative;
        top: 0;
        right: 8px;
        color: #a4a4a4;
    }

    /*content news page*/
    .image_top_news {
        width: 100%;
        margin-left: 0;
        background-size: 100% !important;
        min-height: 223px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_news img {
        right: -1%;
        top: 3.2%;
        width: 250px;
        position: absolute;
    }

    .contentnews h3 {
        color: black;
        font-family: "Trebuchet MS";
        padding: 20px 0;
    }

    .contentnews .date {
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #88bdda;
    }

    .contentnews p {
        padding: 5px 0;
        font-family: 'TahomaRegular';
        font-size: 16px;
        /*color: #6a6a6a;*/
        color: rgba(114,114,114,0.6);
        font-style: italic;
    }

    .contentnews h4 {
        color: #ff3d1e;
        font-family: "Trebuchet MS";
        margin-bottom: 0;
        padding: 10px 0 0;
        text-transform: capitalize;
        font-size: 20px;
    }
    .italy-news {
        font-style: italic;
    }

    .newscont {
        min-height: 150px;
    }

    .prodcont {
        min-height: 260px;
    }
    .prodcont.new {
        min-height: 330px;
    }

    .bordered {
        padding-bottom: 20px;
        border-bottom: 2px solid #a4a4a4;
    }

    .paginat p {
        display: inline-block;
        top: -33px;
        position: relative;
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #a4a4a4;
    }

    .paginat ul {
        display: inline-block;
    }

    .paginat li a {
        color: #a4a4a4;
        border: none;
    }
    .paginat li:before {
        content: '';
        display: none;
    }

    .paginat li a.act {
        background: #e86e02;
        color: #fff;
    }

    .paginat .active a {
        background: #e86e02;
        color: #e86e02;
    }

    .paginat .pagination li.active {
        background: #e86e02;
        color: #fff;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border: none;
        border-radius: 0;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 0;
    }

    /*content conditions page*/
    .image_top_condition {
        width: 100%;
        margin-left: 0;
        background-size: 100% !important;
        min-height: 223px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_condition img {
        top: 2%;
        width: 250px;
        position: absolute;
    }

    .contentconditions h3 {
        color: black;
        font-family: "Trebuchet MS";
        padding: 20px 0;
    }

    .contentconditions p {
        padding: 5px 0;
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #a4a4a4;
    }

    .contentconditions h4 {
        color: #ff6850;
        font-family: "Trebuchet MS";
        text-transform: capitalize;
        font-size: 16px;
    }

    .contentconditions li {
        list-style: none;
        cursor: pointer;
    }

    .contentconditions li::before {
        content: "";
        position: relative;
        background: url("../images/pic.png") no-repeat;
        padding: 0 4px;
        top: 28px;
        right: 18px;
    }

    .contentconditions li:not(.collapsed)::before {
        content: "";
        position: relative;
        background: url("../images/pic2.png") no-repeat;
        padding: 0 8px;
        top: 31px;
        right: 18px;
    }

    /*content contact page*/
    .image_top_contact {
        width: 100%;
        margin-left: 0;
        background-size: 100% !important;
        min-height: 223px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_contact img {
        right: -4%;
        top: 3.7%;
        width: 250px;
        position: absolute;
    }

    .contentcontact h3 {
        color: black;
        font-family: "Trebuchet MS";
        padding: 20px 0;
    }

    .contentcontact p {
        padding: 5px 0;
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #a4a4a4;
    }

    .contentcontact h4 {
        color: #ff6850;
        font-family: "Trebuchet MS";
        text-transform: capitalize;
        font-size: 16px;
        padding: 10px 0;
    }

    .contentcontact label {
        display: block;
    }

    .contentcontact input {
        display: block;
        width: 100%;
        border: 1px solid #d2d2d2;
        border-radius: 7px;
        padding: 7px;
    }

    .contentcontact textarea {
        display: block;
        width: 100%;
        border: 1px solid #d2d2d2;
        border-radius: 7px;
        padding: 7px;
        margin: 10px 0;
    }
}

@media (min-width: 760px) and (max-width: 1200px) {
    .firstimagepowl {
        max-width: 400px;
        max-height: 400px;
    }

    .secoundimagepowl {
        left: -70px;
        max-width: 260px;
        max-height: 260px;
    }

    .nav {
        margin-top: 0;
        border-bottom: 8px solid black;
    }

    .nav li a {
        color: #b0b0b0;
        text-decoration: none;
        font-size: 16px;
        padding: 15px 3px;
        font-family: "ArialRegular";
    }

    .nav li a:hover {
        background: #e86e02;
        color: #fff;
    }

    .blockprod.hit:after {
        left: 85px;
    }

    .blockprod.new:after {
        left: 85px;
    }

}

@media (max-width: 1200px) {
    /*about page*/
    .image_top {
        background-size: 100% !important;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top img {
        position: absolute;
        right: 2%;
        top: 4%;
        width: 200px;
    }

    /*content fairs page*/
    .image_top_fairs {
        width: 100%;
        background-size: 100% !important;
        max-width: 100%;
        margin-left: 0;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_fairs img {
        position: absolute;
        right: 2%;
        top: 4%;
        width: 200px;
    }

    /*content price page*/
    .image_top_price {
        width: 100%;
        background-size: 100% !important;
        max-width: 100%;
        margin-left: 0;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_price img {
        position: absolute;
        right: 2%;
        top: 4%;
        width: 200px;
    }

    /*content price client*/
    .image_top_client {
        background-size: 100% !important;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_client img {
        position: absolute;
        right: 2%;
        top: 4%;
        width: 200px;
    }

    /*content delivers page*/
    .image_top_delivers {
        background-size: 100% !important;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_delivers img {
        position: absolute;
        right: 2%;
        top: 4%;
        width: 200px;
    }

    /*content news page*/
    .image_top_news {
        background-size: 100% !important;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_news img {
        position: absolute;
        right: 2%;
        top: 4%;
        width: 200px;
    }

    /*condition*/
    .image_top_condition {
        background-size: 100% !important;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_condition img {
        position: absolute;
        right: 2%;
        top: 4%;
        width: 200px;
    }

    /*content contact page*/
    .image_top_contact {
        background-size: 100% !important;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_contact img {
        position: absolute;
        right: 2%;
        top: 2%;
        width: 200px;
    }
    .contentnews h3 {
        color: black;
        font-family: "Trebuchet MS";
        padding: 20px 0;
    }

    .contentnews .date {
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #88bdda;
    }

    .contentnews p {
        padding: 5px 0;
        font-family: 'TahomaRegular';
        font-size: 16px;
        /*color: #6a6a6a;*/
        color: rgba(114,114,114,0.6);
        font-style: italic;
    }

    .contentnews h4 {
        color: #ff3d1e;
        font-family: "Trebuchet MS";
        margin-bottom: 0;
        padding: 10px 0 0;
        text-transform: capitalize;
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .new_item_prod.new::after,
    .new_item_prod.hit:after {
        position: relative;
        left: 20%;
        top: 20px;
    }
    /*about page*/
    .image_top {
        background-size: 100% !important;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top img {
        position: absolute;
        right: 2%;
        top: 1%;
        width: 200px;
    }

    /*content fairs page*/
    .image_top_fairs {
        background-size: 100% !important;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_fairs img {
        position: absolute;
        right: 2%;
        top: 1%;
        width: 200px;
    }

    /*content price page*/
    .image_top_price {
        background-size: 100% !important;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_price img {
        position: absolute;
        right: 2%;
        top: 1%;
        width: 200px;
    }

    /*content price client*/
    .image_top_client {
        background-size: 100% !important;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_client img {
        position: absolute;
        right: 2%;
        top: 1%;
        width: 200px;
    }

    /*content delivers page*/
    .image_top_delivers {
        background-size: 100% !important;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_delivers img {
        right: 2%;
        top: 1%;
        width: 200px;
    }

    /*content news page*/
    .image_top_news {
        background-size: 100% !important;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_news img {
        position: absolute;
        right: 2%;
        top: 1%;
        width: 200px;
    }

    /*condition*/
    .image_top_condition {
        background-size: 100% !important;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_condition img {
        position: absolute;
        right: 2%;
        top: 1%;
        width: 200px;
    }

    /*content contact page*/
    .image_top_contact {
        background-size: 100% !important;
        min-height: 190px;
        border-bottom: 20px solid #f2f2f2;
    }

    .image_top_contact img {
        position: absolute;
        right: 2%;
        top: 1%;
        width: 200px;
    }

    .logo img {
        margin-top: 0;
    }
    .contentnews h3 {
        color: black;
        font-family: "Trebuchet MS";
        padding: 20px 0;
    }

    .contentnews .date {
        font-family: "Trebuchet MS";
        font-size: 16px;
        color: #88bdda;
    }

    .contentnews p {
        padding: 5px 0;
        font-family: 'TahomaRegular';
        font-size: 16px;
        /*color: #6a6a6a;*/
        color: rgba(114,114,114,0.6);
        font-style: italic;
    }

    .contentnews h4 {
        color: #ff3d1e;
        font-family: "Trebuchet MS";
        margin-bottom: 0;
        padding: 10px 0 0;
        text-transform: capitalize;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .navbar-header p {
        display: block;
    }
}

@media (max-width: 770px) {
    .nav {
        margin-top: 0;
        border-bottom: 8px solid black;
    }

    .logo img {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .navbar-toggle {
        float: none;
    }
    .modal-body {
        height: 400px;
        overflow-y: scroll;
    }
    .modal .modal-lg .modal-content .modal-body {
        border: 10px solid #eeeeee;
    }
    .button2 {
        position: absolute;
        top: 0%;
        left: 80%;
    }
    .navbar-header p {
        color: #e86e02;
        border: 1px solid #e86e02;
        font-family: "Trebuchet MS";
        margin-top: 4px;
        font-size: 28px;
        padding: 1px 55px;
        background: none;
        cursor: pointer;
        text-align: center;
    }

    .nav {
        margin-top: 0;
        border-bottom: 8px solid black;
    }

    .nav li a {
        color: #b0b0b0;
        text-decoration: none;
        font-size: 16px;
        padding: 15px 3px;
        font-family: "ArialRegular";
    }

    .nav li a:hover {
        background: #e86e02;
        color: #fff;
    }

    .navbar-header p:hover {
        display: block;
        color: #e86e02;
    }

    .button {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .butreg {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sidebar {
        margin-top: 0;
    }

    .main_page h2 {
        text-align: center;
    }

    .news h2 {
        text-align: center;
    }

    .newscont {
        min-height: 150px;
    }

    .prodcont {
        min-height: 250px;
    }

    .tab-content img {
        margin: 0 auto;
    }

    .tabs {
        width: 50%;
        margin: 0 auto;
    }

    /*footer*/
    footer .black {
        min-height: 80px;
    }

    footer p {
        color: #ff683e;
        font-size: 19.95px;
        font-family: "Trebuchet MS";
    }

    .footter_menu li {
        display: block;
        list-style: none;
        line-height: inherit;
        margin-left: 0;
        padding: 10px 0;
    }

    .footter_menu a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-family: "Trebuchet MS";
    }

    .footter_menu a:hover {
        color: #f43a1d;
    }

    .footter_menu li:after {
        display: none;
        content: "|";
        color: #fff;
        position: absolute;
        margin-left: 15px;
    }

    .footter_menu li:last-child:after {
        display: none;
    }

    .block {
        width: 290px;
        height: 280px;
    }

    .block img {
        max-height: 95%;
        max-width: 95%;
    }

    .blockprod {
        width: 290px;
        height: 280px;
    }

    .blockprod img {
        max-height: 95%;
        max-width: 95%;
    }

    .blockprod.hit:after {
        left: 230px;
        top: -280px;
    }

    .blockprod.new:after {
        left: 230px;
        top: -280px;
    }

    .block.hit:after {
        left: 230px;
        top: -280px;
    }

    .block.new:after {
        left: 230px;
        top: -280px;
    }

    .contentclient img {
        width: 200px;
        margin: 45px auto;
    }
    .new_item_prod.new:after,
    .new_item_prod.hit:after {
        left: 90px;
        top: 28px;
    }

}

@media (max-width: 500px) {
    .logo img {
        margin-bottom: 20px;
    }
    .tabs {
        width: 100%;
    }
    .tabs li {
        min-height: 114pxs;
    }
    .phone p {
        font-size: 35px;
    }

    .navbar-toggle {
        float: none;
    }

    .navbar-header p {
        margin-top: 8px;
        font-size: 28px;
        background: none;
        cursor: pointer;
    }

    .navbar-header p:hover {
        display: block;
        color: #e86e02;
        text-align: center;
    }

    .image_top {
        background-size: 100% !important;
        min-height: 78px;
        border-bottom: 10px solid #f2f2f2;
    }

    .image_top img {
        display: none;
    }

    /*content fairs page*/
    .image_top_fairs {
        background-size: 100% !important;
        min-height: 78px;
        border-bottom: 10px solid #f2f2f2;
    }

    .image_top_fairs img {
        display: none;
    }

    /*content price page*/
    .image_top_price {
        background-size: 100% !important;
        min-height: 78px;
        border-bottom: 10px solid #f2f2f2;
    }

    .image_top_price img {
        display: none;
    }

    /*content price client*/
    .image_top_client {
        background-size: 100% !important;
        width: 100%;
        min-height: 78px;
        border-bottom: 10px solid #f2f2f2;
    }

    .image_top_client img {
        display: none;
    }

    /*content delivers page*/
    .image_top_delivers {
        background-size: 100% !important;
        min-height: 78px;
        border-bottom: 10px solid #f2f2f2;
    }

    .image_top_delivers img {
        display: none;
    }

    /*content news page*/
    .image_top_news {
        background-size: 100% !important;
        min-height: 78px;
        border-bottom: 10px solid #f2f2f2;
    }

    .image_top_news img {
        display: none;
    }

    /*condition*/
    .image_top_condition {
        background-size: 100% !important;
        min-height: 78px;
        border-bottom: 10px solid #f2f2f2;
    }

    .image_top_condition img {
        display: none;
    }

    /*content contact page*/
    .image_top_contact {
        background-size: 100% !important;
        min-height: 78px;
        border-bottom: 10px solid #f2f2f2;
    }

    .image_top_contact img {
        display: none;
    }

    .new_item_prod:after {
        left: 10px;
        top: 10px;
    }

    .block {
        width: 250px;
        height: 250px;
    }

    .block img {
        max-height: 95%;
        max-width: 95%;
    }

    .blockprod {
        width: 250px;
        height: 250px;
    }

    .blockprod img {
        max-height: 95%;
        max-width: 95%;
    }

    .blockprod.hit:after {
        left: 180px;
        top: -250px;
    }

    .blockprod.new:after {
        left: 180px;
        top: -250px;
    }

    .block.hit:after {
        left: 180px;
        top: -250px;
    }

    .block.new:after {
        left: 180px;
        top: -250px;
    }
    .new_item_prod.new:after,
    .new_item_prod.hit:after {
        left: 23px;
        top: 28px;
    }
}
.text-red {
    color: #ff3d1e ;
}
.text-blue {
    color: #88bdda ;
}
.admMenu{
    font-size:12px;
}
.admMenu b {
    max-width: 130px;
    white-space: normal;
    overflow: auto;
    display: block;
}