/* # Sirius Business Solutions Theme  
Theme Name: Sirius Business Solutions 
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the sample theme created for the Genesis Framework.   
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em},input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}






/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #006096!importantl
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 20px!important;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 20px 0px;
}

li {
      list-style-type:none;
	   margin: 0px 0px 20px;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 0px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #4fbbce;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e5554e;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}






/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
    padding-top: 0px;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;

}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin:90px 0px;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-fifth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
    width: 17.5%;
}


.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}





/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
    font-size: 56px;
    font-weight: bold;
    margin: 50px 0px 30px;
    padding: 0px 0px 0px;
    line-height: 60px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 28px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}




/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #2d2d2d;
	width:100%;
	min-height: 80px;
    z-index:9999;
    padding: 0px 0px 0px;
}

.site-header .wrap {
	padding: 0px 0;
}

#headercontact {
   position:fixed;
	height:40px;
	background:#000;
}

#headercontact .phone {
	float:right;
	color:#fff;
	font-size:12px;
}

#headercontact .address {
	float:right;
	color:#fff;
    font-size:12px;
}


#headercontact .email {
	float:right;
	color:#fff;
	font-size:12px;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 0px 0 15px;
    width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
    min-height: 70px;
    width: 100%;
    background-size: 150px;
    margin:20px 0px 0px;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}




/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
	padding: 0px 0px 0px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

#nav_menu-2 {
	padding:0px;
}


#nav_menu-2 ul {
    padding: 40px 0px 0px;
}


#nav_menu-3 {
	padding:0px;
}

.genesis-nav-menu {
	font-size: 16px;
	line-height: 1;
	width: 70%;
	  margin: 7px;
}


.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	margin: 5px 0px;
}

.genesis-nav-menu a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0px 0px;
    font-weight:bold;

}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a:hover {
	color: #84c8da;
	text-decoration:none;
}

.genesis-nav-menu .sub-menu {
	  left: -9999px;
	  border:2px solid #f3f3f3;
	  opacity: 0;
	  position: absolute;
	  -webkit-transition: opacity .4s ease-in-out;
	  -moz-transition: opacity .4s ease-in-out;
	  -ms-transition: opacity .4s ease-in-out;
	  -o-transition: opacity .4s ease-in-out;
	  transition: opacity .4s ease-in-out;
	  max-width: 200px;
	  background-color: #fff;
	  border-radius: 6px;
	  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	border-bottom: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 10px;
	position: relative;
	width: 200px;
	color:#333;
		cursor:pointer;
}



.genesis-nav-menu .sub-menu a:hover {
	color:#84c8da;
	cursor:pointer;
} 




.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.navcontact {
    color: #fff;
    max-width: 300px;
    float: right;
    margin: 20px;
}

.navcontact:hover {

}

#text-2 {
	padding:0px;
}

.phonenumber {
    font-size: 24px;
    margin: 30px 0px 0px!important;
    font-weight: bold;
}



/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    padding: 0px 0px 0px!important;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color:  #84c8da;
}

/* ## Secondary Navigation
--------------------------------------------- */

/* Secondary Navigation
--------------------------------------------- */
 
.nav-secondary {
	background-color: #333;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.nav-secondary .genesis-nav-menu a {
	padding: 20px;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	padding: 16px 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .menu-item-home > a,
.nav-secondary .menu-item-home > a:hover {
	color: #fff;
}

.nav-secondary .sub-menu a:hover {
	color: #333;
}


.vedeo {
	margin: 0px auto;
    display: block;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 0px 0px 50px 0px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}




/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #84c8da;
}




/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}




/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #f8f8f8;
	margin-bottom: 40px;
	padding: 40px;
    font-size: 24px;
}



/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: url(images/divider-top.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #222;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #84c8da;
}

.footer-widgets li {
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-size:12px
}

.footer-widgets p {
	font-size:12px
}



.footer-widgets .widget {
	margin-bottom: 40px;
	padding:0px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 0px!important;
  text-align: center;
  color: #fff;
      padding: 10px 0 30px;
}

.site-footer p {
	margin-bottom: 0;
}


.site-footer a {
  color: #195569;
}

.form-label {
    font-size: 16px!important;
    color: #333!important;
    line-height: 16px!important;
	margin: 5px 33px!important;
}


/* # Custom 
---------------------------------------------------------------------------------------------------- */

section {
	padding:120px 0px;
}

.sectiontitle {
	text-align:center;
    font-size: 44px;
    line-height:44px;
    font-weight: bold;
    max-width:900px;
    margin: 30px auto;
    display:block;
}

.section-title p {
    max-width: 450px;
    margin: 0 auto 30px!important;
    display: block;
}

.introtext {
    text-align: center!important;
    max-width: 900px;
    margin: 20px auto 60px!important;
    font-size: 22px;
}

.title {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  letter-spacing: 1px;
  margin: 0px 0px 30px;
  text-align: center;
}

.title-dark {
  font-size: 40px;
  font-weight: 700;
  color: #333!important;
  letter-spacing: 1px;
  margin: 0px 0px 30px;
  text-align: center;
}


#features .small {
  font-size: 30px!important;
}

