
/*****************************/
/*           HTML            */
/*****************************/

   * {
       margin: 0;
   }

    html, body {    
        height: 100%;    
        margin: 0;  		
    }  
    
    body {
        background: #fff;
        color: #3f3f3f;       
        font: normal 16px sans-serif,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma; 
		line-height: 140%;
    }
    
    body.modal {
		overflow: hidden;
    }
   
    ul, li {
        margin: 0;
        padding: 0;
    }    
 
    input, select, textarea, button {
        font-family: inherit;
        outline: none;
    }
    
    input[type=submit] {
		cursor: pointer;
    } 
       
    
    .mobile {
        display: none;
    }
    
    a {
		text-decoration: none;
		color: inherit;
		transition: 200ms;
    }
	
    }
    a:hover {
		transition: 200ms;
    }
	
    a img {
		border: none;
    }
    
    h1,
    h2 {
		font-size: 0.1em;
    	font-weight: 400;     
    	font-family: 'Hammersmith One';
		color: #3f3f3f;
    } 
    h3,
    h4 {
		font-size: 1.1em;
    	font-weight: 400;     
    	font-family: 'Hammersmith One';
		color: #3f3f3f;
    } 
    
    
    mark {
		background: none !important;
		color: inherit;
    }
    
    .bree {
		font-family: 'Bree Serif', serif;
    }
    
    input:focus::-webkit-input-placeholder { color:transparent; opacity: 0;}
    input:focus:-moz-placeholder { color:transparent; opacity: 0;} /* FF 4-18 */
    input:focus::-moz-placeholder { color:transparent; opacity: 0;} /* FF 19+ */
    input:focus:-ms-input-placeholder { color:transparent; opacity: 0;} /* IE 10+ */
        
