/*
Theme Name: Karbonas
Theme URI: http://www.pepa.lt/theme/karbonas
Author: PEPA
Author URI: http://www.pepa.lt/
Description: Karbonas tinklapis
Version: 1.0
License: Commercial
*/

* {
    padding: 0;
    margin: 0;
}

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%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
}

#wrapper {
    margin: 0 auto;
    width: 944px;
    max-width: 100%;
}

#header {
    position: relative;
    color: #333;
    width: 944px;
    height: 220px;
    background: transparent;
    max-width: 100%;
}

.parallax-viewport {
    position: relative;
    /* relative, absolute, fixed */
    overflow: hidden;
}

#leftcolumn {
    width: 944px;
    float: left;
    max-width: 100%;
}

#leftcolumn div.content {
    padding: 24px;
    width: 896px;
    line-height: 18px;
    max-width: 100%;
}

#rightcolumn {
    float: right;
    background: #E7DBD5;
    height: 350px;
    width: 304px;
    display: inline;
    max-width: 100%;
}

#footer {
    width: 924px;
    height: 40px;
    border-top: 4px solid #ebecec;
    clear: both;
    padding: 10px;
    color: #56698f;
    max-width: 100%;
    box-sizing: border-box;
}

div#slideshow {
    position: relative;
    width: 944px;
    height: 266px;
    margin: 0px auto;
    max-width: 100%;
}

div#slideshow .list,
div#slideshow .item {
    max-width: 100%;
}

img,
iframe {
    max-width: 100%;
}

#leftcolumn ul {
    max-width: 100%;
    float: left;
    margin: 15px 0 0;
    list-style: square;
}

#leftcolumn ul li {
    padding: 5px 0;
}

h1 {
    color: #d2232a;
    font-size: 25px;
    padding: 0 0 5px;
    line-height: 1;
    border-bottom: 4px solid #ebecec;
    margin-bottom: 10px;
}

h2 {
    font-size: 16px;
    color: #485e88;
    line-height: 32px;
    font-weight: bold;
}

#leftcolumn p {
    margin: 10px 0;
}

#leftcolumn a,
#footer a {
    color: #56698F;
    text-decoration: none;
    border-bottom: 1px dotted #dfdfdf;
}

#leftcolumn a:hover,
#footer a:hover {
    color: #D2232A;
}

#leftcolumn img.alignright {
    float: right;
    clear: right;
    margin: 10px 0px 10px 10px;
}

#leftcolumn img.alignleft {
    float: left;
    clear: left;
    margin: 10px 10px 0px 10px;
}

#leftcolumn img {
    border: 4px solid #ebecec;
}

#manu-top-navigation {
    position: absolute;
    top: 42px;
    left: 210px;
    z-index: 10;
}

ul.menu,
ul.menu li {
    float: left;
}

ul.menu a {
    color: #f0f0f0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 6px 0px 7px 0px;
}

ul.menu li a {
    background: url(images/menu_hover_right.png);
    background-position: center right;
    background-repeat: no-repeat;
}

ul.menu li a:hover {
    background: url(images/menu_hover_right_hover.png);
    background-position: center right;
    background-repeat: no-repeat;
}

ul.menu li a span {
    background: url(images/menu_hover.png) no-repeat top left;
    margin-right: 10px;
    padding: 2px 8px 7px 23px;
    font-size: 16px;
    text-transform: lowercase;
}

ul.menu li a:hover span {
    background: url(./images/menu_hover_hover.png) no-repeat top left;
    margin-right: 10px;
    padding: 2px 8px 7px 23px;
	font-weight: normal;
}

ul.menu li {
    position: relative;
}

ul.menu li > a:after {
	color: #fff;
	content: '\25BE';
	right: 7px;
	position: absolute;
	top: 8px;
	font-size: 1.3em;
}

ul.menu li > a:hover:after {
    color: #FFF;
    content: '\25BE';
}
ul.menu li > a:only-child:after {
    content: '';
}