#home-header .btn-white {
	margin: 0px 20px 0px 0px!important;
}


.outsourcedhr {
	background-image:url(/images/bg-office1.png);
	background-position: center top;
	background-attachment: fixed;
	
}


.buttons {
	padding:20px;
	border-radius:4px;
	background-color:rgba(0, 0, 0, .2);
}

.btn-white {
	border:3px solid #fff;
	background:transparent;
	color:#fff;
	text-transform:uppercase;
	border-radius:50px;
	padding:10px 30px;
	font-weight:700
}


.btn-white:hover {
	background-color:#fff;
	color:#195569;
}


.btn-blue {
	border:2px solid #195569;
	background:transparent;
	color:#195569;
	text-transform:uppercase;
	border-radius:50px;
	padding:10px 30px;
	font-weight:100;
}


.btn-blue:hover {
	background-color:#195569;
	color:#fff;
}

.btn-green {
    border-bottom:3px solid #699a16;
	background:#97e214;
	color:#fff;
	text-transform:uppercase;
	border-radius:5px;
	padding:10px 30px;
	font-weight:700;
	max-width:400px;
}


.btn-green:hover {
	background-color:#8acf11;
	color:#fff;
	cursor:pointer;
}

.formbuttons {
	margin:60px 0px;
	text-align:center;
}

.cta {
	max-width:520px;
	margin:0px auto;
	display:block;
}

.btn-primary {
    border-bottom: solid 4px #e0b502!important;
	background:#FFCE02!important;
	color:#fff;
	border-radius:5px;
	padding:10px 30px;
	font-weight:700;
	width:auto;
	font-size:20px;
	color:#fff!important;
	font-size:18px!important;
	font-weight:bold!important;
	text-decoration: none;
}

.btn-primary:hover {
	background:#e0b502!important;
	color:#fff!important;
	cursor:pointer;
	text-decoration:none;
}

.btn-secondary {
    border:2px solid #FFCE02!important;
	background:transparent;
	color:#FFCE02!important;
	border-radius:3px!important;
	padding:10px 30px!important;
	font-weight:700!important;
	font-size:20px!important;
}

.btn-secondary:hover {
	background:#FFCE02!important;
	color:#fff!important;
	cursor:pointer;
	text-decoration:none;
}

.btn-grey {
    border:2px solid #cdcdcd!important;
	background:transparent;
	color:#cdcdcd!important;
	border-radius:3px;
	padding:10px 30px;
	font-weight:700;
	font-size:20px;
}

.btn-grey:hover {
    border:2px solid #a2a1a1;
	background:transparent;
	color:#a2a1a1 ;
	cursor:pointer;
	text-decoration:none;
}

.btn-white{
    border:2px solid #fff;
	background:transparent;
	color:#fff;
	border-radius:3px;
	padding:10px 30px;
	font-weight:700;
	font-size:20px;
}

.btn-white:hover {
    border:2px solid #FFCE02;
	background:transparent;
	color:#FFCE02;
	cursor:pointer;
	text-decoration:none;
}


.center-button {
	max-width:400px;
	margin:20px auto;
	display:block;
}

.btn-fullwidth {
	width:100%!important;
}


.more {
	color:#006096;
	font-size:18px;
	font-weigth:bold;
	
}

#features .more {
	
}

#features h2 {
	color:#006096;
}

.fa {
	margin:0px 10px 0px;
}


.center {
	margin:0px auto;
	text-align:center;
	display:block;
}

#text-4 {
	padding:0px;
}



#home-header {
	background: #4fbbce;
	background-image:url(http://siriusbusinesssolutions.com.au/wp-content/themes/siriusbs/images/bg-home.png);
	background-repeat:no-repeat;
	background-position:center center;
/* background: #84c8da; /* Old browsers */
/* background: -moz-linear-gradient(top,  #84c8da 0%, #77b4c3 99%); /* FF3.6+ */
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84c8da), color-stop(99%,#77b4c3)); /* Chrome,Safari4+ */
/* background: -webkit-linear-gradient(top,  #84c8da 0%,#77b4c3 99%); /* Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(top,  #84c8da 0%,#77b4c3 99%); /* Opera 11.10+ */
/* background: -ms-linear-gradient(top,  #84c8da 0%,#77b4c3 99%); /* IE10+ */
/* background: linear-gradient(to bottom,  #84c8da 0%,#77b4c3 99%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84c8da', endColorstr='#77b4c3',GradientType=0 ); /* IE6-9 */ 

    /* background-size:100%; */ 
	padding:100px 0px 100px; 
}


#home-header h1 {
	font-size: 50px;
    color: #fff;
    margin: 40px 0px 30px;
    font-weight:bold;
	max-width:900px;
	margin:0px auto 40px;
	display:block;
	text-align:center;
	    line-height: 55px;
}

#home-header p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin: 0px auto 60px;
    display: block;
    max-width: 700px;
}


#home-header img {
  margin-bottom: -7px;
  margin: 0px 0px 20px;
}



#header {
	background: #4fbbce;
	padding:100px 0px 100px; 
}

