html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

.other-header {
    position: relative;
    height: 300px;
    background: transparent url("../images/covers/bg1.jpg") no-repeat fixed center center / cover;
}

.bgother1 {
    background: transparent url("../images/covers/bg1.jpg") no-repeat fixed center center / cover;
}

.bgother2 {
    background: transparent url("../images/covers/bg2.jpg") no-repeat fixed center center / cover;
}

.bgother3 {
    background: transparent url("../images/covers/bg3.jpg") no-repeat fixed center center / cover;
}
.bgother4 {
    background: transparent url("../images/covers/bg4.jpg") no-repeat fixed center center / cover;
}
.bgother5 {
    background: transparent url("../images/covers/bg5.jpg") no-repeat fixed center center / cover;
}

.overlay {
    background: rgba(34, 34, 34, 0.65) none repeat scroll 0% 0%;
    height: 100%;

}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blue {
    color: #06C;
}

.green {
    color: #090;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: .83em;
    line-height: 1.75;
    color: #666666;
    background-color: white;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a {
    color: #ffae00;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
a:hover {
    color: black;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Arial, sans-serif;
    color: #444444;
}

h1 {
    font-size: 28px;
    margin-bottom: 10px;

    border-bottom: 1px solid #444;
    display: inline-block;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input,
select,
textarea {
    border: 1px solid #d5d5d5;
    outline: 0;
    padding: 10px 12px;
    color: #666666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: #666666;
}

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

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

.text-center {
    text-align: center;
}

.main-btn {
    color: white;
    border: 1px solid white;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 40px 0;
}

.site-header ul.social-icons {
    position: relative;
    z-index: 11;
    margin: 30px 0;
}
.site-header ul.social-icons li {
    display: inline-block;
    margin: 0 2px;
}
.site-header ul.social-icons li a {
    width: 36px;
    height: 36px;
    background-color: white;
    color: #444444;
    text-align: center;
    line-height: 36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}

.main-header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    top: 94px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}



.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#menu-wrapper {
    background-color: white;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
}


.logo-wrapper a {
    display: inline-block;
    overflow: hidden;
    padding: 14px 0px 0px 15px;
    line-height: 100px;
    text-transform: uppercase;
    color: #ffae00;
    font-size: 32px;
    font-weight: 700;

}

.other-pages .logo-wrapper a {
    background-color: #FFAE00;
    padding: 14px 15px 14px 15px;
    margin-bottom: -15px;
}

.main-menu ul li {
    display: inline-block;
    margin: 0 5px;
}
.main-menu ul li:last-child {
    margin-right: 35px;
}
.main-menu ul li a {
    text-transform: uppercase;
    font-size: 12px;
    color: #444444;
    line-height: 89px;
    padding-top: 33px;
}
.main-menu ul li.active a {
    border-top: 3px solid #ffae00;
    color: #ffae00;
}

a.toggle-menu {
    width: 36px;
    height: 36px;
    float: right;
    margin-top: 22px;
    margin-right: 30px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    background: #d5d5d5;
    display: inline-block;
    color: black;
}

.menu-responsive {
    display: none;
    background-color: rgba(50, 50, 50, 0.88);
}
.menu-responsive ul li {
    padding: 5px 0px 5px 25px;
}
.menu-responsive ul li a {
    display: block;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}
.menu-responsive ul li.active a {
    color: #ffae00;
}

.flexslider {
    position: relative;
    top: -96px;
}
.flexslider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.flexslider .slider-caption {
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    top: 380px;
    left: 0;
}
.flexslider .slider-caption h2 {
    color: white;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    display: inline-block;
}
.flexslider .slider-caption p {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 26px;
    display: block;
}
.flexslider .slider-caption a.slider-btn {
    color: white;
    background-color: #ffae00;
    padding: 12px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
}
@media screen and (min-width: 989px) {
    .flexslider .slider-caption {
        top: 230px;
    }
}
@media screen and (min-width: 1200px) {
    .flexslider .slider-caption {
        top: 380px;
    }
}

#straipsnis {
    padding: 10px;
}



