/**
* Theme Name: Customizr
* Theme URI: http://themesandco.com/customizr
* Description: Navigate to Appearance, Customize. Design in live preview, save and enjoy a beautiful, fast and responsive website compatible with all browsers. For developers, Customizr offers a well documented and modular code, easy to extend with hooks.
* Version: 3.2.15
* Author: nikeo
* Author URI: http://themesandco.com/
* Tags: gray, white, light, blue, red, yellow, green, purple, orange, black, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-menu, custom-colors, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats, rtl-language-support, editor-style
* Text Domain: customizr
* Copyright: (c) 2014 Nicolas GUILLAUME (nikeo), Nice, France
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**
* The styleheets of Customizr are located in inc/assets/css. Each skin has its own stylesheet : blue.css, green.css, ...
* The current stylesheet is loaded after the main skin stylesheet.
*
* IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
* If you want to make quick style test / changes, consider using the Custom CSS section in appearance > customize > advanced options > Custom CSS, it will persist on update since it is saved in your database.
* To make important CSS customizations, you'll want to use a child theme and add your css code in the style.css file of it.
*/


.icon-facebook:after {
	content: "Follow Us on Facebook";
	font-weight: bold;
	font-size: 11px;
	position: relative;
	top: -3px;
}

.navbar-wrapper .navbar h2 {
	text-align: center;
	font-size: 18px;
	font-style: normal; 
}

.navbar .navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}

.pull-menu-left .nav-collapse {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 10px;
	font-weight: bold;

background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.entry-title.format-icon:before {
	display: none;
}

.entry-title.format-icon {
	display: inline-block;
	background: transparent none left center no-repeat;
	padding-left: 50px;
	width: auto;
}

#page-120 .entry-title.format-icon {
	background-image: url('belgium.png');
}

#page-87 .entry-title.format-icon {
        background-image: url('cz.png');
}

#page-178 .entry-title.format-icon {
        background-image: url('france.png');
}

#page-66 .entry-title.format-icon {
        background-image: url('france.png');
}

#page-51 .entry-title.format-icon {
        background-image: url('germany.png');
}

#page-108 .entry-title.format-icon {
        background-image: url('hun.png');
}

#page-203 .entry-title.format-icon {
        background-image: url('ireland.png');
}

#page-76 .entry-title.format-icon {
        background-image: url('romania.png');
}

#page-191 .entry-title.format-icon {
        background-image: url('spain.png');
}

#page-125 .entry-title.format-icon {
        background-image: url('sweden.png');
}

#page-214 .entry-title.format-icon {
        background-image: url('uk.png');
}

#page-244 .entry-title.format-icon {
        background-image: url('norway.png');
}


#page-257 .entry-title.format-icon {
        background-image: url('slovakia.png');
}

#page-280 .entry-title.format-icon {
        background-image: url('denmark.png');
}


#page-286 .entry-title.format-icon {
        background-image: url('netherlands.png');
}

#page-298 .entry-title.format-icon {
        background-image: url('bulgaria.png');
}


#page-329 .entry-title.format-icon {
        background-image: url('italy.png');
}



#recent-comments-5, #recent-posts-4, #categories-4 {
	display: none;

}


#footer #calendar_wrap table {
	width: 250px;
	font-size: 11px !important;
	border: 0;
	margin: 0 auto;
	color: white;
}
	
#wp-calendar td, #wp-calendar th {
	padding: 0;
	color: white;
}


footer#footer {
	background: #004467;
}


#footer tr:nth-child(odd) td, #footer tr:nth-child(odd) th {
	background: #004467;
}

#footer tr:nth-child(even) td, #footer tr:nth-child(even) th {
	background: #064B6E;
}

#wp-calendar td, #wp-calendar th, #wp-calendar tr {
	border-color: #1F5983;
}

#wp-calendar th {
	font-weight: bold;
}


.widget_calendar .widget-title {
	display: none;
}


.span4.social-block.pull-left {
	margin-top: -30px;
	margin-left: 0px;
	text-align: left;
	font-size: 2em;
}



footer#footer .colophon .social-block a {
	color: white;
	opacity: 1;
	text-shadow: none;
}


footer#footer .colophon {
	background: #004467;
}

footer#footer .colophon a, footer#footer .colophon p {
	text-align: left;
	color: white;
}

.row-fluid .span4 {
	width: 100% !important;
}


.span4.credits p {
	text-align: center;
}


footer#footer .colophon {
	margin-top: -50px;
}


.span4.credits {
	position: relative;
	top: 40px;
	left: -33px;
}

#main-wrapper .widget li:hover, .widget li:focus {
	background-color: transparent;
}


.widget_pages .widget-title {
	visibility: hidden;
}


.tc-sidebar .children {
	display: none;
	margin: 5px 0 5px 20px;
}


.tc-sidebar .current_page_item > a {
	color: #555;
	font-weight: bold;
}


.tc-sidebar .current_page_item .children,
.tc-sidebar .current_page_ancestor .children
 {
	display: block;	
}

td,th {
	padding: 6px 10px;
}

.featurette-divider {
	margin: 20px 0;
}

.parent-pageid-18 article td img {
	width: auto;
	max-width: 1000000px;
	height: 150px;
}