#header h1 {
    font-size: 70px;
    color: #fff;
    margin: 40px 0px 30px;
    font-weight: bold;
    max-width: 900px;
    margin: 0px auto 0px;
    display: block;
    text-align: center;
    line-height: 70px;
}

#header p {
	font-size:18px;
	color:#fff;
	line-height:40px;
	margin:0px 0px 60px;
	max-width:700px;
    text-align:center;
}


#header img {
  margin-bottom: -7px;
}

#landing-header .logo {
	max-width:300px;
	margin:0px auto 40px;
	display:block;
}

#landing-header {
	background: #4fbbce; 
  /*background: linear-gradient(45deg, #006096 0%, #4fbbce 100%);
    background-image: url(http://siriusbusinesssolutions.com.au/wp-content/themes/siriusbs/images/bg-office-1.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment: fixed;*/
    background-color:#4fbbce; 
	padding:50px 0px 100px; 
}

#landing-header h1 {
	font-size: 50px;
    color: #fff;
    margin: 40px 0px 30px;
    font-weight: bold;
    max-width: 900px;
    margin: 0px auto 20px;
    display: block;
    text-align: center;
    line-height: 56px;
}

#landing-header p {
	font-size:16px;
	color:#fff;
	line-height:20px;
	margin:20px 0px 60px;
	max-width:700px;

}


#landing-header img {
  margin-bottom: -7px;
  margin-bottom: -7px;
  max-width: 500px;
}

#landing-header .triangle-left {
  float:left;
  max-width:40px;
}


#landing-header.agile {
	background-image:url(http://siriusbusinesssolutions.com.au/wp-content/themes/siriusbs/images/bg-agile.png);
	background-repeat:no-repeat;
	background-position:center center;

}

#landing-header.hrtools {
	background-image:url(http://siriusbusinesssolutions.com.au/wp-content/themes/siriusbs/images/bg-hrtools.png);
	background-repeat:no-repeat;
	background-position:center center;

}

#landing-header.outsourcedhr {
	background-image:url(http://siriusbusinesssolutions.com.au/wp-content/themes/siriusbs/images/bg-outsourcedhr.png);
	background-repeat:no-repeat;
	background-position:center center;

}

#landing-header.employee-engagement {
	background-image:url(http://siriusbusinesssolutions.com.au/wp-content/themes/siriusbs/images/bg-employee-engagement.png);
	background-repeat:no-repeat;
	background-position:center center;

}


#landing-header.compliance {
	background-image:url(http://siriusbusinesssolutions.com.au/wp-content/themes/siriusbs/images/bg-compliance.png);
	background-repeat:no-repeat;
	background-position:center center;

}

#landing-header.people-strategy {
	background-image:url(http://siriusbusinesssolutions.com.au/wp-content/themes/siriusbs/images/bg-people-strategy.png);
	background-repeat:no-repeat;
	background-position:center center;

}

#landing-header.pre-employment {
	background-image:url(http://siriusbusinesssolutions.com.au/wp-content/themes/siriusbs/images/bg-pre-employment.png);
	background-repeat:no-repeat;
	background-position:center center;

}

#landing-header.whs {
	background-image:url(http://siriusbusinesssolutions.com.au/wp-content/themes/siriusbs/images/bg-whs.png);
	background-repeat:no-repeat;
	background-position:center center;

}


#landing-header.survey-download-request {
		background-color:#fff;
		text-align:left;
		    padding: 50px 0px 0px;
}

#landing-header.survey-download-request h1 {
    margin:60px 0px 0px;
	color:#333;
}

#landing-header.survey-download-request p {
	color:#333;
}



#theme {
    padding:0px 0px 100px;
}

#theme-quote {
    background:url(./images/divider-2.png),url(./images/divider-1.png);
	background-position: center top, center bottom;
	text-align:center;
	padding:0px 0px 0px;
	background: #fff;
    margin: 0px auto;
}


#theme-quote .quote {
    padding: 20px 0px;
    margin: 0px auto;
    text-align: center;
    display: block;
    color: #4fbbce;
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
}

#theme-quote .source {
	font-size: 14px;
    font-style:italic;
    color: #4fbbce;
}

#theme .survey {
	max-width:180px;
}

#intro {
    background:url(./images/divider-2.png),url(./images/divider-1.png);
	background-position: center top, center bottom;
	text-align:center;
	padding:50px 0px 30px;
	background: #fff;

    margin: 0px auto;
}

#intro .intro {
    max-width: 960px;
}

.intro {
	margin: 0px auto 30px;
	display:block;
}

#intro .quote {
    padding: 20px 0px;
    margin: 0px auto;
    text-align: center;
    display: block;
    color: #006096;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
}

#intro .source {
	font-size: 14px;
    font-style:italic;
    color: #006096;
}

#intro .sourceinfo {
	font-size: 12px;
    font-style:italic;
    color: #4fbbce;
    margin:0px;
}


.figure-highlight {
	font-size:120px;
}


.sup {
	font-size:70px;
    line-height: 70px;
}

#cta-contact {
	background:  url(images/contat-bottom.gif) ;
	background-position: bottom;
	background-repeat:repeat-x; 
	background-color: #f1f1f1;
	color:#fff;
	padding:0px 0px 40px;
}