.content-section {
    margin-top: 50px;
    padding-top: 0px;
}

.other-pages .content-section {
    margin-top: 10px;
    padding-top: 25px;
}

.article-image {
    background-image: url("../images/straipsnis.png");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    min-height: 306px;
}

.karjera-block, .body-text   {
    padding-bottom: 20px;
}

.submenu-item a {
    padding: 0px 15px;
    color: #444;
    background-color: #e2e1e1;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 3px;
}

.submenu-item .cur {
    background-color: #FFAE00;
    color: white;
}

.photo-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.photo-cont {
    position: relative;
    overflow: hidden;

}



.photo-item a:hover .photo-overlay {
    visibility:visible;
    opacity: 1;
}

.photo-overlay i {
    width: 60px;
    height: 60px;
    border-radius: 38px;
    background-color: #FFF;
    color: #FFAE00;
    padding-top: 8px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.photo-overlay {
    background-color: #FFAE00;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 25px;
    text-align: center;
    color: #FFF;

    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: block;
}

.heading-photos h2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #444444;
    display: inline-block;
    margin-bottom: 20px;
}

.car-item img {
    display:inline;
}

.car {
    position: relative;
    min-height: 350px;

}

.car-item:hover {
    opacity: 0.8;
}

.car-item {

    width: 100%;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#paslaugos_right {
    height: 470px;
}

#pmeniu_top {
    height: 33px;
    width: 324px;
    color: #FFAE00;
    padding-left: 18px;
    padding-top: 6px;
    background: transparent url("../images/more.png") no-repeat scroll 0% 0%;
}

#pmeniu {
    width: 238px;
    background-color: #000;
    margin-left: 18px;
    padding-bottom: 10px;
    margin-top: -10px;
    padding-top: 15px;
}

.pmeniu1 {
    border-bottom: 1px dotted #FFAE00;
    width: 200px;
    margin: 0px auto 5px;
    padding-bottom: 5px;
}

#pmeniu_bot {
    width: 238px;
    margin-left: 18px;
    background: transparent url("../images/meniu.png") no-repeat scroll 0% 0%;
    height: 7px;
}

.news h2, .news h1, .karjera h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #444444;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.backButton {
    margin-bottom: 10px;
    display: block;
}

.no-margin {
    margin-bottom: 0px !important;
}

.subtitle{
    color: #444;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
}


.line-news {
    height: 1px;
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    line-height: 1px;

    margin-top: 20px;
    margin-bottom: 20px;
}

.news-more a, .send-button a {
    display: inline-block;
    padding: 5px 15px;
    color: white !important;
    background-color: #FFAE00;
    transition: all 200ms ease-in-out 0s;
    margin-top: 10px;
}

.news-more a:hover, .send-button a:hover {
    background-color: #444;

}

.news-date {
    margin-bottom: 10px;
    font-style:italic;
}

.news {
    font-family: "Open Sans",Arial,sans-serif !important;

}

.news a {
    text-decoration: none;
    color: #666;
}

.subscribe-news {
    margin-bottom: 10px;
}

.subscribe-news input, .karjera input, .karjera select {
    width: 100%;
}

.karjera input, .karjera select {
    margin-bottom: 10px;
}

.heading-section {
    margin-bottom: 20px;
}
.heading-section h2, .heading-section h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #444444;
    display: inline-block;
}
.heading-section p {
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 10px;
}

.small-text {
    color: #aaaaaa;
}

.space-fixed {
    width: 100%;
    height: 130px;
    overflow: hidden;
    position: relative;
}

.content-section#services {
    margin-top: 0px;
}

.service-item {
    position: relative;
    color: white;
    text-align: center;
    margin-bottom: 30px;
}

.service-item a {
    color: #ffff66;
}

.service-item a:hover {
    color: black;
}

.service-item .service-icon {
    font-size: 3em;
    padding: 110px 0;
    opacity: 0;
    visibility: hidden;
}