/*****************************/
/*          1. main          */
/*****************************/  

	.wrapper {	
		min-height: 100%;	
		margin: 0 auto -130px;		
	}
		    
    .inner {
        max-width: 1300px;    
        margin: 0 auto;        
    }   
    
    .main .inner,
    .main.inner {
		padding: 0 30px;
		margin-bottom: 150px;		
    }
    
    .mobile {
		display: none;
    }
    
    .push {
		height: 130px;
	}
	
	/* images */
      
    img a {
		border: none;
    }    
    
    .image img {
		max-width: 100%;
    }
    
    .image.padded {
		position: relative;
    }
    
    .image.padded:before {
		display: block;
		content: "";
    }
    
    .image.padded img {
		position: absolute;
		top: 0;
		left: 0;
		max-width: none !important;
    }
    
    .responsive_image {
    	width: 100%;
    	display: block;
		position: relative;
		background: #ccc url(../img/logo.png) no-repeat 50% 50%;
		overflow: hidden;
    }    
   #slideshow .title {
         position:absolute;
         bottom:18px; 
         right:18px;
         font-size:25px;
         color:white;
     }
    .responsive_image.loaded {
		background: none;
    }  
	
	 .responsive_image img {
		 z-index: 10 !important;
	 }
	   
	 .responsive_image.el_box img {
		  position: absolute;			
	 } 
	 
	 /* columns */
	 
	 .column_wrapper {
		 padding-bottom: 4em;
         margin-top:30px;
	 }
	 
	 .column_main {
		float: left;
		margin-right: -33.33%;
		width: 100%;
		position: relative;	
		z-index: 0;	
	 }
	 

	 
	 .column.left {	
		 width: 33%;		
	 }	
	 
	 .template_home .column.left {
		 position: absolute;
		 left: 0;
		 top: 0;
	 }
	 
	 .column.center {
		 width: 66%;
	 }	 
     .column.fullwidth {
         width:100%;
     } 
     .column.pagewidth {}
     .column.pagewidth > .subnav {width:300px; float:left;} 
	 
	 .column.right {
		 float: right;
    	 width: 33.33%;
    	 position: relative;
    	 z-index: 10;
	 }
	 
	 .column {
		 box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	 }
	 
	 .column.left,
	 .column.center {
		 padding-right: 17px;
	 }
	 
	 .column.right,
	 .column.center {
		 padding-left: 17px;
	 }
	 
	 /* content columns */
	 
      #slideshow {
          max-width:1300px;
          margin:0 auto;
          height:400px;
          position:relative;
          margin-bottom:30px;
      }
      #slideshow .slide {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height:400px;
        cursor:pointer;
      }
      #slideshow .slide > a {
        display:inline-block;
        width:100%;
        height:100%;
      }
      #slideshow .green_bottom {
        position: absolute;
        z-index: 10;
        left: 0;
        bottom: 0;
        text-align: center;
        width: 100%;
        padding: 35px 0 6px 0;
        background: rgba(255,255,255,0.3);
        font-size: 0; 
      }
	 	 
	 .template_content .column.center {
		 
         width:66%;
         float:left;		 
	 }
	 
	 .template_content .column_wrapper.c2 .column.center {
		 margin-left: 0;
		 padding-left: 0;
	 }
	 
	 
	 .template_content .column.right,
	 .template_content .column.left {
		 width: 33%;
	 }
	 
	 /* divider */
	 
	 .dotted {
	 	 position: relative;
		 border-bottom: 1px solid #73B183;
	 }
	 
	 /* buttons */
	 
	div.more {
		text-align: center;
		font-size: 1.1em;
		font-family: 'Hammersmith One';
		margin-top: 1.75em;
        margin-bottom:2em;
	}
    .more_single_article {
        display:block;
        background:#eeeed2;
        color:black;
        padding:10px;
        box-sizing:border-box;
        text-align:center;
        font-weight:700;
        margin-top:20px;
        position:absolute;
        width:100%;
        bottom:0;
        
    }
    .more_single_article a { color:black!important}
	.more_single_article a:hover { color: #77b284!important}
	div.more a {		
		padding-right: 20px;
		display: inline-block;
		background: transparent url(../img/arrow_double_right.png) no-repeat 100% 50%;
	}
	
	.button {		
		color: #000 !important;
		font-family: 'Hammersmith One';
		padding: 10px 24px 10px 10px;
		background: #eeeed2 url(../img/arrow_right_green.png) no-repeat 95% 50%;
	}
	
	.button span {
		display: inline-block;
		padding: 0 30px 0 15px;		
	}
	.mailing_submit {
		background: #77b284;
    		color: #eeeed2;
		padding:10px 30px;
		border:0;
		font-weight:700;
		margin-top:15px;
	}
	   
/*****************************/
/*         2. header         */
/*****************************/  

    
    /* header */
	
	.header {		
		font-family: 'Hammersmith One';
	}
	
	.header .inner {		
		position: relative;	
	}
    
   
	.header a {
		color: inherit;		
	}
	
	/* top */
	
	.header .top {
		background: #eeeed2;
		padding: 10px 0;
	}
	
	/* bottom */
	
	.header .bottom {
		background: #77b284;
		padding: 15px 0 12px;
	}

	/* logo */
	
	.header .logo {			
		position: relative;
		z-index: 20;
	}
	
	.header .logo img {
		max-width: 100%;			
	}
	
	/* circle */
	
	.header .spotlight {
		width: 10%;
		right: 10%;		
		position: absolute;
		top: -25%;
	}
	
	/* forms */
	
	.header .forms {
		float: right;
		width: 50%;
		min-width: 680px;
	}
	
	.header .forms > div {
		display: inline-block;
		width: 32%;		
		padding: 0 28px 0 30px;
		margin-bottom: -7px;
		box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	}
	
	.header .forms form {
		display: block;
		width: 100%;	
		position: relative;
	}
	
	.header .forms form input[type=text] {
		display: block;
		width: 100%;
		border: none;
		background: #77b284;
		color: #eeeed2;
		font-size: 14px;
		padding: 3px 10px 2px 10px;
		box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	}
	
	.header .forms form input[type=submit] {
		position: absolute;
		top: 0; right: -28px;
		height: 100%;
		width: 28px;
		background: transparent url(../img/arrow_right_green.png) no-repeat 50% 50%;
		border:none;		
	}
	
	.header .forms ::-webkit-input-placeholder { /* WebKit browsers */
	    color:    #eeeed2;	    
	    font-style: normal;
	}
	.header .forms :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #eeeed2;	   
	   opacity:  1;
	   font-style: normal;
	}
	.header .forms ::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #eeeed2;	 
	   opacity:  1;
	   font-style: normal;
	}
	.header .forms :-ms-input-placeholder { /* Internet Explorer 10+ */
	   color:    #eeeed2;	 
	   font-style: normal;  
	}
	
	/* search */
	
	.header .forms form[name=search] input[type=submit] {		
		background-image: url(../img/icon_search.png);
		background-position: 100% 50%;
	}
	
	/* contact */
	
	.header .forms form[name=contact] {
		cursor: pointer;
	}
	
	
