@charset "utf-8";
/* 
Theme Name: Interklim 2015
Theme URI: http://interklim.eu
Version: 2.0.0
Author: EXACTDESIGN, Pavel Jílek
Author URI: http://exactdesign.cz
Description: 
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html


Template: responsive
Text Domain: interklim2015

*/

@import url("../responsive/style.css");
@import url("../responsive/core/css/style.css");
@import url("../responsive/core/css/responsive.css");


/* 
--------------------------------------------------------------
FONT BARIOL
-------------------------------------------------------------- 
*/

@font-face {
    font-family: 'bariol';
    src: url('fonts/bariol_regular.eot');
    src: url('fonts/bariol_regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/bariol_regular.woff') format('woff'),
         url('fonts/bariol_regular.ttf') format('truetype'),
         url('fonts/bariol_regular.svg#BariolRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'bariol';
    src: url('fonts/bariol_bold.eot');
    src: url('fonts/bariol_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/bariol_bold.woff') format('woff'),
         url('fonts/bariol_bold.ttf') format('truetype'),
         url('fonts/bariol_bold.svg#BariolBold') format('svg');
	font-weight: bold;
	font-style: normal;
}


@font-face {
    font-family: 'bariol_thin';
    src: url('fonts/bariol_thin.eot');
    src: url('fonts/bariol_thin.eot?#iefix') format('embedded-opentype'),
         url('fonts/bariol_thin.woff') format('woff'),
         url('fonts/bariol_thin.ttf') format('truetype'),
         url('fonts/bariol_thin.svg#BariolThin') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'bariol_light';
    src: url('fonts/bariol_light.eot');
    src: url('fonts/bariol_light.eot?#iefix') format('embedded-opentype'),
         url('fonts/bariol_light.woff') format('woff'),
         url('fonts/bariol_light.ttf') format('truetype'),
         url('fonts/bariol_light.svg#BariolLight') format('svg');
	font-weight: normal;
	font-style: normal;
}




/* =Base
-------------------------------------------------------------- */
body {
	background: #FFFFFF url(images/header_bg.gif) repeat-x top center;
	/*font-family: 'bariol', Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
}
div#container {
	padding-bottom: 45px;
}

/* =Responsive 12 Column Grid
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */
.col-960 {
	width: 100%;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #3AAADC;
}

a:hover,
a:focus,
a:active {
	color: #BE4637;
	text-decoration: underline;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	text-decoration: none !important;
	color: #3AAADC;
}

h1 {
    font-size: 3.4em; 
	font-family: 'bariol_light', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
    font-size: 2.7em; 
	font-family: 'bariol_light', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3 {
    font-size: 2.2em; 
	font-family: 'bariol', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h4 {
    font-size: 1.7em; 
	font-family: 'bariol', Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h5 {
    font-size: 1.4em; 
	font-family: 'bariol', Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h6 {
    font-size: 1.000em; 
	color: #3AAADC;
	font-family: 'bariol', Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/* =Globals
-------------------------------------------------------------- */
#container {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 25px;
}

#wrapper {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: 4px solid #e5e5e5;
	border-radius: 12px;
}

#header {
	margin: 0;
	background-color: transparent;
	background-image: url(images/header_bg_clouds2.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0 210px;
	margin: 0px -210px;
	position: relative;
}

#footer, #footer2 {
	clear: both;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

#footer-wrapper {
	margin: 0 auto 0 auto;
	max-width: 960px;
	padding: 0 25px 0 25px;
}

/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;
	margin: 80px 0 20px 0;
	height: 190px;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 30px;
	margin-bottom: 20px;
}

#content-archive div h1 {
/* like H3 */
    font-size: 2.2em; 
    margin-bottom: .857em;
    margin-top: .857em;
	color: #3AAADC;
	font-family: 'bariol', Arial, Helvetica, sans-serif;
	font-weight: normal;

}
	

/* = Homepage Content   /page-template-home-interklim-php
-------------------------------------------------------------- */

body.page-template-home-interklim-php div#wrapper {
	background-color: transparent;
	border: none;
	margin: 0 auto 20px auto;
	padding: 0;
}
body.page-template-home-interklim-php div.homepage-box {
	padding-top: 20px;
}
body.page-template-home-interklim-php div.homepage-box p {
	font-family: 'bariol', Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 110%;
	margin: 0 0 10px 0;
}
body.page-template-home-interklim-php div.homepage-box h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0px 0 0 66px;
	height: 60px;
	margin: 0 0 15px 0;
	
	/*display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;*/
}
body.page-template-home-interklim-php div.homepage-box h3.infobox-1 {
	color: #4aa200;
	background: url(images/homepage-boxh3-1.gif) no-repeat top left;
}	
body.page-template-home-interklim-php div.homepage-box h3.infobox-2 {
	color: #ffba00;
	background: url(images/homepage-boxh3-2.gif) no-repeat top left;
}	
body.page-template-home-interklim-php div.homepage-box h3.infobox-3 {
	color: #00abdf;
	background: url(images/homepage-boxh3-3.gif) no-repeat top left;
}	
body.page-template-home-interklim-php div.homepage-box h3.infobox-4 {
	color: #cb301e;
	background: url(images/homepage-boxh3-4.gif) no-repeat top left;
}	
	
