/*
Theme Name: Sindicatum
Theme URI: 
Author: 
Author URI: http://wordpress.org/
Description: 
Version: 1.1
License: GNU General Public License v2 or later
License URI:
Tags: 
Text Domain: 


*/


/* responsiveness iphone */

@media only screen and (max-width: 600px) {
.blog-content{
position:relative !important;
}
}

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:	 100%;
	height: 100%;
}

body,
button,
input,
select,
textarea {
	color:#333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
}

body {
	background: url(images/body-bg.jpg) no-repeat top center #ededed;
	height: 100%;
}

a {
	color: #005596;
	text-decoration: none;
}

a:focus {
	outline: 0 none;
}

a:hover,
a:active {
	outline: 0 none;
}

a:active,
a:hover {
	color: #00A160;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #999999;
	font-weight: 600;
	margin: 0;
}

h1 {
	font-weight: 400;
	font-size: 24px;
	line-height: 26px;
	color: #00A160;
	text-transform: uppercase;
}

h2 {
	font-size: 22px;
	line-height: 24px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
}

h4 {
	font-size: 18px;
	line-height: 22px;
}

h5 {
	font-size: 17px;
	line-height: 20px;
}

h6 {
	font-size: 16px;
	line-height: 20px;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:	none;
	-ms-hyphens:	 none;
	hyphens:		 none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:		 border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:	none;
	-ms-hyphens:	 none;
	hyphens:		 none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #333333;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 18px 0;
}
blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 600;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:		 border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}
input#gform_submit_button_15,
input#gform_submit_button_17,
input#gform_submit_button_18,
input#gform_submit_button_19,
input#gform_submit_button_21,
input#gform_submit_button_22,
input#gform_submit_button_28{
	border:none !important;
	font-size: 16px;
	line-height: 18px;
	color: #999999;
	display: block;
	color: #FFFFFF;
	padding: 8px 18px 8px 18px;
	background: #999999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 600;	
}
textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

img{
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	width: auto;
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 4px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(51, 51, 51);
	border-bottom: 1px solid rgba(51, 51, 51);
	padding: 14px 2.5% 15px;
	width: 42% !important;
	text-align: center;
}
blockquote p,
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
		margin: 0;
}

.wp-caption {
	margin-bottom: 24px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:		 border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site{
	position: relative;
	float: left;
	width: 100%;
	min-height: 100%;
}

/*======================Custom Styles=================*/

/*
 Header Starts
 ===========================================*/
#header-section{
	float: left;
	width: 100%;
	padding: 16px 0 22px;
	background: #FFFFFF;
}
.right-header {
	float: left;
	width: 100%;
}
.social-icons{
	float: left;
	width: 67%;
	padding: 16px 2.5% 0 0;
}
.social-icons ul{
	float: right;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-icons ul li{
	float: left;
	cursor: pointer;
	width: 22px;
	height: 24px;
	/*margin-left: 16px;*/
	margin-left: 10px;
}
.social-icons ul li a {
	float: left;
	width: 100%;
	outline: none;
}
/*.social-icons ul li.icon-linkedin{
	background: url(images/linkedin_icon.png) no-repeat 0 0;
}
.social-icons ul li.icon-facebook{
	background: url(images/facebook.png) no-repeat 0 0;
}
.social-icons ul li.icon-twitter{
	background: url(images/twitter_icon.png) no-repeat 0 0;
}
.social-icons ul li.icon-youtube{
	background: url(images/youtube.png) no-repeat 0 0;
}
.social-icons ul li.icon-rss{
	background: url(images/rss.png) no-repeat 0 0;
}
.social-icons ul li:hover{
	background-position: 0 -24px;
}*/
.header-search-field {
	float: right;
	width: 30%;
	padding: 9px 0 0;
}
.header-search-field td,
.header-search-field form.gsc-search-box{
	padding: 0 !important;
	border: none !important;
}
.header-search-field td.gsc-clear-button {
	display: none;
}

.header-search-field input.gsc-input {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #cccccc;
	height: 30px;
	width: 205px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 0 0;
	padding: 1px 5px;
}

.header-search-field input.gsc-search-button {
	background: url(images/search_icon.png) no-repeat center center;
	border: medium none !important;
	width: 30px !important;
	height: 30px !important;
	font-size: 1px;
	text-indent: -9999em;
	padding: 1px 5px;
	
}

/************************* Menu *************************/

#menu-section{
	float: left;
	width: 100%;
	position: relative;
	padding: 0 0 26px;
	background: #FFFFFF;
}

