/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left; }

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type="submit"],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Lato, sans sarif;
  font-size: 16px;
  line-height: 28px;
  color: #111111;
  background-color: white;
  padding-top: 29px; }

body.landing {
  padding-top: 10px;
    /*
   * 22nd feb changed by Sandeep from 0 to half but it did nothing
   */ }

h1 {
  line-height: 1.5;
  color: #2cb376; }

h2 {
  color: #2cb376; }

/*
 * 25th Feb, h3 formatting inserted by Sandeep to get rid of the code from the forms
 */
h3 {
  font-size: 20px;
  line-height: 34px;
  color: #111111;
  font-weight: bold; }

h4 {
  color: #dd0000;
  font-weight: bold; }

/*
 * 25th feb, the below code for h6 is used for Quotes
 */
h6 {
  background: white url(\'http://www.rtosoftware.com.au/images/testimonial.png\') -1px -1px no-repeat;
  border: 1px solid #657383;
  color: #657383;
    /*
   * color: #EB0329;
   */
  border-radius: 7px;
  font-size: 14px;
  margin: 0.5em 0;
  padding: 1.7em 2.4em 1.3em; }

/*
 * Home banner
 */
.homebanner {
  text-align: center;
  background: #eb0329 url("http://www.rtosoftware.com.au/images/bnner.png") center top no-repeat;
  color: white;
  margin-top: -1px; }

.homebanner .homebannercont {
  display: table;
  height: 392px;
  padding-left: 116px; }

.homebanner .homebannercont .banner_text {
  display: table-cell;
  vertical-align: middle; }

.homebanner .homebannercont .banner_text h1 {
  font-weight: 900;
  font-size: 2.99em;
  margin: 0;
  color: white;
  line-height: 120%; }

.homebanner .homebannercont .banner_text h2 {
  margin: 0.7em 0 1em;
  color: white;
  line-height: 120%; }

.homebanner .homebannercont .banner_text h5 {
  font-size: 1.615em; }

.free_case_studies {
  background: transparent url("http://www.rtosoftware.com.au/images/xbutton_See-Case-Studies.png") no-repeat 0 0;
  display: inline-block;
  *display: block;
  font-size: 0;
  color: transparent;
  text-indent: -2000px;
  vertical-align: middle;
  width: 279px;
  height: 54px; }

.free_case_studies:hover {
  background-position: -279px 0; }

.request_demo {
  background: transparent url("http://www.rtosoftware.com.au/images/xbutton_Request-a-free-demo.png") no-repeat 0 0;
  display: inline-block;
  *display: block;
  font-size: 0;
  color: transparent;
  text-indent: -2000px;
  vertical-align: middle;
  width: 279px;
  height: 54px; }

.request_demo:hover {
  background-position: -279px 0; }

/*
 * -- [Full width Menu division] --
 */
.scroller {
  width: 100%;
  z-index: 222;
  top: 0px;
    /*
   * background-color: rgb(52, 52, 52);
   */ }

.containers {
  position: relative;
  width: 1154px;
  margin: 0 auto;
  padding: 0; }

.fcontainer {
  width: 100%; }

.container {
  width: 1130px;
  margin: 0 auto; }

.landing .container {
  width: 870px; }

.columns,
.columns > .content,
.columns > .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns > .content {
  width: 870px;
  float: left;
  border-width: 0 1px 0 0;
  border-style: none;
  border-color: #dddddd; }

.columns > .sidebar {
  width: 260px;
  float: right;
    /*
   * padding: 29px 29px 0 29px;
   */
    /*
   * Govind - you are using magic numbers here instead of variables.... please fix and STOP doing this for the future
   */
  padding: s_x_half s_x_half 0 s_x_half; }

/*
 * ---:[ links ]:---
 */
a {
  color: #0c21c5;
  text-decoration: none; }

p a {
  text-decoration: underline; }

p a:hover {
  text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: -1px; }

.menu .sub-menu {
  position: absolute;
  left: -1px;
  display: none;
  list-style: none;
  z-index: 110;
  margin-top: -1px; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 182px;
  margin: 0 0 0 -1px; }

.menu li:hover > .sub-menu {
  display: block; }

.menu .sub-menu li {
  width: 182px;
  clear: both; }

.menu a,
.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-color: #eeeeee;
  padding: 0.75em 1em; }

.menu a:hover {
  background-color: #dddddd; }

.menu_control {
  display: none;
  background-color: white; }

.menu .sub-menu a {
  border-left-width: 1px; }

.menu,
.menu a,
.menu .sub-menu {
  border-color: #dddddd; }

.menu .current-menu-item > a {
  border-bottom-color: white;
  background-color: white;
  cursor: text; }

.menu .sub-menu .current-menu-item > a {
  border-bottom-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
    /*
   * padding: 29px;
   */
  padding: 15px; }

.landing .header {
  text-align: center; }

#site_title {
  font-size: 42px;
  line-height: 1.32em;
  font-weight: bold;
  color: #111111; }

#site_title a {
  color: #111111; }

#site_title a:hover {
  color: #dd0000; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.32em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt,
.grt h3 {
  font-size: 16px;
  line-height: 28px; }

.grt .headline {
  font-size: 26px;
  line-height: 42px;
  margin: 0; }

.grt h2 {
  font-size: 20px;
  line-height: 34px;
  margin-top: 5px;
  margin-bottom: 10px; }

.grt .small,
.grt .caption {
  font-size: 13px;
  line-height: 25px; }

.grt .drop_cap {
  font-size: 58px;
  line-height: 1em;
  margin-right: 0.15em;
  float: left; }

.grt .post_box {
    /*
   * inserted by Sandeep on 22nd Feb
   */
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px; }

.grt .headline_area {
  margin-bottom: 0;
    /*
   * 22nd Feb, 2014, split out of the main class by Sandeep
   */
    /*
   * inserted by Sandeep to fix up the site gap at the top
   */ }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .caption,
.aligncenter,
.post_box .alignnone,
.post_box .post_image,
.post_box .post_image_box,
.post_box .wp-caption,
.post_box .wp-post-image,
.post_box .alert,
.post_box .note {
  margin-bottom: 29px; }

.grt ul,
.grt ol,
.grt .stack {
  margin-left: 29px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.post_box .alert p:last-child,
.post_box .note p:last-child,
.post_content blockquote.right p,
.post_content blockquote.left p {
  margin-bottom: 0; }

.grt .left,
.post_box .alignleft,
.post_box .ad_left {
  margin-bottom: 10px;
  margin-right: 10px; }

.grt .right,
.post_box .alignright,
.post_box .ad {
  margin-left: 29px;
    /*
   * margin-bottom: 29px; margin-top:-50px;
   */ }

.grt .caption {
  margin-top: -15px;
  color: #888888; }

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 26px;
  line-height: 37px;
  width: 45%;
  margin-bottom: 15px; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  padding: 15px 15px 15px 15px;
    /*
   * changed to half by sandeep on 22nd Feb, 2014
   */
  border-top: 1px dotted #dddddd; }

.top {
  border-top: 0; }

.post_box .headline,
.headline a {
  color: #111111;
  padding-bottom: 15px;
    /*
   * changed by Sandeep on 22nd Feb, 2014
   */ }

.headline a:hover {
  color: #f26649; }

.byline,
.byline a {
  color: #888888; }

.byline a {
  border-bottom: 1px solid #dddddd; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline a:hover,
.num_comments {
  color: #111111; }

.byline .post_edit {
  margin-left: 15px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: normal;
  padding-left: 10px;
  padding-right: 5px; }

.post_box h2,
.post_box h3 {
  color: #2cb376; }

.post_box h3 {
  font-weight: bold; }

.post_box ul {
  list-style-type: square; }

.post_box blockquote {
  color: #888888;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #dddddd; }

.post_box code {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif; }

.post_box pre {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
  background-color: #eeeeee;
  padding: 15px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.post_content li a {
  text-decoration: underline; }

.post_content li a:hover {
  text-decoration: none; }

.post_box .frame,
.post_box .post_image_box,
.post_box .wp-caption {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 15px; }

.post_box .wp-caption img,
.post_box .post_image_box .post_image,
.post_box .thumb {
  margin-bottom: 15px; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.post_box .wp-caption p {
  font-size: 13px;
  line-height: 25px; }

.post_box .author_description {
  border-top: 1px dotted #dddddd;
  padding-top: 29px; }

.post_box .author_description_intro {
  font-weight: bold; }

.post_box .avatar {
  width: 67px;
  height: 67px;
  float: left;
  clear: both;
  margin-left: 15px; }

.post_box .author_description .avatar {
  width: 84px;
  height: 84px;
  float: left;
  margin-right: 15px;
  margin-left: 0; }

.post_box .post_cats,
.post_box .post_tags {
  color: #888888; }

.post_box .alert,
.post_box .note {
  padding: 15px; }

.post_box .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.post_box .note {
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

.landing .headline_area {
  text-align: center; }

/*
 * ---:[ other post box styles ]:---
 */
.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 29px; }

.num_comments_link:hover {
  text-decoration: underline; }

.bracket,
.num_comments {
  font-size: 29px; }

.bracket {
  color: #dddddd; }

/*
 * ---:[ misc. content elements ]:---
 */
.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }

.archive_intro .headline {
  margin-bottom: 29px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 15px 29px; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
    /*
   * margin-top: 58px;
   */
  margin-top: 0; }

.comments_intro {
  color: #888888;
  margin-bottom: 15px;
  padding: 0 29px; }

.comments_closed {
  font-size: 13px;
  line-height: 25px;
  color: #888888;
  display: none;
  margin: 0 29px 29px 29px; }

.comment_list {
  list-style-type: none;
  margin-bottom: 58px;
  border-top: 1px dotted #dddddd; }

.comment {
  border-bottom: 1px dotted #dddddd;
  padding: 29px; }

.children .comment {
  list-style-type: none;
  margin-top: 29px;
  border-left: 1px solid #dddddd;
  border-bottom: 0;
  padding: 0 0 0 29px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #dd0000; }

.comment .comment_head {
  margin-bottom: 15px; }

.children .comment_head {
  margin-bottom: 0; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 13px;
  margin-left: 15px;
  color: #888888; }

.comment_date a {
  color: #888888; }

.comment_footer a {
  font-size: 13px;
  line-height: 25px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 15px; }

.comment_head a:hover,
.comment_footer a:hover,
.comment_nav a:hover {
  text-decoration: underline; }

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  width: 56px;
  height: 56px;
  float: right;
  margin-left: 15px; }

.comment_nav {
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #dddddd;
  padding: 15px 29px; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  margin: -58px 0 58px 0;
  border-width: 0 0 1px 0; }

.next_comments {
  float: right; }

/*
 * ---:[ inputs ]:---
 */
.input_text {
  font-size: inherit;
  line-height: 1em;
  font-family: inherit;
  font-weight: inherit;
  color: #111111;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.input_text:focus {
  border-color: #eeeeee;
  background-color: white; }

textarea.input_text {
  line-height: 28px; }

.input_submit {
  font-size: 20px;
  line-height: 1em;
  font-family: inherit;
  font-weight: bold;
  border: 3px double #dddddd;
  background: #eeeeee url(\'images/bg-button.png\') repeat-x;
  padding: 0.5em;
  cursor: pointer;
  overflow: visible; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 58px 0;
  padding: 0 29px;
  margin: 8px 0;
  padding: 0 10px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  font-size: 20px;
  line-height: 34px;
  color: #111111;
  margin: 0 -29px;
  border-bottom: 1px dotted #dddddd;
  padding: 0 29px 15px 29px; }

#commentform label {
  display: block; }

#commentform p {
  margin-bottom: 15px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border: 1px solid #dddddd;
  background-color: #eeeeee; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-size: 21px;
  line-height: 29px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.sidebar .input_submit {
  font-size: inherit; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
    /*
   * margin-bottom: 19px;
   */
  margin-bottom: 5px; }

.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left {
  margin-right: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .stack {
  margin-left: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
    /*
   * margin-bottom: 38px;
   */
  margin-bottom: 10px; }

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 10px; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #888888; }

.sidebar .post_content,
.widget li ul,
.widget li ol {
  margin-top: 10px; }

.widget ul {
  list-style-type: none; }

.widget li a:hover {
  text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 25px;
  text-align: right;
  color: #888888;
  border-top: 3px double #dddddd;
  padding: 15px 29px; }

.footer a {
  color: #888888; }

.footer a:hover {
  color: #111111; }

.landing .footer {
  text-align: center; }

/*
 * new footer css
 */
.footer_wrapper {
  background: url(\"http://www.rtosoftware.com.au/images/footer-bg.jpg\") center top repeat; }

.top_line {
  border-top: 3px solid #767676;
  padding: 15px 0 0px; }

#footer {
  margin-left: auto;
  margin-right: auto;
  width: 1030px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0 !important;
  word-wrap: break-word; }

#footer:before {
  content: \"\";
  display: table; }

#footer h4 {
  font-size: 1.308em;
  font-weight: 700; }

#footer .footmini {
  width: 100%;
  float: right; }

#footer .footmini .left {
  float: left;
  width: 80.769%;
  margin-left: 0%;
  margin-right: -80.769%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  line-height: 170%; }

#footer .footmini .left p {
  color: #767676;
  margin: 1.2em 0; }

#footer .footmini .left img {
  float: left;
  margin: 0 2em 0 0; }

#footer .footer-sm-links a {
  display: block;
  background: url("http://www.rtosoftware.com.au/images/footer-sm.png") top left no-repeat;
  height: 32px;
  padding-left: 40px;
  line-height: 210%;
  margin: 0.6em 0; }

#footer .footmini .footer-sm-links {
  float: left;
  width: 19.231%;
  margin-left: 80.769%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

#footer .footmini .footer-sm-links h4 {
  margin-bottom: 0.8em; }

#footer .footmini .footer-sm-links a {
  text-indent: -9999px;
  font-size: 0;
  float: left; }

#footer .footer-sm-links .facebook {
  background-position: 0 0; }

#footer .footer-sm-links .linkedin {
  background-position: 0 -64px; }

#footer .footer-sm-links .twitter {
  background-position: 0 -32px; }

#footer .footer-sm-links .googleplus {
  background-position: 0 -96px; }

/*
 * New footer Style
 */
#global-footer {
  min-width: 940px;
  padding: 1px 0 35px; }

#global-footer * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit; }

#global-footer .top_line_New {
  border-top: 5px solid;
  padding: 15px 0 0px; }

#global-footer.global-footer-dark {
    /*
   * background:#45474D;
   */
  background: #666c77; }

#global-footer .footer_wrapper_new {
  min-width: 940px;
  margin: auto; }

#global-footer-container {
  margin-left: auto;
  margin-right: auto;
  width: 1030px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #4f555e !important;
  word-wrap: break-word;
  font-family: inherit; }

#global-footer-container:before {
  content: \"\";
  display: table; }

.global_footer_links {
  margin-bottom: 30px;
  margin-right: -100px; }

.global-footer-links .global-footer-column:first-child {
  margin-left: 0; }

.global-footer-column {
  float: left;
  min-width: 213px;
  margin-left: 10px;
  color: #989ea6; }

.global-footer-column h3 {
  font-size: 19px; }

.global-footer-column ul {
  margin-top: 1em; }

.global-footer-column ul li {
  padding: 0;
  margin: 0;
  list-style: none; }

.global-footer-separator {
  border-color: #4f555e;
  border-top: 0px solid;
  margin-top: 278px; }

/*
 * social icons
 */
#global-footer .global-footer-social-sharing {
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 15px;
  vertical-align: middle;
  font-size: 13px;
  margin-bottom: 30px;
  margin-right: 200px; }

#global-footer .global-footer-social-sharing a {
  float: left;
  min-width: 13px;
  padding-left: 25px; }

#global-footer .global-footer-social-sharing h4 {
  color: #989ea6;
  font-size: 19px; }

#global-footer .global-footer-social-sharing a:first-child {
  padding-left: 0; }

#global-footer .global-footer-legal {
  float: right;
  font-size: 13px;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: middle; }

