/* ==========================================================================
   www.prieskoniaiverslui.lt custom css
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,600,200&subset=latin,latin-ext);

html {
    height: 100%;
}

body {
    min-height: 100%;
}

body {
    background: url("images/bg.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    position:relative;
}

a {
    color: #dd3126;
    text-decoration: none;
}
div.col-lg-3
{
  color:#000000 !important;
}
ul.works-list a
{
  color:#000000 !important;

}

div.col-lg-3 a
{
                          color:#F68E1C !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 200;

}

h1 {
    color: #ffffff;
    font-size: 43px;
    margin-top: 0px;
    margin-bottom: 15px;
}

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

.navbar {
    position: relative;
}

.flames-top {
    position: absolute;
    left: 0;
    background: url("images/flames-top.png");
    height: 100px;
    width: 100%;
    top: 52px;
    z-index: -1;
}

.flames-bottom {
    position: absolute;
    left: 0;
    background: url("images/flames-bottom.png");
    width: 100%;
    height: 119px;
    bottom: 0;
    z-index: -1;

}

.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.8);
}

.navbar-brand {
    padding-top: 15px;
    padding-bottom: 10px;
}

.navbar-container {
    margin: 0px 50px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #f68e1c;
}

.navbar-nav>li>a {
    font-size: 15px;
}

.navbar-nav>li.language>a {
    font-size: 12px;
    display: inline-block;
    border: 2px solid #000000;
    display: inline-block;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    height: 22px;
    width: 22px;
    margin-top: 14px;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
}

.navbar-nav>li.language>a > span {
    margin-top: -2px;
    float: left;
    margin-left: 4px;
}

.navbar-nav>li.language.active>a {
    border: 2px solid #555555;
    color: #ffffff;
}

.navbar:after {
    content: "";
    background: url("images/flames-navbar.png");
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 55px;
}

@media (max-width: 768px) {
    .navbar-collapse .nav {
        float: left !important;
    }
}

.main-page-content {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 100px;
}

.main-page-content .big-logo img {
    margin: auto;
}

.main-page-content .main-text {
    font-size: 52px;
    color: #ffffff;
    font-weight: 200;
    font-style: normal;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
}

.main-page-content .main-text .strong {
    font-weight: 400;
}

.our-works-button {
    margin: auto;
    display: block;
    width: 150px;
}

.content-holder {
    display: block;
    background-color: #fff;
    float: left;
    min-height: 20px;
    padding: 40px 25px;
    width: 100%;
    color: #2d1d14;
    margin-bottom: 45px;
}

ul.works-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.works-list li {
    padding: 10px 17px;
    cursor: pointer;
}

ul.works-list li.active {
    background-color: #e52e26;
}

ul.works-list li.active a {
    color: #ffffff;
}

ul.works-list li a {
    color: #2d1d14 !important;
}
.carousel{
  margin-bottom:10px !important;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img
{
  margin:auto ! important;
}

ul.works-list li.active a
{
  color:#fff !important;
}

h2.content-title {
    font-size: 45px;
    color: #2d1d14;
    margin-top: 0px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    margin-top: -10px;
}

[class^="nav-icon"],
[class*=" nav-icon-"] {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 21px;
    vertical-align: middle;
    background-image: url("images/nav-icons.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin: 0;
}

.nav-icon-left {
    background-position: 0 0;
}

.nav-icon-right {
    background-position: -37px 0;
}

.nav-holder a:not(:first-child) {
    margin-left: 10px;
}

.clients-list-holder {
    background-color: rgba(0, 0, 0, 0.9);
    height: 188px;
    position: relative;
    width: 100%;
}

.clients-list-holder:after {
    content: "";
    background: url("images/flames-clients.png");
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.clients-list-holder .container {
    padding: 70px 0;
    overflow: hidden;
}

.clients-list-holder .container .our-clients-title {
    color: #a9a9a9;
    font-size: 26px;
    font-weight: 200;
    margin-right: 5%;
        width: 15%;
}


.clients-list-holder .container .client-item, .clients-list-holder .container .our-clients-title {
    float: left;
    display: block;
}

.clients-list-holder .container .client-item {
    margin-right: 6%;
    width: 15%;
    margin-top: -6%;
}
.clients-list-holder .container .last
{
  margin-right: 0 !important;
}

.clients-list-holder .container .client-item img
{
  height:auto !important;
  width:100% !important;
}
span.our-clients-title
{
  width: 17%;
}

footer {
    margin-top: 30px;
}

footer .footer-text {
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    padding-bottom: 50px;
}

.ul-title {
    font-size: 17px;
    color: #2d1d14;
    font-weight: 400;
}

.ul-title.padding-top {
    padding-top: 5px;
}

ul.ul-with-title {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.ul-with-title li {
    margin: 10px 0;
}

ul.ul-with-title li a {
    color: #655952;
    cursor: pointer;
}

ul.ul-with-title li a.external {
    color: #e52e26;
}

a.external:after {
    content: url('images/list-arrow.png');
    padding-left: 10px;
}

.form-control {
    border-radius: 0px;
    background-color: #e3e3e3;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 15px 20px;
    color: #878787;
    height: 43px;

}

.form-control:focus {
    border-color: #e3e3e3;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    resize: none;
}

.btn {
    border-radius: 0px;
    padding: 10px 25px;
    background-color: #dd3126;
    color: #ffffff;
}

ul.vertical-page-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.vertical-page-nav li {
    padding: 10px 20px;
    font-size: 17px;
    float:left;
}

ul.vertical-page-nav li.active {
    background-color: #e52e26;
}

ul.vertical-page-nav li a {
    color: #000000;
}

ul.vertical-page-nav li.active a {
    color: #ffffff;
}

.site-creation-flow {
    margin: 0;
    list-style-type: none;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    font-size:15px;
    color:#de3426;
    text-align: center;
    margin-bottom:15px;
}

.site-creation-flow li {
    display: inline;
}

.site-creation-flow > li + li:before {
    padding: 0 15px;
    content: '>';
    color:#b1b1b1;
}
.services-icon{
    cursor: pointer;
}
.services-icon.active .active {
    display: block;
}

.services-icon.active .inactive {
    display: none;
}

.services-icon .active {
    display: none;
}
.services-icon .inactive {
    display: block;
}


.services-icon.active:hover .active {
    display: none;
}

.services-icon.active:hover .inactive {
    display: block;
}
.services-icon:hover .active {
    display: block;
}
.services-icon:hover .inactive {
    display: none;
}
.services-icon {
    text-align: center;
}
.services-icon .title{
    font-size: 17px;
    display:inline-block;
    margin-top:-10px;
    color:#fff;
}

.services-icon:hover{
    text-decoration: none;

}
.services-icon .title, .services-icon.active:hover .title{
    background: -webkit-linear-gradient(top, #f4934a, #f9f39c);
    background: linear-gradient(top, #f4934a, #f9f39c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.services-icon.active .title, .services-icon:hover .title{
    background: -webkit-linear-gradient(top, #e2e2e2, #e2e2e2);
    background: linear-gradient(top, #e2e2e2, #e2e2e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.services-items{
    margin:0;
    padding:0;
    list-style-type:none;
    display: table;
    table-layout: fixed; /* optional */
    width: 100%;
    margin-bottom:30px;

}
ul.services-items li {
    text-align: center;
    float: left;
}
ul.services-items li img {
    margin: auto;
}

.red-text{
    color:#dd3226;
    font-size: 32px;
}
.push-top{
    margin-top:10px;
}

.services-body .red-text{
    text-align: center;
}
.services-body .btn{
    text-align: center;
margin: auto;
display: block;
width: 100px;
}
















