/* Pagrindinės spalvos:
Oranžinė: #F68820;
Viršutinė kontaktų juosta: #231F20;
Pagrindinė teksto spalva: #333333;
 */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

html {
    height: 100%;
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    min-height: 100%;
    position: relative;
    padding-bottom: 50px;
    color: #333333;
}

p {
    font-size: 16px;
    line-height: 20px;
	text-align: justify;
}

.entry-content{
		text-align: justify;
}

.navbar-toggler {
    border: 1px solid #f78f21;
}

.none {
    display: none !important;
}

.review-box {
    display: none !important;
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Meniu */

.margin-minus2{
	width: 100%;
}


#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {}

#cssmenu {
    margin: 0 0 0 auto;
}

#cssmenu>ul {
    list-style: inside none;
    padding: 0;
    margin: 0;
}

#cssmenu>ul>li {
    list-style: inside none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    position: relative;
    margin-left: 15px;
}

#cssmenu>ul>li.has-sub {
    margin-right: 10px;
}

#cssmenu>ul>li>a {
    outline: none;
    display: block;
    position: relative;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 17px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    transition: all .15s ease-in-out, background-color .15s ease-in-out;
    font-size: 16px;
}

#cssmenu>ul>li>a:hover {
    /* background-color: #ffbd1f; */
    color: #F68820;
    /* border-radius: 15px; */
    transition: all .15s ease-in-out, background-color .15s ease-in-out;
}

#cssmenu>ul>li:first-child>a {
    /* border-radius: 0; */
}

#cssmenu>ul>li>a:after {
    content: '';
    position: absolute;
    z-index: 99;
}

#cssmenu ul li.has-sub:hover>a:after {
    top: 0;
    bottom: 0;
}

#cssmenu>ul>li.has-sub>a:before {
    content: '';
    position: absolute;
    top: 10px;
    font-size: 22px;
    right: -13px;
    /* transform: rotate(180deg); */
    font-weight: 600;
    margin-right: 5px;
    font-family: monospace;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 4px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #f99622;
}

/* #cssmenu>ul>li.has-sub:hover>a:before {
    top: 3px;
} */

#cssmenu ul li>ul::before {
    content: '';
    top: -12px;
    font-size: 20px;
    left: 45%;
    transform: rotate(45deg);
    font-weight: 500;
    margin-right: 5px;
    font-family: cursive;
    height: 30px;
    width: 30px;
    background-color: white;
    display: inline-block;
    box-shadow: 0 -4px 17px -7px rgba(110, 110, 110, 0.5);
    position: absolute;
    z-index: -1;
}

#cssmenu ul li>ul::after {
    content: '';
    top: -12px;
    font-size: 20px;
    left: 0;
    font-weight: 500;
    margin-right: 5px;
    font-family: cursive;
    height: 30px;
    width: 100%;
    background-color: transparent;
    display: inline-block;
    box-shadow: none;
    position: absolute;
    z-index: 1;
}

#cssmenu ul li.has-sub:hover>ul,
#cssmenu ul li.has-sub:hover>div {
    display: block;
}

#cssmenu ul li.has-sub>a:hover {}

#cssmenu ul li>ul li>ul {
    right: 195px;
    top: -10px;
}

#cssmenu ul li>ul,
#cssmenu ul li>div {
    display: none;
}

#cssmenu ul li>ul {
    position: absolute;
    padding: 10px 0;
    z-index: 9;
    left: -67%;
    /* height: 269.58px; */
    width: 259px;
    margin-top: 10px;
    background-color: #FFFFFF;
    /* box-shadow: 0 2px 8px 0 rgba(110, 110, 110, 0.5); */
    margin-left: 0px;
    border-radius: 0;
    border: 1px solid rgba(228, 228, 228, 0.5);
}

#cssmenu ul li>ul li {
    display: block;
    list-style: inside none;
    padding: 0;
    margin: 0;
    position: relative;
    height: auto;
    /* width: 220px; */
    border-bottom: 1px solid #f5f5f5;
    background-color: white;
}

#cssmenu ul li>ul li:last-child {
    border-bottom: none;
}

#cssmenu ul li>ul li a {
    outline: none;
    position: relative;
    color: #231f20;
    /* font-weight: 600; */
    padding: 10px 15px 11px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    height: auto;
    text-decoration: none;
    transition: all .15s ease-in-out, background-color .15s ease-in-out;
    display: block;
}

#cssmenu ul ul a:hover {
    background-color: #fff;
    color: #F68820;
    transition: all .15s ease-in-out, background-color .15s ease-in-out;
}

#cssmenu>ul>li.has-sub>a:hover:before {}