/*****************************/
/*       2. navigation       */
/*****************************/  
	
	
	/* navigation */
	
	.header ul.navigation {		
		z-index: 10;       
        overflow: hidden;            
        position: absolute;
        left: 0;
        padding-left: 160px;
        width: 100%;
        box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
        top: 50%;
        text-align: left;
        transform: translateY(-50%);
		font-size:15px;
	}
	
	.header ul li {
		list-style-type: none;
	}
	
	.header ul > li {
		display: inline-block;	
		position: relative;	
		margin-right: 1.8em;
	} 
	
	.header ul > li:last-of-type {
		margin: 0;
	}  
	
	.header ul > li a {
		color: #eeeed2;		
		display: block;
		font-size: 1.3em;	
		padding-left: 12px;
		transition: 200ms;		
	} 
	
	.header ul > li a:before {
		display: block;
		width: 12px;
		height: 100%;
		content: "";
		position: absolute;		
		top: 0;
		left: 0;
		background: transparent url(../img/arrow_right_small.png) no-repeat 0 50%;
		transition: 200ms;		
	}
	
	.header ul > li a:hover,
	.header ul > li.active a {
		transition: 200ms;
		color: #333;
		
	}
	
	.header ul > li a:hover:before,
	.header ul > li.active a:before {
		background-image: url(../img/arrow_right_small_black.png);	
	}
	
    /* subnavigation */
	
	ul.subnavigation li {
		display: block;
		font-family: 'Hammersmith One';
	}
	
	ul.subnavigation li a {
		font-size: 1.2em;
		display: block;	
		padding: 12px 0;
	}
	
	ul.subnavigation li a:hover,
	ul.subnavigation li a.active {
		color: #000;
	}
	
	ul.subnavigation li ul {
		font-size: 80%;
		padding-left: 20px;
	}

/*****************************/
/*       3. slideshow        */
/*****************************/ 
	
	.slideshow {		
		position: relative;
		z-index: 0;
	}
	
	/*.template_home*/ .slideshow:before {
		content: "";
		display: block;
		padding-top: 30%;
	}
	
	/*.template_content .slideshow {
		height: 140px;
		background: #ccc;
	}*/
	
	
	/*.template_home*/ .slideshow {
		max-width: 1300px;
		margin: 0 auto;		
        margin-bottom: 30px;
	}
	
	.slideshow .slides,
	.slideshow .slides .slide,
	.slideshow .slides .slide .image {
		position: absolute;
		top: 0;
		width: 100%;
		left: 0; height: 100%;	
		overflow: hidden;
		z-index: 0;
	}	
	
	#slideshow_pager {
		position: absolute;
		z-index: 10;
		left: 0;
		bottom: 0;
		text-align: center;
		width: 100%;
		padding: 35px 0 6px 0;
		background: rgba(255,255,255,0.3);
		font-size: 0;
	}
	
	#slideshow_pager a {
		display: inline-block;
		width: 15px;
		height: 15px;
		background: #8abd97;
		margin: 0 8px;
		
		
		-webkit-border-radius: 50% !important;
		-moz-border-radius: 50% !important;
		border-radius: 50% !important;
	}
	
	#slideshow_pager a:hover,
	#slideshow_pager a.activeSlide {
		background: #eeeed2; 
	}
	
	/*
	.template_content .slideshow .slides .slide {
		height: 300%;
		top: -60%;
	}
	
	.slideshow .slides .slide img {
		max-width: 100%;
	}*/
	
	