.main-menu-container{
	float: left;
	width: 100%;
	margin: 0;
}
.main-menu-container ul{
	float: left;
	width: 98%;
	margin: 0 1%;
}
.main-menu-container ul li{
	float: left;
	list-style: none;
	margin: 0 0 0 31px;
}
.main-menu-container ul li:first-child{
	margin-left: 0;
}
.main-menu-container ul li a{
	font-size: 15px;
	color: #999999;
	font-weight: 600;
	padding: 0 0 40px;
	text-transform: uppercase;
}

.main-menu-container ul li .sub-menu-wrap{
	display: none;
	background: #00a160;
	position: absolute;
	top: 49px;
	left: 0;
	width: 100%;
	padding: 13px 0;
	z-index: 999;
}
.main-menu-container ul li:hover .sub-menu-wrap {
    z-index:2000 !important;
}
.main-menu-container ul li.menu-item-has-children:hover a {
  z-index:2500;
}

.main-menu-container ul li.current-menu-ancestor:hover .sub-menu-wrap {
  z-index:500 !important;
}

.nav-menu .sub-menu li a{
	color: #FFFFFF;
	font-weight: 400;
	padding: 0;
}
.nav-menu .sub-menu li a i{
	display: none;
}
.nav-menu > li.current-menu-item > a,
.nav-menu > li.current-menu-ancestor > a,
.nav-menu > li:hover > a{
	color: #333333;
}
.nav-menu .sub-menu li:hover a,
.nav-menu .sub-menu li.current-menu-item a{
	text-decoration: underline;
}

.nav-menu > li .sub-collapser{
	display: none;
}

/*
 Header Ends
 ===========================================*/

/*
 Footer Starts
 ===========================================*/

#footer-section{
	float: left;
	width: 100%;
	height:193px;
	padding:29px 0 38px;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
}
.menu-footer-container ul li{
	float: left;
	padding-left: 13%;
	width: 87%;
}
.staff-login {
	padding-left: 0 !important;
	width: 100% !important;
	margin-bottom: 16px;
}
#footer-section .widget{
	font-size: 16px;
	line-height: 22px;
	color: #999999;
}
#footer-section .rtw_main {
	margin: 5px 0 10px;
}
#footer-section .rtw_main a{
	color: #999999;
	text-decoration: underline;
}
#footer-section .rtw_main img{
	float: left;
	width: 150px;
	height: auto;
	margin: 5px 18px 5px 0;
}
#footer-section .widget_rotatingtweets_widget{
	float: left;
	width: 40%;
	padding: 0 5% 0 0;
}
#footer-section .widget_rotatingtweets_widget .rotatingtweets{
	min-height: 155px;
	max-height: 160px;
}
#footer-section .widget_text{
	float: left;
	width: 38%;
	padding: 0 5% 0 0;
}
#footer-section .widget_nav_menu{
	float: right;
	width: 12%;
}
.menu-footer-container{
	padding-top: 6px;
	float: left;
}
.menu-footer-container ul{
	list-style: none;
	margin: 0;
}
.menu-footer-container li{
	display: block;
}
.menu-footer-container li a{
	font-size: 16px;
	line-height: 18px;
	color: #999999;
}
.menu-footer-container li.staff-login a{
	display: block;
	color: #FFFFFF;
	padding: 8px 0 8px 42px;
	background: url(images/lock.png) no-repeat left top #999999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 600;
}
.menu-footer-container li a:hover{
	color: #00A160;
	background-position: left bottom;
}	
.copyright{
	float: right;
	width: auto;
	font-size: 13px;
	color: #CCCCCC;
	margin-top: -25px;
}
.follow-button-area{
	float: left;
	width: auto;
	padding: 2px 0 2px 35px;
	background: url(images/twitter-follow.png) no-repeat left center;
	color: #999999;
	font-weight: 600;
	margin-top: 5px;
}
.follow-button-area a{
	color: #999999;
}
.follow-button-area a:hover{
	color: #00A160;
}
.rotatingtweet .rtw_meta{
	font-size: 14px;
	line-height: 16px;
	color: #999999;
}
#footer-section .rtw_meta a{	
	text-decoration: none;
	color: #999999;
}
/*
 Footer Ends
 ===========================================*/

/*
 Content Area Starts
 ===========================================*/

#content-section{
	float: left;
	width: 100%;
	background: url(images/box-shadow.png) no-repeat top center;
	padding-bottom: 250px;
}

.main-content{
	float: left;
	width: 100%;
	margin: 30px 0 60px;
}
.single-team .main-content,
.main-content.template-space{
	float: left;
	width: 100%;
	margin: 80px 0 60px;
}
.main-content.psp{
	float: left;
	width: 100%;
	margin: 80px 0 60px;
}
.main-content.short{
	float: left;
	width: 100%;
	margin: 29px 0 60px;
}

