/*
	Theme Name: Branco Theme
	Description: Branco default theme, based on HTML5Blank
	Version: 1.4.2
	Author: Todor Bogdev
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 14px/1.8 "Trebuchet MS", Helvetica, sans-serif;
	color:#494c4d;
    line-height: 1.2em;
    background-color: #e8ecee;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

img.ansp {
    max-width: 100%;
    border: 1px solid #d6d7dc;
    padding: 0.4em;
}

a {
	color:#494c4d;
	text-decoration:none;
    font-weight: bold;
}
a:hover {
	color:#494c4d;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
span.gs {
    color: #be820f;
    font-weight: normal;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* header */
.header {
    width: 100%;
    min-height: 9.8em;
	margin: 0 auto;
    background-color: #ffffff;    
}

.header_elements {
    font: 0.8em "Trebuchet MS", Helvetica, sans-serif;
    line-height: 1.5em;
	max-width:917px;
	width:95%;
	margin:0 auto;
    padding-top: 3.6em;
    padding-left: 0.5em;  
}

/* logo */
.logo {
    float: left;
}

.logo-img {
	width: 100%;
}

.login_members {
    float: left;
    margin: 5.5em 0 1em 2em;
}

.flexible-frontend-login {
} 

.translate_toggle {
    float: left;
    text-transform: lowercase;
    padding-right: 5em;
}

.social_links {
    float: left;
}

.social_links ul, .translate_toggle ul{
    list-style: none;
}

.translate_toggle ul{
    margin-top: 2.5em;
}

/* section area */ 
.section_area { 
	max-width:917px;
	width:95%;
	margin:0 auto;
    background-color: #ffffff;
}

.header_image {
    border:  1px solid #d6d7dc;
    padding: 0.7em;
}

.header_file {
    margin: 0 auto;
	width: 100%;
}

/* nav */

.navi ul, .navi li, .navi a  {margin: 0; padding: 0;}

.navi a  {font-weight: normal;}

.navi a:active  {background-color: #fff;}


.navi {
    width: 100%;
    float: left;
    padding-left: 1.1em;
    /* max-width: 52em; */
    margin: 2px auto;    
}

.toggleMenu {
    display:  none;
    background: #fff;
    border: 1px solid #2b2f8b;
    padding: 10px 15px;
    width: 4em;
    text-align: center;
    color: #494c4d;
}

.nav {
    list-style: none;
     *zoom: 1;
    -webkit-box-shadow: 0px 5px 10px -3px rgba(231,231,231,1);
    -moz-box-shadow: 0px 5px 10px -3px rgba(231,231,231,1);
    box-shadow: 0px 5px 10px -3px rgba(231,231,231,1);
    padding-left: 0.3em;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 10em;
    padding-left: 0.3em;
}
.nav a {
    padding: 3px 15px 6px 18px;
    color: #494c4d;
}

.nav ul.sub-menu li a {
    white-space: nowrap;
    padding-left: 0.2em;
} 

.nav li {
    position: relative;
}
.nav > li {
    float: left; 
  
}

.nav > li > a {
    display: block;
}

.nav > li a:hover, .nav li.current-menu-parent > a, .nav li.current-menu-item > a {
    color: #be820f;    
}

.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0.7em;
    width: 11em;
    -webkit-box-shadow: -5px 5px 10px -3px rgba(231,231,231,1);
    -moz-box-shadow: -5px 5px 10px -3px rgba(231,231,231,1);
    box-shadow: -5px 5px 10px -3px rgba(231,231,231,1);    
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
    -webkit-box-shadow: -5px 5px 10px -3px rgba(231,231,231,1);
    -moz-box-shadow: -5px 5px 10px -3px rgba(231,231,231,1);
    box-shadow: -5px 5px 10px -3px rgba(231,231,231,1);
}
.nav li li a {
    display: block;
    position: relative;
    z-index:100;
    
}
.nav li li li a {
    z-index:200; 
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
        -webkit-box-shadow: -5px 5px 10px -3px rgba(231,231,231,1);
        -moz-box-shadow: -5px 5px 10px -3px rgba(231,231,231,1);
        box-shadow: -5px 5px 10px -3px rgba(231,231,231,1);
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav ul.sub-menu li a {
        padding-left: 1.5em;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
    .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}

/* section */
section {
    clear: both;
    min-height: 40em;
    padding: 2.8em 4.5em 0 2.5em;
}

section ul {
    padding-left: 1.1em;
    line-height: 1.4em;
    
}

ul.bl, ul.blu {
    padding-left: 0;
    list-style-type:none;
    font-weight: bold;
    width: 100%;
    padding-left: 18px;
    text-indent: -18px;
}

ul.bl li:before, ul.blu li:before { 
    content: url(img/pf.jpg); 
    margin-top: 10px;
    padding-right: 4px;
    }

ul.bl ul li:before, ul.blu ul li:before { 
    content: none;  
    }    
        
ul.bl li.act:before { 
    content: url(img/pf_d.jpg); 
    margin-top: 10px;
    padding-right: 4px;  
    }  

ul.bl ul li.act:before { 
    content: none; 
    }                
   
ul.bl li {
    cursor: pointer;
    font-weight: bold;
    padding-bottom: 1em;  
    padding-top: 0.2em; 
} 

ul.bl li#last {
    cursor: default;
} 

 ul.blu li{
    margin-bottom: 0.8em;
}

ul.bl li.act { 
    padding-top:  0.3em;
    } 

ul.bl li.dotted-border {
    border-bottom: dotted 1px #494c4d;
    width: 55%;
} 

ul.bl li ul {
    list-style:none;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0.3em;
    display: none;
    width: 180%;
    padding-left: 0;
    text-indent: -4px;
} 
  
ul.bl li ul li:before { 
    content: ""; 
    }

ul.bl li ul li{
    font-weight: normal;
    padding-bottom: 0; 
} 

/* sidebar */
.sidebar {
	
}
/* footer */
.footer {
    padding: 0 0.7em 0 0.7em;
}

p.copyright {
    -webkit-box-shadow: inset 0px 10px 10px -7px rgba(231,231,231,1);
    -moz-box-shadow: inset 0px 10px 10px -7px rgba(231,231,231,1);
    box-shadow: inset 0px 10px 10px -7px rgba(231,231,231,1);
    padding-left: 1.8em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

p.copyright a{
    font-weight: normal;
}

p.copyright span a{
    font: 0.8em "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
    float: right;
    padding-right: 1em;
    text-decoration: underline;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 10px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 15px 10px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

#wordpress_file_upload_block_1 {
    height: 110px;
       
   } 