/*
Theme Name: Reichmann
Theme URI: 
Author: Pepa 
Author URI: http://www.pepa.lt
Version: 1.0
Text Domain: t
*/
@import url("assets/css/reset.css");
@import url("assets/css/responsive-menu.css");
@import url("assets/css/flexslider.css");

/*  Wordpress native classes
/* --------------------------------------------- */

/* the main classes used for alignment */
.align-center { text-align: center; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }

.alignnone    { float: none; }
.alignleft    { float: left; }
.alignright   { float: right; }
.aligncenter    {}
img.alignnone   {}
img.alignleft   { margin-right: 20px; margin-bottom: 20px;  }
img.alignright  { margin-left: 20px;  margin-bottom: 20px;  }
img.aligncenter { margin-left: auto; margin-right: auto;    }

.wp-caption.alignright {
  margin-bottom: 20px;
  margin-left: 20px;
}

.wp-caption.alignleft  {
  margin-bottom: 20px;
  margin-right: 20px;
}

.wp-caption.alignnone { margin-bottom: 20px; }

.wp-caption    { max-width: 100%; }
.wp-caption-text { margin: 5px 0; }
.sticky {}
.gallery {}
.gallery-caption {}
.bypostauthor {}

/* styles for img sizes */
img.size-full {}
img.size-large {}
img.size-medium {}
img.size-thumbnail {}

html {font-size: 1em;}

body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
}
body.home {
	background:#d4d3c8;
}

p {margin-bottom: 1.3em;}

h1, h2, h3, h4, h5, h6 {
  margin: 1.414em 0 0.5em;
  font-weight: 100;
  line-height: 1.2;
  color:#a51325;
}

h1 {
  margin-top: 0;
  font-size: 2.986em;
}

h2 {font-size: 2.488em;}

h3 {font-size: 2.074em;}

h4 {font-size: 1.728em;}

h5 {font-size: 1.44em;}

h6 {font-size: 1.2em;}

small, .font_small {font-size: 0.833em;}