body.page-template-home-interklim-php div.homepage-box div.col-220 {
	/*width: 23.404255319149%;*/
	margin-left: 2.127659574468%;
	margin-right: 0;
}

body.page-template-home-interklim-php div.homepage-box > div:first-child {
	margin-left: 0;
}

body.page-template-home-interklim-php div.homepage-box ul.news-list {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
body.page-template-home-interklim-php div.homepage-box ul.news-list li {
	display: block;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.3em;
}
body.page-template-home-interklim-php div.homepage-box ul.news-list li span.date {
	display: block;
	font-family: 'bariol', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 12px;
	text-transform:uppercase;
	padding-right: 10px;
}
body.page-template-home-interklim-php div.homepage-box ul.news-list li span.date strong {
	color: #AAAAAA;
	font-size: 18px;
}
body.page-template-home-interklim-php div.homepage-box ul.news-list li a {
	color: #999999;
}
body.page-template-home-interklim-php div.homepage-box ul.news-list li a:hover {
	color: #BE4637;
}


/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	/*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin: 0 0 20px;
	padding: 20px;*/
	-webkit-border-radius: none;
    -moz-border-radius: none;
	background: none !important;
	border: none;
	border-radius: none;
	margin: 0;
	padding: 0;

}

.widget-wrapper select,
.widget-wrapper input[type="text"], 
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 30px;
}

.top-widget {
    background: none;
    border: none;
    clear: right;
    float: right;
	min-height:0;
    padding: 0 ;
    text-align: right;
    width: 290px;
	top:210px;
	position: absolute;
	right: 210px;
}
.top-widget select, 
.top-widget input[type="text"], 
.top-widget input[type="password"],
.top-widget input[type="email"] {
    width: auto;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom-color: none;
	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	background-color: #fff;
	border: 3px solid #C4E5F4;
	border-radius: 9px;
	background-color: #fff;
	padding: 6px 6px;
}
.top-widget #searchform input[type='submit'], .top-widget #searchform a.button {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom-color: none;
	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	background-color: #fff;
	border: 3px solid #C4E5F4;
	border-radius: 9px;
	
	width: 50px !important;
	text-indent: 60px;
	overflow:hidden;
	padding: 4px 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #F5FBFD; 

}
.top-widget #searchform input[type='submit']:hover, .top-widget #searchform a.button:hover {
	border-color:#89CCEA;
}

/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
    padding: 0;
}

.top-menu li {
	display: inline-block;
	list-style-type: none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #fff;
	border: 3px solid #C4E5F4;
	border-radius: 100%;
	background-color: #fff;
	width: 42px; height: 42px;
	text-align: center;
	padding: 0;
}