ul.menu ul.sub-menu {
    position: absolute;
    z-index: 500;
}

ul.menu ul.sub-menu {
    top: 31px;
    width: 200px;
    background: #ebecec;
}

ul.menu li ul.sub-menu li {
    clear: left;
    margin: 0px;
	width: 200px;
}

ul.menu ul,
ul.menu li:hover ul,
ul.menu ul li:hover ul {
    display: none;
}

ul.menu li:hover ul,
ul.menu ul li:hover ul,
ul.menu ul ul li:hover ul {
    display: block;
	left: auto;
}

ul.menu li ul.sub-menu li a span {
    background: none;
    padding: 0px;
    font-size: 13px;
    text-transform: none;
}

ul.menu li ul.sub-menu li a {
    background: none;
    color: #56698f;
    line-height: 14px;
    margin: 0;
    padding: 10px;
	width: 100%;
	max-width: 100%;
}

ul.menu li ul.sub-menu li a:hover {
    color: #D2232A;
    font-weight: bold;
}

#logo {
    position: absolute;
    top: 30px;
    left: 15px;
    background: url('images/logo.png') no-repeat top left;
    width: 170px;
    height: 50px;
}

#lazer {
    position: absolute;
    top: 0px;
    right: -6px;
    background: url('images/lazer.png') no-repeat;
    width: 155px;
    height: 263px;
}

#slogan1 {
    position: absolute;
    top: 95px;
    left: 50px;
    background: url('images/slogan1.png') no-repeat;
    width: 550px;
    height: 100px;
}

#slogan2 {
    position: absolute;
    top: 130px;
    left: 313px;
    background: url('images/slogan2.png') no-repeat;
    width: 550px;
    height: 67px;
}

#langselector {
    position: absolute;
    right: 30px;
    background: #fff;
    top: 179px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dedede;
}

#langselector ul li {
    float: left;
    margin: 3px 10px;
}

#logo a {
    width: 170px;
    height: 50px;
    display: block;
    text-indent: -9999px;
}

#leftcolumn a.cboxElement {
    border: none;
}

table table td {
    padding-left: 30px;
}

td {
    vertical-align: top;
}

.atsiliepimai .gform_title {
    font-size: 16px;
    color: #485e88;
    line-height: 32px;
    font-weight: bold;
}

.atsiliepimai .gform_body {
    color: #485e88;
}

.atsiliepimai #field_1_6 {
    color: #000;
}

.atsiliepimai #input_1_1 {
    width: 200px;
    float: right;
}

.atsiliepimai #input_1_2 {
    width: 200px;
    float: right;
}

.atsiliepimai #input_1_3 {
    width: 200px;
    float: right;
}

.atsiliepimai #input_1_4 {
    width: 200px;
    float: right;
}

.atsiliepimai #field_1_2 li {
    float: left
}

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

.atsiliepimai .gfield_label {
    float: left;
}

.atsiliepimai #field_1_2 .gfield_label {
    margin-left: 30px;
}

.atsiliepimai #field_1_4 .gfield_label {
    margin-left: 30px;
}

.atsiliepimai #input_1_5 {
    width: 620px;
    margin-left: 52px;
}

.atsiliepimai #gform_submit_button_1 {
    background-color: #56698f;
    color: #fff;
    padding: 5px;
    border: 0px;
    cursor: pointer;
}

#leftcolumn img {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0px;
}

#sliderContent h2 {
    color: #fff;
}

h4 {
    color: #485e88;
    font-size: 19px;
    line-height: 42px;
    border-bottom: 4px solid #ebecec;
}

strong {
    font-weight: bold;
}