#cta-contact .sectiontitle {
    color: #333;
    font-size: 40px;
    max-width: 800px;
    margin: 30px auto;
    line-height: 40px;
}

#cta-contact p {
    color: #333;
    text-align:center;
    font-size: 22px;
    margin: 20px 0px;
}

#cta-contact .btn-white {
	width:100%;
	display:block;
	margin:30px auto;
	text-align:center;
}




#cta-contact h2 {
	color:#fff;
}

#cta-contact .sectiontitle {
	margin:20px auto 30px auto;
}

#pagecta {
    margin: 100px 0px 0px 0px;
    background: #f3f3f3;
    padding: 40px 40px 20px;
    border-radius: 10px;
    display: block;
}

#pagecta .button {
	width:100%
}

#pagecta p {
	font-size:30px;
}




#simple-social-icons-2 {
	padding:0px;
}


#pagetitle {
	background-color:#82c7d9;
	color:#fff;
	font-size:40px;
	padding:20px 0px;
	margin: 80px 0px 0px;
}

#pagetitle h1 {
	color:#fff;
}

.page-title {
	font-size:60px;
	  font-weight: bold;
	  margin: 30px 0px 30px;
}

#painpoints {
/*	background:  url(images/divider-1.png), url(images/divider-1.png);
	background-position: center top, center bottom;
	background-repeat:no-repeat;*/
	background-attachment: scroll, scroll;
	background-color:#f6f6f6;
	padding: 0px 0px 120px;
}

#painpoints h2 {
	font-size:24px;
	text-align:center;
}






#painpoints li {
	margin:0px;
}

#painpoints ul {
    padding: 20px 0px 0px;
}



#painpoints .wrap {
    max-width:900px;
	display:block;
	margin:0px auto;
}

#painpoints .wrap {
    max-width:900px;
	display:block;
	margin:0px auto;
}

#painpoints .introtext {
	font-size:22px;
}

#painpoints .icon {
    max-width: 160px;
    margin: 0px auto 20px;
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 100px;
    padding: 40px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}

#painpoints .more {
    float:right;
}

#painpoints .row {
	margin:30px 0px 30px;
}

#painpoints .featureblock {
	text-align:center;
}

#recent-posts-3 {
    background-color: #f8f8f8;
    padding: 30px;
    font-size: 16px;	
    border-right:none!important;
}

#recent-posts-3 a {
	color:#333;
}


#painpoints .title {
   margin:0px;
}

#painpoints .info {
   margin:0px;
  }
 
#maincontent {
	background-attachment: scroll, scroll;
	background-color:#f6f6f6;
	padding: 50px 0px 120px;
}

#maincontent .sectiontitle {
	margin:30px auto 40px;
}


#team {
	background-attachment: scroll, scroll;
	background-color:#fff;
	padding: 0px 0px 120px;
}

#team .sectiontitle {
	margin:20px auto 40px;
}



#recent-posts-3 ul li {
    border-bottom:1px solid #ddd;	
}



.contentblock {
	padding:40px 0px 0px;
}


.feature {
    background-color:#f9f9f9;
	padding:0px;
	display:block;
    border-radius: 4px;
}

.feature-header {
	background-color:#4fbbce;
	width:100%;
	display:block;
	padding:0px 20px;
}

.feature-link {
	display:block;
	text-align:center;
}

.feature-info {
    padding: 0px 20px 20px;
    text-align:center;
}

.feature-info p {
    margin:0px!important;
    font-size:18px;
}

#features li {
    font-size:16px;
}



.pre-employment-header {
    height: 180px;
}

.pre-employment-info {
    min-height: 340px;
    padding: 30px 0px;
}

.outsourcedhr-header {
    height: 200px;
}

.outsourcedhr-info {
    min-height: 200px;
    padding: 40px 0px;
}

.engagement-info {
    min-height: 530px;
    margin: 0px;
    padding: 0px;
}

.hrtools-header {
    background-color: #fff!important;
    border: 2px solid #f6f6f6;
    
}

.hrtools-info {
	height:340px
}


.whs-info {
    min-height: 400px;
    margin: 0px;
    padding: 0px;
}



.compliance-info {
    min-height: 300px;
}

.compliance-info p {
    font-weight:normal!important;
}

.peoplestrategy-info {
    min-height: 300px;	
}

#features .logo {
	margin:30px auto;
	display:block;
	padding: 0px 40px
}


#features {
	padding:0px 0px 60px;
}


#features .infotitle {
  font-weight:bold;
  font-size:18px;
  margin:0px 0px 20px;
  	color:#333!important;
}


#features .sectiontitle {
	color:#333!important;
	border:none;
	margin: 30px auto;
}

#features .fa {
    color: #ddd;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}

#features .fa-check {
	text-align:center;
	font-size:30px;
    background-color: #f1f1f1;
    color: #006096;
	border-radius:100px;
	padding:30px;
	margin:20px auto;
	display:block;
	max-width: 90px;
}

#features .image {
	max-width:450px;
	margin:0px auto;
	display:block;
}