/*****************************/
/*         4. content        */
/*****************************/

	/* main */

	.main {
		position: relative;		
		z-index: 10;			
		padding-top: 3.5em;		
	}	
	
	.main a {
		color: #77b284;
	}
    .main a:hover {
        color:#000;
    }
	
	.template_content .main {
		/*border-top: 16px solid #ddece0;*/
		padding-top: 2.5em;
	}	
	
	/* breadcrumbs */
	
	div.breadcrumbs {
		margin: -15px 0 20px;
        display:inline;
	}
	
	div.breadcrumbs a {
		color: #529060;
	}
	
	div.breadcrumbs span {
		display: inline-block;
		margin: 0 5px;
	}

	.rl_template {
		overflow: visible !important;
	}
	
	/* title */
	
	h1.title {
		font-size: 2.0em;
		margin-top: -7px;		
		margin-bottom: 0.8em;
		line-height: 120%
	}
	
	.section_title {
		display: block;
		background: #eeeed2;	
		margin-bottom: 1em;
	}
	
	h2.section_title {
		font-size: 1.4em;		
		text-transform: uppercase;
		padding: 0.5em 0.5em;
	}
	
	h3.section_title {
		font-size: 1.0em !important;
		padding: 0.3em 0.5em;
		font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	}
	
	.section_title.border {
		border-left: 16px solid #77b284;
	}
	
	h3.section_title.border {
		border-width: 10px;
	}
	
	.template_content .section_title {
		font-size: 130%;
	}
	
	/* home */
	
	.content_home h1.title {
		font-size: 1.4em;	
		background: #77b284;
		color:#eeeed2;
		text-align: center;
		padding: 10px 1em;
		margin: 0px;
	}
	
	.content_home .image,
	.content_page .image {
		margin-bottom: 0.8em;
	}
	
	.template_home .column.center img {
		border-bottom: 5px solid #77b284;
	}
	
	.content_home h2 {
		font-size: 2,0em;
		color: #666666;
		text-align: center;
		margin-bottom: 4em;
	}
	
	.content_home .rl_column .rl_image > div {
		margin: 0 auto;
	}
	
	.content_home div.more {
		margin-top: 0;
	}
	
	.content_home a.button {
		display: block;
		width: 50%;
		padding: 20px 0;
		text-align: center;
		font-size: 1.1em;
		margin-top: 2.5em;
        margin:0 auto;
	}
	
	/* banner */
	
	.banner.latest {
		margin-top: 4em;
	}
	
	.banner.latest .image:before {
		padding-top: 45%;
	}
	
	/* list */
	
	.content_page li {
        font-family: Sans-Serif;
        list-style-type: none;
        font-size: 1.0em;
        padding: 5px 0;    
        list-style-type: none;
        position: relative;         
		padding-left: 30px;	
		color: #000;
    }  
    .column.center ul {list-style-type:none}  
    .column.center li {
    font-family: 'Hammersmith One';
    list-style-type: none;
    font-size: 18px;
    padding: 20px 0;
    position: relative;
    color: black;
    padding-left: 30px;
    } 
    .content_files li {padding-left:0px!important}
    .column.center li:before {
        display: block;
        height: 100%;
        width: 24px;
        left: 0;
        top: 0;
        content: "";
        position: absolute;
        background: transparent url(../img/arrow_double_right.png) no-repeat 50% 50%;
    }
    .content_page li:before {
		display: block;
		height: 100%;
		width: 24px;
		left: 0;
		top: 0;
		content: "";
		position: absolute;
		background: transparent url(../img/arrow_double_right.png) no-repeat 50% 50%;
    }
    .content_files > li:before {display:none!important}
    .content_files > li {padding-left:0!important;}
    .content_page li {
		color: #3F3F3F;
    }
    
    /* iskanje */
    
    .content_search .summary {
		padding-left: 1em;
		margin: 5px 0;
		border-left: 12px solid #77b284;
    }
    
    .content_search h3 {
		font-size: 1.75em;
    }
    /*
    .content_search span {
		background: #77b284; 
		display: inline-block;
		padding: 2px 4px;
		color: #fff;
    }*/
    
    .content_search hr {
		border: 1px solid #c8c8c8;
		border-top: 0;
		margin: 5px 0;
    }
    
    .content_search .section_title {
		margin-bottom: 0;
    }
    
    .content_search ul {
		margin-bottom: 2em;
    }
    
    .rl_template_column2 {
		overflow:auto !Important;		
    }
    
    /* contact */
    
    .content_contact {
		margin-top: 0;
		padding-top: 1em;
		margin-top: 3em;
		border-top: 2px solid #77b284;
    }
    
    .content_contact h3 {
		font-size: 1.5em;
		margin-bottom: 10px;
		
    }
	
    