.news {
    width: 457px;
    text-align: justify;
    float: left;
    padding: 10px 0;
    padding-right: 15px;
    max-width: 100%;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.news.last {
    padding-left: 15px;
    padding-right: 0px;
}

h5 {
    color: #D2232A;
    font-size: 16px;
    line-height: 30px;
}

.hr {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
}

span.required {
    color: red;
}

form.form ul,
form.form li {
    list-style: none;
}

form.form li {
    float: left;
}

form.form li#field_1_5 {
    width: 100%;
    padding: 5px !important;
    box-sizing: border-box;
}

input.medium {
    width: 100%;
    max-width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

input.small {
    width: 100%;
    max-width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

input.tiny {
    width: 49.333%;
    max-width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

textarea.textarea {
    resize: none;
    max-height: 140px;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

#submitform {
    clear: both;
}

#atsiliepimas ul {
    width: 100%;
}

.uzsakymo_forma_title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

form.form li.w33 {
    width: 33.333%;
    padding: 5px !important;
    box-sizing: border-box;
}

form.form li.w50 {
    width: 50%;
    padding: 5px !important;
    box-sizing: border-box;
}

.ginput_container input.medium {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

form.form li.w100 {
    padding: 5px !important;
    box-sizing: border-box;
    width: 100%;
}

.nr {
    font-weight: bold;
}

.item {
    margin: 10px 0;
}

input#submitform,
input[type=reset] {
    padding: 5px;
    margin: 0 5px;
    cursor: pointer;
}

label.error {
    display: none!important;
}

input.error {
    border: 1px dotted red;
}

#leftcolumn a.galerija {
    max-width: 100%;
    background: #d2232a;
    padding: 5px 10px;
    width: 60px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 245px;
    margin-left: 810px;
}

#leftcolumn a.galerija:hover {
    background: #56698f;
    color: #fff;
}

div#slideshow .item .meta {
    width: 320px!important;
    height: 93%!important;
    box-sizing: border-box;
}

.mobile-menu {
    display: none;
}

#outerImageContainer,
#imageDataContainer {
    max-width: 90%;
}

#atsiliepimas {
    float: left;
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
}

#ui-datepicker-div {
    display: none;
}

.w33 span {
    width: 50%!important;
}

.page-id-36 table,
.page-id-36 td,
.page-id-36 tr,
.page-id-36 tbody {
    max-width: 100%;
}

.page-id-36 tbody,
.page-id-36 table,
.page-id-36 tr {
    max-width: 100%;
    float: left;
    width: 100%;
    display: block;
}

#maplt {
    max-width: 100%;
}
	.submenubutton {
		display: none;
	}

