/* GENERAL STYLES
=================================*/
body {
  /* ONLY SET BACKGROUND COLOUR OR IMAGE HERE */
  background-color: #FFFFFF;
}
.container {
  /* SET A GENERAL FONT STYLE AND COLOUR TO USE ACROSS THE SITE HERE */
  font-family: "Open Sans", Tahoma, Geneva, sans-serif;
  color: #2A2A2A;
  font-size: 16px;
  line-height: 22px;
}

  /* SET GENERIC STYLES PREFIXED BY THE CONTAINER ID */
  #content h1,
  #content h1 a,
  #content h2,
  #content h2 a,
  #content h3,
  #content h3 a {
    font-family: "Montserrat", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #2A2A2A;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 12px 0px;
    text-decoration: none;
    text-transform: uppercase;
  }
  #content h1 {
    font-size: 24px;
    line-height: 34px;
    padding: 0px 0px 20px 0px;
  }
  #content h2 {
    font-size: 20px;
    line-height: 28px;
    padding-top: 10px;
  }
  #content h3 {
    font-size: 16px;
    line-height: 1.2em;
    padding: 8px 0 0 0;
  }
  #content h3 a {
    color: #ed1c24;
    text-decoration: none;
  }
  #content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    padding: 0px 0px 30px 0px;
  }
  #content a {
    color: #ed1c24;
    text-decoration: none;
  }
  #content a:hover {
    text-decoration: underline;
  }
  #content ul,
  #content ol {
    margin: 0px;
    padding: 0px 0px 12px 30px;
  }
  #content li {
    list-style: circle;
    /*background-image: url(http://praitservices.com.au/themes/defaulttheme/images/icon_list_item.png);
    background-position: 0px 8px;
    background-repeat: no-repeat;*/
    padding: 0px 0px 4px 0px;
  }
  #content .ccm-error,
  #content .ccm-error p {
    color: #CC0000 !important;
  }

  .container ::selection {
    /* This sets the colours when someone highlights some text */
    background: #2A2A2A;
    color: #FFFFFF;
    text-shadow: none;
  }


/* HEADER AREA SPECIFIC STYLES
================================ */
#header {
  padding: 20px 0px 20px 0px;
}
#header #header_logo img {
  padding: 0px 0px 0px 0px;
}
#header #header_contact {
  float: left;
  width: 100%;
  /*background-image: url(http://praitservices.com.au/themes/defaulttheme/images/apple_authorised_service_provider.png);
  background-position: 30px 22px;
  background-repeat: no-repeat;*/
  padding: 0px 0px 8px 0px;
  position:relative;
}
#header #header_contact p {
  width: 100%;
  margin: 0px;
  font-family: "Montserrat", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #6D6E72;
  text-align: right;
}
#header #header_contact p em {
  font-size: 31px;
  line-height: 30px;
  color: #F41C27;
  font-style: normal;
}
#header #header_contact p strong {
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
}
#header #header_contact a {
  color: inherit;
  text-decoration: none;
}
#header #header_contact .auth_service_provider {
  position: absolute;
  top:27px;
  left:200px;
}
#header #header_contact .auth_service_provider p{
  font-size:12px;
  text-align:left;
  color:#000;
  display:inline-block;
  font-weight:200;
  line-height:1.2em;
  margin-left:32px;
  margin-top:-3px;
  font-family: "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header #header_contact .auth_service_provider:before {
  content:'\f179';
  margin-right: 10px;
  text-align: right;
  font-family: "FontAwesome";
  font-size: 32px;
  position:absolute;
}

#header #header_contact .apple-auth-service-img {
  left: 78px;
  position: absolute;
  top: 28px;
  height: auto;
  width: 163px;
}


@media (max-width: 767px) {

  #header #header_contact .apple-auth-service-img {
    display: block;
    height: auto;
    left: 0;
    margin: 10px auto;
    position: relative;
    top: 6px;
    width: 252px;
  }

}