/*****************************/
/*           5. news         */
/*****************************/

	/* latest */
	
	.news.latest {
		
	}
	
	 .clear {clear:both}
	.article {
		margin: 1%;
        width:23%; 
        float:left;
        box-sizing:border-box;
        height:670px;
        position:relative;
	}
	
	.article:last-of-type {
		margin: 0;
	}
	
	.article .dotted {
		padding-bottom: 8px;
		margin-bottom: 15px;
	}
	
	.article h3 {
		font-size: 1.3em;
		color: #77b284;		
		line-height: 120%;		
	}
	
	.article .date {
		font-family: 'Hammersmith One';	
		color: #6b6b6b;
		text-align:left;
		font-size: 16px;
        margin-top:5px;
        margin-bottom:5px;
	} 
	
	.article .image {
		position: relative;
		margin-bottom: 10px;
	}
	.news_image {height:200px; background-position:center; background-size:cover; margin-bottom:10px;}
	.article .image img {		
		max-width: 100% !important;
	}
	
	.article .image:before {
		padding-top: 55%;		
	}
    .related_content a {
    font-size: 18px;
    line-height:35px;
    position: relative;
    color: black;  
    font-family: 'Hammersmith One';
    }
	div.related_content a {		
	padding-right: 20px;
	transition: 200ms;
	display: inline-block;
	background: transparent url(../img/arrow_double_right.png) no-repeat 100% 50%;
	}
	div.related_content a:hover {		
	transition: 400ms;
	color: #77b284;
	display: inline-block;
	background: transparent url(../img/arrow_double_right.png) no-repeat 100% 50%;
	}
/*****************************/
/*          6. list          */
/*****************************/

	.row {
		
	}
	
	.row .content {
		display: none;
	}
	
	.row.active .content {
		display: block;
	}
	
	.row h2.section_title {		
		color: #77b284;
		cursor: pointer;
		position: relative;
        margin-bottom: 12px;
		transition: 200ms;
	}	
	
	.row h2.section_title:after {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		background: #77b284 url(../img/arrow_right.png) no-repeat 50% 50%;
		width: 46px;
		content: "";
		transition: 200ms;
	}
	
	.row.active h2.section_title,
    .row h2.section_title:hover {
    	background: #e2e2bf;
		color: #000;
		transition: 200ms;
	}
	
	
	.row h2.section_title span.date {
		float: right;
		margin: 0 47px 0 20px;		
	}
    
    .row .description {
        padding-top: 0.75em;
		padding-bottom: 0.75em;
    }
		
	.row .description .image {
		width: 48%;
		margin-right: 25px;		
		float: left;
		margin-top: 3px;
	}
	
	.row .description .image:before {
		padding-top: 45%;
	}
	
	.row .description .text {
		
	}
    
    /* 3 column row */
    
    .column_wrapper.c3 .row .description .image {
        float: none;
        width: 100%;
        margin: 0;
    }
    
    .column_wrapper.c3 .row .description .text {
        margin-top: 0.7em;
    }
    