@media only screen and (max-width: 981px),
only screen and (max-device-width: 981px) {
    #manu-top-navigation {
        display: none;
    }
	.submenubutton {
		display: block;
	}
    .mobile-menu {
        display: block;
        float: right;
        position: relative;
        right: 0px;
        top: 15px;
    }
    .mobile-menu a {
        text-decoration: none;
        color: #fff;
        padding: 12px 15px 12px 45px;
        font-size: 1.5em;
        background: rgb(210, 35, 42) none repeat scroll 0% 0%;
        -o-border-radius: 5px 0px 0px 5px;
        -moz-border-radius: 5px 0px 0px 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
        position: relative;
    }
    #simple-menu img {
        position: absolute;
        left: 7px;
        top: 7px;
    }
    .admin-bar .sidr.right {
        padding-top: 44px;
		margin-bottom: 40px;
    }
    .sidr.right {
        padding-top: 16px;
		margin-bottom: 30px;
    }
    #close-button {
        padding: 14px 10px;
        background: #222222;
        color: #fff;
        line-height: 1em;
        float: left;
        display: block;
        width: 100%;
        max-width: 100%;		
        font-weight: bold;
		box-sizing: border-box;
		
    }
    .ex {
        font-size: 1.2em;
        font-weight: bold;
        margin-right: 7px;
    }
    #close-button:hover {
        cursor: pointer;
    }
    #wrapper {
        min-height: 100%;
        position: relative;
        float: left;
        width: 100%;
    }
    #leftcolumn {
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        position: relative;
        padding: 0 15px 80px;
    }
    div#slideshow {
        overflow: hidden;
        max-height: 230px;
    }
    #header {
        overflow-x: hidden;
    }
    .news,
    .news.last {
        width: 100%;
        padding: 10px 15px 10px 0px;
    }
    body,
    html {
        min-height: 100%;
    }
    #footer {
        text-align: center;
        margin-top: 0;
        display: block;
        float: left;
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    #leftcolumn div.content {
        padding: 0;
        box-sizing: border-box;
    }
	.sidr {
		overflow-x: hidden;
	}
	.sidr ul li {
		position: relative;
		overflow-x: hidden;
	}
    .sidr ul li a,
    .sidr ul li span,
    .sidr ul li:hover > a:hover {
        background: none;
    }
	.sidr ul li a	{
		max-width: 80%;
		width: 80%;
		float: left;
		display: block;
		line-height: 52px;
		height: 52px;
		padding: 0px 15px!important;
		box-sizing: border-box;
	}
    ul.menu li ul.sub-menu li a:hover {
        font-weight: 400;
    }
    .mobile-menu li .submenubutton1:after {
        color: #333;
        content: '\25BE';
    }
	.submenubutton {
		text-align: center;
		border-left: 1px solid #DFDFDF;
		z-index: 3;
		height: 52px;
		width: 19.333%;
		right: 0px;
		top: 0px;
		float: right;
		position: absolute;
	}
	.submenubutton:hover {
	cursor: pointer;
	}	
	.submenubutton span{
	padding: 0!important;
	width: 50px;
	height: 52px;
	}	
    ul.menu a {
        font-size: 18px;
        height: 30px;
        line-height: 30px;
    }
    .sidr ul li {
        width: 100%;
		float: left;
		display: block;
    }
    ul.menu ul.sub-menu {
        display: block;
        top: 0;
        width: 100%;
        background: #EBECEC none repeat scroll 0% 0%;
    }
    ul.menu ul.sub-menu {
        position: relative;
        z-index: 500;
    }
    ul.menu li ul.sub-menu li a {
        line-height: 16px;
        padding: 10px;
		width: 200px;
		max-width: 200px;
        font-size: 14px;
        height: auto;
    }
    .top-head-area {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 15px;
        float: left;
    }
    #logo {
        position: relative;
        top: 0;
        display: inline-block;
    }
    #langselector {
        right: 45%;
        top: 20px;
    }
    #gallery-1 {
        margin: auto;
        float: left;
        display: block;
        max-width: 100%;
    }
    #gallery-1 img {
        margin: 0;
    }
    #gallery-1 .gallery-item {
        padding: 0 10px;
        box-sizing: border-box;
    }
    #leftcolumn a.galerija {
        max-width: 100%;
        background: #D2232A none repeat scroll 0% 0%;
        padding: 5px 10px;
        width: 60px;
        text-align: center;
        color: #FFF;
        position: absolute;
        top: auto;
        margin-left: 0px;
        box-sizing: border-box;
        margin: 0 auto;
        display: inline-block;
        left: 0;
        right: 0;
    }
    #langselector img {
        width: 25px;
    }
    #langselector ul li {
        margin: 4px 10px 0;
    }
}

@media only screen and (max-width: 841px),
only screen and (max-device-width: 841px) {
    .page-id-36 tbody td,
    .page-id-231 tbody td,
	.page-id-195 tbody td {
        width: 100%;
        float: left;
        padding: 0;
    }

    .page-id-36 tbody td table tbody tr,
    .page-id-231 tbody td table tbody tr,
	.page-id-195 tbody td table tbody tr{
        width: 50%;
        float: left;
    }
    #maplt {
        max-width: 98%;
        max-height: 250px;
    }
}

