/*
Theme Name: Swaraj Peeth
Description: Wordpress Theme Designed for Swaraj Peeth.
Author: Subhkant Rana
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[FONTS]------------------------*/
/*------------------------------------------------*/
@import url(fonts/font-awesome/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic,600,600italic,700,700italic);
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
:before, :after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
html, body {
	height: 100%;
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0;
}
ol {
	margin:0 0 10px 1.5em
}
ul {
	margin:0 0 10px 1.5em
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
	background-color:#993400;
  color: #544841;
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}
a {
	color: #1A62A3;
	outline: medium none;
	font-weight: 600;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
a:hover {
	color:  #000;
}
.clear {
	clear: both;
}
img {
	max-width:100%;
	height:auto
}
iframe {
	max-width: 100%;
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 8px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	margin-bottom: 25px;
	margin-top: 0;
}
ul {
	margin: 5px 0 25px;
	padding-left: 40px;
}
ol {
	margin: 5px 0 0;
	padding-left: 40px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
ins {
	text-decoration: none;
}
pre {
	background-color: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 9.5px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
hr {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: medium none;
	border-top: 1px dotted #D9D9D9;
	clear: both;
	height: 1px;
	margin: 15px 0;
}
blockquote {
	border-left: 5px solid #EEEEEE;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
blockquote p {
	display:inline;
	line-height:inherit;
	font-weight:400;
}
blockquote p:before, blockquote p:after {
	display:inline-block;
	font-family:FontAwesome;
	opacity:0.5;
	font-size:13px;
}
blockquote p:before {
	content:'\f10d';
	margin-right:5px;
	vertical-align:11px;
}
blockquote p:after {
	content:'\f10e';
	margin-left:5px;
	vertical-align:7px;
}
blockquote cite {
	color: #005eb6;
	display: block;
}
input[type="text"], input[type="email"], input[type="tel"], input.text, input.title, textarea, select {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 5px 8px;
	transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=text]:focus, input[type="email"]:focus, input[type="tel"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#bbb;
}
input[type="submit"], button {
	background: none repeat scroll 0 0 #A93423;
	border: medium none;
	border-radius: 1px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.25) inset;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	line-height: 1em;
	max-width: 100%;
	padding: 4px 30px;
	text-align: center;
	transition: 500ms;
	width: auto;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus {
	background:#222;
	color:#fff
}
textarea {
	padding: 5px 8px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.screen-reader-text {
	text-indent:-9999px;
	display:none
}
.hide {
	display:none
}
.hidden {
	display:none
}
.icon {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}
.textcenter {
	text-align:center
}
.floatLeft {
	float:left
}
.floatRight {
	float: right;
}
.black {
	color: #000000 !important;
}
.red {
	color: #db151f
}
.blue {
	color: #005eb6
}
.text-muted {
	color: #999999;
}
.separator {
	clear:both;
	padding:5px
}
.highlight {
	background: none repeat scroll 0 0 #005eb6;
	border-radius: 2px;
	color: #FFFFFF;
	padding: 0 7px;
}
.divider {
	border-top: 1px dotted #AEAEAE;
	clear: both;
	margin-top: 35px;
	padding-bottom: 45px;
	position: relative;
}
.dropcap {
	background-color: #005eb6;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 28px;
	font-weight: 300;
	height: 36px;
	line-height: 36px;
	margin-right: 10px;
	margin-top: 6px;
	position: relative;
	text-align: center;
	width: 36px;
}
table {
	border-collapse: separate;
}
table th {
	font-weight: 700;
	padding: 5px 10px;
	text-align: left;
}
table td {
	padding: 5px 10px;
}
ul.none {
	margin:0;
	padding:0;
	list-style:none
}
ul.points, ul.points ul {
	list-style:none;
	margin-left:0;
	padding:0
}
ul.points li {
	padding-left: 15px;
	position: relative;
}
ul.points li:before {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 4px;
}
ul.checklist, ul.checklist ul {
	list-style:none;
	margin-left:0;
	padding:0
}
ul.checklist li {
	padding-left: 18px;
	position: relative;
}
ul.checklist li:before {
	content: "\f00c";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 7px;
}
ul.inline, ol.inline {
	list-style: none outside none;
	margin-left: 0;
}
ul.inline > li, ol.inline > li {
	padding-left: 0;
	padding-right: 0;
	display:inline-block;
}
.title {
	border-bottom: 1px solid #DDDDDD;
	color: #005EB6;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top:5px
}
.bxFrame {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	padding: 0.4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*------------------------------------------------*/
/*--------------------[COLUMNS]-------------------*/
/*------------------------------------------------*/
.col, .col2, .col3, .col4, .col5, .col6 {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
 box-sizing:border-box display: inline;
	float: left;
	margin-right: 4%;
}
.cols .last, .col:last-child, .col.last, .col2:last-child, .col3:last-child, .col4:last-child, .col5:last-child, .col6:last-child, .cols3 .col:last-child {
	margin-right:0 !important;
}
.col, .col2 {
	width:48%;
} /* 2 equal width columns - default */
.cols3 .col, .col3 {
	width: 30.66%;
} /* 3 equal width columns */
.cols4 .col, .col4 {
	width:23.5%;
} /* 4 equal width columns */
.cols5 .col, .col5 {
	width:18.4%;
} /* 5 equal width columns */
.cols6 .col, .col6 {
	width:15%;
} /* 6 equal width columns */
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 6px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.wrapper {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  padding: 0 ;
  position: relative;
  width: 980px;
}
#leftArea {
  float: left;
  padding-left: 20px;
  width: 25%;
}
#rightArea {
  background-repeat: repeat;
  float: right;
  padding: 0 0 20px 20px;
  width: 75%;
}
#rightArea #main {
  min-height: 760px;
  padding-right: 20px;
}
/*------------------------------------------------*/
/*-------------------[LEFT AREA]------------------*/
/*------------------------------------------------*/
#logo {
	background: url("images/divider.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	margin-bottom: 30px;
	padding-bottom: 35px;
}
#logo img {
	display:block
}
#sidebar {
	text-align:right
}
#sidebar .widget-container {
	margin-bottom: 50px;
}
#sidebar .widget-title {
	border-bottom: 1px solid #B49B5C;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 30px;
}
#sidebar ul {
	margin:0;
	list-style:none
}
#sidebar ul li {
	margin-bottom:4px
}
/*------------------------------------------------*/
/*------------------[RIGHT AREA]------------------*/
/*------------------------------------------------*/
.sectionTitle {
	background: url("images/divider.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	font-size: 20px;
	color: #1A62A3;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 24px;
	padding-top: 20px;
	position: relative;
	text-align: left;
}
.readmorelink {
	float: right;
}
.videosFrame {
  padding-bottom: 20px;
}
.videosFrame iframe{display:block}
/*------------------------------------------------*/
/*---------------------[HEADER]-------------------*/
/*------------------------------------------------*/
#header {
	padding-bottom: 18px;
}
#navigation {
  background: #ff6600 none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  position: relative;
}
#navigation > ul {
	margin:0;
	padding:2px 0 2px 0;
	list-style:none
}
#navigation > ul > li {
  display: inline-block;
  float: left;
  margin-right: 0;
  position: relative;
}
#navigation > ul > li:last-child {
	margin-right:0
}
#navigation > ul > li > a {
  color: #fff;
  display: block;
  font-size: 1.06em;
  line-height: 1.8em;
  padding: 8px 15px;
  transition: all 300ms ease 0s;
}
#navigation > ul > li:hover > a {
	color:#fff;
	background:#A93423
}
#navigation > ul > li.current_page_item > a, #navigation > ul > li.current-menu-item > a, #navigation > ul > li.current-menu-parent > a, #navigation > ul > li.current-menu-ancestor > a {
	color:#fff;
	background:#A93423
}
#navigation > ul > li > ul {
	background: none repeat scroll 0 0 #A93423;
	border-radius: 0 3px 3px;
	-moz-border-radius: 0 3px 3px;
	-webkit-border-radius: 0 3px 3px;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 180px;
	display:none;
	z-index: 99;
}
#navigation > ul > li.last > ul {
	right:0;
	border-radius: 3px 0 3px 3px;
	-moz-border-radius: 3px 0 3px 3px;
	-webkit-border-radius: 3px 0 3px 3px;
}
#navigation > ul > li > ul > li {
	display:block;
	border-bottom:solid 1px #9f2e22
}
#navigation > ul > li > ul > li > a {
	color: #FFFFFF;
	display: block;
	line-height: 24px;
	padding: 6px 10px;
}
#navigation > ul > li > ul > li > a:hover {
	background-color:#9f2e22
}
#navigation > ul > li > ul > li.current-menu-item > a {
	background-color:#9f2e22
}
/*------------------------------------------------*/
/*---------------------[SEARCH]-------------------*/
/*------------------------------------------------*/
#searchform {
	position:relative
}
#searchform input[type="text"] {
	vertical-align:top
}
#searchsubmit {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	padding-bottom:5px;
}
/*------------------------------------------------*/
/*-----------------[GRAVITY FORMS]----------------*/
/*------------------------------------------------*/
ul.gform_fields {
	margin:0;
	padding:0;
	list-style:none
}
ul.gform_fields li {
	display:inline-block;
	position:relative;
	margin:0 1%;
	width:48%;
	margin-bottom:15px;
}
ul.gform_fields li.fullwidth {
	width:98%;
	display:block
}
ul.gform_fields li input[type="text"] {
	width:100%
}
ul.gform_fields li textarea {
	width:100%;
	height:150px
}
.gfield_required {
	color: #800000;
}
.gform_footer {
	clear:both;
	text-align:center
}
.validation_error {
	display:none
}
.validation_message {
	color: #800000;
	font-size: 11px;
	line-height: 1em;
	padding-top: 2px;
	position: absolute;
	right: 0;
}
/*------------------------------------------------*/
/*------------------[HOME SLIDER]-----------------*/
/*------------------------------------------------*/
#home-section {
  padding-bottom: 0;
  position: relative;
}
.splashSlider {
	position:relative
}
.splashSlider img {
	display:block
}
.splashSlider .splashArea {
	display:none;
	position:relative
}
.splashSlider .splashArea:first-child {
	display:block
}
ol.homeSplash-control-paging {
	bottom: 12px;
	line-height: 1em;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 15px;
	z-index: 99;
}
ol.homeSplash-control-paging li {
	display:inline-block;
	margin:0 2px;
}
ol.homeSplash-control-paging li a {
	background: none repeat scroll 0 0 #eee7d9;
	border: 2px solid #a93423;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	cursor:pointer;
	display: block;
	height: 14px;
	text-indent: -9999px;
	width: 14px;
}
ol.homeSplash-control-paging li a.homeSplash-active {
	background:#a93423
}
/*------------------------------------------------*/
/*--------------------[ARCHIVES]------------------*/
/*------------------------------------------------*/
.postBxCol {
	margin-bottom: 15px;
	margin-top: 15px;
}
.postBxImg {
	position:relative;
	display:block
}
.postBxImg img {
	display:block;
	margin:auto
}
.postBxImg .overlay {
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	box-shadow:0 0 50px #000 inset;
	-moz-box-shadow:0 0 50px #000 inset;
	-webkit-box-shadow:0 0 50px #000 inset;
	transition:500ms;
}
.postBxImg:hover .overlay {
	box-shadow:0 0 200px #000 inset;
	-moz-box-shadow:0 0 200px #000 inset;
	-webkit-box-shadow:0 0 200px #000 inset;
}
.postBxImg .overlayTab {
	display:table;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle
}
.postBxImg .overlayTab .overlayCell {
	display:table-cell;
	vertical-align:middle;
	text-align:center
}
.postBxImg .overlay .icon {
	background: none repeat scroll 0 0 #EDE7D8;
	border-radius: 1px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	min-height: 28px;
	min-width: 34px;
	padding: 2px;
	opacity:0;
	visibility:hidden;
	transition:500ms;
}
.postBxImg:hover .overlay .icon {
	opacity:1;
	visibility:visible
}
.postBxImg .overlay .icon:before {
	font-size: 19px;
	color:#A93423;
	line-height:28px;
}
.icon.picture:before {
	content: "\f03e";
}
.icon.arrows:before {
	content: "\f0b2";
}
.icon.expand:before {
	content: "\f065";
}
.postBxTitle {
	border-bottom: 1px dashed #D9D3C3;
	font-family: 'Source Sans Pro';
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 10px 0 6px;
}
.postBxTitle a {
	display:block
}
.postBxSummary {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 2px;
	padding-top: 5px;
}
.postBxAuthor {
	color: #6F635B;
	font-size: 13px;
	font-style: italic;
	padding-top: 3px;
}
.postBxDate {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #CCCCCC;
	font-style: italic;
	left: 0;
	line-height: 1em;
	padding: 8px 12px;
	position: absolute;
	width: 100%;
	font-size:13px;
}
.postBxDate:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\f017";
	margin-right:2px
}
.postBxDate.blogDate {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: inherit;
	color: #888;
	font-size: 12px;
	left: inherit;
	padding: 8px 12px 0 0;
	position: relative;
}
.postBxTerms {
	border-bottom: 2px solid #CFCBC9;
	line-height: 1.2em;
	padding: 6px 0 12px;
	font-size:13px;
}
.postBxTerms:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\f02c";
	margin-right:5px
}
.postBxTerms a {
	color: #6F635B;
}
.postBxTerms a:hover {
	color:#A93423
}
.pdfIconLink {
	background: url("images/pdf_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 5px;
	display: block;
	height: 38px;
	position: absolute;
	right: 10px;
	width: 30px;
}
#pageNavigation {
	border-top: 1px dashed #d9d3c3;
	font-style: italic;
	margin-top: 30px;
	padding-top: 5px;
}
.nav-previous {
	float:left
}
.nav-next {
	float:right
}
.galleryTab {
  display: table;
  height: 200px;
  width: 100%;
}
.galleryCell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/*------------------------------------------------*/
/*-------------------[HOME POSTS]-----------------*/
/*------------------------------------------------*/
.homeBlogPost {
  border-top: 1px solid #ccc;
  padding: 30px 0;
}
.homeBlogPostType {
  color: #888;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.2em;
  padding-bottom: 8px;
}
.homePostTitle {
  color: #000;
  font-size: 1.4em;
}

