/*-----------------------
General
-------------------------*/
body {
    position: relative;
    padding: 0;
    margin: 0;
    color: #000;
    font-family: "avenir-book", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.4;
    background: #f2f2f2;
}
@media (max-width: 767px) {
    body {
        padding-top: 50px;
        font-size: 14px;
        line-height: 1.5;
    }
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}
a:active,
a:focus {
    outline: 0;
}

a i,
.btn-group a,
.btn {
    text-decoration: none!important;
}

::-moz-selection {
    color: #fff;
    background: #0b69b8;
}
::selection {
    color: #fff;
    background: #0b69b8;
}

strong {
    font-family: "avenir-black", Arial, sans-serif;
    font-weight: normal;
}

.navbar a,
.form-control {
            transition: all 0.4s ease-in-out 0s;

    -webkit-transition: all 0.4s ease-in-out 0s;
       -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
         -o-transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
            transition: all 0.125s ease-in-out 0s;

    -webkit-transition: all 0.125s ease-in-out 0s;
       -moz-transition: all 0.125s ease-in-out 0s;
        -ms-transition: all 0.125s ease-in-out 0s;
         -o-transition: all 0.125s ease-in-out 0s;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    outline: inherit !important;
}

.color-black {
    color: #000;
}
.color-green {
    color: #60a000;
}
.color-gray {
    color: #adadad;
}

.mb0 {
    margin-bottom: 0!important;
}

p,
ul,
ol {
    margin-bottom: 15px;
}

/*-----------------------
Main Container
-------------------------*/
.container {
    /*max-width: 1140px;*/
    max-width: 1170px;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


/*-----------------------
Header
-------------------------*/
header {
    position: relative;
    z-index: 5;
    background: #fff;
}

header h3.header-info {
    float: right;
    margin-top: 15px;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.1;
    text-align: right;
}
header h3.header-info .txt-call {
    color: #555;
    font: normal 20px/22px "avenir-book", Arial, sans-serif;
    text-transform: uppercase;
}
header h3.header-info .txt-call span {
    display: block;
    color: #555;
    font-family: "avenir-black", Arial, sans-serif;
    font-size: 33px;
    line-height: 0.95;
}
header h3.header-info a {
    color: #555;
    text-decoration: none;
}
header h3.header-info .txt-program {
    display: block;
    color: #989898;
    font-family: "avenir-book", Arial, sans-serif;
    font-size: 10px;
    line-height: 1.1;
    text-transform: uppercase;
}

header .btn-call {
    float: right;
    margin-top: 4px;
}

@media (max-width: 767px) {
    header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10;
        padding: 0 0;
                box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);

        -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
    }
}


/*-----------------------
Logo
-------------------------*/
a.main-logo {
    float: left;
    width: 235px;
    height: 82px;
    overflow: hidden;
    text-indent: -999em;
    text-transform: uppercase;
    background: url(../img/logo.png) 0 0 no-repeat;
    background-size: 100%;
}
@media (min-width: 768px) {
    a.main-logo {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    a.main-logo {
        width: 155px;
        height: 55px;
    }
}

/*---------Header Offer-----------*/

.header-offer {
    width: 100%;
    height: 560px;
    background: url(../img/banner.jpg) no-repeat;
    background-position: 28% 71%;
    background-size: cover;
}
.header-offer h1 {
    padding-top: 90px;
    color: #fff;
    font-family: "avenir-black", Arial, sans-serif;
    font-size: 70px;
    line-height: 80px;
}

.header-offer h1 span {
    display: block;
}

.header-offer h3 {
    color: #fff;
}

.header-offer a {
    display: table;
    padding: 15px 35px;
    margin-top: 50px;
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,0.3);
    border: 1px solid #fff;
    border-radius: 5px;
}

.header-offer a:hover {
    background: rgba(255,255,255,0.6);
}



