@import url("normalize.css");
@import url("form.css");
/* @group Global
----------------------------------------------- */
.thumb-list, .tabnav {
  list-style-type: none;
  padding: 0;
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background: #eee; }

body {
  background: #fff;
  color: #555;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4em; }

a {
  color: #821427; }

a:active, a:visited {
  color: #821427; }

a:hover {
  color: #000;
  text-decoration: underline; }

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

::selection {
  background: #999;
  color: #fff; }

a:link {
  -webkit-tap-highlight-color: #821427; }

h1, h2, h3 {
  color: #000;
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  margin-bottom: 0.4em; }

h4 {
  color: #000; }

p {
  margin: 0.6em 0; }
  p:last-child {
    margin-bottom: 1.4em; }

th, td {
  border: 1px solid #ddd;
  padding: 0.25em 0.5em; }

tbody th {
  text-align: left; }

thead th {
  background: #eee; }

img {
  max-width: 100%; }

nav, nav ul, nav li, nav a {
  display: inline-block; }

nav a {
  text-decoration: none; }
nav .active, .sidebar nav li.open > a {
  color: #000;
  font-weight: bold; }
nav li {
  padding: 2px 10px;
  border: 1px solid #ccc;
  border-width: 0 1px;
  margin-right: -4px; }

.container {
  width: 100%;
  max-width: 920px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative; }

/* @end */
/* @group Classes
----------------------------------------------- */
.btn,
button,
input[type="submit"] {
  background: #821427;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  text-decoration: none; }
  .btn:visited,
  button:visited,
  input[type="submit"]:visited {
    color: #fff; }
  .btn:hover,
  button:hover,
  input[type="submit"]:hover {
    color: #fff;
    background: #821427;
    text-decoration: none; }
  .btn:active,
  button:active,
  input[type="submit"]:active {
    position: relative;
    top: 2px; }

.thumb-list {
  margin: 0 -10px;
  font-size: 0; }
  .thumb-list li {
    font-size: 14px;
    line-height: 1.2em;
    display: inline-block;
    width: 16.666667%;
    min-width: 120px;
    padding: 0 10px 20px 10px;
    vertical-align: top;
    text-align: center; }
  .thumb-list img {
    display: block;
    margin-bottom: 0.5em; }
  .thumb-list a {
    text-decoration: none; }

.row {
  width: 100%;
  float: left;
  clear: left;
  margin-bottom: 1em; }

.col {
  float: left; }
  .col p {
    margin: 1.4em 0; }

.half {
  width: 50%;
  padding: 0 10px 0 0; }

.half + .half {
  padding: 0 0 0 10px; }

input.search {
  background: white url(../images/ico-search.png) no-repeat 5px center;
  border-radius: 1em;
  margin: 0;
  padding-left: 20px;
  text-indent: 10px; }

.tabs {
  margin-top: 20px; }

.tabnav {
  border-bottom: 1px solid #ddd; }
  .tabnav li, .tabnav a {
    display: inline-block; }
  .tabnav a {
    background: #eee;
    color: #777;
    padding: 2px 10px;
    text-decoration: none; }
  .tabnav .active a, .tabnav .sidebar nav li.open > a a, .sidebar nav .tabnav li.open > a a {
    background: #ddd;
    color: #000; }

/* @end */
/* @group Header
----------------------------------------------- */
#logo {
	display: inline-block;
	float: left;
	width: 200px;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
  #logo img {
	position: relative;
	margin-top: -22px;
	top: 50%;
}
  #logo h1 {
    position: absolute;
    left: -999em; }

.site-header {
  margin-bottom: 20px;
  font-size: 14px; }
  .site-header .container {
    padding-top: 3em; }
  .site-header a {
    text-decoration: none; }
  .site-header nav {
    text-align: center;
    width: 100%;
    padding: 1.4em 190px 0 220px;
    margin-left: -200px;
    margin-right: -190px;
    float: left;
    position: relative;
    z-index: 1; }
    .site-header nav li {
      border-color: #e0e0e0; }
  .site-header .r {
    display: inline-block;
    width: 20%;
    min-width: 176px;
    text-align: right;
    float: right;
    margin-top: -0.5em;
    position: relative;
    z-index: 2; }
  .site-header .phone {
    margin: 0 0 0.1em 0; }
    .site-header .phone strong {
      color: #000;
      margin-left: 5px;
      font-size: 18px; }
  .site-header form {
    margin: 0; }
  .site-header input {
    width: 100%; }
  .site-header .login {
    position: absolute;
    right: 15px;
    top: 0;
    color: #aaa;
    padding: 2px 5px; }
    .site-header .login:visited {
      color: #888; }
    .site-header .login:hover {
      color: #000;
      background: #eee; }

/* @end */
/* @group Footer
----------------------------------------------- */
.site-footer {
  clear: both;
  background: #eee;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding: 20px 0 40px 0;
  position: relative;
  z-index: 2; }
  .site-footer .phone {
    float: left;
    margin: 0 0 0.5em 0;
    color: #000;
    font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold; }
  .site-footer a {
    text-decoration: none; }
  .site-footer nav, .site-footer .copyright {
    font-size: 14px;
    clear: right;
    float: right; }
  .site-footer .copyright {
    margin-top: 0.5em;
    margin-right: 6px; }

/* @end */
/* @group Sidebar
----------------------------------------------- */
.sidebar {
  width: 33%;
  float: left;
  background: #eee;
  padding: 20px 0 9999px 0;
  margin-bottom: -9999px; }
  .sidebar > * {
    padding-left: 20px;
    padding-right: 20px; }
  .sidebar nav {
    margin: 0 -20px; }
    .sidebar nav li {
      width: 100%;
      margin: 0;
      padding: 0;
      border: 0; }
    .sidebar nav a {
      width: 100%;
      padding: 4px 20px; }
    .sidebar nav .active, .sidebar nav li.open > a {
      background: #ddd;
      color: #000; }
  .sidebar .submenu {
    display: none;
    font-size: 0.9em;
    line-height: 1.2em; }
    .sidebar .submenu a {
      padding-left: 40px; }
	  
	  /* CSS Edited by Develoeprudit Start*/
	  .sidebar .submenu ul{
		  padding-left:30px;
		  list-style:disc;
		}
	  /* CSS Edited by Develoeprudit End*/

.sidenav {
  overflow: hidden; }
  .sidenav .thumb-list li {
    width: 25%; }

.content {
  width: 67%;
  float: right;
  padding-left: 20px; }

/* @end */
/* @group Home
----------------------------------------------- */
.feature {
  margin-bottom: 20px; }

.home .thumb-list {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }

/* @end */
/* @group Subpage
----------------------------------------------- */
.subpage .content {
  float: left; }

/* @end */
/* @group Responsive
----------------------------------------------- */
@media all and (max-width: 850px) {
  .site-header nav {
    padding-top: 0; } }
@media all and (max-width: 740px) {
  #logo {
    display: block;
    width: auto;
    max-width: 50%;
    padding-right: 20px; }

  .site-header nav {
    margin: 0;
    padding: 10px 0 0 0;
    width: 100%; }
  .site-header .r {
    width: 50%; }

  .site-footer {
    text-align: center; }
    .site-footer nav, .site-footer .phone, .site-footer .copyright {
      float: none; }
    .site-footer nav {
      width: 100%; }

  .home .thumb-list {
    text-align: center; } }
@media all and (max-width: 520px) {
  .content,
  .sidebar {
    float: none;
    width: 100%; }

  .sidebar {
    padding-bottom: 20px;
    margin-bottom: 0; }

  .content {
    padding-left: 0; } }
@media all and (max-width: 460px) {
  .col {
    width: 100%;
    float: none; }

  .half, .half + .half {
    padding: 0; }

  #logo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5em;
    text-align: center; }

  .site-header .r {
    width: 100%;
    text-align: center; } }
/* @end */