.top-menu li a {
	
	border-left: none !important;
	color: none;
	font-size: inherit;
	padding: 0;
}

.top-menu > li:first-child > a {
	border-left-style: solid;
}

.top-menu li a:hover {
	color: #333;
}

/* =Top Menu  soc links
-------------------------------------------------------------- */


div#header-menu {
	float: right;
	margin: 15px 0;
    padding: 0;
	width: 600px;
}

div#header-menu ul.social-icons {
	display: block;
	text-align: right;
	margin: 0;
}


ul.social-icons li {
	display: inline-block;
	list-style-type: none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #fff;
	border: 3px solid #C4E5F4;
	border-radius: 100%;
	background-color: #fff;
	width: 42px; height: 42px;
	text-align: center;
	vertical-align:middle;
	padding: 0;
	margin-left: 10px;
}

ul.social-icons li a img {
	margin: 8px 4px 0px 4px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity: 0.5;/* */
}

ul.social-icons li a:hover img {
	margin: 8px 4px 0px 4px;
    filter: none !important;
	opacity: 1 !important;
}

/* =Top Menu  Lang selector
-------------------------------------------------------------- */

div#lang_sel_list{
	padding: 0; margin: 3px 0 9px 25px;
	width: 166px;
	float: right;
}


div#lang_sel_list ul {
	display: block;
	float: right;
	list-style-type: none;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	background-color: #fff;
	border: 3px solid #C4E5F4;
	border-radius: 9px;
	background-color: #fff;
	text-align: center;
	height: 36px;
	padding: 0 4px 0 4px; margin: 0;
	width: 160px;
}

div#lang_sel_list ul li {	
	display: inline-block;
	width: 40px;
	height: 36px;
	float: none;
	margin: 0;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 0px solid #C4E5F4 ;
	border-left: 3px solid #C4E5F4;
	color: #333;
	font-size: 18px;
	line-height: 1em;
	padding: 0; margin: 0;
	background: none;
	font-family: 'bariol', Arial, Helvetica, sans-serif;
	font-weight: bold;

}
div#lang_sel_list ul li a {
	
	font-size: 18px;
	line-height: 1.6em;
	display: inline;
	padding-top: 5px;
	float: none;
	width: auto;
	border: none;
	padding: 0; margin: 0;
	background: none;
	font-weight: bold;
	color: #CDCDCD !important;
}
div#lang_sel_list ul li a:hover {
	color: #005AAA !important;
}
div#lang_sel_list ul li a.lang_sel_sel {
	color: #E10000 !important;
}

div#lang_sel_list ul > li:first-child {
	border-left: none;
}



/* =Header Menu (Primary)
-------------------------------------------------------------- */
div.main-nav .menu {
	background-color: #FFFFFF;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);*/
	background-image: none;
	clear: both;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);*/
	filter: none;
	margin: 0 auto;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-color: #fff;
	border: 4px solid #3AAADC;
	border-radius: 12px;

	font-family: 'bariol', Arial, Helvetica, sans-serif
}

.main-nav {
	clear:both;
}

div.main-nav .menu, 
div.main-nav .menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.main-nav .menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

div.main-nav .menu li:hover {
	white-space: normal;
	z-index: 10000;
}

div.main-nav .menu li li {
	float: none;
}

div.main-nav .menu ul {
	left: -3px;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif

}

div.main-nav .menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

div.main-nav .menu li li:hover > ul {
	left: 100%;
	top: 0;
}

div.main-nav .menu:after, 
div.main-nav .menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

div.main-nav .menu, 
div.main-nav .menu ul {
	min-height: 0;
}

div.main-nav .menu ul,
div.main-nav .menu ul ul {
	margin: 0;
	padding: 6px 0 12px 0;
	/*padding-bottom: 12px;*/
}

div.main-nav .menu ul li a:hover, 
div.main-nav .menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