h1.entry-title{
	padding-bottom: 18px;
}
h1.entry-title.projtitle{
	padding-bottom: 0px;
}

.entry-content p{
	margin-bottom: 24px;
}

/*
 Home Page Content Starts
 ===========================================*/
.home-page{
	float: left;
	width: 100%;
	margin: 30px 0 60px;
}
.home-content {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.home-left-content {
	float: left;
	width: 100%;
}
.blog-list-area{
	float: left;
	width:100%;
}
.blog-list-area ul{
	float: left;
	width:100%;
	margin:0;
}
.blog-list-area ul li{
	list-style: none;
	float: left;
	width: 47%;
	margin-right:3%;
	margin-bottom: 15px;
	cursor: pointer
}
.blog-list{
	float: left;
	width:100%;
	position: relative;
}
.blog-thumbnail{
	float: left;
	width:100%;
}
.blog-thumbnail img{
	width: 350px;
	height: 275px
}
.blog-content {
	float: left;
	position: absolute;
	bottom:0;
	width: 88.6%;
	min-height: 90px;
   	background-color:rgba(0,85,150,0.4);
	padding: 13px 5.7% 12px;
	transition: all 500ms ease-in 0s;
	-webkit-transition:  all 500ms ease-in 0s;
	-moz-transition:  all 500ms ease-in 0s;
}
.home-left-content .blog-content h6{
	color: #ffffff;
	font-weight: 400;
	min-height: 60px;
}
.blog-content ul{
	margin: 0;
	padding-top: 5px;
}
.blog-content ul li{
	float: left;
	background:url(images/blog_sep.png) no-repeat left center;
	margin: 0;
	width: auto;
	padding-left: 10px;
	padding-right: 9px;
}
.blog-content ul li:first-child{
	background: none;
	padding-left: 0px;
}
.blog-content ul li{
	color: #ffffff;
	font-size: 13px;
	line-height: 14px;
}
.home-right-content{
	float: left;
	width:100%;
}
.blog-list-area ul li:hover .blog-content{
	background-color:rgba(0,85,150,0.8);
}
.more-blog-post{
	display: none;
}
.more-news-post{
	display: none;
}
.more-post{
	font-weight: 600;
	color: #999999;
	text-transform: uppercase;
	font-size: 13px;
	background:url(images/cross_arrow.png) no-repeat left center;
	padding-left: 24px;
	padding-left: 24px;
	float: left;
}
.more-post:hover{
	color: #333333;
}
.explore-post{
	font-weight: 600;
	color: #999999;
	text-transform: uppercase;
	font-size: 13px;
	background:url(images/cross_arrow.png) no-repeat left center;
	padding-left: 24px;
	padding-left: 24px;
	float: left;
        display:none;
}
.explore-post:hover{
	color: #333333;
}

.home-right-content .blog-content{
	position: inherit;
	background: none;
	min-height: 100%;
	padding: 0;
	width:100%;
}
.home-right-content .blog-list-area ul li:hover .blog-content{
	background: none;
}
.home-right-content .blog-content h6 a{
	color: #005596;
	font-weight: 400;
}
.home-right-content .blog-content h6 a:hover{
	color: #00a160;
}
.blog-content span{
	color: #999999;
	font-size: 13px;
}
.home-right-content .blog-list-area ul li{
	border-top: 1px solid #cccccc;
	width: 100%;
	 padding: 0px 0 18px 0px;
	 margin: 0;
}
.home-right-content .blog-list-area ul li:first-child{
	border: none;
}
.home-right-content .blog-list-area ul li:first-child .blog-list{
	margin-top:0px;
}
.home-right-content .blog-list-area ul li .blog-list{
	margin-top:10px;
}
.logo {
	float: left;
	width: 100%;
}
.banner-block {
	float: left;
	width: 100%;
	max-height: 402px;
	overflow: hidden;
	text-align: center;
}
.banner-block .bx-wrapper{
	margin: 0;
}
.slider-content{
	 float: left;
	width:49%;
	position: absolute;
	top: 60px;
	left: 0;
	background: url(images/slider_bg.png) repeat;
	padding: 26px 0 27px 29px;
	text-align: left;
}
.slider-content h6{
	color: #ffffff;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.slider-content p{
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 18px;
}
.slider-content h2{
	padding-top: 4px;
	padding-bottom: 3px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 26px;
}
.thumbnail-image{
	 float: left;
	width: 100%;
	position: relative;
}
.banner-block .bx-wrapper .bx-viewport{
	border: none;
	box-shadow: none;
	background: none;
	left: 0;
}
.banner-block .bx-wrapper .bx-pager,
.banner-block .bx-wrapper .bx-controls-auto{
	 bottom: 32px;
	 right: 28px;
}
.banner-block .bx-pager-item{
	float: right;
}
.banner-block .bx-wrapper img{
	width: 100%;
}
.banner-block .bxslider {
	float: left;
	margin: 0;
	width: 100%;
	list-style: none;
}
.banner-block .bx-wrapper .bx-pager.bx-default-pager a{
	background: #ebebeb;
	margin: 0 5px;
	opacity: 0.66;
	width: 11px;
	height: 11px;
}
.banner-block .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.banner-block .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #ffffff;
	opacity:1;
}