#features .icon {
    max-width: 100px;
    margin: 0px auto 0px;
    display: block;
    background-color: #4fbbce;
    border-radius: 100px;
    padding: 20px 0px 0px;

}

#features li {
    margin: 0px 0px 0px;
    font-size: 16px;
    line-height: 22px;
    padding: 22px 10px 0px;

}

#features .title {
    padding: 0px 0px 30px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: normal;


}

#features img .divider {
	width:100%;
	display:block;
	margin:40px 0px 40px;
}


#services {
	 padding:0px 0px 60px;
	 background-color:#f6f6f6;
}

#services .services {
	margin:20px 0px;
}

.service a {
    color:#006096;
}
    


div.service {
    position: relative;
	border-radius:4px;
	margin: 30px 0px 0px;
	text-align:center;
	padding:20px;
	background-color:#fff;
}
 
div.service a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    opacity: 0.3; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
    color:#006096;
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

div.service a:hover {
	opacity:0!important;
	border:2px solid #ddd;
    -webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 37px 0px rgba(0,0,0,0);
    cursor:pointer;
}

#services i {
    color:#006096;
    margin:0px 10px 0px;
}    

#services .info {
    height: 100px;
    font-size: 14px;
}

#services .icon  {
	max-width: 100px;
    margin: 0px auto;
    display: block;
    background-color: #4fbbce;
    border-radius: 100px;
    padding: 20px;
}

.yellow {
	background-color: #FFCE02;
}

.red {
	    background-color: #e35155;
}

.green {
	    background-color: #abcb37;
}

.orange {
	    background-color: #f6851f;
}

.purple {
	    background-color: #8865ab;
}

.blue {
    background-color: #4fbbce;
}


#services .title {
    font-size: 20px;
    height: 70px;
    padding: 20px 0px 40px;
    color: #333;
    display: block;
    clear: both;
}

#theme {
	padding:0px 0px 60px;
}

#theme .introtext {
    margin: 0px 0px 20px!important;
    text-align: left!important;
	font-weight:bold;
	font-size: 34px;
}

#employee-engagement {
	padding:0px;
}

.feature-content-1 {
	height:222px;
}

.feature-content-2 {
	height:200px;
}

.feature-content-3 {
	height:280px;
}

.feature-content-4 {
	height:280px;
}




#theme .quote {
	font-size: 42px;
    font-weight: bold;
    line-height: 46px;
}

#theme .source {
    font-size:14px;
    font-style:italic;
}

.featurebox {
	background-color:#4fbbce;
	padding:30px;
	border-radius:4px;
	color:#fff;
	margin:30px 0px;
    position: relative;
    padding:30px;
	border-radius:4px;
	margin: 0px 0px 30px;
    color:#fff;

}
 


#theme .title {
    margin: 0px 0px 30px;
    text-align: left;
    color:#fff;
    font-size: 50px;
}

#theme .more {
	color:#fff!important;
}

#theme .more:hover {
	color:#000!important;
}

#theme i {
	color:#fff;
	margin:0px 10px 0px 0px;
}

.tools { 
	background-image: url(images/bg-engagement.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#117ea2;
	background-size:

}

.actions{
	background-image: url(images/bg-survey.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#4fbbce;
	background-color:#44dac5;
}

.solutions {
	background-image: url(images/bg-blog.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#33bcb9;

}

.blog-post {
	background-image: url(images/bg-blog.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#33bcb9;

}

.events {
	background-image: url(images/bg-event.png);
	background-position:right top;
	background-repeat:no-repeat;	
	background-color:#239faf;
}




.centertwo {
	max-width:750px;
	display:block;
	margin:0px auto 40px;
}

#speakers {
	background:#fff;
	padding:40px 0px;
}

#schedule {
	background:#fff;
	padding:40px 0px;
}

.accommodation {
	background:#fff!important;
	
}

.eventlistings {
	background:#f3f3f3!important;
	
}

.hotel {
	background:#fff!important;
}

.port-img {
	max-width:200px;
}

.speaker-slider {
	max-width:600px;
	margin:0px auto;
	display:auto;
}

.speaker {
	margin:0px 0px 40px;
}


.avatar {
	max-width:100px;
	border-radius:100px;
	margin:0px 20px 30px;
}


.creds {
	display:none;
}

.footercreds {
	text-align:center;
	font-size:12px;
}

.privacy {
	color:#333!important;
}


.intro-block {
	text-align:center;

	
}

.intro-blocks {
    margin:0px 0px 50px;
}

.btn-backtotop  {
	background-color:#fff;
	font-size:20px;
	padding:20px;
	border-radius:90px;
	float:right;
	margin:0px 0px -100px;
	cursor:pointer;
	color:#999;
}

.btn-backtotop:hover {
	background-color:#4fbbce;
		cursor:pointer;
}

#contactpage {
    margin:0px;
    padding: 40px 0px 0px;
	background-color:#f6f6f6;
}
    

#contactform {
	padding:30px 20px;
	background-color:#f1f1f1;
}


#contactform p {
    color: #006096;
    text-align: center;
    font-size: 22px;
    margin: 20px 0px;
}


.contactinfo {
	padding:20px;
	background-color:#fff;
	margin:0px 0px 10px;
}