div.main-nav .menu ul {
    margin-top:0px;
	min-width: 15em;
	width: auto;
	border: 3px solid #C4E5F4;
	border-top: 4px solid #3AAADC;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	background-color: #fff;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
div.main-nav .menu ul ul{
    padding-top:12px;
	min-width: 15em;
	width: auto;
	border: 3px solid #C4E5F4;
	border-top: 3px solid #C4E5F4;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-color: #fff;
	border-radius: 12px;
	margin-top: -14px;
}

div.main-nav .menu a {
	border-left: none;
	border-right: 3px solid #3AAADC;
	color: #9B9C9C;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: normal;
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	min-width: 70px;
}

div.main-nav .menu a:hover {
	background-color: #F5F5F5;
	color: #005AAA;
	/*font-weight: bold;*/
	background-image: none;
	filter: none;
}

div.main-nav ul.menu > li:hover {
	background-color: inherit;
	color: #fff;
}

div.main-nav .menu .current_page_item a,
div.main-nav .menu .current-menu-item a,
div.main-nav .menu .current_page_ancestor a, 
div.main-nav .menu .current-menu-ancestor a, 
div.main-nav .menu .current-menu-parent a,
div.main-nav .menu .current_page_parent a {
	background-color: #EBF6FB;
	color: #005AAA;
	font-weight: bold;
}
div.main-nav .menu .current_page_item ul li a:hover,
div.main-nav .menu .current-menu-item ul li a:hover,
div.main-nav .menu .current_page_ancestor ul li a:hover, 
div.main-nav .menu .current_page_parent ul li a:hover {
	background-color: #F5F5F5;
	color: #005AAA;
	/*font-weight: bold;*/
}

.front-page div.main-nav .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}

div.main-nav .menu li li {
	background: #fff;
	background-image: none;
	/*border: 1px solid #e5e5e5;*/
	color: #444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

div.main-nav .menu li li a {
	background: transparent !important;
	border: none;
	color: #444;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 6px 10px;
	text-shadow: none;
	white-space: nowrap;
	font-weight: normal !important;
}

div.main-nav .menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444;
	filter: none !important;
}

div.main-nav .menu li li:hover {
	background: #f5f5f5 !important;
	filter: none;
}

div.main-nav .menu ul > li + li {
	border-top: 0;
}

div.main-nav .menu li li:hover > ul {
	left: 100%;
	top: 0;
}

div.main-nav .menu > li:first-child > a {
	border-left: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	background-color: none;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
}

div.main-nav .menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

.js .main-nav .menu {
	display: block;
}

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 div.main-nav .menu ul {
	background: url(images/ie7-fix.gif) repeat;
}

.ie7 div.main-nav .menu li li a  {
    min-width: 100%;
}



