


/* STRUCTURAL CLASSES */


.inner-content {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}

.featured-content {
    background-color: #ccc;
    margin: 1em -1em;
    padding: 0 5% !important;
}

.featured-content.locations .location {
	background-color: #fff;
    border: 1px solid #ccc;
    height: 37em;
}

.inner-content .breaking-image {
    background-color: #ccc;
    margin: 1em -50%;
    padding: 0 50% !important;
}

.inner-content .breaking-section {
    background-color: #ccc;
    margin: 1em -50%;
    padding: 0 50% !important;
}

.inner-content .breaking-section > * {
    background-color: #fff;
}

.error {
	color: #d00;
}

.success  {
	color: #090;
}

p.error, p.success {
	font-weight: 400;
}

/* CONTENT CLASSES */
/*
.access {
	height: 0;
	width: 0;
	position: absolute;
	left: -999px;
}

.extramargin
{
	margin:1em;
}

.clearfix,
a.seemore,
.cols:after,
.grid:after,
.grid2:after
{
	content:"";
	display:block;
	clear:both;
}

.cols,
.grid,
.grid2
{
	clear: both;
	padding: 0;
}

.cols > *,
.grid > *,
.grid2 > *
{
	display: inline-block;
	float: left;
}

.cols > * {
	margin: 0 3% 0 0;
}

.cols > *:last-child {
	margin: 0 0 0 0 !important;
}

.grid > * {
	padding: 1em;
	background-color: #eee;
	overflow: hidden;
	box-sizing: border-box;
}

.grid > .one-half:nth-child(4n+2) {
	background-color: #ddd;
}

.grid > .one-half:nth-child(4n+3) {
	background-color: #ddd;
}

.grid > .one-third:nth-child(6n+2) {
	background-color: #ddd;
}

.grid > .one-third:nth-child(6n+4) {
	background-color: #ddd;
}

.grid > .one-third:nth-child(6n+6) {
	background-color: #ddd;
}


.grid2 > *
{
	padding: 0 1em;
	overflow: hidden;
	box-sizing: border-box;
}

.grid-row1
{
	background-color: #ddd;
}

.one-half {
	width: 47%;
}

.one-third {
	width: 27.33%;
}

.two-thirds {
	width: 64.66%;
}

.one-fourth {
	width: 20.5%;
}

.one-fifth {
	width: 14.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-sixth {
	width: 11.66%;
}

.grid .one-third {
	width: 33.33%;
}

.grid2 .one-third {
	width: 33.33%;
}


.one-half:nth-child(2n+1)  { clear: left; }
.one-third:nth-child(3n+1) { clear: left; }

.grid > .one-half,
.grid2 > .one-half
{
	width: 50%;
}
*/
.clear {
	clear:both;
}
.center {
	margin: 0.5em auto 2em;
}

.content-right {
	text-align: right;
}

.content-center {
	text-align: center;
}

.inline {
	display: inline-block;
	margin: 0 1em;
}

.wide_box,
.wide_section,
img.wide_image, .wide_image img {
	width: 100%;
	padding: 0 50%;
	margin-left: -50%;
	background-color: #c50135;
	clear: both;
}

.wide_section,
.wide_box {
	background-color: #f6f7fb;
}

.wide_box {
	padding-top: 2em;
	padding-bottom: 2em;
}

ul.horizontal {
	padding: 0;
	margin: 0;
}

ul.horizontal li {
	padding: 0;
	list-style: none;
	display: inline-block;
}

ul.horizontal li:after {
	content: " | ";
	padding: 0 0.5em;
}

ul.horizontal li:last-child:after {
	display: none;
}

img#search,
img#secsearch
{
	width:20px;
	height:20px;
	display:inline;
	margin-right:15px;
}

img#secsearch {
    float: right;
    position: relative;
    top: 0.2em;
}

img#social
{
	width:100px;
	height:100px;
}

img#calendar
{
	width:130px;
	height:130px;
	margin:10px 0;
}

img#view-table,
img#view-map
{
	width:30px;
	height:30px;
	display:inline;
	vertical-align:middle;
}



section#alert,
section#news {
	padding: 0.7em 10%;
	text-align: center;
	background-color: #444;
	color: #fff;
}

section#alert
{
	background-color: #000;
}

section#counters
{
	padding: 0.7em;
	text-align: center;
	background-color: #000;
	color: #fff;
}

section#counters dl,
section#counters dt,
section#counters dd
{
	display:inline;
	padding:0;
	margin:0;
}

section#counters dl
{
	margin-top: 1em;
	text-align: center;
	display:block;
}

section#counters dt
{
	margin-left: 0.5em;
}

