/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*display
 * Custom Style Sheet - Use this file to style your content
 */


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

/* Logo */
.custom-logo {
	width: 455px;
	height: 118px;
	background-image: url(../../../images/yootheme/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
    background-size: contain;
}

/* Only Phones */
@media (max-width: 767px) {
	#header-responsive .logo { margin-bottom: 10px; }
	
	
	#bottom-a:before {
    display: none;
}

#bottom-a:after { 

display: none; 

}
    
.mod-img img{
width:210px;
}
	
.limg img{
width:120px;
}	
}

/* Parallax Effect */
.box-parallax { background-image: url(../../../images/yootheme/demo/teaser/home_teaser_default.jpg); }
.box-parallax h1 { font-family: "DroidSerifBoldItalic", "TimesNewRoman", "serif"; }

/* Frontpage Title */
.bigger-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
}

/* Frontpage List Line */
ul.line.frontpage > li {
	margin-top: 30px;
	padding-top: 30px;
}

ul.line.frontpage > li:first-child {
	margin-top: 0;
	padding-top: 0;
}


/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
	.frontpage-teaser { height: 280px; }
	.frontpage-teaser h2 {
		margin-bottom: 0;
		line-height: 75px;
		font-size: 68px;
	}
	.frontpage-teaser h4 {
		line-height: 28px;
		font-size: 23px;
	}
}

/* only phones */
@media (max-width: 767px) {
	.frontpage-teaser { height: 150px; }
	.frontpage-teaser h2 {
		margin-top: 10px;
		margin-bottom: 0;
		line-height: 50px;
		font-size: 40px;
	}
	.frontpage-teaser h4 {
		margin-top: 0;
		font-size: 12px;
		line-height: 16px;
	}
}

#header{
margin-top:15px;
margin-left:15px;
margin-right:15px;
}

h1{
font-size:26px;
}


/* Rename
----------------------------------------------------------------------------------------------------*/

#block-main {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    margin: 20px;
    padding: 0px;
}

#top-b {
    background: none repeat scroll 0 0 #898989;
    margin-bottom: 20px;
    border-radius: 15px 15px 0 0;
}


.module,  #breadcrumbs, #content, #footer {
    margin: 15px;
}

.dimarxos-side {
	margin-top: -21px;
	margin-left: 0;
}

.rename-side-b {
	 margin: 0 0 0 5px;
	 padding: 5px 0;
}
#bottom-a {
    background: none repeat scroll 0 0 #e6e6e6;
    margin: 20px 20px 50px;
}

#bottom-a:before {
	content: url("../../../images/rename/bottom-a/bottom-up.png");
	left: 0;
    position: relative;
    width: auto;
}
#bottom-a:after {
	content: url("../../../images/rename/bottom-a/bottom-down.png");
    left: 0;
    top: 37px;
    position: relative;
    width: auto;
}

.rename-bottom {
	background: none repeat scroll 0 0 #ffffff;
	min-height: 200px;
}

.rename-bottom h2 {
	margin: 0;
    padding-bottom: 0;
    padding-right: 25px;
    padding-top: 0;
    text-align: right;
    text-decoration: underline;
}
.rename-bottom p {
	padding-left: 20px;
    padding-right: 20px;
}

.mod-ren{
    background: none repeat scroll 0 0 #F2F2F2;
   padding:0px;
   -webkit-border-top-left-radius: 20px;
   -webkit-border-top-right-radius: 20px;
   -moz-border-radius-topleft: 20px;
   -moz-border-radius-topright: 20px;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
}

.grid-v .mod-line {
    padding:0px;
	border-bottom:1px solid #929191;
}


.mod-ren > h3 {
	background-color: #949494;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.mod-ren > h3.module-title{
	color:#FFFFFF;
	font-size:18px;
	padding:6px 6px 6px 22px;
	font-weight:bold;
	margin:0px;
}

.mod-ren > ul {
	padding:6px 6px 6px 18px;
}

.mod-last {
background: none repeat scroll 0 0 #ebecec;
margin-top:-15px;
padding:0px 0px 8px 0px; 
-webkit-border-top-left-radius: 20px;
   -webkit-border-top-right-radius: 20px;
   -moz-border-radius-topright: 20px;
   border-top-right-radius: 20px;
}

.line {
border-bottom:1px solid #b2b3b3;
margin-left:12px;
margin-right:12px;
margin-bottom:3px;
}
.date{
background: none repeat scroll 0 0 #fefefe;
color:#727271;
width:71px;
font-weight:bold;
margin-left:12px;
margin-top:10px;
padding-left:7px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size:12px;
}


.titlel{
margin-left:14px;
font-size:14px;
font-weight:bold;
}

.titlel img {

padding-top:2px;
padding-right:3px;
}

.titlel a {
text-decoration:none;
color:#727271;
}

.titlel a:hover {

color:#93c639;
}

#search{
	margin-top:30px;
	margin-right:20px;
	background-color:#3ca9b9;
	padding-left:7px;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.searchbox{
border:none;
}

.searchbox input{
color:#FFFFFF;
font-weight:bold;
}

#menu .fancy {
    background: none repeat scroll 0 0 #84B33A;
}

.mod-icons-right{
text-align: center;
}

.lattitle{
	display: table-cell;
    font-size: 13px;
    padding: 0 0 0 5px;
    width: 180px;
}

.lattitle a{
color: #434343;
}

.lattitle a:hover{
color: #84B33A;
}

.contact {
background: none repeat scroll 0 0 #F2F2F2;
padding:6px 6px 6px 18px;
-webkit-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-radius: 20px;
}

.contact > h4 {
 color: #999999;
 font-size:13px;
 font-family: "verdana";
margin: 25px 0 5px;
}
}

.phones {
font-size:16px;
color: #84B33A;
}

.icr{
float:right;
}

.icr img{
padding:5px;
}

#footer {
margin-top:4px;
font-size:13px;
color:#434343;
font-family:Helvetica;
}
.ren {
color:#da1f24;
font-weight:bold;
}

.sal{
font-weight:bold;
color:#000000;
}

.sidebar-a-left #maininner, .sidebar-b-left #maininner {
    padding-left: 10px;
}
.sidebar-a-right #maininner, .sidebar-b-right #maininner {
    padding-right: 10px;
}

div.k2Pagination {
    color: #999999;
    margin: 24px 0 4px;
    padding: 8px;
    text-align: right;
}
.pagination .first {
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 5px 5px 5px 5px;
    margin-right: 3px;
    padding: 6px 8px;
}
.pagination .next {
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 5px 5px 5px 5px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 6px 8px;
}
.pagination .last {
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 5px 5px 5px 5px;
    padding: 6px 8px;
}
.pagination .previous {
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 5px 5px 5px 5px;
    margin-right: 3px;
    padding: 6px 8px;
}


img {
max-width:100%;
}