#header #header_links {
  float: left;
  width: 100%;
  text-align: right;
}
#header #header_links p {
  width: 100%;
  margin: 0px;
  text-align: right;
  font-family: "Montserrat", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #2A2A2A;
}
#header #header_links .shop_online:after {
  content:'\f07a';
  margin-left: 10px;
  text-align: right;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: bold;
  color: #2A2A2A;
}
#header #header_links p em {
  /*font-style: normal;
  background-image: url(http://praitservices.com.au/themes/defaulttheme/images/icon_shopping_cart.png);
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 20px;*/
}
#header #header_links a {
  color: #2A2A2A;
  text-decoration: none;
}
#header #header_links a:hover { color: #F11F2A; }

#nav_icons{
  text-align:center;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fafafa),color-stop(1, #EEEEEE));
  background-image: -o-linear-gradient(bottom, #fafafa 0%, #EEEEEE 100%);
  background-image: -moz-linear-gradient(bottom, #fafafa 0%, #EEEEEE 100%);
  background-image: -webkit-linear-gradient(bottom, #fafafa 0%, #EEEEEE 100%);
  background-image: -ms-linear-gradient(bottom, #fafafa 0%, #EEEEEE 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #EEEEEE 100%);
}
#nav_icons ul{
  margin:0;
  padding:0;
  list-style-type: none;
}
#nav_icons ul li{
  width:16.666666%;
  float:left;
  padding:20px 0 10px;
  margin:0;
  height:100%;
  height: 86px;
}
#nav_icons ul li:hover{
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #EEEEEE),color-stop(1, #fafafa));
  background-image: -o-linear-gradient(bottom, #EEEEEE 0%, #fafafa 100%);
  background-image: -moz-linear-gradient(bottom, #EEEEEE 0%, #fafafa 100%);
  background-image: -webkit-linear-gradient(bottom, #EEEEEE 0%, #fafafa 100%);
  background-image: -ms-linear-gradient(bottom, #EEEEEE 0%, #fafafa 100%);
  background-image: linear-gradient(to bottom, #EEEEEE 0%, #fafafa 100%);
}
#nav_icons ul li:active{
  -webkit-box-shadow: inset 0px -2px 15px -10px rgba(153,153,153,1);
  -moz-box-shadow: inset 0px -2px 15px -10px rgba(153,153,153,1);
  box-shadow: inset 0px -2px 15px -10px rgba(153,153,153,1);
}
#nav_icons span{
  font-size:13px;
  font-family: "Montserrat", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#2a2a2a;
  line-height:1.2em;
  font-weight:600;
  margin-top:15px;
  width:100%;
  float:left;
}
#nav_icons li:nth-child(6) p{
  /*a bit of a dirty hack to get the text in the last icon displayed more nicely*/
  width:120px;
  margin:13px auto;
}
#nav_icons i{
  font-size:30px;
  color:#2a2a2a;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,1)));
  -moz-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,1)));
}
#nav_icons a{
    text-decoration: none;
    display:block;
}
/* NAVIGATION AREA SPECIFIC STYLES
================================ */
#navigation {
  background-color: #232323;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #414141),color-stop(1, #232323));
  background-image: -o-linear-gradient(bottom, #414141 0%, #232323 100%);
  background-image: -moz-linear-gradient(bottom, #414141 0%, #232323 100%);
  background-image: -webkit-linear-gradient(bottom, #414141 0%, #232323 100%);
  background-image: -ms-linear-gradient(bottom, #414141 0%, #232323 100%);
  background-image: linear-gradient(to bottom, #414141 0%, #232323 100%);
  -webkit-box-shadow: 0 1px 3px 0 #333;
  box-shadow: 0 1px 3px 0 #333;
  position: relative;
  z-index: 10;
}
#navigation.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

  .toggleMenu {
    /* This is actually for the responsive menu, but to prevent a minor browser display anomaly, the CSS goes here */
    display: none;
    width: 100%;
    background: #222222;
    padding: 12px 0px 12px 0px;
    text-align: right;
    text-decoration: none;
  }
  .toggleMenu span {
    padding: 0px 36px 0px 0px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    background-image: url(http://praitservices.com.au/themes/defaulttheme/images/menu_icon.png);
    background-position: right 2px;
    background-repeat: no-repeat;
  }


#navigation ul.nav {
  position: relative;
  margin-left: 0px;
  z-index: 10;
}
#navigation ul.nav li {
  /* The style of a standard button, which applies to all levels */
  background-color: #232323;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #414141),color-stop(1, #232323));
  background-image: -o-linear-gradient(bottom, #414141 0%, #232323 100%);
  background-image: -moz-linear-gradient(bottom, #414141 0%, #232323 100%);
  background-image: -webkit-linear-gradient(bottom, #414141 0%, #232323 100%);
  background-image: -ms-linear-gradient(bottom, #414141 0%, #232323 100%);
  background-image: linear-gradient(to bottom, #414141 0%, #232323 100%);
}
#navigation ul.nav > li.nav-selected,
#navigation ul.nav > li.nav-path-selected {
  /* Styles for the active page */
  background-color: #831018;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F11D2B),color-stop(1, #831018));
  background-image: -o-linear-gradient(bottom, #F11D2B 0%, #831018 100%);
  background-image: -moz-linear-gradient(bottom, #F11D2B 0%, #831018 100%);
  background-image: -webkit-linear-gradient(bottom, #F11D2B 0%, #831018 100%);
  background-image: -ms-linear-gradient(bottom, #F11D2B 0%, #831018 100%);
  background-image: linear-gradient(to bottom, #F11D2B 0%, #831018 100%);}
#navigation ul.nav li:hover {
  /* Styles for the button hover state. Change the button background and border colours (if necessary) here */
  background-color: #831018;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F11D2B),color-stop(1, #831018));
  background-image: -o-linear-gradient(bottom, #F11D2B 0%, #831018 100%);
  background-image: -moz-linear-gradient(bottom, #F11D2B 0%, #831018 100%);
  background-image: -webkit-linear-gradient(bottom, #F11D2B 0%, #831018 100%);
  background-image: -ms-linear-gradient(bottom, #F11D2B 0%, #831018 100%);
  background-image: linear-gradient(to bottom, #F11D2B 0%, #831018 100%);
}
#navigation ul.nav li a {
  /* Set backgrounds on the li.  Only set font stuff and padding in here */
  display: block;
  padding: 17px 13px;
  font-family: "Montserrat", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #F6F6F6;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 280px;
}
#navigation ul.nav li:hover a {
  /* only change the font colour in here */
  color: #FFFFFF;
}
#navigation ul.nav li.nav-selected a,
#navigation ul.nav li.nav-path-selected a {
  /* Styles for the active page */
  color: #FFFFFF;
}

/* SECOND (AND THIRD) LEVEL SPECIFIC MENU STYLES */
#navigation ul.nav ul {
  /*background-image: url(http://praitservices.com.au/themes/defaulttheme/images/submenu_bg.png);
  background-position: top left;
  background-repeat: repeat;*/
  background-color: #232323;
  padding: 8px 0px 8px 0px;
  z-index: 20000;
  opacity: 0.97;
  filter: alpha(opacity=95);
}
#navigation ul.nav ul li {
  background: none;
}
#navigation ul.nav ul li a {
  font-family: "Open Sans", Tahoma, Geneva, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
#navigation ul.nav ul li.nav-selected {
  /*background-color: #831018;*/
  background:transparent;
}
#navigation ul.nav ul li:hover {
  /*background-color: transparent;
  background-image: url(http://praitservices.com.au/themes/defaulttheme/images/submenu_bg.png);
  background-position: top left;
  background-repeat: repeat;*/
  /*background-color: #831018;*/
  background:transparent;
}
#navigation ul.nav ul > li.nav-selected > a,
#navigation ul.nav ul > li:hover > a {
  /*color: #FFFFFF;*/
   color: #ed1c24;
}
#navigation ul.nav ul li a {
  font-family: "Montserrat", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #F6F6F6;
  line-height: 17px;
  padding: 11px 20px 11px 20px;
}
/* THIRD LEVEL SPECIFIC MENU STYLES */
#navigation ul.nav ul li ul {
  padding: 0;
}

#navigation ul.nav ul li ul li {
}
#navigation ul.nav ul li ul li.nav-selected a,
#navigation ul.nav ul li ul li:hover a {
  color: #ed1c24;
}


/* CONTENT AREA SPECIFIC STYLES
================================ */
#single_image_banner .single_image_container{
  height:385px;
  display:inline-table;
  width:100%;
}
#single_image_banner h2{
  color:#fff;
  font-weight:700;
  font-size: 48px;
  text-align: center;
  line-height:1.4em;
  font-family: "Montserrat", "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-shadow:0 1px 1px #000;
  width:100%;
  text-align: center;
  padding:0;
  margin:0;
  vertical-align: middle;
  display:table-cell;
}

#content{
  margin:30px 0;
}
#page_image {
  float: left;
  width: 244px;
  min-height: 10px;
}
#main_content_bg {
  float: left;
  width: 696px;
  background-image: url(http://praitservices.com.au/themes/defaulttheme/images/main_content_bg.png);
  background-position: top left;
  background-repeat: repeat;
}
#main_content {
  float: left;
  width: 580px;
  min-height: 320px;
  padding: 8px 40px 26px 76px;
}
#page_links {
  float: left;
  width: 696px;
}
#page_links .ccm-page-list {
  float: left;
  width: 693px;
  margin-right: 2px;
  margin-left: 1px;
}
#page_links .ccm-page-list-title {
  float: left;
  width: 230px;
  padding: 0px;
  margin: 0px 0px 0px 1px;
  color: #FFFFFF;
  font-family: "Ubuntu", Tahoma, Geneva, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