.contactinfo h2 {
	font-size:24px;
	margin:0px 0px 5px;
}

.contactinfo h3 {
	font-size:18px;
	margin:0px 0px 5px
}

.cta-arrowdown { 
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 200px 0 200px;
	border-color: #439cac transparent transparent transparent;
}

#cta-form {
	background-color: rgba(0, 0, 0, 0.4);
	padding:20px 20px 20px 40px;
	text-align:center;
	margin:20px 0px 0px;
	/*border-radius:30px;
	-webkit-box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.2);
	box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.2);*/
	
}

#cta-form:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 200px 0 200px;
	border-color: #439cac transparent transparent transparent;
}

#cta-form h2 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    text-align:left;
}

#cta-form p {
	color: #fff;
    line-height: 20px;
    font-size: 14px;
    text-align:left;
}

/* #cta-form-input {
	background-color:none;
	padding:1px 30px 30px 30px;
	text-align:center;
}


#cta-form-input:after {
	border-style: solid;
	border-width: 1px 200px 0 200px;
	border-color: #555 transparent transparent transparent;
}

*/

.arrowdown {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 80px 0 80px;
	border-color: #fff transparent transparent transparent;
	margin:0px auto;
}

/*
#cta-form-buttons {
    background-color:transparent;
	padding:30px;
	text-align:center;
}

#cta-form-bottom textarea{
	width:100%;
}

#cta-form-bottom input {
	width:100%;
}

#cta-form-bottom .button {
	width:100%;
	margin:20px 0px 0px 0px;
	border-radius:90px;
}
*/


input[type="submit"] .button { 
    text-transform: none!important;
    padding: 10px!important;
    width: 100%!important;
    border-radius: 90px!important;
    margin: 20px 0px 0px!important;
}


.engagement-report {
	/* position:relative;
	top:-40px;
	left:-40px; 
	float:left;*/
	max-width: 30px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: -100px;
    background: #fff;
    padding: 10px 10px;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);

}

.enboarder-screenshot {
	max-width: 290px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: -100px;
}

#landing-header.employee-engagement-2 {
	background-image: url(http://siriusbusinesssolutions.com.au/wp-content/themes/siriusbs/images/bg-phone-welcome-screenshot.png)  ;
	background-repeat: no-repeat;
	background-position:right bottom;
	background-size:80%;
	padding:20px 0px 0px;
}

#landing-header.employee-engagement-2 h1 {
	margin:30px 0px 30px;
	text-align:left!important;
	font-size:90px;
	line-height:90px;
}

#landing-header.employee-engagement-2 .introtext {
	font-size:22px;
	line-height:24px;
	text-align:left!important;
	margin:0px 0px;
}

#cta-form-button {
	text-align:center;
	padding:20px 0px 0px;
	max-width:600px;
	margin:0px auto;
	display:block;
}


#partner.enboarder {
	/* background-image: url(http://siriusbusinesssolutions.com.au/wp-content/themes/siriusbs/images/bg-office.png); */
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px 0px 50px;
}

#partner.enboarder h1, #partner.enboarder p, #partner.enboarder li{ 
   color:#333;
    list-style-type: circle;
}




#partner {
	padding: 0px 0px 100px;
	background-color:#fff;
}

#partner2 {
	padding: 0px 0px 100px;
	background-color:#fff;
}



/*--------- TEAM ---------*/

.team-info {
    text-align: center;
    margin-bottom: 20px;
    padding:30px 0px;
}

.team-info img {
    border-radius: 50%;
}

.team-info p {
    font-size: 16px;
    margin: 20px auto!important;
    display: block;
    max-width:700px;
    line-height: 1.5;
}

.team-info h2 {
   margin:20px 0px 0px;
}

.team-info .role {
    font-size: 13px;
    margin:0px 0px 20px;
}

.team-info h2 {
	 font-size: 18px;
}


/* TIMELINE 
---------------------------------------------------*/




 Vertical Timeline
   ----------------- */

.timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 0;
}

.timeline::before {
    /* this is the vertical line */
    
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    height: 100%;
    width: 3px;
}