@media (max-width: 767px) {
    .header-offer h1 {
        padding-top: 15px;
        font-size: 26px;
        line-height: 35px;
        text-align: center;
    }
    .header-offer h3 {
        text-align: center;
    }
    .header-offer a {
        margin-right: auto;
        margin-left: auto;
    }
    .header-offer img {
        display: block;
        width: 269px;
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .header-offer h1 {
        padding-top: 42px;
        font-size: 40px;
        line-height: 50px;
    }
    .header-offer {
        height: 400px;
        background-position: 45% 71%;
        background-size: 103%;
    }
}
/* ===============================================
    Main Navigation
   =============================================== */
.navbar-main {
    min-height: 10px;
    padding: 0;
    margin-bottom: 0;
    background: #fff;
    border: 0;
}
.navbar {
    margin-bottom: 0!important;
}
.navbar-main .navbar-header {
    float: none;
    padding: 0;
    padding-bottom: 15px;
    background: transparent;
    box-shadow: none;
}
.navbar-main .navbar-collapse {
    padding: 0;
    background: #555;
    border: 0;
}

.navbar-main .nav.navbar-nav {
    margin: 0;
}
.navbar-main .navbar-nav > li {
    border-right: 1px solid #666;
}
.navbar-main .navbar-nav > li:first-child {
    border-left: 1px solid #666;
}
.navbar-main .navbar-nav > li > a {
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
            transition: all 0.1s linear;

    -webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
}

.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus {
    color: #fff;
    background: transparent;
    border-bottom: 3px solid #4a86c2;
}
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus {
    color: #fff;
    background: transparent;
    border-bottom: 3px solid #4a86c2;
}
@media (max-width: 767px) {
    .navbar-main {
        min-height: 60px;
        background: #fff;
    }
    .navbar-main .navbar-header {
        padding: 0;
    }
    .navbar-main .container {
        padding: 0;
    }
    .navbar-main .navbar-collapse {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding-top: 0;
        margin: 0;
        background: #fff;
        box-shadow: none;
    }
    .navbar-main .nav.navbar-nav {
        display: block;
        padding: 0;
        background: none;
    }
    .navbar-main .navbar-nav > li {
        padding: 0;
        margin: 0;
        background: #52575d;
        border-bottom: 1px solid #dee3e6;
    }
    .navbar-main .navbar-nav > li > a {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #bbc2cb;
        font-size: 16px;
        font-weight: 400;
    }
    .navbar-main .navbar-nav > li > a:after {
        position: absolute;
        top: 17px;
        right: 25px;
        color: #fff;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 20px;
    }
    .navbar-main .navbar-nav > li > a:hover,
    .navbar-main .navbar-nav > li > a:focus {
        color: #fff;
        border-bottom: 0;
    }
    .navbar-main .navbar-nav > .active > a,
    .navbar-main .navbar-nav > .active > a:hover,
    .navbar-main .navbar-nav > .active > a:focus {
        color: #fff;
        font-weight: 700;
        border-bottom: 0;
    }
}

/* ===============================================
     Navbar Toggle
   =============================================== */
.navbar-main .navbar-toggle {
    min-height: 60px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
    background: #ececec;
    border-color: #ececec;
            border-radius: 0 0 0 0;

    -webkit-border-radius: 0 0 0 0;
}
.navbar-main .navbar-toggle .icon-bar {
    width: 30px;
    height: 2px;
}
.navbar-main .navbar-toggle:hover,
.navbar-main .navbar-toggle:focus {
    background: #ececec;
    border-color: #ececec;
}
.navbar-main .navbar-toggle .icon-bar {
    background-color: #737373;
}
.navbar-main .navbar-toggle:hover .icon-bar,
.navbar-main .navbar-toggle:focus .icon-bar {
    background-color: #737373;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 1px;
}
.navbar-main .navbar-toggle .icon-bar:nth-of-type(4) {
    top: 2px;
}
.navbar-main .navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}
.navbar-main .navbar-toggle.active {
    background: #fff;
    border-color: #fff;
}
.navbar-main .navbar-toggle.active .icon-bar:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg);
}
.navbar-main .navbar-toggle.active .icon-bar:nth-of-type(3) {
    background-color: transparent;
}
.navbar-main .navbar-toggle.active .icon-bar:nth-of-type(4) {
    top: -6px;
    transform: rotate(-45deg);
}
.navbar-main .navbar-toggle .sr-menu {
    color: #737373;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

/*-------------------------
Serices
-------------------------*/
.services {
    min-height: 500px;
    background: #696e6f;
}

.services-box-container {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.service-box:first-child {
    margin-top: 30px;
}

.service-box {
    margin: 20px 0;
    margin-top: 30px;
    color: #fff;
    background: transparent;
}

.service-box h2 {
    margin-top: 0;
    color: #fff;
    font-family: "avenir-black" , Arial, sans-serif;
}

.service-box p {
    text-align: justify;
}
.service-box .row {
    margin-left: 0;
}
.service-box .col-md-4 {
    height: 100%;
}

.service-box .col-md-8 {
    padding-right: 30px!important;
    padding-left: 0;
}
.service-box .col-md-4 .title-icon {
    position: absolute;
    top: 20%;
    right: 40%;
}
.service-box .title {
    font-size: 18px;
}
.divider {
    margin: 35px 0 35px 0;
    overflow: hidden;
    color: #fff;
    font-family: "avenir-black" , Arial ,sans-serif;
    font-size: 35px;
    text-align: center;
}

.divider:before,
.divider:after {
    position: relative;
    display: inline-block;
    width: 50%;
    content: "";
    vertical-align: middle;
}

.solid:before {
    right: 0.5em;
    height: 1px;
    margin-left: -50%;
    background: #fff;
}

.solid:after {
    left: 0.5em;
    height: 1px;
    margin-right: -50%;
    background: #fff;
}

.solid.gradient:before {
    background:    -moz-linear-gradient(left,  rgba(255,255,255,0) 1%, rgba(255,255,255,0.6) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 1%,rgba(255,255,255,0.6) 100%);
    background:         linear-gradient(to right,  rgba(255,255,255,0) 1%,rgba(255,255,255,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=1 );
}

.solid.gradient:after {
    background:    -moz-linear-gradient(left,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 99%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 99%);
    background:         linear-gradient(to right,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
}

.dashed:before {
    right: 0.5em;
    margin-left: -50%;
    border-top: 1px dashed #000;
}

.dashed:after {
    left: 0.5em;
    height: 0;
    margin-right: -50%;
    border-top: 1px dashed #000;
}
@media (max-width: 767px) {
    .service-box .col-md-4 .title-icon {
        position: initial;
        width: 87px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .service-box h2 {
        font-size: 23px;
        text-align: center;
    }
    .title-icon .title {
        font-size: 20px;
    }
}


@media (min-width: 768px) and (max-width:992px) {
    .service-box .col-md-4 .title-icon {
        position: initial;
        width: 87px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
}

.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2 ;
    width: 100%;
}

/*-----------------------
Produse
-----------------------*/
.produse {
    padding-bottom: 60px;
    background: #4880b7;
}
.produse h2 {
    color: #fff;
    font-family: "avenir-bold", Arial, sans-serif;
}

.produse p {
    color: #fff;
    font-family: "avenir-book", Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
	padding: 10px;
}
.tab-content {
    border: 1px solid #fff;
}
.portofoliu .feature-text {
 	color: #fff;
  font-family: "avenir-book", Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
	text-align: center;
	padding-bottom: 20px;
}
.outer {
    padding-bottom: 25px;
    background: #4880b7;
}
.outer img {
    margin: 10px;
    border: 1px solid #fff;
}

@media (max-width: 767px) {
    .produse h4 {
        font-size: 18px;
    }
    .outer img {
        margin: 0 auto;
    }
	.portofoliu .feature-text {
		font-size: 15px;
	}
}

.produse .nav-tabs > li.active > a,
.produse .nav-tabs > li.active > a:focus,
.produse .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #4880b7;
    border: 1px solid #fff;
    border-bottom-color: transparent;
    cursor: default;
}
@media (max-width: 767px){
.produse .nav-tabs > li {
	float: none;
	text-align: center;
}
}

.produse .nav > li > a {
    position: relative;
    display: block;
    padding: 0;
}

.produse  .nav-tabs {
    background: #fff;
}

/*----------------------
contact
----------------------*/

.contact {
    background: #fff;
}
.portofoliu {
    padding-bottom: 0;
    background: #555;
		padding-top: 1px;
}
.no-spacing {
    padding-right: 0!important;
    padding-left: 0!important;
}
/*-----------------------
Footer
-------------------------*/
footer {
    position: relative;
    z-index: 2;
    padding: 25px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    background: #555;
}



/*-----------------------
Forms
-------------------------*/
label {
    color: #000;
    font-weight: normal;
}

.input-lg {
    font-size: 16px;
}

.input-group-addon {
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #9a9a9a;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control {
    color: #666;
    font-family: "avenir-book", Arial, sans-serif;
    background: #fff;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border: 3px solid #b2b2b2;
    border-radius: 0;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
    border-color: #ccc;
    outline: 0;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
}

.form-control:-moz-placeholder {
    color: #666;
}

.form-control::-moz-placeholder {
    color: #666;
}

.form-control:-ms-input-placeholder {
    color: #666;
}

.banner {
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;
    background: #2564b1;
}

.banner p {
    margin: 0;
    font-size: 26px;
    line-height: 1.3;
}
@media (max-width: 767px) {
    .banner p {
        padding-bottom: 20px;
        font-size: 20px;
        text-align: center;
    }
}

.banner p span {
    display: block;
}

.banner p strong {
    font-family: "avenir-black", Arial , sans-serif;
    font-weight: normal;
}

.banner .fa-phone-square {
    font-size: 68px;
}

.banner .container {
    position: relative;
}

.banner .container:after {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 2;
    width: 296px;
    height: 187px;
    content: " ";
    background: url("../img/premium-badge.png") no-repeat;
}
@media (max-width: 767px) {
    .banner .container:after {
        display: none;
    }
}
@media (min-width:768px) and (max-width: 992px) {
    .banner .container:after {
        top: -85px;
        width: 155px;
        background-size: 100%;
    }
}

.banner-oferta {
    padding: 25px 0;
    background: #f3f8fa;
    background:    -moz-linear-gradient(top, #f3f8fa 0%, #dce3e7 100%);
    background: -webkit-linear-gradient(top, #f3f8fa 0%,#dce3e7 100%);
    background:         linear-gradient(to bottom, #f3f8fa 0%,#dce3e7 100%);
            box-shadow: 0 1px 5px 2px rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f8fa', endColorstr='#dce3e7',GradientType=0 );

    -webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.2);
}


.banner-oferta p {
    margin: 0;
    font-size: 26px;
    line-height: 1.3;
}
@media (max-width: 767px) {
    .banner-oferta p {
        padding-bottom: 20px;
        font-size: 20px;
        text-align: center;
    }
}

.banner-oferta p span {
    display: block;
}

.banner-oferta p strong {
    font-family: "avenir-black", Arial , sans-serif;
    font-weight: normal;
}

.banner-oferta .fa-phone-square {
    font-size: 68px;
}

.banner-oferta .container {
    position: relative;
}

.banner-oferta .container:after {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 15;
    width: 296px;
    height: 187px;
    content: " ";
    background: url("../img/offer-badge.png") no-repeat;
}
@media (max-width: 767px) {
    .banner-oferta .container:after {
        display: none
    }
}
@media (min-width:768px) and (max-width: 992px) {
    .banner-oferta .container:after {
        top: -55px;
        width: 155px;
        background-size: 100%;
    }
}
/*-----------------------
Buttons
-------------------------*/
.btn-primary {
    border-radius: 5px;
	font-size: 18px;
}
.btn-secondary {
	color: #fff;
		border: 2px solid #a7a7a7;
		padding: 14px 20px;
		font-size: 20px;
		line-height: 1.3333333;
		-webkit-border-radius: 28px;
		border-radius: 28px;
	margin-top: 25px;
	background: #333;
}
/*-----------------------
Mobile Header Call
-------------------------*/
.btn-call-header {
    float: right;
    margin: 5px 25px 0 0;
}

.btn-call-header .btn {
    padding-top: 9px;
    padding-bottom: 9px;
            border-radius: 4px;

    -webkit-border-radius: 4px;
}

.contact {
    color: #d5d8da;
    background: #171717;
}

.contact-row {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    vertical-align: middle;
}
@media (max-width: 992px) {
	.contact-row {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.contact-row {
		width: 210px;
		margin: 0 auto;
	}
}
.contact-row .fa {
    margin-right: 10px;
    font-size: 36px;
    vertical-align: middle;
}
/*-----------------------
Carousel fade
-------------------------*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    opacity: 0;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    z-index: 1;
    opacity: 0;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
                transform: translate3d(0, 0, 0);
        opacity: 0;

        -webkit-transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
                transform: translate3d(0, 0, 0);
        opacity: 0;

        -webkit-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 {
                transform: translate3d(0, 0, 0);
        opacity: 1;

        -webkit-transform: translate3d(0, 0, 0);
    }
}


/*-----------------------
Boostrap Header
-------------------------*/

#carousel-portofoliu {
    background: transparent;
}
#carousel-portofoliu .carousel-indicators {
    bottom: 0;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin: 0;
    margin-left: -30%;
    font-size: 0;
    text-align: center;
    list-style: none;
}
#carousel-portofoliu .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
}
#carousel-portofoliu .carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    background-color: #fff;
    border-color: #fff;
}
#carousel-portofoliu .carousel-control {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    z-index: 3;
    width: 34px;
    height: 34px;
    margin-top: -34px;
    color: #000;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    background-color: #fff;
            border-radius: 50%;
    opacity: 0.2;
    filter: alpha(opacity=20);

    -webkit-border-radius: 50%;
}
#carousel-portofoliu .carousel-control.left {
    left: 0;
    background-image: none;
    background-repeat: no-repeat;
}
#carousel-portofoliu .carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-repeat: no-repeat;
}
#carousel-portofoliu .carousel-control:hover,
#carousel-portofoliu .carousel-control:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#carousel-portofoliu .carousel-control .icon-prev,
#carousel-portofoliu .carousel-control .icon-next,
#carousel-portofoliu .carousel-control .fa-angle-left,
#carousel-portofoliu .carousel-control .fa-angle-right {
    position: relative;
    top: auto;
    z-index: 5;
    display: block;
    margin-top: 3px;
}
#carousel-portofoliu .carousel-control .icon-prev,
#carousel-portofoliu .carousel-control .fa-angle-left {
    left: auto;
    margin-left: 0;
}
#carousel-portofoliu .carousel-control .icon-next,
#carousel-portofoliu .carousel-control .fa-angle-right {
    right: auto;
    margin-right: 0;
}
#carousel-portofoliu .carousel-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    /*padding: 0;*/
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    text-shadow: none;
}