#global-footer .global-footer-legal a {
  float: left;
  min-width: 13px;
  padding-left: 25px;
  color: #16191a; }

#global-footer .global-footer-legal a:hover {
  text-decoration: underline; }

#global-footer .global-footer-copyright {
  color: #45474d;
  clear: both;
  margin: 0;
  font-size: 14px;
  font-weight: 400; }

/*
 * not in use
 * #global-footer .global-footer-social-sharing a { margin-left:10px; }
 * #global-footer .global-footer-social-sharing a:first-child { margin-left:0; }
 * #global-footer .global-footer-social-sharing .global-footer-icon { margin-right:4px; }
 * .global-footer-icon-facebook { width:16px; height:16px; background:url(http://www.rtosoftware.com.au/images/FB.png) no-repeat; }
 */
/*
 * End of New footer style
 */
.special_box {
  border-bottom: 1px #cecece solid;
  padding: 2% 0 2.2%; }

.special_box img {
  display: inline; }

/*
 * Css for tables design for the case studies
 */
.table_for_case_studies {
  border: 1px solid #dddddd;
  width: 100%; }

.case-study-left {
  padding-left: 10px;
  padding-top: 5px;
  background-color: #ecf0f1;
  width: 40%; }

.case-study-left span {
  font-size: x-large; }