section#counters dd
{
	margin-left: 0.5em;
}

section#counters dl dt
{
	font-size: 2em;
}

/* FORMS */

form {
	background-color:#fff;
	border:1px solid #eee;
	border-radius:4px;
	padding:1em 1em 1.5em 1em;
}
button, input, select, textarea {
	font-family:inherit;
	font-size:100%;
	color:inherit;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	background-color:#fff;
	border:1px solid #d1d1d1;
	border-radius:4px;
	box-shadow:none;
	box-sizing:border-box;
	width:100%;
	font-size:.8em;
	height:3em;
	padding:.5em 1em;
}
form dd label {
	font-size:.8em;
}
form#myontarioSubmitForm-form fieldset.field.checkboxes{
	display: block;
	float: unset!important;
	margin-top:0.5rem;
	width:100%;
}
form fieldset.field.required div.heading legend:after, form div.required div.heading label:after, form fieldset.required div.heading label {
	content: " *";
	}
textarea{
	height:auto;
}
input[type=text]:focus, textarea:focus, select:focus {
	border-color:#ed2024;
}
form dd, form dl {
	margin:0;
}
form dt {
	margin-top:1em;
	margin-bottom:.5em;
	font-size:1em;
   /* font-weight:600; */
}
fieldset {
	margin:0 0 1.5em 0;
	padding:0;
	border:none;
}
legend {
	font-weight:600;
	font-size:1.2em;
	padding:0;
}

/*
dt label {
	white-space:nowrap;
}
*/

form dd ul {
	margin-left: 0;
}
form dd ul ul {
	margin-left: 2em;
}
/*
input[type="submit"] {
	background-color:gray;
	border:none;
	border-radius:4px;
	font-size:.8em;
	font-weight:600;
	letter-spacing:0.1em;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	height:3em;
}
*/
form#sitesearch {
	border: none;
	padding: 0.25em;
}

form dt.required label:after {
	content: " *";
}

form div.submit { margin-top: 1em; }

ul.errors {
	color: #e00;
}

/* Some hacks for mobile forms overflow issue */

fieldset { min-width: 0; } /* webkit */

@-moz-document url-prefix() { /* Only target Gecko. (Breaks layout in IE.) */
    fieldset { display: table-cell; }
}





a.button {
	letter-spacing: 0.15em;
	font-weight: 600;
	font-size: 95%;
	display: inline-block;
	color: #000;
	border: 1px solid #000;
	padding: 1em 2em;
	margin: 1em 0;
	text-transform: uppercase;
	background: #fff;
}

/* HEADER */

body {
	padding-top: 10.6em;
}

body[id^=page_elgin] {
	padding-top: 14.3em;
}

#pageheader,
img#header_logo,
#pageheader .alignleft
{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#pageheader {
    background: #fff none repeat scroll 0 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 10.6em;
    z-index: 11;
}

#pageheader.elginheader {
	height: 14.3em;
}

#topheader {
	padding: 0 2%;
}

img#header_logo {
	float: left;
	height: 75px;
	margin: 0em 0 0;
}

img#header_logo.elgin_logo {
	float: left;
	height: auto;
	margin: 0em 0 0;
}

#pageheader #elgin_oht_logo {
	height: 50px;
	float: right;
	padding-bottom: 1em;
}

#pageheader .alignleft {
	margin-top: 1em;
	margin-bottom: 1em;
}

#pageheader .alignright {
	text-align: right;
}

#pageheader.elginheader .alignright {
	margin-top: 2em;
}

#topheader .forceright > *,
#topheader #secondary_menu_container {
	clear: right;
	text-align: right;
}

#pageheader #secondary_menu_container {
	padding-top: 1em;
}

#pageheader #secondary_menu {
	float: right;
}

#pageheader #secondary_menu ul {
	list-style: none;
	display: block;
	padding-left: 10px;
	margin: 0;
}

#pageheader #secondary_menu ul li {
	display: inline-block;
	margin: 0 1em 0 0;
}

#pageheader #secondary_menu ul li:last-child {
	margin: 0;
}

#pageheader.scrolled {
	height: 5em;
}

#pageheader.scrolled > #topheader > .alignleft {
	margin-bottom: 0.5em;
}

#pageheader.scrolled #secondary_menu_container,
#pageheader.elginheader.scrolled #donate_button {
	/*display: none;*/
	margin: 5px 5px 0;
	padding: 0;
}

#pageheader.scrolled #header_logo {
	height: 3em;
}

#pageheader.scrolled #donate_button {
    height: 20px;
    line-height: 1em;
    margin-top: 1em;
    width: 15em;
}