.service-item .service-more {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.project_name {
    position: absolute;
    bottom: 0px;
    background-color: #FFAE00;
    width: 100%;
    text-align: center;
    padding: 3px 5px;

}

.project_name a {
    color: white;
}

.all-projects {
    text-align: center;
    padding-bottom: 10px;
}


.service-item .service-more a {

    color: white;
    text-transform: uppercase;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 18px;
    padding: 10px;

    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;



}

.service-item:hover .service-more {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.service-item:hover .service-content {
    opacity: 0;
    visibility: hidden;
}

.service-item .service-content {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.service-item .service-content .inner-service {
    padding: 20px;
}
.service-item .service-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    margin-bottom: 15px;
}
.service-item:hover .service-icon {
    opacity: 0;
    visibility: hidden;
}


#service-1 {
    background-color: #1abc9c;
}

#service-2 {
    background-color: #e67e22;
}

#service-3 {
    background-color: #3498db;
}

#service-4 {
    background-color: #2ecc71;
}

.portfolio-item {
    margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
    width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
    background-color: #ffae00;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 25px;
    text-align: center;
    color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
    margin-top: 15px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    background-color: white;
    display: inline-block;
    text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
    line-height: 36px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
}

.team-member {
    margin-bottom: 30px;
}
.team-member .member-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.team-member .member-thumb img {
    width: 100%;
}
.team-member .member-thumb .team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    top: 0;
    left: 0;
    background-color: #ffae00;
    color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.team-member .member-thumb .team-overlay h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    margin-top: 45%;
}
.team-member .member-thumb .team-overlay span {
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px;
    display: block;
}
.team-member .member-thumb .team-overlay ul.social {
    display: block;
    margin-top: 20px;
}
.team-member .member-thumb .team-overlay ul.social li {
    display: inline-block;
}
.team-member .member-thumb .team-overlay ul.social li a {
    width: 36px;
    height: 36px;
    background-color: white;
    line-height: 40px;
    color: #ffae00;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}
.team-member .member-thumb:hover .team-overlay {
    opacity: 1;
    visibility: visible;
}

.skills-heading {
    margin-top: 60px;
    margin-bottom: 50px;
}
.skills-heading h3.skills-title {
    font-style: italic;
    font-size: 18px;
    text-transform: uppercase;
    color: #5e5e5e;
}
.skills-heading .small-text {
    font-style: italic;
}

.progress {
    height: 34px;
    box-shadow: none;
    border-radius: 0;
    background-color: #e7e7e7;
    margin-bottom: 10px;
}

.progress-bar {
    line-height: 34px;
    text-align: left;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ffae00;
    box-shadow: none;
}

.googlemap-wrapper {
    height: 380px;
    margin-bottom: 40px;
}

.map-canvas {
    height: 380px;
    border: 10px solid #efefef;
}

.contact-info {
    margin-top: 40px;
}

.contact-form input {
    width: 100%;
    margin-bottom: 15px;
}
.contact-form textarea {
    width: 100%;
    max-width: 100%;
    height: 120px;
}
.contact-form .mainBtn {
    margin-top: 15px;
    color: white;
    background-color: #ffae00;
    text-transform: uppercase;
    border: 0;
}

#go-top {
    background-color: #ffae00;
    color: white;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 700;
}

#footer {
    margin-top: 20px;

    bottom: 0px;
}

#galerija img {
    width: 100%;
}

/*
body, p, div, h1, h2, h3, h4, h5, h6 {
        font-family: "Open Sans", Arial, Verdana, Geneva, sans-serif;
        font-style: normal;
}
*/



@media (min-width: 768px) {
    .photo-cont {
        max-height: 197px;
    }
    .team-row {
        margin-left: 10%;
    }

    .team-member .member-thumb .team-overlay h3 {
        font-size: 18px;
        text-transform: uppercase;
        color: white;
        display: inline-block;
        padding-bottom: 10px;
        border-bottom: 1px solid white;
        margin-top: 42px;
    }
}

@media (max-width: 991px) {
    .other-pages #menu-wrapper {
        background-color: #ffae00;  
    }

    #footer .text-left {
        text-align: center;
    }
	
	.homepage .main-header {
	top: 20px;
}

}