/* Viršutinė kontaktų juosta */

#topbar {
    height: 40px;
    width: 100%;
    background-color: #353535;
}

#topbar label {
    color: #F68820;
    text-transform: uppercase;
    float: right;
    margin: 0;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
}

.avarine-ico {
    float: right;
    background-image: url(../img/avarine-ico.png);
    height: 24px;
    background-repeat: no-repeat;
    width: 25px;
    background-size: auto;
    margin: 8px 0;
}

#topbar ul {
    list-style: none;
    float: right;
    padding: 11px 0;
    margin: 0;
}

#topbar ul li {
    float: left;
}

#topbar ul>li:nth-child(1)::after,
#topbar ul>li:nth-child(2)::after {
    content: '|';
    color: #F68820;
    font-weight: 500;
    position: relative;
    top: 0px;
    font-size: 18px;
}

#topbar ul li a,
#topbar ul li a:visited {
    color: #F68820;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
}

#topbar ul li a:hover {
    color: #F68820;
    text-decoration: none
}

/* Navbar navigacija */

nav.navbar {
    background-color: #fff;
    height: 115px;
}

.navbar-brand img {
    padding-left: 70px;
}

/* Oranžinė juosta */

section.juosta {
    width: 100%;
    height: 20px;
    background: linear-gradient(0deg, #F68620 0%, #FDB724 100%);
    position: relative;
}

section.juosta .tastas {
    background-image: url(../img/taskas.png);
    position: absolute;
    height: 60px;
    width: 60px;
    background-size: cover;
    z-index: 9;
    top: -20px;
}

/* Puslapio stiliai */

.default-page {
    min-height: 318px;
    padding-bottom: 60px;
}

.default-page h2.title {
    width: 100%;
    margin-top: 45px;

    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    text-align: center;
}

.galerija .item {
    float: left;
    display: flex;
    max-width: 33.2%;
    overflow: hidden;
    padding: 15px 10px 0;
    max-height: 215px;
}

.galerija .item img {
    max-width: 100%;
}

.paslaugos .tiles-wrapper {
    margin-top: 30px;
}

.paslaugos .tiles-wrapper .tile-wrapper {
    min-height: 300px;
}

/* ISO blokai */

.iso {
    padding: 35px 0;
}

.iso .li-box:hover {
    opacity: 0.8;
    transform: scale(1.1);
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

.iso .li-box {
    color: #333333;
}

.iso .iso-block {
    width: auto;
    display: table;
    margin: 0 auto;
}

.iso span {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    line-height: 0.84;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 500;
}


.iso .li-box {
    margin-left: 35px;
    margin-right: 35px;
    width: 104px;
    height: 104px;
    border-color: rgb(246, 136, 32);
    border-style: solid;
    border-radius: 50%;
    display: inline-block;
    transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 0;

    opacity: 1;
    transform: scale(1.0);
}

/* Produktų puslapis */

.pr-list {
    list-style: none;
}

.pr-list li {
    float: left;
    padding: 0 15px 30px;
    width: 33.3%;
    display: block;
}

.pr-list li .pr-img-link {
    height: 200px;
    width: 100%;
    overflow: hidden;
    display: block;
}

.pr-list li .pr-img {
    max-height: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.pr-list li .pr-pavadinimas {
font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(51, 51, 51);
    font-weight: bold;
    letter-spacing: -0.6px;
    margin-top: 10px;
    overflow: hidden;
}

.pr-list li p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: rgb(51, 51, 51);
	margin-bottom: 8px;
	    height: 56px;
    overflow: hidden;
}

.pr-list li .pr-mygtukas {
    background-color: rgb(251, 130, 32);
    width: 100%;
    display: inline-block;
    height: 44px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 13px;
    position: absolute;
    bottom: 13px;
    width: 200px;
    vertical-align: bottom;
}

form.filter {
    margin-top: 30px;
}

.pr-list li .pr-inner {
    padding: 15px;
    border-width: 1px;
    border-color: rgb(173, 173, 173);
    border-style: solid;
    height: 395px;
	position: relative;
}

.filter-wid h3 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(51, 51, 51);
    font-weight: bold;
    width: fit-content;
    text-transform: uppercase;
    background-color: white;
    z-index: 99;
    position: relative;
    padding-right: 10px;
}

.filter-wid ul {
    padding-left: 15px;
    list-style: none;
}

.filter-wid>ul>li {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(51, 51, 51);
    font-weight: 400;
    padding: 5px 0;
}

.filter-wid>ul>li input {
    margin-right: 5px;
}

.filter-wid .filter-line {
    height: 1px;
    background-color: rgb(173, 173, 173);
    display: block;
    width: 100%;
    position: relative;
    top: 9px;
    z-index: 0;
}

.bumbit {
    width: 100%;
    box-shadow: none;
    background-color: #fb8220;
    outline: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    height: 40px;
}

.galia-block {
    display: flex;
}

.galia-block li {
    width: 50%;
    float: left;
    display: inline-grid;
}

.galia-block select {
    width: 90px;
    outline: none;
}

/* Produktu single */

.col-md-4,
.col-md-8,
.col-md-5,
.col-md-1,
.col-md-6 {
    float: left;
}

.single-product .prod-img-block {
    overflow: hidden;
    max-height: 450px;
}

.default-page.single-product h2.title {
    margin-bottom: 45px;
}

.single-product .prod-img-block img {
    max-height: 370px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

h4.specif {
    margin-top: 30px;
}

/* Kategoriju blokai */

section.cat-block {
    display: flex;
}

.tiles-wrapper .tile-wrapper.side-border,
.tiles-wrapper .small-tile-wrapper.side-border {
    border: 2px solid #fff;
}

.tiles-wrapper .tile-wrapper .content-wrapper .inner-content-background,
.tiles-wrapper .small-tile-wrapper .content-wrapper .inner-content-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    transition: all 1s ease;
}

.tiles-wrapper .tile-wrapper {
    min-height: 500px;
    width: 50%;
    position: relative;
    border-bottom: 2px solid #FFFFFF;
    float: left;
    overflow: hidden;
}

.tiles-wrapper .tile-wrapper .content-wrapper,
.tiles-wrapper .small-tile-wrapper .content-wrapper {
    display: table;
    height: 240px;
    width: 100%;
    cursor: pointer;
}


.tiles-wrapper .tile-wrapper .content-wrapper .inner-content {
    padding: 20px 86px 20px 20px;
    vertical-align: bottom;
    display: table-cell;
    padding: 20px 25px 30px;
    background-size: cover;
}

.tiles-wrapper .tile-wrapper h2,
.tiles-wrapper .tile-wrapper h3,
.tiles-wrapper .small-tile-wrapper h2,
.tiles-wrapper .small-tile-wrapper h3 {
    position: relative;
    /* font-family: "grifo_mmedium", "Times New Roman", serif; */
    line-height: 1.2em;
    display: inline-block;
    color: #FFFFFF;
    z-index: 2;
    max-width: 450px;
    height: auto;
    font-size: 34px;
    text-shadow: 0px 0px 30px black;
}

.tiles-wrapper .tile-wrapper .content-wrapper:hover .inner-content-background,
.tiles-wrapper .tile-wrapper .content-wrapper:focus .inner-content-background,
.tiles-wrapper .small-tile-wrapper .content-wrapper:hover .inner-content-background,
.tiles-wrapper .small-tile-wrapper .content-wrapper:focus .inner-content-background {
    transform: scale(1.05);
}

.content-wrapper .inner-content-background:before,
.content-wrapper .inner-content-background:before {
    content: '';
    top: inherit;
    bottom: -299px;
    height: 40%;
    display: block;
    position: relative;
    background: linear-gradient(to bottom, rgba(1, 1, 1, 0) 0%, #010101 100%);
}

/* Apie mus blokas */

.apie {
    padding: 40px 0 35px;
}

.apie h2 {
    font-size: 36px;
    /* font-family: "Myriad Pro"; */
    color: rgb(246, 136, 32);
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.apie p {
    font-size: 17px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(17, 17, 17);
    font-weight: 400;
    text-align: justify;
}

.apie a {
    color: rgb(17, 17, 17);
}

.apie a.apie-tel,
.apie a.apie-tel:hover,
.apie a.apie-tel:visited,
.apie a.apie-tel:focus,
.apie a.apie-tel:active {
    color: rgb(17, 17, 17);
    font-size: 34px;
    width: 100%;
    display: block;
    text-decoration: none;
    line-height: 40px;
    font-weight: 300;
}

.apie .btn-apie {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: rgb(246, 136, 32);
    margin-top: 15px;
    border-radius: 0;
    opacity: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.apie .btn-apie:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* Zemelapio blokas */

.maps {
    border-top: 4px solid rgb(242, 135, 34);
}


/* Footeris */

.left-block {
    float: left;
    text-align: left;
}

.right-block {
    float: right;
    text-align: right;
}

.left-block,
.right-block {
    width: 50%;
    color: #fff;
}

.left-block a,
.left-block a:hover,
.left-block a:visited,
.left-block a:active,
.left-block a:focus,
.right-block a,
.right-block a:hover,
.right-block a:active,
.right-block a:focus,
.right-block a:visited {
    color: #fff;
}

footer {
    padding: 13px 0;
    position: absolute;
    /* bottom: -310px; */
    bottom: -11px;
    width: 100%;
    background-color: #F68820;
}

/* Responsive */

@media (max-width: 1200px) {
	
	.pr-list li .pr-inner{
		    height: 385px;
	}
	
	.pr-list li{
		width: 50%;
	}
	
	.pr-list li .pr-mygtukas{
		width: 265px;
	}
}

@media (max-width: 992px) {
	
	.pr-list{
		float: left;
		margin: 0;
		padding: 0;
	}
	
	.pr-list li .pr-mygtukas {
		width: 195px;
		padding: 8px;
		    height: 32px;
			font-size: 14px;
	}
	
	.filter-wid h3{
		z-index: 9;
	}

    .left-block,
    .right-block {
        width: 100%;
        text-align: center;
    }

    #cssmenu {
        margin: 0 0 0 auto;
        position: relative;
        z-index: 9;
    }

    .collapsing {
        position: absolute;
    }

    .navbar-collapse {
        left: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 133px;
        background-color: #fff;
        width: 100%;
        z-index: 11;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 40px;
        height: 36px;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        font-size: 30px;
        line-height: 32px;
    }

    #cssmenu>ul>li>a {
        padding: 12px 10px;
        font-size: 18px;
    }

    #cssmenu>ul {
        list-style: inside none;
        padding: 0;
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media (max-width: 767px) {
    #topbar {
        height: 80px;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        max-width: 100%;
    }

    section.juosta .tastas {
        left: 15px;
    }
	
	.tiles-wrapper .tile-wrapper {
		min-height: 350px;
		max-height: 360px;
	}
	
	.tiles-wrapper .tile-wrapper .content-wrapper, .tiles-wrapper .small-tile-wrapper .content-wrapper{
		max-height: 365px;
	}
	
	.tiles-wrapper .tile-wrapper h2, .tiles-wrapper .tile-wrapper h3, .tiles-wrapper .small-tile-wrapper h2, .tiles-wrapper .small-tile-wrapper h3{
		    font-size: 25px;
	}
}

@media (max-width: 540px) {
	.pr-list li {
		width: 310px;
		margin: 0 auto;
	}
	
	.galerija .item{
    max-width: 310px;
    margin: 0 auto;
    display: inline-block;
	}
	
	.galerija .margin-minus2{
		display: grid;
		width: 100%;
	}

	
	.pr-list{
		    width: 100%;
    display: grid;
	}
	
	.pr-list li .pr-mygtukas {
		width: 248px;
	}
	
	.default-page h2.title{
		font-size: 26px;
	}
	
	p {
		font-size: 14px;
	}
	

}

@media (max-width: 500px) {
	
		.tiles-wrapper .tile-wrapper {
		min-height: 280px;
		max-height: 300px;
	}
	
	.tiles-wrapper .tile-wrapper .content-wrapper, .tiles-wrapper .small-tile-wrapper .content-wrapper{
		max-height: 300px;
	}
	
	.tiles-wrapper .tile-wrapper h2, .tiles-wrapper .tile-wrapper h3, .tiles-wrapper .small-tile-wrapper h2, .tiles-wrapper .small-tile-wrapper h3{
		    font-size: 22px;
	}
	
    .navbar-brand img {
        max-width: 220px;
    }

    nav.navbar {
        background-color: #fff;
        height: 86px;
    }

    section.juosta .tastas {
        background-image: url(../img/taskas.png);
        position: absolute;
        height: 50px;
        width: 50px;
        background-size: cover;
        z-index: 9;
        top: -20px;
        left: 15px;
    }

    .navbar-collapse {
        top: 106px;
    }
	
	.iso .li-box{
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 15px;
	}
}

@media (max-width: 450px) {
	.tiles-wrapper .tile-wrapper{
		width: 100%;
		margin-left: 5px;
		margin-right: 5px;
				min-height: 250px;
		max-height: 260px;
	}
	
	.tiles-wrapper .tile-wrapper .content-wrapper, .tiles-wrapper .small-tile-wrapper .content-wrapper{
		max-height: 260px;
	}
	
}

@media (max-width: 400px) {
	.navbar-brand img {
		max-width: 200px;
		padding-left: 57px;
	}
	
	.navbar-toggler {
    padding: 2px 0 0;
    font-size: 1.25rem;
}

@media (max-width: 380px) {
    #topbar ul {
        padding: 8px 0;
        margin-left: -15px;
        margin-right: -15px;
        float: left;
    }

    .navbar-brand img {
        max-width: 209px;
    }

    .navbar-brand img {
        padding-left: 56px;
    }
}