.homeBlogTxt p{
  font-family: "Source Sans Pro";
  margin:0;
}
.homeBlogImg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; -webkit-background-size: cover;
  border: 1px solid #ddd;
  float: left;
  height: 150px;
  margin-right: 25px;
  width: 150px;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #CECECE none repeat scroll 0 0;
  border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: "Source Sans Pro";
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
.wp-pagenavi a:hover, .wp-pagenavi span{ background-color:#B3B3B3
}
.detailImg {
  background: #ddd none repeat scroll 0 0;
  float: left;
  margin-bottom: 5px;
  margin-right: 30px;
  margin-top: 5px;
  max-width: 300px;
  padding: 5px;
}
.detailImg img{display:block}
.downloadPdf{clear:both; margin-top:20px; padding-top:10px; border-top:solid 1px #ddd}
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer {
	border-top: 1px solid #999999;
	font-size: 11px;
	margin-top: 60px;
	padding-top: 10px;
	text-shadow: 0 -1px 0 #D8C8A7;
	padding-right:20px;
}
.credits {
	float: left;
}
#footer .social_links {
	float: right;
}
.social_links ul {
	margin:0;
	padding:0;
	list-style:none
}
.social_links ul li {
	display:inline-block;
	margin:0 1px;
}
.social_links ul li a {
	display:block;
	text-indent:-9999px;
	width:16px;
	height:16px;
}
.social_links ul li a:hover {
	opacity:0.7
}
.social_links ul li a.facebook {
	background:url(images/icons/facebook.png)
}
.social_links ul li a.twitter {
	background:url(images/icons/twitter.png)
}
.social_links ul li a.email {
	background:url(images/icons/email.png)
}
.social_links ul li a.gplus {
	background:url(images/icons/gplus.png)
}
.social_links ul li a.youtube {
	background:url(images/icons/youtube.png)
}
.social_links ul li a.linkedin {
	background:url(images/icons/linkedin.png)
}