/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  background-image: url('/assets/img/bg.jpg') ;
  background-attachment:fixed;
  background-repeat:no-repeat;
    font-family: font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
  line-height: 28px;
  margin-bottom: 25px;
  text-align: justify;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #74cfae;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.btn-theme {
	color: #ffffff;
	background-color: #74cfae;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */
#hello {
	width: 100%;
	padding-bottom: 50px;
	background-repeat:no-repeat;
}

#hello h1 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #A7B731;
}

#hello h2 {
	color:  color:#fff;;
	font-weight: 400;
}

/* Green */
#green {
	background-color: #74cfae;
	padding-top: 50px;
	margin-bottom: 0px;
}

#green h3 {
	color: white;
	font-weight: 400;
	margin-bottom: 35px;
}

#green p {
	color: white;
	font-weight: 400;
	font-size: 20px;
}

/* Skills */
#skills {
	background-color: #4e4e4e;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

#skills h3 {
	color: white;
}

#skills p {
	color: white;
	font-weight: 400;
}

/* Social Links */
#social {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
}

#social i {
	font-size: 50px;
	color: #74cfae;
}

#social .col-md-3:hover {
	background-color: #f5f5f5;
}

#social .col-md-3 {
	padding:30px;
}

/* Footer */
#f {
  background-color: #387c05;
  padding: 20px 0;
}
.copy p {
	color: #fff;
	text-align: right;
	font-weight: 400;
	margin:0;
}

/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}
.block {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 20px;
  margin: 20px 0;
  border-radius:10px;
   box-shadow:-5px 0px 5px #3C6E12;
}
.blockW {
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 10px;
  margin-top: 20px;
}
.blockB {
  background-color:#fff;
  padding: 22px;
  margin: 20px 0;
  border-radius:10px;
}
.blockB p {
margin:0;
}

.blockG {
  background-color:#C4D739;
  padding: 20px;
  margin: 20px 0;
  border-radius:10px;
   box-shadow: 5px 0px 5px #3C6E12;

}

.btn-success {
  background-color: #d32e2e;
}
.phone {
  color: #060709;
  font-family: "Ubuntu",sans-serif;
  font-size: 21px;
  margin-bottom: 0;
  text-align: left;
}
.dz-logo{
margin-top:40px;
}
.dz-logo img {
  width: 252px;
}
.Knumeris, #amziusM1, #amziusM2,#amziusM3,#amziusM4,#amziusM5,#amziusM6,#amziusM7,#amziusM8 {
display:none;

}
.error {
  color: #ff0a2a;
}
.block.col-lg-6 > h2 {
  margin-bottom: 50px;
}
.slogan.col-lg-6 {
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
}
.slogan small {
  float: right;
  line-height: 1.2;
  margin-top: 80px;
  margin-right:20px;
}
label {
  font-size: 13px;
  font-weight: bold;
}
iframe {
  border: medium none;
  height: 27px;
  width:200px;
  overflow: hidden;
}
.kaina {
  font-size: 20px;
  text-align: left;
}
.blockB.kontaktai {
  float: right;
  width: 52%;
}
.form-group {
  padding: 5px 0;
}
.logo.col-lg-5 {
  margin-bottom: -40px;
  margin-left: 50px;
  width: 300px;
}
.left-f p{
color:#fff;
float:left;
margin:0;
}
.copy p a {
  color: #fff;
  font-weight: bold;
}
.col-lg-6.left-f > p:first-child {
  font-weight: bold;
}
.slogan {
  margin-top: 20px;
}
#plotasd {
  width: 40px;
}
#plotas {
  text-align: right;
  width: 100px;
}
.kablys {
  font-size: 25px;
  font-weight: bold;
  padding: 0 4px;
}
#plotas-error {
  margin-left: -80px;
  margin-top: -20px;
  position: absolute;
}