#page_links .ccm-page-list-title a {
  display: block;
  width: 230px;
  padding: 18px 0px 18px 0px;
  color: #FFFFFF;
  background: #85C23B;
  text-decoration: none;
}
#page_links .ccm-page-list-title a:hover {
  width: 222px;
  padding: 14px 0px 14px 0px;
  color: #FFFFFF;
  border: solid 4px #85C23B;
  background: none;
}
#page_links .ccm-page-list-description { display: none; }
#content {
  padding: 20px 0px 0px 0px;
}
#contact_us #map h3
{
  font-size: 16px;
}
#contact_us #map h3:before
{
  content:'\f041';
  margin-right: 10px;
  font-family: "FontAwesome";
  color:#ed1c24;
}
form#miniSurveyView74.miniSurveyView.narrow{
  background-color:#f0f0f0;
  box-shadow: rgba(0,0,0,.35) 0 1px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  padding:5px;
  margin-bottom: 30px;
}
#content h3.before_sidebar_form
{
  font-size: 18px;
  margin-bottom:18px !important;
}
#content h3.before_sidebar_form:before
{
  content:'\f0e5';
  margin-right: 18px;
  font-family: "FontAwesome";
  color:#ed1c24;
  font-size: 28px;
}
#contact_us #form #form_container{
  background-color:#f0f0f0;
  box-shadow: rgba(0,0,0,.35) 0 1px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  padding:5px;
  margin-bottom: 30px;
}
#contact_us #form h3
{
  font-size: 16px;
}
#contact_us #form h3:before
{
  content:'\f075';
  margin-right: 10px;
  font-family: "FontAwesome";
  color:#ed1c24;
}
#contact_info{
  margin:40px 0;
  line-height: 2.0em;
}
#contact_info i{
  color:#ed1c24;
  font-size:26px;
  margin-right:10px;
}
#contact_info a{
  color:#000;
  text-decoration:none;
  font-size:26px;
  display:inline-block;
  font-weight:700;
}
#contact_info a:hover{
  text-decoration:undeline;
  color:#ed1c24;
}
#contact_info i.fa-envelope{
  margin-left:100px;
}
.slider{
  height:580px;
  width:100%;
}
.slide_edit{
  display:block !important;
  height:120px;
  overflow:hidden;
}
.slide div.banner_title
{
  color:#fff;
  font-weight:700;
  font-size: 48px;
  text-align: center;
  line-height:1.4em;
  font-family: "Montserrat", "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-shadow:0 1px 1px #000;
  width:100%;
  text-align: center;
}
.slide .learn_more_container{
  width:100%;
  text-align:center;
}
.slide a.learn_more{
  border:4px solid #fff;
  padding:13px 20px;
  color:#fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  font-family: "Montserrat", "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-shadow:0 1px 1px #000;
  box-shadow: inset 0px 1px 0 #222, 0px 1px 0 #222;
}
.rssItem{
  background-color:#f0f0f0;
  box-shadow: rgba(0,0,0,.35) 0 1px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  padding:10px;
}
.rssItemSummary{
  margin-top:10px;
  font-size:14px;
}
.rssItemDate{
  font-size:13px;
  font-style: italic;
}
.rssSummaryListTitle{
  margin-bottom:18px !important;
  font-size:20px;
  font-family: "Montserrat", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.rssSummaryListTitle:before{
  content:'\f09e';
  margin-right: 18px;
  text-align: right;
  font-family: "FontAwesome";
  font-size: 28px;
  color:#FF6600;
}
#content table{
  margin:0 0 30px 0;
  padding:0;
  width:100%;
  border-collapse: collapse;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fefefe),color-stop(1, #fafafa));
  background-image: -o-linear-gradient(bottom, #fefefe 0%, #fafafa 100%);
  background-image: -moz-linear-gradient(bottom, #fefefe 0%, #fafafa 100%);
  background-image: -webkit-linear-gradient(bottom, #fefefe 0%, #fafafa 100%);
  background-image: -ms-linear-gradient(bottom, #fefefe 0%, #fafafa 100%);
  background-image: linear-gradient(to bottom, #fefefe 0%, #fafafa 100%);
}
#content table td{
  padding:10px 15px;
  vertical-align:top;
  border:1px solid #2a2a2a;
}
#content table td:nth-child(1){
  white-space: nowrap;
}
#content .service_portal_title{
  margin:18px 0 !important;
  font-size:18px;
  font-family: "Montserrat", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content .service_portal_container{
  background-color:#f0f0f0;
  box-shadow: rgba(0,0,0,.35) 0 1px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  padding:10px;
  margin-bottom:12px;
}
#content .service_portal_title:before{
  content:'\f0a9';
  margin-right: 18px;
  text-align: right;
  font-family: "FontAwesome";
  font-size: 28px;
  color:#ed1c24;
}
#content .service_portal_link{
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #333333),color-stop(1, #000000));
  background-image: -o-linear-gradient(bottom, #333333 0%, #000000 100%);
  background-image: -moz-linear-gradient(bottom, #333333 0%, #000000 100%);
  background-image: -webkit-linear-gradient(bottom, #333333 0%, #000000 100%);
  background-image: -ms-linear-gradient(bottom, #333333 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
  color:#fff;
  border:1px solid #000;
  text-align: center;
  margin: 5px 8px;
  padding:10px 30px;
  display:block;
}
#content .service_portal_link:hover{
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(1, #333333));
  background-image: -o-linear-gradient(bottom, #000000 0%, #333333 100%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, #333333 100%);
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #333333 100%);
  background-image: -ms-linear-gradient(bottom, #000000 0%, #333333 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #333333 100%);
  text-decoration:none;
}
#content .service_portal_link:active{
  border:1px solid #666;
}
#content hr{
  margin:30px 0;
}
/* FOOTER AREA SPECIFIC STYLES
================================ */
#footer {
  background: #F0F0F0;
  padding: 20px 0px 20px 0px;
}
#footer_legal {
  background: #313032;
  padding: 26px 0px 26px 0px;
  text-align: center;
  border-top: solid 8px #F11F2A;
  border-bottom: solid 1px #3D3C3E;
}
#footer_legal,
#footer_legal div,
#footer_legal a {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #888888;
  text-decoration: none;
}
#footer_legal a:hover { color: #AAAAAA; }

.responsivity_toggle div {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
}
.responsivity_toggle a {
  color: #FFFFFF !important;
}