@media only screen and (min-width: 1170px) {
    .timeline {
        margin-top: 3em;
        margin-bottom: 0;
    }
    .timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.timeline-block {
    position: relative;
    margin: 1em 0;
}

.timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.timeline-block:first-child {
    margin-top: 0;
}

.timeline-block:last-child {
    margin-bottom: 0;
    background-color: #FFF;
}

@media only screen and (min-width: 1170px) {
    .timeline-block {
        margin: 2em 0;
    }
    .timeline-block:first-child {
        margin-top: 0;
    }
    .timeline-block:last-child {
        margin-bottom: 0;
    }
}

.timeline-bullet {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid;
    background: #FFF;
}

@media only screen and (min-width: 1170px) {
    .timeline-bullet {
        width: 15px;
        height: 15px;
        left: 50%;
        margin-left: -8px;
        /* Force Hardware Acceleration in WebKit */
        
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.timeline-content {
    position: relative;
    margin-left: 35px;
    min-height: 50px;
    margin-bottom: 10px;
}

.timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.timeline-content h2 {
    font-size: 18px;
    margin: 0;
}

.timeline-content p,
.timeline-content .date {
    font-size: 13px;
}

.timeline-content .date {
    display: inline-block;
}

.timeline-content p {
    margin: 5px 0;
    line-height: 1.6;
    color: #B3B3B3;
}

.no-touch .timeline-content .read-more:hover {
    background-color: #bac4cb;
}

.timeline-content .date {
    float: left;
    padding: 0;
    opacity: .7;
    font-weight: 600;
    color: #717171;
}

@media only screen and (min-width: 768px) {
    .timeline-content {
        margin-left: 60px;
    }
    .timeline-content h2 {
        font-size: 18px;
        line-height: 1.0;
    }
    .timeline-content p {
        font-size: 14px;
        line-height: 1.0;
    }
    .timeline-content .read-more,
    .timeline-content .date {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1170px) {
    .timeline-content {
        margin-left: 0;
        width: 47.3%;
    }
    .timeline .timeline-block:nth-child(odd) .timeline-content h2,
    .timeline .timeline-block:nth-child(odd) .timeline-content p {
        text-align: right;
    }
    .timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .timeline-content .read-more {
        float: left;
    }
    .timeline-content .date {
        position: absolute;
        width: 100%;
        left: 112%;
        top: 0;
        font-size: 14px;
    }
    .timeline-block:nth-child(even) .timeline-content {
        float: right;
    }
    .timeline-block:nth-child(even) .timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .timeline-block:nth-child(even) .timeline-content .read-more {
        float: right;
    }
    .timeline-block:nth-child(even) .timeline-content .date {
        left: auto;
        right: 112%;
        text-align: right;
    }
}


/* ZOHO FORMS 
---------------------------------------------------*/

.zohoform {
    max-width: 600px;
    margin: 0px auto;
    display: block;
}

.zohoform-header {
    max-width: 600px;
    margin:15px 30px;
    display: block;
    float:left;
}



.forminput {
	margin: 0px 0px 10px;
	/* -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1); */
}


#cta-contact button, #cta-contact input[type="button"], #cta-contact input[type="reset"], #cta-contact  input[type="submit"], #cta-contact .button {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 24px!important;
    width: auto;
    width:100%!important;
    border-radius:90px!important;
}

#cta-contact input[type="reset"] {
	background-color:transparent;
	border: 2px solid #dddddd;
	
}

input, select, textarea {
    background-color: #fff;
    border: 1px solid #fff;
    color: #333!important;
    font-size: 18px;
    font-weight: 300;
    padding: 12px;
    width: 100%;
    border-radius:90px;
}


button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 24px!important;
    width: auto;
    width:100%!important;
    border-radius:90px!important;
}

#crmWebToEntityForm {
	max-width: 600px;
	margin:auto;
	display:block;
}

.survey {
	margin:0px auto;
    display: block;
    text-align: center;
}

#imgid {
    max-height: 60px;	
    border:1px solid #ddd;
}


/*LANDING PAGE FOOTER 
---------------------------------------------------------------------------------------------------- */

#landing-footer {
	background-color:#fff;
	padding:40px 0px 20px;
}

#landing-footer .logo {
    max-width: 160px;
    margin: -10px auto 0px;
    display: block;
}

#landing-footer ul {
	 padding: 60px 0px 0px;
    display: inline-block;
}  

#landing-footer li {
	 display:inline-block
}  

#landing-footer a {
	 color:#333;
	 font-size:12px;
	 margin: 0px 10px;
}  

.social-icons {
	margin:0px auto;
	display:block;
	text-align: center;
}

.social-icons a i {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.2);
    font-size: 1.55em;
    width: 2.15em;
    height: 2.15em;
    line-height: 2.15em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    margin: 0;
}

.social-icons a i:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.3);
}

.footer-logo {
	max-width:150px;
	margin:0px auto;
	display:block;
}


.site-footer p {
    margin-bottom: 0;
    font-size: 12px;
    color: #0c4466;
}



#quote {
	background-color:#fff;
	padding: 50px 0px 100px;
}



.quotectr {
	position: relative;
	background: #4fbbce;
	padding:30px;
	border-radius:5px;
	color:#fff;
}
.quotectr:after, .quotectr:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.quotectr:after {
	border-right-color: #4fbbce;
	border-width: 30px;
	margin-top: -30px;
}
.quotectr:before {
	border-right-color: #4fbbce;
	border-width: 31px;
	margin-top: -31px;
}

.quote {
	font-style:italic;
	font-size:20px;
	font-weight:100;
}

.role {
	font-weight:bold!important;
	color:#333;
	margin:0px!important;
}

.company {
	font-size:14px;
	font-style: italic;
	color:#333;
}

#quote .avatar {
    border-radius: 50%;
    top: 50%;
    position: relative;
    margin: 80px auto 20px;
    float:none;
}


#quote .avatar2 {
    border-radius: 50%;
    top: 50%;
    position: relative;
    margin: 40px auto 20px;
    float:none;
    max-width:150px;
}

#quote .logo {
	padding:0px 30px 30px;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */



@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
	
	.xs-hidden {
		visibility:hidden;
	}
	
	.xs-visible {
		visibility:visible;
	}
	
}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.phonenumber {
       display:none; 
    }
    

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.one-fifth,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	

}

/* 4-Column Footer (Overrides default 3-column setup in Genesis, so that code must remain in place)
---------------------------------------------------------------------------*/

.footer-widgets-1, 
.footer-widgets-2, 
.footer-widgets-3, 
.footer-widgets-4 {
	width: 21.875%; /* 252px / 1152px */
}

.footer-widgets-1, 
.footer-widgets-2, 
.footer-widgets-3 {
	float: left;
	margin-right: 4.166666666%; /* 48px / 1152px */
}
.footer-widgets-4 {
	float: right;
}

@media only screen and (max-width: 768px) {

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 47.9166666666%; /* 552px / 1152px */
	}
	
	.footer-widgets-2 {
		float: right;
		margin: 0;
	}
	
	.phonenumber {
       display:none; 
    }
    
    .header-image .site-title > a {
	    background: url(images/logo.png) no-repeat center;
	    background-position: center top;
	    background-size: 30%;
	    height: 100px;
	}
	
	.genesis-nav-menu .sub-menu {
		max-width:768px;
	}

}

@media only screen and (max-width: 480px) {

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}
	
	#xerologin {
		display:none;
	}
	
	.site-header {
		position:relative;
    }
    
    #home-header {
		background-image:none;
    }
    
     .header-image .site-title {
		  margin: 0px auto;
		  display: block;
		  text-align: center;
     }
     
     #header {
	     padding: 40px 0px 40px;
     }
     
    #header h1 {
	    font-size: 40px;
	    line-height: 40px;
	}

    .header-image .site-title > a {
	    background: url(images/logo.png) no-repeat center;
	    background-position: center top;
	    background-size: 50%;
	    height: 90px;
	    margin: 0px auto 0px auto;
		display: block;
		text-align: center;
	}

    
    .site-header {
	    text-align:center;
    }
    
    .phonenumber {
       display:none; 
    }
    
    #home-header {
	  padding: 30px 0px 60px;
    }
    
    #home-header h1 {
    font-size: 30px;
    line-height: 35px;
    }
    
    #home-header p {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    margin: 0px 0px 40px;
    }
    
    #landing-header-1 h1 {
    font-size: 30px;
    line-height: 35px;
    }
    
    #landing-header-1 p {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    margin: 0px 0px 40px;
    }
    
    #landing-header-2 h1 {
    font-size: 30px;
    line-height: 35px;
    }
    
    #landing-header-2 p {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    margin: 0px 0px 40px;
    }
    
	.feature-content-1 {
    height: 250px;
	}
	
	.feature-content-2 {
	    height: 420px;
	}
	
	.feature-content-3 {
    height: 550px;
	}
	
	.feature-content-4 {
	    height: 300px;
	}
	
	
	
    
    .center {
    margin: 0px auto;
    text-align: center;
    display: block;
    }
    
    #home-header a {
	 margin:20px 0px;
    }
    
    #cta-contact p {
	 line-height: 30px;
	 font-size: 20px;
	 text-align:center;
	 margin: 30px 0px;
    }
    
    .btn-cathome {
    margin: 20px 0px 0px;
    width: 100%;
    text-align: center;
    }
    
    .title {
	    text-align:center;
	    color:#333;
    }
    
    #services {
	    padding:30px 0px;
	    background-color:#f6f6f6;
    }
    
    #service  {
	    padding:30px;
	    background-color:#fff;
	    border:1px solid #ddd;
	    border-radius:4px;
    }
    
    #services img {
	    max-width:80px;
    }
    
    .entry-title {
    font-size: 30px;
    }
    

    .page-title {
    font-size: 40px;
    }
    
    .xs-hidden {
		visibility:visible;
	}
	
	.xs-visible {
		visibility:hidden;
	}
	
	.social-icons a i {
    margin: 0;
    margin: 40px 0px;
	}
	
	#home-header {
    background-image: none;
	}
	
	

	
	
	
	#landing-header.agile {
    background-image: none;	
	}

	#landing-header.hrtools {
    background-image: none;	
	}
	
	#landing-header.employee-engagement {
    background-image: none;	
	}
	
	#landing-header.people-strategy {
    background-image: none;	
	}
	
	#landing-header.outsourcedhr {
    background-image: none;	
	}
	
	#landing-header.pre-employhment {
    background-image: none;	
	}
	
	#landing-header.whs {
    background-image: none;	
	}
	
	#landing-header.compliance {
    background-image: none;	
	}
	

    
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
	color:#fff;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 60px/1 'dashicons';
	margin: 0 auto;
	padding: 0px;
}
.nav-primary .responsive-menu-icon::before {
	color: #fff;
}

@media only screen and (max-width: 768px) {

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
		color:#fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
		color:#fff;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
		.responsive-menu-icon::before {
		font: normal 40px/1 'dashicons';
		margin:0px;
	}
    
    .responsive-menu-icon {
	    height: 40px;
	    margin:0px 0px 0px 30px;
    }
    
    .title-area {
	     padding: 0px;
    }

}