/* =Widget Menu  gksm-custom-menu-widget
-------------------------------------------------------------- */
.widget-title  {
	color: #9B9C9C;
	font-size: 20px;
	font-family: 'bariol', Arial, Helvetica, sans-serif;
	font-weight: bold;	
	margin-left: 15px;
	padding-left: 15px;
	position:relative;
}
.widget-title h3  {
	color: #9B9C9C;
	font-size: 20px;
	font-family: 'bariol', Arial, Helvetica, sans-serif;
	font-weight: bold;	
	margin: 0 0 10px 0;
	padding: 0px;
}
.widget-title a  {
	color: #9B9C9C;
	font-size: 20px;
	font-family: 'bariol', Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
.widget-title a::before {
	content: '>';
	position: absolute;
	top: -1px;
	left: -3px;
	font-weight: normal;	
}
.widget-title a:hover {
	color: #3AAADC;
	text-decoration: underline !important;
}
div.widget-menu ul.menu a {
	color: #9B9C9C;
	text-decoration: none;
	background: none  !important;
	filter: none !important;
	text-shadow: none !important;
	height: auto;
	padding: 0;
}
.widget-menu ul.menu a:hover {
	color: #3AAADC;
	text-decoration: underline !important;
}
.submenu-widget ul {
	margin: 0 21px 21px 15px;
	list-style: none;
	list-style-type:none;
}
div.submenu-widget ul.menu {
	background: none !important;
	background-image: none !important;
	list-style: none;
	list-style-type:none;
	filter: none  !important;
}
div.submenu-widget ul.menu li {
	display: list-item;
	line-height: 1.2em  !important;
	background: none !important;
	background-image: none !important;
	border: none  !important;
	filter: none  !important;
	position: relative;
	float: none;
	padding-top: 9px;
	padding-bottom: 3px;
}
div.submenu-widget ul.menu li a::before {
	content: '>';
	position: absolute;
	top: 0px;
	left: -15px;
	font-weight: normal;	
}
div.submenu-widget ul.menu li a{
	line-height: 1.2em  !important;
	background: none  !important;
	background-image: none !important;
	border: none  !important;
	filter: none  !important;
}
.submenu-widget ul.menu li ul {
}
.submenu-widget ul.menu li li {
}
.submenu-widget ul.menu li li a {
}

.submenu-widget ul.menu li.current_page_item a,  
.submenu-widget ul.menu li.current_page_parent li.current_page_item a, .submenu-widget ul.menu li.current_page_ancestor li.current_page_item a {
	color: #3AAADC;
	font-weight: bold;	
}
.submenu-widget ul.menu li.current_page_parent a, .submenu-widget ul.menu li.current_page_ancestor a {
	color: #3AAADC;
	font-weight: normal;	
}
.widget-menu ul.menu a,
.submenu-widget ul.menu li.current_page_parent li a, .submenu-widget ul.menu li.current_page_ancestor li a {
	color: #9B9C9C;
	font-size: 18px;
	font-family: 'bariol', Arial, Helvetica, sans-serif;
	font-weight: normal;	
}



/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 11px; color: #CCCCCC; margin-bottom: -15px;
	position: relative; top: -15px;
}
.breadcrumb-list a {
	color: #89CCEA;
}
.breadcrumb-list a:hover {
	color: #3AAADC;
	text-decoration: underline;
}


/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 12px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	background-color: #fff;
	border: 3px solid #F5F5F5;
	border-radius: 9px;

}
.gallery .gallery-item:hover{
	background-color: #f9f9f9;
	border-color:#E6E6E6;
}
.gallery img:hover {
	border: 1px solid #BE4637;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 12px;
	line-height: 1.5em;
	background: #F5F5F5 url(images/footer_bg.gif) center bottom no-repeat;
	min-height: 160px;
}
#footer-wrapper {
	position: relative;
}
#footer2 {
	clear:both;
	padding: 15px 0 0 0;
	font-size: 12px;
	line-height: 1.5em;
	background: #E5E5E5;
}
#footer a {
	color: #333;
	font-weight: normal;
}

.copyright {
	text-align: left;
	color: #CCCCCC !important;
}
.copyright:hover {
	color: #666666 !important;
}

#footer .copyright {
	position: absolute;
	left:25px; 
	top: -25px;
}
.powered {
	text-align: right;
}

.footer-menu {
    margin-top: 15px;
    margin-bottom: 18px;
}


/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	list-style: none;
	line-height: normal;
    padding: 0;
	margin: 0;
	text-align: right;
	margin-top: -24px;
}
#footer ul.social-icons li {
	display: inline-block;
	list-style-type: none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #fff;
	border: 3px solid #C4E5F4;
	border-radius: 100%;
	background-color: #fff;
	width: 42px; height: 42px;
	text-align: center;
	vertical-align:middle;
	padding: 0;
	margin-left: 10px;
}

#footer ul.social-icons li a img {
	margin: 8px 4px 0px 4px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity: 0.5;/* */
}
#footer ul.social-icons li a:hover img {
	margin: 8px 4px 0px 4px;
    filter: none !important;
	opacity: 1 !important;
}

.front-page  #widgets {
	margin-top: 30px;
}