@media (min-width: 768px) and (max-width: 991px) {
    #carousel-portofoliu .carousel-inner {
        padding-bottom: 35px;
    }
    #carousel-portofoliu .carousel-indicators {
        bottom: 20px;
    }
}
@media (max-width: 767px) {
    #carousel-portofoliu .carousel-indicators {
        display: none;
    }
}
@media (max-width: 480px) {
    #carousel-portofoliu .carousel-control.left {
        left: 0;
    }
    #carousel-portofoliu .carousel-control.right {
        right: 0;
    }
}


.item img {
    margin: 0 auto;
}

.images {
    width: 940px;
    padding-bottom: 30px;
    margin: 0 auto;
}
@media (min-width:768px) {
    .item img {
        height: 500px!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .images {
        width: 742px;
    }
}
@media (max-width: 767px) {
    #carousel-header {
        margin-bottom: 20px;
    }
}
/*-----------------------
Fonts
-------------------------*/
@font-face {
    font-family: "avenir-black";
    font-style: normal;
    font-weight: normal;

    src: url("../fonts/avenir/avenir-black.woff") format("woff"),
    url("../fonts/avenir/avenir-black.woff2") format("woff2");
}
@font-face {
    font-family: "avenir-book";
    font-style: normal;
    font-weight: normal;

    src: url("../fonts/avenir/avenir-book.woff") format("woff"),
    url("../fonts/avenir/avenir-book.woff2") format("woff2");
}
@font-face {
    font-family: "avenir-heavy";
    font-style: normal;
    font-weight: normal;

    src: url("../fonts/avenir/avenir-heavy.woff") format("woff"),
    url("../fonts/avenir/avenir-heavy.woff2") format("woff2");
}
@font-face {
    font-family: "avenir-light";
    font-style: normal;
    font-weight: normal;

    src: url("../fonts/avenir/avenir-light.woff") format("woff"),
    url("../fonts/avenir/avenir-light.woff2") format("woff2");
}
@font-face {
    font-family: "avenir-medium";
    font-style: normal;
    font-weight: normal;

    src: url("../fonts/avenir/avenir-medium.woff") format("woff"),
    url("../fonts/avenir/avenir-medium.woff2") format("woff2");
}
@font-face {
    font-family: "avenir-oblique";
    font-style: normal;
    font-weight: normal;

    src: url("../fonts/avenir/avenir-oblique.woff") format("woff"),
    url("../fonts/avenir/avenir-oblique.woff2") format("woff2");
}
@font-face {
    font-family: "avenir-roman";
    font-style: normal;
    font-weight: normal;

    src: url("../fonts/avenir/avenir-roman.woff") format("woff"),
    url("../fonts/avenir/avenir-roman.woff2") format("woff2");
}