#pageheader.scrolled img#search {
	height: 15px;
	width: 15px;
}

#pageheader.elginheader.scrolled img#header_logo.elgin_logo
{
	height: 5em;
}

/* GOOGLE SEARCH */

#google_custom_search {
    display: block;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
    float: right;
    line-height: 1em;
    margin: -3px 0 0 1.25em;
    width: 300px;
    height: 2.5em;

    background-image: url("../../images/template_smcs/icons/mag.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 1.4em auto;
    padding-right: 2em;
	cursor: pointer;
}

#google_custom_search * {
	cursor: default;
}

#google_custom_search .gsc-search-button {
	display: none;
}

#google_custom_search .gsc-control-cse.gsc-control-cse-en,
#google_custom_search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0 0 0.25em;
	margin-right: 0;
}

#google_custom_search
, #google_custom_search table tbody, #google_custom_search table tr, #google_custom_search table td, #google_custom_search table th {
	border: none;
	margin-bottom: 0;
}

#google_custom_search input.gsc-input,
#google_custom_search .gsc-input-box,
#google_custom_search .gsc-input-box-hover,
#google_custom_search .gsc-input-box-focus {
	border: none;
	border-bottom: 2px solid #DFDFDF;
	height: auto;
	box-shadow: none;
}

#google_custom_search .gsc-input-box-focus {
	border-color: #213268;
}

#google_custom_search.desktop-collapsed {
    width: 1.4em;
    margin-left: 0;
}

#google_custom_search.desktop-collapsed * {
	opacity: 0;
}

/* FOOTER */

body > footer {
	background: #bbb;
	padding-top: 2em;
	padding-bottom: 2em;
}

body > footer a {
	color: #000;
	text-decoration: underline;
}


body > footer a:hover,
body > footer a:focus
{
	color: #000;
}

body > footer > .content > * {
	padding-top: 2em;
}

body > footer ul ul {
	display: none;
}


#section-banner img,
#location-banner img,
#content-banner img {
	width: 100%;
}

#elgin-banner img {
	width: 20%;
	display: block;
	margin-left: 70%;
}

#location-banner,
#elgin-banner,
#content-banner {
	position: relative;
	border-bottom: 2px solid #534D4E;
}

#location-banner .location-banner-content,
#elgin-banner .elgin-banner-content,
#content-banner .content-banner-content {
	position: absolute;
	left: 7em;
	top: 20%;
}

#location-banner .location-banner-content h1,
#location-banner .location-banner-content p,
#elgin-banner .elgin-banner-content h1,
#elgin-banner .elgin-banner-content p,
#content-banner .content-banner-content h1,
#content-banner .content-banner-content p {
    background-color: #fff;
    box-shadow: 0 0 0.5em 0.5em #fff;
    max-width: 25em;
    padding: 0.2em;
}

#location-banner .location-banner-content h1,
#elgin-banner .elgin-banner-content h1,
#content-banner .content-banner-content h1 {
	max-width: 10em;
}

/* CATEGORIES */

#categories ul {
	padding: 0;
	margin: 0;
	margin-top:1.5em;
	margin-bottom:1.5em;
	list-style: none;
	white-space: nowrap;
	overflow: hidden;
}

#categories li {
	display: inline-block;
	padding: 0;
	margin: 0;
	height: 13em;
	width: 50%;
	position: relative;
}

#categories li a {
	display: block;
	width: 100%;
	height: 10em;
	text-align: center;
	line-height: 18em;
}

.catb { background-color: #aaa; }
.catm { background-color: #ddd; }
.cath { background-color: #777; }

.catb:before { background: none !important; content: "B"; font-size: 500%; position: absolute; top: .5em; width: 100%; text-align: center; pointer-events: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale'); }
.catm:before { background: none !important; content: "M"; font-size: 500%; position: absolute; top: .5em; width: 100%; text-align: center; pointer-events: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale'); }
.cath:before { background: none !important; content: "L"; font-size: 500%; position: absolute; top: .5em; width: 100%; text-align: center; pointer-events: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale'); }

/* LOCATIONS */

.location img,
.museum img
{
	display: inline;
}

.location img
{
	width: 60%;
}

.museum img
{
	height: 300px;
}

p.location-img
{
	text-align: center;
}

ul#blog_posts
{
	line-height: 175%;
}

/* MAIN MENU */

.main_menu_toggle,
.google_custom_search_toggle {
	display: none;
}

#main_menu {
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

#main_menu strong {
	font-weight: 600;
}

#main_menu a:focus,
#main_menu a:focus:after {
	color: #c00;
}

#main_menu.l1 {
	padding-bottom: 14.5em;
}

#main_menu.l2 {
	padding-bottom: 26em;
}

#main_menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	word-wrap: none;
	white-space: nowrap;
}

#main_menu ul li {
	list-style: none;
	display: inline-block;
	padding-bottom: 0.2em;
	cursor: pointer;
}