/*****************************/
/*         7. galleries      */
/*****************************/

	/* gallery page */
	
	.content_gallery {
		margin-top: 0em;
		border-top: 2px solid #77b284;
		padding-top: 1em;
	}
	
	.gallery {		
		margin-left: -15px;		
	}
	
	.gallery .image {
		float: left;
		width: 10%;		
		font-size: 0;
		box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    padding-left: 15px;
	    margin-bottom: 15px;
	}	
    
    .column_wrapper.c3 .gallery .image {
        width: 16.66%;        
    }
	#single_news_content .date {float:right;}
    #single_news_content h2 {color:#77b284}
    .gallery_title {font-size:18px; padding-top: 30px; font-weight:500; text-transform:uppercase; color:#77b284}
	.back_to_list {float:right; font-weight:500; margin-top:10px; margin-bottom:10px; position:relative; top:-10px }
	
/*****************************/
/*          8. files         */
/*****************************/

	.content_files {
		margin: 0em 0 1.5em;
		border-top: 2px solid #77b284;
		padding-top: 1em;
	}
    
    .content_files ul {
        margin-top: -12px;
    }
    
    .content_files li {
        font-family: 'Hammersmith One';
        list-style-type: none;
        font-size: 18px;
        padding: 20px 0;    
        position: relative; 
        color:black; 
        padding-left:0!important;  
    }    
    
   .content_files li:before {
		display: none!important;
    }
    
    .content_files li span {
        position: absolute;
        /* margin-top: -24px; */
        display: inline-block;
        width: 21px;
        left: 0;
        height: 25px;
        background: transparent url(../img/file.png) no-repeat 50% 50%;
        line-height: 52px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
        font-weight: 700;
        top: 16px;
    }
    
    .content_files li a {
        display: inline-block;
        padding-left: 32px;
        color:black;
        transition: 200ms;  
    }

	    .content_files li a:hover {
        display: inline-block;
        padding-left: 32px;
        color:#77b284;
        transition: 200ms;   
    }

/*****************************/
/*         8. footer         */
/*****************************/

	/* logos */
	
	.partners {
		text-align: center;
		border-top: 2px solid #77b284;
		padding-top: 1em;
		padding-right: 40px;
	}
	
	.partners a {
		display: inline-block;
		width: auto;
		vertical-align: top;
		max-width: 100%;
		margin-top: 1em;
		margin-right: 40px;
		margin-bottom: 30px;
	}
	
	.partners a img {
		max-width: 100%;
	}

	.footer {		
		background: #77b284;
	}
	
	
	.footer.inner {
		height: 130px;
		padding: 0 20px;
		box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	   
	}
	
	.footer > div {
		position: relative;
		top: 50%;        
        transform: translateY(-50%);
        font-family: 'Hammersmith One';
        color: #eeeed2;
        font-size: 1.2em;
        width: 100%;
	}
	
	.footer img {
		float: left;
	}
	
	.footer .content {		
		display: block;
		height: 75px;
	}
	
	.footer .content span {
		display: inline-block;		
		margin-top: 23px;
	}
	
	.footer .terms span {
		margin-top: 30px;	
	}
	
	.footer .content .contact img {
		margin-right: 25px;
	}
	
/*****************************/
/*          9. form          */
/*****************************/  

	/* form main */
	
	form.disabled input[type=submit] {
		opacity: 0.5;
		cursor: auto !important;
	}	
	
	form.light {		
	}
	
	form.light label {
		display: block;
		padding-bottom: 10px;
	}
	
	form.light input[type=text],
	form.light textarea {
		display: block;
		width: 100%;
		border: none;
		background: #e6e6e6;
		padding: 12px 18px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		font-size: inherit;
		font-family: inherit;
		color: inherit;
		margin-bottom: 1em;
		font-size: 1em;
		border: 1px solid transparent;
	}
	
	form.light textarea {
		min-height: 120px;
		max-height: 400px;
		min-width: 100%;
		max-width: 100%;
		max-height: 100%;
		padding-right: 54px;
	}
    
    form.light .controls {
		margin-top: 20px;
    }
    
    form.light input[type=submit] {
		float: right;
		display: inline-block;
		border: none;		
		padding: 10px 50px 10px 40px;
		text-align: center;
		font-size: 1.5em;		
		color: #000 !important;
		font-family: 'Hammersmith One';	
		background: #eeeed2 url(../img/arrow_right_green.png) no-repeat 85% 50%;
		margin-bottom: 20px;
    }
    
    form.light div.field {
		position: relative;
    }
    
    form.light div.field > form.light input[type=text] {
		display: block; width: 100%;
    }
    
    form.light .loader {
		display: none;
    }
    
    form.light .error {
		border: 1px solid red !important;
    }
    
   
    
    form.light .status {
        clear: both;
        display: block;
        width: 100%;           
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 15px 10px;
        font-size: 1em;
    }
    
     form.light .status.error {
        color: red;
        border-color: #EFC2C4;
        background: #FFDFE0;
       
    }
    
    form.light .status.success {
        border-color: #C2D7EF;
        background: #DFEFFF;
        color: #3489B9 !important;
    }
    
    /* placeholder */
    
    ::-webkit-input-placeholder { /* WebKit browsers */
	    color:    #606060;
	    font-style: italic;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #606060;
	   font-style: italic;
	   opacity:  1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #606060;
	   font-style: italic;
	   opacity:  1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
	   color:    #606060;
	   font-style: italic;
	}
		

/*****************************/
/*          10. misc         */
/*****************************/ 

	.el_one_one:before {
		content: "";
		display: block;
		padding-top: 100%;
	}	
	
	.el_rounded {
		-webkit-border-radius: 50% !important;
		-moz-border-radius: 50% !important;
		border-radius: 50% !important;
	}
	
	.el_one_one .image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}
	
	.el_box:before {
		content: "";
		display: block;
		padding-top: 100%;
	}
	
	.el_box .image,
	.el_box img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}
	
	.el_rounded {
		-webkit-border-radius: 50% !important;
		-moz-border-radius: 50% !important;
		border-radius: 50% !important;
	}

	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.overflow:after {
		content: "";
		display: block; 
		height: 1px; 
		clear: both;               
	}   
    
    .el_justify {
        max-width: 100%;
        margin: 0 auto;      
        text-align: justify;           
    }
    
    .el_justify:after {
        content: "";
        width: 100%;
        height: 0;
        display: inline-block;   
        padding: 0;    
    }   
    
    .el_rounded {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
    }
    
    .border_5 {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
    }
    
    .border_5005 {
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
    }
    
    .border_0550 {
    	-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	
	@font-face {
	font-family: 'Hammersmith One';
	src: 
		url('../font/Hammersmith One.eot?#iefix') format('embedded-opentype'),  
		url('../font/Hammersmith One.otf')  format('opentype'),
		url('../font/Hammersmith One.woff') format('woff'), 
		url('../font/Hammersmith One.ttf')  format('truetype'), 
		url('../font/Hammersmith One.svg#Hammersmith One') format('svg');
	font-weight: normal;
	font-style: normal;
	}

    
    
/*****************************/
/*          11. modal        */
/*****************************/

	.overlay_main {
		background: #fff !important;
	}

    .m_overlay {
        background: rgba(0,0,0,0.5);
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 50;
        margin: 0;
        padding: 0;
        display: none;
        top: 0;
        left: 0;               
    }     

    .modal-box {       
    	width: 600px;    
        max-width: 95%;        
        min-width: 200px;      
        min-height: 150px;
        max-height: 80%;           
        margin: 0 auto;
        position: relative;        
        top: 50%;   
        padding-bottom: 20px;     
        transform: translateY(-50%);           
        background: #4b4b4b;      
       
    }
    
    .modal-content {  
    	padding-top: 40px;
    }
    
    .modal-buttons {
		position: relative;		
		height: 53px;
		margin-top: 80px;		
    }
    
    .modal-buttons a.button {		
		min-width: 100px;
		margin-right: 20px;		
		float: right;
    }
    
    .modal-buttons a.button_small:nth-child(2) {
		margin-right: 0;
		float: right;
    }
    
    /* lang selection */
    
    .modal-box.modal_green {
        background: #77b284;
        border-color: rgba(255,255,255,0.9);
        border: 8px solid #eeeed2;
        color:#eeeed2;
        text-align: center;
        font-size: 26px;
        font-family: 'Hammersmith One';
    }
    
  
    
.slideshow_banners {
    text-align: center;
    padding: 10px 0;
    background-color: #eeeed2;  
    max-width: 1300px;  
    margin: auto;
}
.slideshow_banners > * {
    vertical-align: middle;    
}
@media only screen and (max-width: 880px) {
    .content_home a.button {width:100%;}
    .article {width:50%;}
    .slideshow_banners img {max-width:100%;}
}
@media only screen and (max-width: 800px) {
     .article {width:48%; margin-bottom:20px;}
    .template_content .column.center {
    width: 66%;
    float: left;
    margin:0 auto;
    }
    .template_content .section_title {
    font-size: 118%;
    }
}
@media only screen and (max-width: 700px) {
    .article {width:100%; margin-bottom:20px;}
    .gallery .image {width:50%;}
    .template_content .column.center {
    width: 100%;
    float: left;
    }
}
@media only screen and (max-width: 500px) {
    .article {width:100%; margin-bottom:20px;}
    .gallery .image {width:50%;}
    .template_content .column.center {
    width: 100%;
    float: left;
    }
    .section_title {font-size:14px!important;}
}