.case-study-right {
  padding-left: 10px;
  padding-right: 19px;
  width: 60%; }

#button1 {
  background: #2cb376;
  cursor: pointer;
  cursor: hand;
  background-image: -webkit-linear-gradient(top, false, #22a565);
  background-image: -moz-linear-gradient(top, false, #22a565);
  background-image: -ms-linear-gradient(top, false, #22a565);
  background-image: -o-linear-gradient(top, false, #22a565);
  background-image: linear-gradient(to bottom, false, #22a565);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial Bold;
  color: white;
  font-size: 13px;
  padding: 4px 14px 4px 14px;
  text-decoration: none; }


#button1:hover {
  background-image: -webkit-linear-gradient(top, black, black);
  background-image: -moz-linear-gradient(top, black, black);
  background-image: -ms-linear-gradient(top, black, black);
  background-image: -o-linear-gradient(top, black, black);
  background-image: linear-gradient(to bottom, black, black);
  text-decoration: none; }

/*
 * Home page testimonial
 */
.testimonial_business {
  font-family: arial;
    /*
   * margin: 27px 0;
   */
  margin-top: 26px;
  padding: 2.3em 1.9em !important;
  margin-bottom: -152px;
  position: relative;
  width: 100%; }

.testimonial_Compliance {
  font-family: arial;
  margin: 27px 0;
  padding: 2.3em 1.9em !important;
  position: relative;
  width: 100%; }

.testimonial_Compliance h2 {
  text-align: left; }

.testimonial_Audit {
  font-family: arial;
  margin: 27px 0;
  padding: 2.3em 1.9em !important;
  position: relative;
  width: 100%; }

.testimonial_Audit h2 {
  text-align: right; }

/*
 * Integrate Column
 */
.testimonial_Integrate {
  font-family: arial;
  margin: 27px 0;
  padding: 2.3em 1.9em !important;
  position: relative;
  width: 100%; }

.testimonial_Integrate h2 {
  text-align: right; }

.testimonial_Integrate tr:nth-child(odd) td {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -73.077%;
  padding: 27px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  border: none; }

.testimonial_Integrate_left {
  float: left;
  width: 19.231%;
  color: #6c6c6c;
  font-size: 0.813em;
  margin-left: 0%;
  margin-right: -19.231%;
  padding: 19px;
  width: 19.231%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

.testimonial_Integrate_right {
  border: 5px #ecf0f1 solid;
  float: left;
  width: 71.077%;
  border-radius: 7px;
  margin-left: 26.923%;
  margin-right: -100%;
  margin-top: -10px;
  padding: 1em 1.8em !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

.testimonial_Integrate_right:before {
  background-position: top right;
  content: \"\";
  position: absolute;
  left: 290px;
  top: 69%;
  width: 15px;
  height: 29px;
  background: url("http://www.rtosoftware.com.au/images/Leftarrow.png"); }

.testimonial_Integrate_right span {
  font-size: 2em;
  padding-left: 40px;
  position: absolute;
  top: 69%;
  font-weight: bold;
  color: #19a44a; }

.testimonial_Integrate_right h5 {
  margin-top: -90px;
  margin-left: 160px;
  font-size: inherit;
  line-height: 2.1em !important; }

.testimonial_Integrate_right em {
  position: absolute;
  float: left;
  top: 68%;
  padding-left: 42px;
  font-weight: bold; }

/*
 * Css for Convert more sales
 */
.testimonial_convert {
  font-family: arial;
  margin: 27px 0;
  padding: 2.3em 1.9em !important;
  position: relative;
  width: 100%; }

.testimonial_convert h2 {
  text-align: right; }

.testimonial_convert tr:nth-child(odd) td {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -73.077%;
  padding: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  border: none; }

.testimonial_convert tr:nth-child(even) {
  float: left;
  width: 62.077%;
  margin-left: 18%;
  border-radius: 7px;
  margin-right: -52.077%;
  margin-top: -90px;
  padding: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  border: 5px solid #ecf0f1; }

.testimonial_convert tr:nth-child(even):before {
  background-position: top right;
  content: \"\";
  position: absolute;
  left: 80%;
  top: 78%;
  width: 15px;
  height: 29px;
  background: url("http://www.rtosoftware.com.au/images/arrows.png"); }

.testimonial_convert tr:nth-child(even) span {
  font-size: 2em;
  padding-left: 35px;
  position: absolute;
  top: 257px;
  font-weight: bold;
  color: #19a44a; }

.testimonial_convert tr:nth-child(even) h5 {
  margin-left: 115px;
  margin-top: -105px;
  font-size: inherit;
  line-height: 1.4em !important; }

.testimonial_convert tr:nth-child(even) em {
  position: absolute;
  float: left;
  top: 255px;
  padding-left: 35px;
  font-weight: bold; }

.testimonial {
  font-family: arial;
  margin: 27px 0;
  padding: 2.3em 1.9em !important;
  position: relative;
  width: 100%; }

.testimonial_left {
  float: left;
  width: 62.077%;
  margin-left: 0%;
  border-radius: 7px;
  margin-right: -52.077%;
  padding: 27px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  border: 5px solid #ecf0f1; }

.testimonial_left:before {
  background-position: top left;
  right: 36.7%;
  top: 33%;
  content: \"\";
  position: absolute;
  width: 15px;
  height: 29px;
  background: url(\"http://www.rtosoftware.com.au/images/arrows.png\"); }

.testimonial_left h5 {
  margin-top: -125px;
  margin-left: 160px;
  font-size: inherit;
  line-height: 1.4em !important; }

.testimonial_left h1 {
  color: #19a44a;
  font-size: 59px;
  line-height: 85%;
  margin: 0;
  font-weight: 700; }

.testimonial_left span {
  font-size: 2em;
  padding-left: 38px;
  position: absolute;
  top: 34px;
  font-weight: bold;
  color: #19a44a; }

.testimonial_left em {
  top: 63px;
  position: absolute;
  left: 5.5%;
  font-weight: bold; }

.author {
  margin-top: -20px;
  line-height: 130%;
  color: #6c6c6c;
  font-size: 0.813em;
  float: left;
  width: 17.5%;
  margin-left: 53.923%;
    /*
   * margin-right: -96.15385000000001%;
   */
    /*
   * padding: 0px;
   */
  padding-left: 20px;
  padding-top: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
    /*
   * border: 1px solid;
   */ }

.testimonial_right {
  background: #ecf0f1;
  border: 1px #d4d4d4 solid;
  float: left;
  width: 73.077%;
  border-radius: 7px;
  margin-left: 26.923%;
  margin-right: -100%;
  padding: 2.2em 1.7em !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

.testimonial_right:before {
  background-position: top right;
  content: \"\";
  position: absolute;
  left: 298px;
  top: 35%;
  width: 15px;
  height: 29px;
  background: url("http://www.rtosoftware.com.au/images/left-arrow.png"); }

.testimonial_right span {
  font-size: 3em;
  padding-left: 45px;
  position: absolute;
  top: 41px;
  font-weight: bold;
  color: #19a44a; }

.testimonial_right p {
  margin-top: -80px;
  margin-left: 160px;
  font-style: italic;
  line-height: 1.2em !important; }

.testimonial_right em {
  position: absolute;
  float: left;
  top: 72px;
  padding-left: 48px;
  font-weight: bold; }

.author_right {
  float: left;
  width: 19.231%;
  color: #6c6c6c;
  font-size: 0.813em;
  margin-left: 0%;
  margin-right: -19.231%;
  padding: 19px;
  width: 19.231%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

/*
 * New css table for the Control your Document Mayhem
 */
.graycolor {
  margin: 50px 0;
  padding: 2.3em 1.9em !important;
  position: relative;
  width: 100%; }

.graycolor_left {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -73.077%;
  padding: 27px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  border: none; }

.graycolor_left h2 {
  text-align: left; }

.graycolor_right {
  float: left;
  width: width: 19.231%;
  margin-left: 76.923%;
  margin-right: -96.154%;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

.graycolor_author_left {
  float: left;
  width: 19.231%;
  color: #6c6c6c;
  font-size: 0.813em;
  margin-left: 0%;
  margin-right: -19.231%;
  padding: 19px;
  width: 19.231%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

.graycolor_author_right {
  background: white;
  border: 1px #d4d4d4 solid;
  float: left;
  width: 70.077%;
  border-radius: 7px;
  margin-left: 26.923%;
  margin-right: -100%;
  padding: 1em 1.8em !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

.graycolor_author_right:before {
  background-position: top right;
  content: \"\";
  position: absolute;
  left: 299px;
  top: 296px;
  width: 15px;
  height: 29px;
  background: url("http://www.rtosoftware.com.au/images/Leftarrow.png"); }

.graycolor_author_right span {
  font-size: 2em;
  padding-left: 45px;
  position: absolute;
  top: 265px;
  font-weight: bold;
  color: #19a44a; }

.graycolor_author_right p {
  margin-top: -95px;
  margin-left: 160px;
  font-style: italic;
  line-height: 1.4em !important; }

.graycolor_author_right em {
  position: absolute;
  float: left;
  top: 290px;
  padding-left: 48px;
  font-weight: bold; }

.graycolor_author_rightDocument {
    /*
   * CSS for doument table
   */
  border: 5px solid #ecf0f1;
  float: left;
  width: 70.077%;
  border-radius: 7px;
  margin-top: -24px;
  margin-left: 1.923%;
  margin-right: -100%;
    /*
   * margin-bottom:19px; margin-left: 26.92308%;
   */
  padding: 1em 1.8em !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

.graycolor_author_rightDocument:before {
  background-position: top right;
  content: \"\";
  position: absolute;
  left: 72%;
  top: 84%;
  width: 15px;
  height: 29px;
  background: url("http://www.rtosoftware.com.au/images/arrows.png"); }

.graycolor_author_rightDocument span {
  font-size: 2em;
  padding-left: 33px;
  position: absolute;
  top: 343px;
  font-weight: bold;
  color: #19a44a; }

.graycolor_author_rightDocument h5 {
  margin-left: 121px;
  margin-top: -62px;
  font-size: inherit; }

.graycolor_author_rightDocument em {
  position: absolute;
  float: left;
  top: 373px;
  padding-left: 33px;
  font-weight: bold; }

/*
 * Css for Dome for your admin
 */
.testimonial_admin {
  font-family: arial;
  margin: 27px 0;
  padding: 2.3em 1.9em !important;
  position: relative;
  width: 100%; }

.testimonial_admin tr:nth-child(odd) td {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -73.077%;
  padding: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  border: none; }

.testimonial_admin tr:nth-child(even) {
  float: left;
  width: 62.077%;
  margin-left: 0%;
    /*
   * background: #ecf0f1;
   */
  background: white;
  border: 5px solid #ecf0f1;
  border-radius: 7px;
  margin-right: -52.077%;
  margin-top: -40px;
  padding: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

.testimonial_admin tr:nth-child(even):before {
  background-position: top right;
  content: \"\";
  position: absolute;
  left: 62%;
  top: 80%;
  width: 15px;
  height: 29px;
  background: url("http://www.rtosoftware.com.au/images/arrows.png"); }

.testimonial_admin tr:nth-child(even) span {
  font-size: 2em;
  padding-left: 32px;
  position: absolute;
  top: 383px;
  font-weight: bold;
  color: #19a44a; }

.testimonial_admin tr:nth-child(even) h5 {
  margin-left: 105px;
  margin-top: -105px;
  font-size: inherit;
  line-height: 1.4em !important; }

.testimonial_admin tr:nth-child(even) em {
  position: absolute;
  float: left;
  padding-left: 33px;
  font-weight: bold;
  margin-top: -112px; }


/*
 * Css for Gain More Efficiency
 */
.testimonial_gain {
  font-family: arial;
  margin: 27px 0;
  padding: 2.3em 1.9em !important;
  position: relative;
  width: 100%; }

.testimonial_gain h2 {
  text-align: right; }

.testimonial_gain tr:nth-child(odd) td {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -73.077%;
  padding: 27px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  border: none; }

.testimonial_gain_left {
  float: left;
  width: 19.231%;
  color: #6c6c6c;
  font-size: 0.813em;
  margin-left: 0%;
  margin-right: -19.231%;
  padding: 19px;
  width: 19.231%;
  moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

.testimonial_gain_right {
  border: 5px solid #ecf0f1;
  float: left;
  width: 70.077%;
  border-radius: 7px;
  margin-left: 26.923%;
  margin-bottom: 15px;
  margin-top: -100px;
  margin-right: -100%;
  padding: 1em 1.8em !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

.testimonial_gain_right:before {
  background-position: top right;
  content: \"\";
  position: absolute;
  left: 299px;
  top: 74%;
  width: 15px;
  height: 29px;
  background: url("http://www.rtosoftware.com.au/images/Leftarrow.png"); }

.testimonial_gain_right span {
  font-size: 2em;
  padding-left: 35px;
  position: absolute;
  top: 68%;
  font-weight: bold;
  color: #19a44a; }

.testimonial_gain_right h5 {
  margin-left: 125px;
  margin-top: -95px;
  font-size: inherit;
  line-height: 1.4em !important; }

.testimonial_gain_right em {
  position: absolute;
  float: left;
  top: 61%;
  padding-left: 35px;
  font-weight: bold; }

.clears {
  clear: both; }

/*
 * Css for New Style of Ul
 */
ul#reason-list {
  padding: 0px;
  list-style-type: none; }

ul#reason-list li {
  list-style-type: none;
  background: url("http://www.rtosoftware.com.au/images/number-bullet.png") no-repeat;
  padding-left: 70px;
  font-size: 17px;
  line-height: 66px;
  margin-bottom: 30px; }

ul#reason-list li#bullet-1 {
  background-position: 0 10px; }

ul#reason-list li#bullet-2 {
  background-position: 0 -129px; }

ul#reason-list li#bullet-3 {
  background-position: 0 -265px; }

ul#reason-list li#bullet-4 {
  background-position: 0 -408px; }

ul#reason-list li#bullet-5 {
  background-position: 0 -510px; }

ul#reason-list li#bullet-6 {
  background-position: 0 -677px; }

ul#reason-list li#bullet-7 {
  background-position: 0 -845px; }

.graphics_icons {
  padding: 0;
  list-style-type: none; }

.graphics_icons li {
  margin: 2px 0;
  background: #ecf0f1;
  padding: 1% 4% 1% 2%;
  width: 93%;
  display: table; }

.graphics_icons li img {
  border-radius: 12px 0 12px 0;
  display: inline;
  margin-right: 12px;
  margin-bottom: 0px;
  vertical-align: middle;
  display: table-cell;
  max-width: none !important; }

.graphics_icons li span {
  color: red;
  font-weight: bolder; }

hr {
  border: none;
  clear: both;
  background: url("http://www.rtosoftware.com.au/images/hr.png") center bottom no-repeat;
  height: 1px;
  padding-top: 1.8em; }

.contacttext {
  position: relative;
  float: right;
  width: 420px;
  right: 150px; }

.ctntform {
  border: 1px solid black;
  padding-left: 30px;
  background: #da852a;
  border-radius: 7px;
  width: 400px; }

.privacy {
  position: absolute;
  margin-top: -14px;
  padding-left: 181px; }

/*
 * ---:[ clearfix ]:---
 */
.columns:after,
.menu:after,
.post_box:after,
.post_content:after,
.author_description:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after {
  content: \".\";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 1130px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 870px; }

  .header {
    border-top: 1px solid #dddddd; }

  .header img {
    max-width: 870px; }

  .landing .header {
    border-top: 0; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

  .columns > .sidebar {
    float: none;
    width: 100%;
    border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: white;
    padding: 1em 29px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid #dddddd;
    padding-left: 29px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: white;
    padding: 1em 29px; }

  .menu .current-menu-item > a {
    background-color: #eeeeee; }

  .menu > li > a {
    border-left-width: 1px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 50%; } }

@media all and (max-width: 870px) {
  .menu a {
    border-right-width: 0; }

  .menu > li > a {
    border-left-width: 0; }

  .post_box .frame,
  .post_box .post_image_box,
  .post_box .wp-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media all and (max-width: 1024px) {
  .scroller {
    width: inherit; }

  .containers {
    width: inherit; }

  .container,
  .landing .container {
    width: auto;
    max-width: 1024px; }

  .menu a {
    border-right-width: 0; }

  .menu > li > a {
    border-left-width: 0; }

  .post_box .frame,
  .post_box .post_image_box,
  .post_box .wp-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .homebanner .homebannercont {
    padding-left: 20px; }

  .testimonial {
    margin-top: 157px; }

  .testimonial_left em {
    left: 8.5%; }

  .testimonial_convert tr:nth-child(even) {
    margin-top: -20px;
    width: 71.077%;
    margin-left: 26%; }

  .testimonial_convert tr:nth-child(even):before {
    left: 97%; }

  .testimonial_convert tr:nth-child(even) span {
    top: 327px; }

  .testimonial_convert tr:nth-child(even) em {
    top: 357px; }

  .testimonial_admin tr:nth-child(even) {
    width: 68.077%;
    margin-top: -29px; }

  .testimonial_admin tr:nth-child(even):before {
    left: 68%; }

  .testimonial_admin tr:nth-child(even) span {
    top: 393px; }

  .testimonial_admin tr:nth-child(even) em {
    top: 528px; }


  .testimonial_gain_right {
    margin-top: -50px;
    width: 67.077%;
    margin-left: 28.923%; }

  .testimonial_gain_right:before {
    left: 273px; }

  .graycolor_author_rightDocument {
    top: 386px; }

  .graycolor_author_rightDocument em {
    top: 385px; }

  .graycolor_author_rightDocument h5 {
    margin-top: -80px; }

  .testimonial_Integrate_right:before {
    left: 253px; }

  .testimonial_Integrate_right h5 {
    margin-top: -100px; } }

@media (device-width: 600px)  and (orientation: portrait) {
  .scroller {
    width: inherit; }

  .containers {
    width: inherit; }

  .container,
  .landing .container {
    width: auto;
    max-width: 600px; }

  .homebanner {
    background: url("http://www.rtosoftware.com.au/images/RTOSuccess-Mobile-600.png") no-repeat scroll center top #eb0329; }

  #footer {
    width: 600px; }

  #footer .footmini .footer-sm-links {
    width: 30.231%;
    margin-left: 69.769%; }

  .txtforfreport {
    width: 265px;
    padding-top: 183px;
    padding-bottom: -5px; } }

@media only screen and (device-width: 980px) {
  .testimonial_left {
    width: 92%;
    padding-top: 34px;
    padding-bottom: 43px; }

  .testimonial_left::before {
    right: 6.4%;
    top: 36%; }

  .testimonial_Integrate_right {
    margin-left: 23.923%; }

  .testimonial_Integrate_right::before {
    left: 23.7%; }

  .testimonial_convert tr:nth-child(2n) {
    width: 93.077%;
    margin-left: 4%; }

  .testimonial_convert tr:nth-child(2n)::before {
    top: 82%; }

  .testimonial_admin tr:nth-child(2n) {
    width: 92.077%; }

  .testimonial_admin tr:nth-child(2n)::before {
    left: 92%;
    top: 84%; }

  .testimonial_gain_right {
    margin-top: -26px;
    width: 87.077%;
    margin-left: 7%; }

  .testimonial_gain_right::before {
    left: 5.5%;
    top: 78%; }

  .testimonial_gain_right span {
    top: 72%; }

  .testimonial_gain_right em {
    top: 79%; }

  .testimonial_Integrate_right::before {
    left: 22.4%; }

  .graycolor_author_rightDocument {
    width: 81%; }

  .graycolor_author_rightDocument::before {
    left: 82.9%; }

  #footer {
    width: 980px; }

  #footer .footmini .footer-sm-links {
    margin-left: 72.769%; }

  .privacy {
    padding-left: 1px; } }

@media only screen and (device-width: 800px) {
  body {
    padding-top: 0; }

  .homebanner {
    background: url("http://www.rtosoftware.com.au/images/RTOSuccess-Mobile-800.png") no-repeat scroll center top #eb0329; }

  .homebanner .homebannercont {
    height: 279px; }

  .homebanner .homebannercont .banner_text {
    text-align: left; }

  .homebanner .homebannercont .banner_text h1 {
    margin-top: -8px;
    font-size: 2em; }

  .container,
  .landing .container {
    width: inherit; }

  .containers {
    width: inherit; }

  .menu_control {
    display: block;
    width: inherit;
    border-width: 0;
    background-color: white;
    padding: 1em 29px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid #dddddd;
    padding-left: 29px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: white;
    padding: 1em 29px; }

  .menu .current-menu-item > a {
    background-color: #eeeeee; }

  .menu > li > a {
    border-left-width: 1px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

  .header img {
    max-width: 800px; }

  .testimonial_left {
    width: 95%; }

  .testimonial_left::before {
    right: 23px; }

  .testimonial_convert tr:nth-child(2n) {
    margin-top: -15px;
    width: 92.077%;
    margin-left: 5%; }

  .testimonial_admin tr:nth-child(2n) {
    width: 95%; }

  .testimonial_admin tr:nth-child(2n)::before {
    left: 95%; }

  .testimonial_admin tr:nth-child(2n) span {
    top: 80%; }

  .testimonial_admin tr:nth-child(2n) em {
    top: 102%; }

  .testimonial_gain_right {
    width: 95%;
    margin-left: 0.923%; }

  .testimonial_gain_right::before {
    left: -8px;
    top: 79%; }

  .testimonial_gain_right span {
    top: 72%; }

  .testimonial_gain_right em {
    top: 78%; }

  .graycolor_author_rightDocument {
    width: 94%; }

  .graycolor_author_rightDocument::before {
    left: 96%; }

  .graycolor_author_rightDocument span {
    top: 80%; }

  .graycolor_author_rightDocument em {
    top: 86%; }

  .testimonial_Integrate_left {
    margin-right: -20%;
    padding: 10px;
    width: 21%; }

  .testimonial_Integrate_right {
    width: 72%;
    margin-left: 24.923%;
    margin-top: 0px; }

  .testimonial_Integrate_right::before {
    top: 81%;
    left: 24%; }

  .testimonial_Integrate_right span {
    top: 77%; }

  .testimonial_Integrate_right em {
    top: 83%; }

  #footer {
    width: 800px; }

  #footer .footmini .left {
    width: 35%; }

  .privacy {
    padding-left: 1px; }

  .txtfordemopage {
    width: 240px; }

  .demoForm {
    margin-left: 10px;
    width: 240px; } }

@media only screen and (device-width: 768px) {
  body {
    padding-top: 0; }

  .containers {
    width: inherit; }

  .menu_control {
    display: block;
    width: inherit;
    border-width: 0;
    background-color: white;
    padding: 1em 29px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid #dddddd;
    padding-left: 29px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: white;
    padding: 1em 29px; }

  .menu .current-menu-item > a {
    background-color: #eeeeee; }

  .menu > li > a {
    border-left-width: 1px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

  .header img {
    max-width: 768px; }

  .homebanner {
    text-align: left;
    background: url("http://www.rtosoftware.com.au/images/banner-ipad.png") no-repeat; }

  .homebanner .homebannercont {
    height: 276px; }

  .homebanner .homebannercont .banner_text h1 {
    font-size: 2.28em;
    margin-left: 10px;
    margin-top: -22px; }

  .homebanner .homebannercont .banner_text h2 {
    margin-left: 0px;
    font-size: 19px;
    text-align: center; }

  .homebanner .homebannercont .banner_text h5 {
    margin-left: 35px; }

  .testimonial_left {
    width: 93.077%; }

  .testimonial_left:before {
    right: 4.9%; }

  .testimonial_convert tr:nth-child(even) {
    width: 92.077%;
    margin-left: 5%; }

  .testimonial_convert tr:nth-child(even) span {
    top: 355px; }

  .testimonial_convert tr:nth-child(even) em {
    top: 381px; }

  .testimonial_admin tr:nth-child(even) {
    width: 95.077%; }

  .testimonial_admin tr:nth-child(even):before {
    left: 95%;
    top: 85%; }

  .testimonial_admin tr:nth-child(even) span {
    top: 80%; }

  .testimonial_admin tr:nth-child(even) em {
    top: 102%; }

  .testimonial_gain_right {
    margin-top: -44px;
    width: 96%;
    margin-left: 3%; }

  .testimonial_Integrate_right span {
    top: 72%; }

  .testimonial_Integrate_right em {
    top: 78%; }

  .testimonial_gain_right:before {
    left: 8px;
    top: 77%; }

  .testimonial_gain_right span {
    top: 72%; }

  .testimonial_gain_right em {
    top: 79%; }

  .graycolor_author_rightDocument {
    width: 88.077%; }

  .graycolor_author_rightDocument:before {
    left: 90%; }

  .graycolor_author_rightDocument span {
    top: 418px; }

  .graycolor_author_rightDocument em {
    top: 456px; }

  .testimonial_Integrate_left {
    width: 23.231%; }

  .testimonial_Integrate_right {
    width: 71.077%;
    margin-left: 24.923%; }

  .testimonial_Integrate_right:before {
    top: 79%;
    left: 198px; }

  .txtfordemopage {
    width: 240px; }

  #footer {
    width: inherit; }

  #footer .footmini {
    width: inherit;
    float: left; }

  .privacy {
    padding-left: 1px; }

  #footer .footmini .footer-sm-links {
    width: 45%;
    margin-left: 98%;
    margin-top: 14px; } }

@media only screen and (max-width: 600px) {
  .header img {
    max-width: 600px; }

  .homebanner {
    background: url("http://www.rtosoftware.com.au/images/banner-ipad.png") no-repeat scroll center top #eb0329; }

  .homebanner .homebannercont {
    padding-left: 0px;
    height: 307px; }

  .homebanner .homebannercont .banner_text h1 {
    font-weight: 700;
    font-size: 1.69em;
    margin-top: -12px; }

  .homebanner .homebannercont .banner_text h2 {
    margin: 0.4em 0px 0.5em; }

  .homebanner .homebannercont .banner_text h5 {
    font-size: 1.115em; }

  .testimonial_left {
    width: 97.077%; }

  .testimonial_left::before {
    right: 1px; }

  .testimonial_left em {
    left: 12.5%; }

  .testimonial_convert tr:nth-child(2n) {
    width: 98%;
    margin-left: 0px; }

  .testimonial_convert tr:nth-child(2n)::before {
    top: 81%;
    left: 98%; }

  .testimonial_convert tr:nth-child(2n) span {
    top: 437px; }

  .testimonial_convert tr:nth-child(2n) em {
    top: 487px; }

  .testimonial_admin tr:nth-child(2n) {
    width: 97%; }

  .testimonial_admin tr:nth-child(2n)::before {
    left: 97%;
    top: 87%; }

  .testimonial_admin tr:nth-child(2n) span {
    top: 82%; }

  .testimonial_admin tr:nth-child(2n) em {
    top: 99%; }

  .testimonial_gain_right {
    width: 97%;
    margin-left: 1px; }

  .testimonial_gain_right span {
    top: 71%; }

  .testimonial_gain_right::before {
    top: 77%;
    left: -14px; }

  .graycolor_author_rightDocument {
    width: 96%; }

  .graycolor_author_rightDocument::before {
    left: 97.8%;
    top: 87%; }

  .graycolor_author_rightDocument span {
    top: 83%; }

  .graycolor_author_rightDocument em {
    top: 89%; }

  .testimonial_Integrate_left {
    margin-right: -27.231%;
    width: 25%; }

  .testimonial_Integrate_right {
    margin-left: 27.923%;
    width: 71%; }

  .testimonial_Integrate_right::before {
    left: 25.2%;
    top: 81%; }

  .testimonial_Integrate_right span {
    top: 72%; }

  .testimonial_Integrate_right em {
    top: 79%; }

  #footer .footmini {
    width: inherit; }

  #footer .footmini .left {
    width: 38%;
    margin-right: -100%; }

  .privacy {
    padding-left: 0px; } }

@media only screen and (device-width: 450px) {
  .containers {
    width: inherit; }

  .container,
  .landing .container {
    width: auto;
    max-width: 450px; }

  .menu a,
  .menu_control {
    padding: 1em 15px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  .comment_form_title,
  .footer {
    padding-right: 15px;
    padding-left: 15px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 15px; }

  .comments_closed,
  .login_alert {
    margin-right: 15px;
    margin-left: 15px; }

  .comment_form_title {
    margin-left: -15px;
    margin-right: -15px; }

  .right,
  .alignright,
  img[align=\"right\"],
  .left,
  .alignleft,
  img[align=\"left\"] {
    float: none; }

  .grt .right,
  .grt .left,
  .post_box .alignright,
  .post_box .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

  .post_author:after {
    content: \'\\a\';
    height: 0;
    white-space: pre;
    display: block; }

  .grt blockquote.right,
  .grt blockquote.left,
  #commentform .input_text,
  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .post_box blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; }

  .contacttext {
    right: 0px;
    width: inherit; }

  .ctntform {
    padding-left: 5px;
    float: left;
    width: inherit; }

  img {
    margin-bottom: 4px; }

  .homebanner {
    text-align: left;
    background: url("http://www.rtosoftware.com.au/images/Mobilebanner.png") no-repeat; }

  .homebanner .homebannercont {
    height: 200px;
    padding-left: 1px;
    margin-top: 10px; }

  .homebanner .homebannercont .banner_text h1 {
    font-weight: normal;
    font-size: 17px;
    margin-top: 10px; }

  .homebanner .homebannercont .banner_text h2 {
    margin: 14px 2px 6px 0px;
    max-width: 315px;
    font-size: 14px;
    text-align: center; }

  .homebanner .homebannercont .banner_text h5 {
    font-size: inherit; }


  .request_demo {
    margin-top: 12px;
    margin-bottom: 10px;
    display: block; }

  .header img {
    max-width: 300px; }

  .testimonial_business {
    margin-bottom: 0px; }

  .testimonial {
    width: 565px;
    margin: 0px; }

  .testimonial_left {
    width: 51.077%;
    padding-bottom: 0px;
    padding-left: 1px;
    padding-right: 14px; }

  .testimonial_left:before {
    right: 46.7%; }

  .testimonial_left span {
    top: 20px; }

  .testimonial_left h5 {
    margin-top: -116px;
    margin-left: 128px; }

  .testimonial_convert tr:nth-child(even) {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 1.5%;
    width: 97.077%;
    padding: 0px; }

  .testimonial_convert tr:nth-child(even):before {
    left: 98%;
    top: 89%; }

  .testimonial_convert tr:nth-child(even) img {
    max-width: 100px;
    margin-bottom: 4px; }

  .testimonial_convert tr:nth-child(even) span {
    top: -72px;
    position: relative; }

  .testimonial_convert tr:nth-child(even) em {
    text-align: center;
    width: 212px;
    position: relative;
    top: -70px; }

  .testimonial_convert tr:nth-child(even) p {
    margin-bottom: 0px; }

  .testimonial_convert tr:nth-child(even) h5 {
    margin-left: 13px;
    margin-top: -63px;
    display: inline-block; }

  .testimonial_admin tr:nth-child(even) {
    width: 99.077%; }

  .testimonial_admin tr:nth-child(even):before {
    left: 99%;
    top: 85%; }

  .testimonial_admin tr:nth-child(even) img {
    max-width: 100px;
    margin-bottom: 4px; }

  .testimonial_admin tr:nth-child(even) span {
    top: -72px;
    position: relative; }

  .testimonial_admin tr:nth-child(even) em {
    text-align: center;
    width: 150px;
    position: relative;
    top: 20px; }

  .testimonial_admin tr:nth-child(even) p {
    margin-bottom: 0px; }

  .testimonial_admin tr:nth-child(even) h5 {
    margin-left: 9px;
    margin-top: -19px;
    display: inline-block; }

  .testimonial_gain_right {
    width: 100.077%;
    margin-left: 7px;
    margin-top: 0px;
    margin-bottom: 0px; }

  .testimonial_gain_right:before {
    left: -4px;
    top: 82%; }

  .testimonial_gain_right img {
    max-width: 100px;
    margin-bottom: 4px false; }

  .testimonial_gain_right span {
    top: -97px;
    position: relative;
    font-size: 1.7em; }

  .testimonial_gain_right em {
    position: relative;
    top: -90px;
    width: 100px;
    text-align: center; }

  .testimonial_gain_right p {
    margin-bottom: 0px; }

  .testimonial_gain_right h5 {
    margin-left: 9px;
    margin-top: -86px;
    display: inline-block; }

  .graycolor_author_rightDocument {
    width: 98%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px; }

  .graycolor_author_rightDocument:before {
    left: 98%;
    top: 87%; }

  .graycolor_author_rightDocument img {
    max-width: 100px;
    margin-bottom: 4px false; }

  .graycolor_author_rightDocument span {
    position: relative;
    top: -97px; }

  .graycolor_author_rightDocument em {
    position: relative;
    top: -90px;
    width: 202px;
    text-align: center; }

  .graycolor_author_rightDocument p {
    margin-bottom: 0px; }

  .graycolor_author_rightDocument h5 {
    margin-left: 7px;
    margin-top: -150px;
    display: inline-block; }

  .testimonial_Integrate_left {
    padding: 0px;
    width: 88px; }

  .testimonial_Integrate_left img {
    margin-bottom: 0px; }

  .testimonial_Integrate_right {
    margin-left: 27.923%;
    width: 185px; }

  .testimonial_Integrate_right:before {
    left: 98px; }

  .testimonial_Integrate_right span {
    position: relative;
    top: -97px; }

  .testimonial_Integrate_right em {
    position: relative;
    top: -90px;
    text-align: center; }

  .testimonial_Integrate_right h5 {
    margin-left: 103px;
    margin-top: -73px;
    display: inline-block; }

  #footer {
    width: 320px; }

  .privacy {
    margin-top: 0px;
    padding-left: 4px; }

  #footer h4 {
    font-size: 0.968em;
    font-weight: 400; } }

@media only screen and (device-width: 360px) {
  .container,
  .landing .container {
    width: inherit;
    max-width: 360px; }

  .testimonial {
    width: 50%; }

  .testimonial_left {
    width: 127%; }

  .testimonial_left::before {
    right: -32.3%;
    top: 40%; }

  .fcontainer {
    width: inherit; }

  .testimonial_admin tr:nth-child(2n+1) td {
    width: 80%; }

  .testimonial_admin tr:nth-child(2n) {
    width: 78.077%; }

  .testimonial_admin tr:nth-child(2n)::before {
    left: 78%; } }

#header {
  padding: 0; }

#header #site_title a,
#header #site_tagline {
  display: none; }

/*
 * ---:[ custom CSS ]:---
 */
/*
 * New sidebar_testi
 */
.testimonial_left {
  float: left;
  width: 62.077%;
  margin-left: 0%;
  border-radius: 7px;
  margin-right: -52.077%;
  padding: 27px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  border: 5px solid #ecf0f1; }

.sidebar_testi {
  background: #ecf0f1 url(\"http://www.rtosoftware.com.au/images/testimonial.png\") -1px -1px no-repeat;
  border: 1px solid #657383;
  color: #657383;
  border-radius: 7px;
  font-size: 14px;
  margin: 0.5em 0;
  padding: 1.7em 2.4em 1.3em; }

.sidebar_testi p {
  color: #2cb376;
  font-size: large;
  text-transform: uppercase;
  padding: 10px 0 5px 0;
  display: block; }

.sidebar_form {
  background: url(\"http://www.rtosoftware.com.au/images/Sidebar.png\") repeat-y;
  font-size: 14px;
  height: 708px;
  margin: 0.5em 0;
  padding: 1.7em 2.4em 1.3em; }

.sidebar_form label {
  font-size: 1em;
  font-weight: bold; }

.sidebar_form input[type=\"text\"] {
  width: 180px; }

.sidebar_form input[type=submit] {
  width: 200px;
  height: 40px;
  float: left;
  font-size: 18px;
  border-radius: 10px;
  padding: 5px 7px;
  margin: 0 8px 10px 0;
  -moz-box-shadow: 0px 0px 5px #999999;
  -webkit-box-shadow: 0px 0px 5px #999999;
  border: 1px solid #29af71;
  background: -moz-linear-gradient(top, #29af71 0%, #29af71 100%);
    /*
   * firefox
   */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #29af71), color-stop(100%, #29af71));
    /*
   * webkit
   */
  cursor: pointer;
  color: white; }

/*
 * Css for demo form
 */
.sidebar_dform {
  background: url(\"http://www.rtosoftware.com.au/images/Demo_Sidebar.png\") repeat-y;
  font-size: 14px;
  height: 708px;
  margin: 0.5em 0;
  padding: 1.7em 2.4em 1.3em; }

.sidebar_dform label {
  font-size: 1em;
  font-weight: bold; }

.sidebar_dform input[type=\"text\"] {
  width: 180px; }

.sidebar_dform input[type=submit] {
  width: 200px;
  height: 40px;
  float: left;
  font-size: 18px;
  border-radius: 10px;
  padding: 5px 7px;
  margin: 0 8px 10px 0;
  -moz-box-shadow: 0px 0px 5px #999999;
  -webkit-box-shadow: 0px 0px 5px #999999;
  border: 1px solid #29af71;
  background: -moz-linear-gradient(top, #29af71 0%, #29af71 100%);
    /*
   * firefox
   */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #29af71), color-stop(100%, #29af71));
    /*
   * webkit
   */
  cursor: pointer;
  color: white; }

.txtfordemopage {
  padding-top: 170px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #bab8b8; }

.demoForm {
  padding-top: 16px; }

.txtfordemo {
  padding-top: 200px;
  text-align: center;
  border-bottom: 2px solid #bab8b8; }

.demoForm {
  padding-top: 10px; }

/*
 * End
 */
/*
 * 25th feb Css for the FreeReport page
 */
/*
 * Css for demo form
 */
.sidebar_fform {
  background: url(\"http://www.rtosoftware.com.au/images/Grow-your-College.png\") repeat-y;
  font-size: 14px;
  height: 455px;
  margin: 0.5em 0;
  padding: 1.7em 2.4em 1.3em; }

.sidebar_fform label {
  font-size: 1em;
  font-weight: bold; }

.sidebar_fform input[type=\"text\"] {
  width: 180px; }

.sidebar_fform input[type=submit] {
  width: 200px;
  height: 40px;
  float: left;
  font-size: 18px;
  border-radius: 10px;
  padding: 5px 7px;
  margin: 0 8px 10px 0;
  -moz-box-shadow: 0px 0px 5px #999999;
  -webkit-box-shadow: 0px 0px 5px #999999;
  border: 1px solid #29af71;
  background: -moz-linear-gradient(top, #29af71 0%, #29af71 100%);
    /*
   * firefox
   */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #29af71), color-stop(100%, #29af71));
    /*
   * webkit
   */
  cursor: pointer;
  color: white; }

.txtforfreport {
  padding-top: 188px;
  text-align: center;
  border-bottom: 2px solid #bab8b8;
  padding-bottom: 4px; }

.demoForm {
  padding-top: 10px; }

.post_box blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838; }

.post_box blockquote:before {
  display: block;
  content: \"\\201C\";
  font-size: 100px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #383838; }

.post_box blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px; }

.post_box blockquote cite:before {
  content: \"\\2014 \\2009\"; }

.fa-check {
  display: block; }

/*
 * new css for widget textbox
 * .textwidget{
 * 
 * background: #FFFFFF url(http://www.rtosoftware.com.au/images/testimonial.png) -1px -1px no-repeat;
 * border: 1px solid #657383;
 * color: #657383;
 * border-radius: 7px;
 * font-size: 14px;
 * margin: 0.5em 0;
 * padding: 1.7em 2.4em 1.3em;
 * }
 */