#main_menu > ul > li,
#main_menu > .cms_container > ul > li {
	font-weight: 600;
	font-size: 1em;

	display: inline-block;
	width: 10.15%;
	background: #eee;
	border: 1px solid #fff;
	padding: 0.75em 2%;
	margin: 0;
	list-style: none;
	text-align: center;
}

#main_menu ul li ul {
	font-weight: 400;
	letter-spacing: initial;

	line-height: 0.8em;
	height: auto;
	width: 85.25%;
	overflow: visible;
	background: #fff;
	padding: 0;

	/* animation... */
	position: absolute;
	left: 0;
	top: 2.8em;
	height: 0em;
	overflow: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;

	white-space: initial;
	text-align: left;
	padding-left: 14.75%;
	background-color: #ccc;
	margin-top: -2px;

}

#main_menu ul li.active > ul {
	height: 12.5em;
	padding-top: 1em;
	padding-bottom: 1em;
}

ul.menu {
	padding: 0;
}

#main_menu ul li ul li,
ul.menu li
{
	text-transform: none;
	width: 45%;

	list-style: none;
	padding: 1em 0.5em;
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;
	margin: -1px 1em 0 0;
	display: inline-block;
}
#main_menu ul li ul li {
	display: block;
	float: left;
}

ul.menu li
{
	border-color: #333;
}

#main_menu ul li ul li:after,
ul.menu li:after,
a.seemore:after {
	-moz-osx-font-smoothing: grayscale;
	content: "›";
	display: inline-block;
	float: right;
	font-family: icomoon;
	font-size: 196%;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 0.5;
	margin-left: 0.25em;
}
#main_menu ul li ul li:after {
	color: #fff;
}

a.seemore {
	width: auto;
	display: inline-block;
	padding-bottom: 1em;
}

#main_menu ul li ul li:first-child {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 150%;
	border: none;
	width: 10%;
	text-align: center;
	padding: 1.5em 1% 0 2%;
}

#main_menu ul li ul li:first-child:after {
	display: none;
}

#main_menu ul li ul li ul {
	background: #f3f4f8;
}

#main_menu ul li.active > a,
#main_menu ul li.active > a:after,
#main_menu ul li.active > a:focus,
#main_menu ul li.active > a:focus:after {
	color: #d20b0e;
}

#main_menu ul li > a::after {
	display: inline-block;
	line-height: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 120%;
	content: " ";
}

#main_menu ul li.parent > a::after {
	margin-left: 0.5em;
	content: " ▾";
	pointer-events: none;
}

#main_menu ul li.active > a::after {
	-moz-transform:    rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform:      rotate(-180deg);
	transform:         rotate(-180deg);
}

/* BXSLIDER adjustments */
.bx-wrapper,
.bx-wrapper ul
{
	margin: 0 auto;
	padding: 0;
}

.bx-wrapper .bx-viewport {
	border: none;
	left: 0;
	background: transparent;
	box-shadow: none;
}

.bx-wrapper .bx-viewport li {
	padding-bottom: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 5px;
}

.bx-wrapper {
	padding-bottom: 44px; /* 50px */
}

.bx-controls {
	margin: -3em 0 0;
}

.bx-wrapper .bx-viewport li img {
	margin: auto;
}

/*
.bx-wrapper .bx-next {
	right: -45px;
}

.bx-wrapper .bx-prev {
	left: -45px;
}
*/

/* TOPSEARCH */

img#search,
img#secsearch {
	cursor: pointer;
}

#topsearch,
#section-search {
	background: #ccc;
	clear: both;
	text-align: center;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition:    all 0.3s linear;
	-o-transition:      all 0.3s linear;
	transition:         all 0.3s linear;
}

#topsearch.active,
#section-search.active {
	height: 3.9em;
}

#topsearch input,
#section-search input {
	border: 1px solid #0f0f0f;
	margin-right: 1em;
}

#topsearch input[type="submit"],
#section-search input[type="submit"]
{
	height: 1em;
	line-height: 0em;
	color: #121212;
	margin-left: 1.25em;
	margin-right: 0;
}
#topsearch input[type="radio"],
#section-search input[type="radio"]
{
	margin: 0 0.2em 0 0.5em;
}
#topsearch input[type="textbox"],
#section-search input[type="textbox"],
{
	margin: 0.5em;
}