a{color:#a51325}
a:hover{color:#a51325}
#header{
	height:130px;
	background:url(img/menu_shadow.png) repeat-x center bottom;
}
.logo{line-height: 130px;}
.logo img{max-width:200px}
.phone{color:#a51325;font-size:26px;text-align: right;margin-top:15px}
.top_menu {float:right}
.top_menu li{float:left;list-style:none; margin-left:25px}
.top_menu li a{color:#555}
.bg{padding:50px 0 150px 0;background:#fff}
.blocks{position:relative; top :-100px}

.main_logo{margin:0 auto}
.home_img{
	height:460px;
	position:relative;
	margin-bottom:-60px;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-position: top right;
}

.home_img .img_title{
	color:#fff;
	position:absolute;
	bottom:25px;
	text-transform:uppercase;
	font-size:35px;
	width: 100%;
    display: block;
	line-height:1;
	text-shadow:3px 3px 5px #000;
}


.home_img:before {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 2;
}
.home_img:hover:before {
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
}

.text-right{ padding-right:25px}
.text-left{ padding-left:25px}
.light{font-weight:100; display:block}
.white{color:#fff}

#footer{
	padding:50px 0;
	background:#333333;
	color:#ddd
}
#footer p{ font-size:14px; }
#footer h4{
	color:#ddd
}
#footer a{color:#ddd}
.footer_socials a{margin-right:10px}
#footer a:hover{color:#a51325}
section.portfolio {
  margin: 0 auto;
  text-align: center;
  display: block;
}

section.portfolio h2 {
  font-size: 55px;
}

.title_line {
    border-bottom: 1px solid #d5d5d5;
    display: block;
    height: 1px;
    margin: auto;
    width: 90px;
	padding-top: 28px;
}

.og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.og-grid li {
  display: inline-block;
  /*margin: 10px 5px 0 5px;*/
  vertical-align: top;
  /*height: 250px;*/
}

.og-grid li > a,
.og-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
}

.og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ddd;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px;
  z-index: 15;
}

.og-expander {
  position: absolute;
  background: #ddd;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  height: 0;
  overflow: hidden;
}

.og-expander-inner {

}

.og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.og-close::before,
.og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.og-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
  background: #333;
}
.og-seminars {padding: 167px 0 10px;}
.seminars_heading{font-size:33px; font-weight:100;color:#555;position:relative; padding-left:36px;    margin-left: 20px;}
.seminars_heading:before {
	content:"";
	background:url(img/books.png) no-repeat;
	height:20px;
	width:26px;
	position: absolute;
    bottom: 10px;
    left: 0;
}
.seminar_list{margin-left: 20px;}
.seminar_list li{   
	display: block;
    height: initial;
    margin: 15px 0 0 0;
	padding-bottom:15px;
	border-bottom:1px solid #e8e8e8;
	line-height: 1.2;
	}
.seminar_list li a{color:#555;text-transform:uppercase}
.og-details h3 {
  font-weight: 100;
  font-size: 50px;
  line-height:1;
  padding: 40px 0 10px 80px;
  margin-bottom: 10px;
  color:#a51325;
  position:relative
}
.og-details h3:before {
	content:"";
	background:url(img/micro.png) no-repeat;
	height:61px;
	width:55px;
	position: absolute;
    bottom: 15px;
    left: 0;
}

.og-details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #999;
  text-align: justify;
}

.og-details a {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  border: 3px solid #333;
  display: inline-block;
  margin: 30px 0 0;
  outline: none;
}

.og-details a::before {
  content: '\2192';
  display: inline-block;
  margin-right: 10px;
}

.og-details a:hover {
  border-color: #999;
  color: #999;
}

.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
  0% { background: #ddd; }
  33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
  0% { background: #ddd; }
  33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
  0% { background: #ddd; }
  33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

  .og-expander h3 { font-size: 32px; }
  .og-expander p { font-size: 13px; }
  .og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

  .og-fullimg { display: none; }
  .og-details { float: none; width: 100%; }
  
}


.item{width:33%}
/*-----------------------------------------------------------------------*/
.blog-pic{
	/*overflow: hidden;*/
	display: block;
	position: relative;
	z-index: 1;
}
.img{
    padding-bottom: 66.6666%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: inherit;
	margin: 7px 5px;
}
.blog-pic .img{
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}

.blog-overlay{
	width: 100%;
    height: 100%;
    background: #f2d451;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
	z-index: 2;
	-webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.blog-pic:hover .blog-overlay{
    opacity: 0.5;
}

 .blog-pic i{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 40px;
    opacity: 0;
	z-index: 3;
    font-size: 60px;
    color: #fff;
	transform:translate(-50%, -50%);
	-webkit-transform: translate(-50%,-50%);
	-webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
   transition:all 0.6s ease;
}

.blog-pic:hover  i{
    opacity: 1;
	margin-top: 0;
}
.name{
position:absolute;
bottom:15px;
right:15px;
text-decoration:none;
color:#fff;
text-shadow: 1px 1px #000;
font-size:30px;
font-weight:100;
text-align: right;
line-height:1
}
.page_title, .lead{text-align:center;}
.page_content{padding:60px 0;overflow: auto;}
.page_content_first{text-align:center}
.main_content{clear:both}
.main_content li {
    display: block;
}

.main_content li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    padding: 6px;
    color: #CCCCCC;
}
img.single_img{
margin-top: 65px;
border-radius:3px;
}
hr {
   margin: 50px auto;
   width: 50%;
}

.all_seminars li{overflow:auto;list-style:none;    margin: 15px 0 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;}
.all_seminars li .img_container{width:70px; margin-right:20px; float: left;}
.all_seminars_title{text-transform:uppercase;}
.all_seminars_subheading{font-style:italic;font-size: 14px;margin-top: -4px;}
.all_seminars  .lecture {font-size: 14px;color: #999;}
.seminars_block{
	background:#ddd;
	padding:60px 0;
	color:#555
}
.seminars_block .seminars_heading{color:#555; margin-bottom:40px;}
.seminars_block a{color:#555;display:block;text-transform:uppercase;}
.seminars_block em{    
	color: #999;
    margin-top: -5px;
    display: block;}
.seminars_block .list{margin:10px 0 10px 5px;}


.seminars_block .list:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    padding: 6px;
    color: #999;
	position: absolute;
	left:0
}
.lecture_name{margin-left: -15px;margin-bottom:30px; line-height: 1;color: #a51325;}
.social_icons {text-align: right; margin-right: -15px;}
.social_icons i{color: #bebdbd; font-size: 16px;    display: inline-block;
    margin-left: 10px;}
.social_icons i:hover{color: #a51325;}
.wpcf7-submit{color: #f2f2f2; padding: 6px 35px; float: right; background-color: #a51325;border-color: #a51325;}
.wpcf7-submit:hover,.wpcf7-submit:focus {background-color: #333;border-color: #333;}
::-moz-selection { background: #a51325;color:#f2f2f2 }
::selection { background:  #a51325;color:#f2f2f2 }

#c-carousel{
  margin-top: 50px;
  font-size: 14px;
  color: #333;
  line-height: 22px;
}

#news-wrapper > div {
  /*background-color: #eee;*/
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 44px;
  padding: 5px 0;
  overflow: hidden;
}

#news-wrapper dl {
  display: block;
  margin: 0;
}
#news-wrapper dt, #news-wrapper dd {
  display: block;
  float: left;
 /* margin: 0 10px;*/
  padding: 5px 10px;
}
#news-wrapper dt {
  color: #a51325;
}
#news-wrapper dd {
  color: #333;
  margin-right: 50px;
}
table td{
  padding:10px;
  vertical-align: top;
  border-bottom:1px solid #eee;
}

@media (max-width: 991px) {
	.home_img {
		margin-bottom:50px;
	}
	.item {
		width: 49%;
	}
	.og-seminars {
		padding: 25px 0 10px;
	}	

}

@media (max-width: 678px){
  table.projektai tbody tr:first-of-type{
    display:none;
  }
.item {
    width: 96%;
}
table td{
  display:block;
    padding:10px;
    vertical-align: top;
    border-bottom:none;
  }
  table tr{
    border-bottom:1px solid #eee;
  }
}


body.home #trigger-overlay{
display: none;
}
#copyright{
  border-top:1px solid #444;
  margin-top:20px;
  font-size:13px;
  color:#999;
}
#copyright div{
  padding-top:10px;
}

