/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
    border-radius: 0;
}

body {
    color: #333;
    font-size: 13px;
    line-height: 1.6;
}

.middle{
    width: 100%;
}

.sorting-block{
    width: 100%;
    
}

body.header-fixed-space {
    padding-top: 94px;
}

    body.header-fixed-space-v2 {
        padding-top: 135px;
    }

@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
}

p,
li,
li a,
label {
    color: #555;
}

a {
    color: #3ebfbe;
    text-decoration: none;
}

    a,
    a:focus,
    a:hover,
    a:active,
    button,
    button:hover {
        outline: 0 !important;
    }

        a:focus {
            text-decoration: none;
        }

        a:hover {
            color: #3ebfbe;
            text-decoration: underline;
        }

/*Boxed Layout
------------------------------------*/
.wrapper {
    .arrow-more background: #fff;
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
    display: none;
}

@media(max-width:320px) {
    #arrow-more-ser {
        top: 876px !important;
    }

    #arrow-more-pro {
        top: 843px !important;
    }
}

@media(min-width:321px) {
    #arrow-more-ser {
        top: 876px !important;
    }

    #arrow-more-pro {
        top: 843px !important;
    }
}

@media(min-width:374px) {
    #arrow-more-ser {
        top: 876px !important;
    }

    #arrow-more-pro {
        top: 843px !important;
        right: -2px !important;
    }
}

@media(min-width:411px) {
    #arrow-more-ser {
        top: 876px !important;
    }

    #arrow-more-pro {
        top: 843px !important;
        right: 36px !important;
    }
}

@media(min-width:768px) {
    #arrow-more-ser {
        top: 346px !important;
        right: 50px !important;
    }

    #arrow-more-pro {
        top: 334px !important;
        right: 44px !important;
    }
}

@media(min-width:1024px) {
    #arrow-more-ser {
        top: 81px !important;
        right: -14px !important;
    }

    #arrow-more-pro {
        top: 81px !important;
        right: -14px !important;
    }

    #mainNews {
        background-size: 100% 100% !important;
    }
}

#arrow-more-ser {
    position: absolute;
    right: -14px;
    height: 122px;
    background: #f1f1f1;
    top: 81px;
    border: 1px solid #e2e2e2;
    width: 35px;
    padding: 43px 9px;
    border-radius: 0px 10px 10px 0px;
}

#arrow-more-pro {
    position: absolute;
    right: -14px;
    height: 122px;
    background: #f1f1f1;
    top: 84px;
    border: 1px solid #e2e2e2;
    width: 35px;
    padding: 43px 9px;
    border-radius: 0px 10px 10px 0px;
}

.middle {
    margin-left: auto !important;
}

@media(max-width:992px) {
    #navbarMobile {
        background-color: white;
        height: 61px;
    }
    #navbarButton{
        margin-top:13px !important;
    }
    #navbarBack{
        background-color: white;
    }
    h3{
        line-height:24px !important;
    }
    .middleImg{
        margin:0 auto;
    }
    .middleTitle{
        text-align:center;
    }
}