@media only screen and (max-width: 642px),
only screen and (max-device-width: 642px) {
    div#slideshow {
        position: relative!important;
        width: 944px;
        height: 300px !important;
        margin: 0px auto;
        float: left;
        max-height: none;
    }
    div#slideshow .list {
        position: relative!important;
        height: 156px!important;
        overflow: visible!important;
    }
    div#slideshow .item {
        position: relative !important;
        height: auto !important;
    }
    div#slideshow .item img {
        max-height: 230px;
    }
    div#slideshow .item .meta {
        padding: 20px;
        position: relative!important;
        z-index: 999;
        top: -5px!important;
        right: 0!important;
        background-color: #485E88;
        opacity: 0.7;
        color: #FFF;
        width: 100% !important;
        height: 150px !important;
    }
    #slogan1 {
        left: 20px;
    }
    #slogan2 {
        left: 303px;
        width: 255px;
    }
    #slogan1,
    #slogan2 {
        background-size: contain;
        max-width: 100%;
    }
    #langselector {
        right: 0px;
        top: 70px;
        left: 0px;
        display: inline-block;
        margin: 0px auto;
        min-width: 30px;
        text-align: center;
        border: none;
    }
    #langselector ul {
        border: 1px solid #DEDEDE;
        -o-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
    }
    #gallery-1 .gallery-item {
        float: left;
        text-align: center;
        width: 33%;
        max-height: 100px;
        margin-top: 10px;
    }
    .gallery-icon {
        max-height: 100px;
        border: 2px solid #CFCFCF;
        overflow: hidden;
    }
}

@media only screen and (max-width: 599px),
only screen and (max-device-width: 599px) {
    #slogan2 {
        left: auto;
        width: 255px;
        right: 0;
    }
    #slogan1 {
        left: 0;
    }
    div#slideshow .item .meta {
        padding: 10px 20px!important;
    }
    div#slideshow h3 {
        font: bold 14px Helvetica, Arial, sans-serif;
        margin: 0;
    }
    #gallery-1 img {
        border: none!important;
        max-width: none;
        height: 100%;
        width: auto;
    }
}

@media only screen and (max-width: 499px),
only screen and (max-device-width: 499px) {
    #maplt {
        max-width: 97%;
        max-height: 200px;
        position: relative;
        top: 10px;
    }
    #gallery-1 .gallery-item {
        max-height: 80px;
    }
    .gallery-icon {
        max-height: 80px;
    }
    #leftcolumn img {
        width: 100%;
        height: auto;
    }
    form.form li.w33 {
        width: 100%;
    }
    input.tiny {
        width: 48.333%;
    }
    .page-id-36 table,
    .page-id-36 td,
    .page-id-36 tr,
    .page-id-36 tbody,
    .page-id-231 table,
    .page-id-231 td,
    .page-id-231 tr,
    .page-id-231 tbody,
    .page-id-195 table,
    .page-id-195 td,
    .page-id-195 tr,
    .page-id-195 tbody	{
        max-width: 100%;
        width: 100%;
        float: left;
        display: block;
    }
}

@media only screen and (max-width: 399px),
only screen and (max-device-width: 399px) {
    .page-id-36 tbody td table tbody tr,
    .page-id-231 tbody td table tbody tr,
	.page-id-195 tbody td table tbody tr {
        width: 100%;
    }
    #maplt {
        max-width: 100%;
        top: 0;
    }
    #slogan1 {
        height: 60px;
    }
    #header {
        height: 170px;
    }
    div#slideshow {
        height: 240px !important;
    }
    #slogan2 {
        top: 116px;
        width: 160px;
        height: 40px;
    }
    #gallery-1 .gallery-item {
        width: 100%!important;
    }
    #gallery-1 .gallery-item,
    .gallery-icon {
        max-height: 132px;
    }
    form.form li.w50 {
        width: 100%;
    }
} 
span.statcounter{
	 bottom: -9px;
    left: 70%;
    position: relative;
} 
/*span.statcounter{
	   bottom: -9px;
 
    left: 46%;
    position: relative;
}*/