/*
 Home Page Content Ends
 ===========================================*/

/*
 About Page Starts
 ===========================================*/

.about-page .content-area{
	float: left;
	width: 92%;
	padding: 25px 4%;
	border: 1px solid #e8e8e8;
	background: rgba(255, 255, 255,0.75);
	/*background: -moz-linear-gradient(top, rgba(248, 248, 248,0.75), rgba(250, 250, 250,0.75));
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(248, 248, 248,0.75)), to(rgba(250, 250, 250,0.75)));
	background: -webkit-linear-gradient(top, rgba(248, 248, 248,0.75), rgba(250, 250, 250,0.75));
	background: -o-linear-gradient(top, rgba(248, 248, 248,0.75), rgba(250, 250, 250,0.75));
	background: linear-gradient(to bottom, rgba(248, 248, 248,0.75), rgba(250, 250, 250,0.75));*/
}

/************* Tabs Style ************/

.wordpress-post-tabs{
	float: left;
	width: 100%;
	margin: -45px 0 0;
}
.wordpress-post-tabs .ui-tabs{
	background: none;
	border: 0 none;
	color: 333333;
}
.wordpress-post-tabs .ui-tabs .ui-tabs-nav{
	background: none;
	border: 1px solid #CCCCCC;
	border-bottom: 0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.wordpress-post-tabs .ui-tabs .ui-tabs-nav > li{
	background: none !important;
	width: 50%;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}
.wordpress-post-tabs .ui-tabs .ui-tabs-nav > li.ui-corner-top.ui-state-active{
	background: none !important;
}
.wordpress-post-tabs .ui-tabs .ui-tabs-nav > li a{
	float: none;
	display: block;
	border: 1px solid #CCCCCC;
	border-top: 0 none;
	padding: 12px 0 !important;
	background: none !important;
	font-size: 15px;
	line-height: 18px;
	color: #666666 !important;
}
.wordpress-post-tabs .ui-tabs .ui-tabs-nav > li.ui-state-active a{
	color: #00a160 !important;
	border: 0 none;
}

.wordpress-post-tabs .ui-tabs .ui-tabs-panel{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	color: #333333;
	padding: 26px 0 0;
}

.wordpress-post-tabs .ui-tabs .ui-tabs-panel p{
	margin-bottom: 18px;
}

/*
 About Page Ends
 ===========================================*/

/*
 Team Page Starts
 ===========================================*/

.team-page .content-area{
	float: left;
	width: 90%;
	margin: 0;
	border: 1px solid #e8e8e8;
	padding: 24px 6.1% 39px 3.7%;
	margin-bottom: 59px;
	background: rgba(255, 255, 255,0.75);
	/*background: -moz-linear-gradient(top, rgba(248, 248, 248,0.75), rgba(250, 250, 250,0.75));
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(248, 248, 248,0.75)), to(rgba(250, 250, 250,0.75)));
	background: -webkit-linear-gradient(top, rgba(248, 248, 248,0.75), rgba(250, 250, 250,0.75));
	background: -o-linear-gradient(top, rgba(248, 248, 248,0.75), rgba(250, 250, 250,0.75));
	background: linear-gradient(to bottom, rgba(248, 248, 248,0.75), rgba(250, 250, 250,0.75));*/
}
.blog .team-page .content-area{
	margin-bottom: 30px;
}
	
.content-area.contact{
	float: left;
	width: 92%;
	margin: 0;
	border: 1px solid #e8e8e8;
	padding: 24px 3% 39px 3.7%;

}

.board-of-directors{
	float: left;
	width: 100%;
}
.board-of-directors ul{
	float: left;
	margin-left: -4.3%;
    width: 104.3%;
	list-style: none;
}
.board-of-directors ul li{
	float: left;
	width: 29%;
	margin-left: 4.3%;
	margin-bottom: 29px;
	position: relative;
	max-width: 213px;
}
.directores-image-outer{
	float: left;
	width: 100%;
	background: #cccccc;
	height: 213px;
}
directores-image-outer img{
	width: 100%;
	height: 213px;
}
.directores-details{
	bottom: 0;
    min-height: 32px;
    padding: 9px 7.6%;
    position: absolute;
    width: 84.95%;
	background: rgba(3,70,124,0.4);
	transition: all 500ms ease-in 0s;
	-webkit-transition:  all 500ms ease-in 0s;
	-moz-transition:  all 500ms ease-in 0s;
}
.directores-details span{
	color: #ffffff;
	font-size: 16px;
	width: 100%;
	float: left;
	line-height: 19px;
}
span.details{
	font-size: 13px;
	color: #ffffff;
}
.board-of-directors li a:hover .directores-details{
	background: rgba(3,70,124,0.8);
}
.directores-image-outer img{
	width: 213px;
	height: 213px;
}

/*
 Team Page Ends
 ===========================================*/


/*
 Sidebar Area Begins
 ===========================================*/

.about-widget {
	float: left;
	width: 100%;
}

.about-widget .widget{
	float: left;
	width: 100%;
}

.sidebar-outer {
    background: rgba(255, 255, 255,0.75);
	/*background: -moz-linear-gradient(top, rgba(248, 248, 248,0.75), rgba(250, 250, 250,0.75));
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(248, 248, 248,0.75)), to(rgba(250, 250, 250,0.75)));
	background: -webkit-linear-gradient(top, rgba(248, 248, 248,0.75), rgba(250, 250, 250,0.75));
	background: -o-linear-gradient(top, rgba(248, 248, 248,0.75), rgba(250, 250, 250,0.75));
	background: linear-gradient(to bottom, rgba(248, 248, 248,0.75), rgba(250, 250, 250,0.75));*/
    border-color: #CCCCCC #E6E6E6 #E6E6E6;
    border-style: solid;
    border-width: 2px 1px 1px;
    float: left;
    margin: 38px 0 0;
    text-align: center;
    /*width: 88%;*/
    width: 99.4%;
	min-height: 200px;
}
.sidebar-outer h6 {
    background: url(images/sidebar-img.png) no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #999999;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    margin: -40px 0 0;
    padding: 76px 0 1px;
}

.sidebar-outer h6.projects {
    background: url(images/sidebar-projects.png) no-repeat scroll center top rgba(0, 0, 0, 0) !important;
    color: #999999;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    margin: -40px 0 0;
    padding: 76px 0 1px;
}
.grid_right.contact .sidebar-outer h6 {
    background: url(images/icon-contacts.png) no-repeat scroll center top rgba(0, 0, 0, 0) !important;
    color: #999999;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    margin: -40px 0 0;
    padding: 76px 0 1px;
}
.box-outer {
    background: url(images/sidebar-line-img.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
    float: left;
    margin: 15px 0;
    padding-bottom: 23px;
    width: 100%;
    color: #333333;
}
.box-outer.last {
	background:none;
    float: left;
    margin: 15px 0;
    padding-bottom: 23px;
    width: 100%;
    color: #333333;
}
.box-outer strong {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    display: block;
}
.box-outer.headquarters{
	color: #999999;
}
.box-outer.headquarters .place {
	display: block;
    color: #333333;
}
.box-outer.offices {
    margin-top: 9px;
    color: #999999;
}
.offices span {
    padding-bottom: 2px;
}
.offices p{
	padding-bottom: 10px;
}
.offices a {
    float: left;
    width: 100%;
    color: #005596;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    outline: medium none;
}
.offices a:hover, .offices a:focus, .box-outer p a:hover, .box-outer p a:focus {
    text-decoration: underline;
}
.number {
	padding: 0 0 28px;
}
.no-background {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.number strong {
    display: block;
    font-size: 36px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 8px;
}
.director-board .box-outer{
    margin: 15px 0 8px;
}
.director-board h6 {
    background: url(images/sidebar-img1.png) no-repeat scroll center top rgba(0, 0, 0, 0);
}
.director-board a {
    color: #005596;
    font-weight: 600;
}
.director-board a:hover {
    text-decoration: underline;
}
span.designation {
    color: #333333;
}

/*
 Sidebar Area Ends
 ===========================================*/


/***************partners**************/

.partners-logo-outer{
	float: left;
	width: 100%;
}
.partners-logo-outer ul{
	float: left;
	width: 102.3%;
	margin-left: -2.3%;
	list-style: none;
}
.partners-logo-outer ul li{
	display: inline-block;
	margin-bottom: 29px;
	margin-left: 2.3%;
	width: 30.6%;
	line-height: 20px;
}
.partners-logo-outer a {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.partners-logo-outer ul li img{
	height: auto;
	margin-bottom: 0;
	margin-top: 0;
}

/*******************single-team*************/
.single-team h1{
	padding-bottom: 5px;	
}
.single-team h6{
	padding-bottom: 20px;	
}
.single-team img{
	padding-bottom: 20px;	
}
.single-team p{
	padding-bottom: 15px;	
}

/****************************fullwidth-area*****************/
.fullwidth-area{
	background: rgba(255, 255, 255, 0.75);
    border: 1px solid #e8e8e8;
    float: left;
    padding: 28px 2.5%;
    /*width: 95%;*/
	width: 92.5%;
	margin-left:1%;
}

/***********************introduction-template*************/
.left-content{
	float: left;
	width: 65%;
	margin-right: 5%;
}
.right-content{
	float: left;
	width: 30%;
}
.right-content .blog-list{
	margin-bottom: 20px;
	max-width: 360px;
}
.right-content .blog-thumbnail img{
	width: 100%;
	height: auto;
	max-height: 200px;
}
.right-content .blog-content{
	min-height: 0;
}
.right-content .blog-content h6{
	color: #ffffff;
}
.right-content .blog-list:hover a .blog-content{
	background: rgba(3,70,124,0.8);
}

/********************isotop outer****************/
/************portfolio-nav****************/
.portfolio-nav{
	float: left;
	width: 100%;
}
.portfolio-nav ul{
	float: left;
	width: 101%;
	list-style: none;
	margin-left: -1%;
}
.portfolio-nav ul li{
	float: left;
	width: auto;
	list-style: none;
	margin: 5px 1%;
	background: #cccccc;
	transition: all 500ms ease-in 0s;
	-webkit-transition:  all 500ms ease-in 0s;
	-moz-transition:  all 500ms ease-in 0s;
}
.portfolio-nav ul li:hover,
.portfolio-nav ul li:focus{
	background: #999999;
}
.portfolio-nav ul li a{
	display: block;
	width: 125px;
	padding: 6px 0;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.portfolio-list{
	float: left;
	width: 100%;
}
.portfolio-list ul{
	float: left;
	margin-left: -2.8%;
	width: 102.8%;
	list-style: none;
	margin-bottom: 0;
}
.portfolio-list ul li{
	float: left;
	margin-bottom: 30px;
	margin-left: 2.75%;
	max-height: 200px;
	width: 30.58%;
	max-width: 333px;
	/*width: 24%;
	max-width: 300px;*/
}
.portfolio-list .blog-thumbnail img {
	height: 200px;
	max-height: 200px;
	width: 100%;
}
.portfolio-list .blog-content {
	min-height: 0;
}
.portfolio-list .blog-content h6 {
    color: #ffffff;
    text-transform: uppercase;
}
.portfolio-list .blog-content span{
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}
.portfolio-list .blog-content span.status{
	font-size: 13px;
}
.portfolio-list .blog-list:hover a .blog-content{
	background: rgba(3,70,124,0.8);
}
.portfolio-single-page .entry-title{
	padding: 0 0 10px;
}
.portfolio-single-page .status{
	display: block;
	font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333333;
    padding: 8px 0 0;
}

.isotope, 
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.tenspace { display:block; clear:both; width:100%; height:10px; padding:0; margin:0;}
.twentystwospace { display:block; clear:both; width:100%; height:22px; padding:0; margin:0;}


/************* Newsroom section ************/

.newsroom-page,
.newsroom-single-page{
	margin-top: 30px;
}

.news-list > .post,
.more-news-post > .post{
	margin: 0 0 30px;
}

.news-list-area .post span{
	font-size: 13px;
	line-height: 24px;
	color: #999999;
}
.post-content-area .entry-header h4,
.news-list-area .post h4{
	font-weight: 400;
	color: #333333;
}

.news-list .post.news p,
.more-news-post .post.news p{
	margin: 5px 0 0;
}

.sidebar-outer.blog-widget{
	width: 88%;
	padding: 0 6% 30px;
}

.sidebar-outer.googleadsense{
	width: 88%;
	padding: 0 6% 30px;
	background: none;
    border: none;	
}
.leftfoot {
float: left;
width: 90%;
margin: 0;
padding: 0px 6.1% 0px 3.7%;
}

.sidebar-outer.newsroom-widget{
	width: 76%;
	padding: 0 12% 30px;
}

.sidebar-outer.newsroom-widget h6{
	background: url("images/newsroom-sidebar.png") no-repeat center top;
}


.sidebar-outer .widget_author_avatars h6 {
    background: url("images/sidebar-blog.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    margin-bottom: 20px;
}

.sidebar-outer .widget_new_archive_widget h6{
	background: url("images/sidebar-line-img.png") no-repeat center top;
	margin: 0;
    padding: 20px 0 15px;
}

.author-list{
	float: left;
	width: 100%;
}

.blog-widget .widget_author_avatars .author-list .user{
	float: left;
	width: 50%;
	padding: 0;
}

.blog-widget .widget_author_avatars .author-list span.avatar img{
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: 5px 0 0;
	overflow: hidden;
}

.blog-widget .widget_author_avatars .author-list span.name{
	font-size: 13px;
	line-height: 16px;
	min-height: 48px;
}

ul.recentpost-list{
	list-style: none;
	margin: 0;
}

ul.recentpost-list li{
	background: url("images/sidebar-line-img.png") no-repeat center top;
	padding: 23px 0;
}

ul.recentpost-list li:first-child{
	background: none;
}

.widget_new_archive_widget ul{
	list-style: none;
	margin: 0;
}

.widget_new_archive_widget ul li{
	display: inline-block;
	background: url("images/archive-sep.png") no-repeat center left;
	line-height: 16px;
	padding: 0 3px 0 8px;
}
.widget_new_archive_widget ul li:first-child{
	background: none;
}

.blog-list-single .first-blog {
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(0, 85, 150, 0.8);
}
.blog-image{
	float: left;
	width: 100%;
	position: relative;
	min-height: 300px;
}

.blog-image img{
	width: 100%;
}

.author-image{
	float: left;
	width: 96px;
	margin: 0 4% 0 0;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
}

.first-blog h4.entry-title a,
.first-blog .entry-summary,
.blog-list-single .first-blog .entry-meta a{
	color: #FFFFFF;
}

.first-blog h4.entry-title a:hover,
.blog-list-single .first-blog .entry-meta a:hover{
	text-decoration: underline;
}

.news-list-share{
	float: left;
	width: 100%;
	margin: 12px 0;
}

.news-list-share .mr_social_sharing_wrapper {
	width: 180px;
	padding: 5px;
}
.blog-list-single,
.news-list-content{
	float: left;
	width: 100%;
}

.mr_social_sharing_wrapper > span:last-child {
    display: none;
}

.more-news {
    background: url("images/cross_arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #999999;
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding-left: 24px;
    text-transform: uppercase;
}

.back-to-news {
	float: right;
	background: url("images/back-page.png") no-repeat center left;
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	padding: 0 0 0 26px;
	margin: -30px 0 0;
}

.blog-list-single .entry-image {
	float: left;
	margin: 0 2.75% 0 0;
	width: 25%;
}
.blog-list-single .entry-image img {
	min-height: 145px;
}
.blog-list-single .post-content-area {
	float: left;
	width: 72.25%;
}
.blog-list-single .entry-meta {
	color: #999999;
}
.blog-list-single .entry-meta a {
	color: #999999;
	font-size: 13px;
	line-height: 20px;
}

.about-author{
	float: left;
	width: 100%;
	margin: 25px 0;
	padding: 25px 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.author-meta-image{
	float: left;
	margin: 0 4% 0 0;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
}

.news-list-area .author-meta-content {
    float: left;
    width: 80%;
}

.news-list-area .author-meta-content .author-name{
	display: block;
	font-size: 13px;
	line-height: 22px;
	color: #00a160;
	text-transform: uppercase;
	line-height: 26px;
}

.news-list-area .author-meta-content .author-description,
.news-list-area .author-meta-content .author-description .more-block{
	float: left;
    width: 100%;
}

.news-list-area .author-meta-content .author-description p{
	display: block;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	margin: 0 0 18px;
}
.news-list-area .author-meta-content span,
.news-list-area .author-meta-content .read-bio{
	font-size: 13px;
	color: #00a160;	
	line-height: 22px;
	line-height: 24px;
}

.news-list-area .author-meta-content .read-bio:hover {
	text-decoration: underline;
}
#gform_wrapper_12 .gform_footer input.button {
       background:#999999 !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    display: block !important;
    font-weight: 600 !important;
    padding: 8px 0 8px 42px !important;
}


.contact .entry-content .frm_submit input {
	background: #999999;
	border-radius: 4px;
	color: #ffffff;
	display: block;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Open Sans',sans-serif;
}

.contact .entry-content .frm_submit input:hover{
	background: #999999;
	color: #00a160;
} 

.sitelogo{
	width:205px;
	height:47px;
	border:none;
    background-image: url(https://sindicatum.com/wp-content/uploads/2021/08/SSR-Logo.jpg);
    background-size: 205px 47px;
	background-repeat:no-repeat;
}
.social-icons ul li.icon-google{
	background: url(images/icon-google-off.png) no-repeat 0 0;
	width:30px;
	height:30px;
}
.social-icons ul li.icon-google:hover{
	background: url(images/icon-google-on.png) no-repeat 0 0;
	width:30px;
	height:30px;
}

.social-icons ul li.icon-li{
	background: url(images/icon-li-off.png) no-repeat 0 0;
	width:30px;
	height:30px;
}
.social-icons ul li.icon-li:hover{
	background: url(images/icon-li-on.png) no-repeat 0 0;
	width:30px;
	height:30px;
}

.social-icons ul li.icon-fb{
	background: url(images/icon-fb-off.png) no-repeat 0 0;
	width:30px;
	height:30px;
}
.social-icons ul li.icon-fb:hover{
	background: url(images/icon-fb-on.png) no-repeat 0 0;
	width:30px;
	height:30px;
}

.social-icons ul li.icon-tw{
	background: url(images/icon-tw-off.png) no-repeat 0 0;
	width:30px;
	height:30px;
}
.social-icons ul li.icon-tw:hover{
	background: url(images/icon-tw-on.png) no-repeat 0 0;
	width:30px;
	height:30px;
}

.social-icons ul li.icon-yt{
	background: url(images/icon-yt-off.png) no-repeat 0 0;
	width:30px;
	height:30px;
}
.social-icons ul li.icon-yt:hover{
	background: url(images/icon-yt-on.png) no-repeat 0 0;
	width:30px;
	height:30px;
}

.social-icons ul li.icon-rss{
	background: url(images/icon-rss-off.png) no-repeat 0 0;
	width:30px;
	height:30px;
}
.social-icons ul li.icon-rss:hover{
	background: url(images/icon-rss-on.png) no-repeat 0 0;
	width:30px;
	height:30px;
}
.rtw_media {
    clear: both;
    float: left;
    height: 55px;
    width: 100%;
}
.rtw_media img {
height: 100%;
margin: auto;
}
.rotatingtweet .rtw_meta {
   float:left;
   margin-top:2px;
   font-size:12px;
}


/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .sitelogo{
        background-image: url(images/logo-sindicatum@2x.png);
	    background-size: 205px 47px;
    }

	.social-icons ul li.icon-google{
		background: url(images/icon-google-off@2x.png) no-repeat 0 0;
			width:30px;
			height:30px;
			background-size: 30px 30px;
		}
	.social-icons ul li.icon-google:hover{
		background: url(images/icon-google-on@2x.png) no-repeat 0 0;
			width:30px;
			height:30px;
				background-size: 30px 30px;
			}

	.social-icons ul li.icon-li{
		background: url(images/icon-li-off@2x.png) no-repeat 0 0;
			width:30px;
			height:30px;
				background-size: 30px 30px;
			}
	.social-icons ul li.icon-li:hover{
		background: url(images/icon-li-on@2x.png) no-repeat 0 0;
			width:30px;
			height:30px;
				background-size: 30px 30px;
			}

	.social-icons ul li.icon-fb{
		background: url(images/icon-fb-off@2x.png) no-repeat 0 0;
			width:30px;
			height:30px;
				background-size: 30px 30px;
			}
	.social-icons ul li.icon-fb:hover{
		background: url(images/icon-fb-on@2x.png) no-repeat 0 0;
			width:30px;
			height:30px;
				background-size: 30px 30px;
			}

	.social-icons ul li.icon-tw{
		background: url(images/icon-tw-off@2x.png) no-repeat 0 0;
			width:30px;
			height:30px;
				background-size: 30px 30px;
			}
	.social-icons ul li.icon-tw:hover{
		background: url(images/icon-tw-on@2x.png) no-repeat 0 0;
			width:30px;
			height:30px;
				background-size: 30px 30px;
			}

	.social-icons ul li.icon-yt{
		background: url(images/icon-yt-off@2x.png) no-repeat 0 0;
			width:30px;
			height:30px;
				background-size: 30px 30px;
			}
	.social-icons ul li.icon-yt:hover{
		background: url(images/icon-yt-on@2x.png) no-repeat 0 0;
			width:30px;
			height:30px;
				background-size: 30px 30px;
			}

	.social-icons ul li.icon-rss{
		background: url(images/icon-rss-off@2x.png) no-repeat 0 0;
			width:30px;
			height:30px;
				background-size: 30px 30px;
			}
	.social-icons ul li.icon-rss:hover{
		background: url(images/icon-rss-on@2x.png) no-repeat 0 0;
			width:30px;
			height:30px;
				background-size: 30px 30px;
			}

}.gsc-search-box td{	padding:0;	border:0px;}.gsc-results-wrapper-visible  table, .gsc-results-wrapper-visible th, .gsc-results-wrapper-visible td{    border:0;}.gsc-results .gsc-cursor-box .gsc-cursor-current-page{	 color: #ffffff;	 padding: 2px 6px;}