
/* === Font Styles === */

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/pt-sans/PTS55F-webfont.eot');
    src: url('fonts/pt-sans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pt-sans/PTS55F-webfont.woff') format('woff'), url('fonts/pt-sans/PTS55F-webfont.ttf') format('truetype'), url('fonts/pt-sans/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* === General Styles === */

html,
div,
span,
head,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
font,
img,
small,
strong,
ol,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

ol,ul {    
	list-style: none 
}

blockquote,q {
    quotes: none 
}

html,body {
	height: 95%;
	font-family: Cambria;
    margin: 0;
    padding: 0;
    border: 0;
	text-shadow: 0.5px 0.5px #FFF;
    outline: 0;
    font-size: 100%;
    line-height: 1;
}

body {
	background: #aaaaaa url(images/bg.jpg) repeat scroll 0 0 
}
	
.container {
    width: 885px;
    margin: 0 auto;
}

#main {
    background: url(images/page_background.png) no-repeat scroll 0 0;
    margin: 0 auto;
    padding: 0;
    height: auto; /* buvo: height: 430px;  === */
}


/* === Header Styles === */

#header {
    /*margin: auto;*/
 /* margin-top: 30px;*/
    margin-top: 15px;
    margin-bottom: 3px;
    height: 40px;
}

#logo {
    position: relative;
    float: left;
    padding-left: 42px;
}

#contact_details {
    float: left;
    color: #333333;
    font-size: 15px;
    font-style: normal;
    line-height: 22px;
    padding-left: 42px;
    text-align: left;
}

#contact_details2 {
    float: right;
    color: #333333;
    font-size: 15px;
    font-style: normal;
    line-height: 22px;
    padding-right: 0px;
    text-align: right;
}

#contact_details3 {
    float: left;
    color: #333333;
    font-size: 15px;
    font-style: normal;
    line-height: 22px;
    padding-left: 0px;
    text-align: left;
}

#contact_details a {
    color: #333333;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.5px;
	/*vertical-align: -44px;*/
}

#contact_details a:link {
    color: #333333;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.5px;
	transition: all 700ms ease 0ms;
}

#contact_details2 a {
    color: black;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.5px;
	/*vertical-align: -44px;*/
}

#contact_details2 a:link {
    color: black;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.5px;
	transition: all 700ms ease 0ms;
}

#contact_details3 a {
    color: black;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.5px;
	/*vertical-align: -44px;*/
}

#contact_details3 a:link {
    color: black;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.5px;
	transition: all 700ms ease 0ms;
}

/* visited link */
#contact_details a:visited {
    color: #8A0808;
	text-decoration: none;
}

/* mouse over link */
#contact_details a:hover {
/*    color: #610B21; */
	color: #B22222;
    text-decoration: underline;
}

/* selected link */
#contact_details a:active {
/*    color: #610B21; */
    color: #B22222;
    text-decoration: underline;
}

/* mouse over link */
#contact_details2 a:hover {
	/*    color: #610B21; */
    color: #B22222;
/*    text-decoration: underline; */
}

/* selected link */
#contact_details2 a:active {
	/*    color: #610B21; */
    color: #B22222;
/*    text-decoration: underline; */
}

/* mouse over link */
#contact_details3 a:hover {
	/*    color: #610B21; */
    color: #B22222;
/*    text-decoration: underline; */
}

/* selected link */
#contact_details3 a:active {
	/*    color: #610B21; */
    color: #B22222;
/*    text-decoration: underline; */
}

/* === Content Styles === */

#content {    padding: 10px 44px }

.text {
    text-align: center;
    margin-top: 35px;
    padding-bottom: 40px;
    border-bottom: 0px solid #262626;
}

.text h2 {
    font-size: 47px;
    color: #e5e5e5;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 2px;
}

.text h3 {
    font-size: 45px;
    color: #e5e5e5;
    margin-top: 45px;
	/*text-shadow: 1px 1px #000;*/
	text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 2px;
}

a:
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
	color: #e5e5e5;
	text-decoration: none;
}

/* unvisited link */
a:link {
    color: #E5E5E5;
	text-decoration: none;
	transition: all 500ms ease 0ms;
}

/* visited link */


/* mouse over link */
a:hover {
    color: #c51b00;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #c51b00;
    text-decoration: none;
}

a:active h4 {
    margin-top: -12px;
    text-align: center;
    font-size: 45px;
    color: #e5e5e5;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 2px;
}

.text h4 {
    margin-top: -12px;
    text-align: center;
    font-size: 45px;
    color: #e5e5e5;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 2px;
}

.text h5 {
    font-size: 50px;
    color: #e5e5e5;
	text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 2px;
}

.address {
    background: url(images/counter_bg.png) no-repeat scroll center 40px;
    width: 797px;
    height: 150px;
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #262626;
    text-align: center;
    position: relative;
}

.details {
    border-top: 1px solid #4f4f4f;
    height: 120px;
}

.copyright {
    text-align: center;
 /* margin-top: 40px;*/
 /* margin-top: 60px;  Be klases forumo*/
    margin-top: 50px;
    font-size: 15px;
 /* margin-bottom: 20px;*/
    margin-bottom: 10px;
}

.copyright2 {
    text-align: center;
    margin-top: 5%;  /*Kai vienas WA paveikslelis*/
    font-size: 15px;
 /* margin-bottom: 20px;*/
    margin-bottom: 10px;
}

#holder {
    min-height: 100%;
	height: 550px;
    position:relative;
}

#footer{
  position: absolute;
  font-size: 15px;
  bottom: 15px;
  width: 100%;
  color: #333333;
  text-align: center;
  text-shadow: 0.5px 0.5px #FFF;
}

/* === Responsive adjustments preserving original background paths === */
@media (max-width: 768px) {
  .container {
    width: 100% !important;
    padding: 1em !important;
  }

  #main {
    background-size: cover !important;
    height: auto !important;
    padding: 1em 0 !important;
  }

  #contact_details,
  #contact_details2,
  #contact_details3  {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0.5em 0 !important;
  }

  #contact_details a,
  #contact_details2 a, 
  #contact_details3 a  {
    display: block !important;
    font-size: 1.1em !important;
    padding: 0.2em 0 !important;
  }

  .text h3,
  .text h4,
  .text h5 {
    font-size: 1.6em !important;
    margin-top: 1em !important;
  }

  .address {
    width: 100% !important;
    height: auto !important;
    background-size: contain !important;
    background-position: center !important;
    padding: 1em !important;
  }

  .details {
    height: auto !important;
    padding: 1em !important;
    text-align: center !important;
  }

  .copyright {
    font-size: 0.9em !important;
    margin: 2em 1em 1em !important;
  }
  
    .copyright2 {
    font-size: 0.9em !important;
    margin: 2em 1em 1em !important;
  }
}