/* OTHER */

#donate_button
{
	border: 1px solid black;
	background-color: #eee;
	text-align: center;
	padding: 0.5em;
}

#events
{
	background-color: #eee;
}

#img-myontario
{
	width: 100%;
	height: 200px;
	background: url("../../images/content/myontario.png") repeat scroll 0 0;
}

.carousel_images > * {
	width: 33%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #fff;
}

#elgin_footer {
	text-align: center;
}

#elgin_footer ul {
	margin-left: -2em;
}

#elgin_footer li {
	display: inline-block;
	margin-right: 2em;
}

#youtube {
	border: 2px solid #ccc;
	border-left: none;
	border-right: none;
}

#youtube img {
	max-height: 20em;
	margin: auto;
	cursor: pointer;
}

#social-inline {
	display: inline-block;
	height: 2em;
	position: relative;
	top: 10px;
}

#myontario_form { display: none; }
.featherlight #myontario_form { display: block; }


#myontario_sort {
	display: inline-block;
}

#myontario_sort select, #myontario_sort option {
	font-size: 1em;
	margin: 0 0 0 0.25em;
}

#myontario_sort .myontario_sort_element {
	white-space: nowrap;
	margin-right: 3em;
	display: inline;
	display: inline-block;
}

#myontario_bar a.button {
	margin: 0.5em 1em 0;
	padding: 0.7em 1em 0.5em;
}

#event-date {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    margin-top: 1em;
    color: #0000ee;
}

.picker--opened .picker__frame {
	top: 15em;
}

.share {
	margin-left: 2.5em;
	margin-top: 0;
	padding: 0;
}

/* SECtION MEnu */

#section-menu ul {
	padding: 0;
	margin: 0.5em;
	text-align: right;
}

#section-menu ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 1em;
}

#section-menu-trigger { display: none; }

#section-menu {
	position: static;
	background-color: #EEEEEE;
	z-index: 10;
	padding: 0.5em;
}

#section-menu.scrolled {
	position: fixed;
	width: 100%;
}

#calendar { cursor: pointer; }

.myontario_element { position: relative; }
.myontario_element .heart {
	position: absolute;
	top: 1em;
	right: 1em;
}

textarea { height: 15em; }


.picker { display: none; }
.picker--opened { display: block; }
.picker__wrap { max-height: 30em; }
a img {border: none; }

.elginheader #main_menu > ul > li{
	letter-spacing: 0;
	font-size: 0.9em;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: 100%;
	text-align: center;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 1em;
}

#fixed-button {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fff none repeat scroll 0 0;
	border-color: #000 -moz-use-text-color #000 #000;
	border-image: none;
	border-style: solid none solid solid;
	border-width: 2px 0 2px 2px;
	bottom: 5em;
	height: 4em;
	line-height: 4em;
	position: fixed;
	right: 0;
	text-align: center;
	width: 7em;
	z-index: 100;
}

section#news {
	display: none;
}

section#featured_location {
	border-top: 2px solid #000;
}

.totop {
	text-align: right;
}


/* AddThis Inline container */

.share_container {
	display: table;
    margin: 1em 0 1em 1em!important;
    float: right;
}

.share_container .share_element {
    display: table-cell;
    vertical-align: middle;
}

.share_container > div {
	position: relative;
	top: 2px;
	margin-left: 1em;
}

/* FullCalendar */
#calendar { max-width: 700px; margin: auto; }
.fc table { margin-bottom: 0; }

/* Social Media */

.icon-social {
    background-image: url("../../images/template_main/social-wide.png");
    background-size: cover;
    display: inline-block;
    height: 25px;
    overflow: hidden;
    text-indent: 50em;
    width: 24px;
}
.icon-social.icon-twitter
{
	background-position: 0 0;
}
.icon-social.icon-facebook
{
	background-position: 69px 0;
}
.icon-social.icon-google
{
	background-position: 46px 0;
	width: 23px;
}
.icon-social.icon-linkedin
{
	background-position: 23px 0;
}

.social-grid {
	background-color: #fff;
	width: 108px;
	height: 108px;
	padding: 1px 0 3px 4px;
}

.social-grid .icon-social{
	margin: 0px;
	width: 50px;
	height: 52px;
}
.social-grid .icon-social.icon-twitter
{
	background-position: 0 0;
}
.social-grid .icon-social.icon-facebook
{
	background-position: 144px 0;
}
.social-grid .icon-social.icon-google
{
	background-position: 97px 0;
}
.social-grid .icon-social.icon-linkedin
{
	background-position: 50px 0;
}

.social-line {
	display: inline-block;
	position: relative;
	top: 6px;
}
