/*font*/
@font-face {
      font-family: 'fontello';
      src: url('fonts/fontello.eot?8472653');
      src: url('fonts/fontello.eot?8472653#iefix') format('embedded-opentype'),
           url('fonts/fontello.woff?8472653') format('woff'),
           url('fonts/fontello.ttf?8472653') format('truetype'),
           url('fonts/fontello.svg?8472653#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
    .fa
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
/*font*/
.none,.hide{display:none}
.clearfix{clear:both}
.safewidth{
	max-width: 1366px;
	position: relative;
    margin: 0 auto;
}
a[href^="tel"]{ color:inherit; text-decoration:none; }
*,
*:before,
*:after {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.hotlinein{font-weight:700;font-size:15px;}
.hotlinein strong{color:red}
html{
font-size:100%;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
html,
button,
input,
select,
textarea{
font-family:sans-serif;
}
body,
form,
input,
select,
textarea,
button {
margin: 0;
}
p{margin:0}
h1,
.h1 {
font-size: 32px;
font-size: 2rem;
line-height: 38px;
line-height: 2.375rem;
margin-top: .7em;
margin-bottom: .5em;
}
h1.childMainHead{font-size:22px}
h2,
.h2 {
font-size: 26px;
font-size: 1.625rem;
line-height: 32px;
line-height: 2rem;
margin-top: 1.4em;
margin-bottom: .2em;

}
h3,
.h3 {
font-size: 22px;
font-size: 1.375rem;
line-height: 28px;
line-height: 1.75rem;
margin-top: 1em;
margin-bottom: .2em;

}
h4,
.h4 {
font-size: 18px;
font-size: 1.125rem;
line-height: 24px;
line-height: 1.5rem;
margin-top: 1em;
margin-bottom: .2em;
font-weight: 400;
}
h5,
.h5 {
font-size: 16px;
font-size: 1rem;
line-height: 22px;
line-height: 1.375rem;
margin-top: 1em;
margin-bottom: .1em;

font-weight: 400;
}
h6,
.h6 {
font-size: 14px;
font-size: 0.875rem;
line-height: 20px;
line-height: 1.25rem;
margin-top: .1em;
margin-bottom: 1em;

font-weight: 400;
}
b,
strong,
.strong {
font-weight: 700;
}
em,
.em {
font-style: italic;
}
.medium{
font-size:90%;
/* line-height:8px; */
}
small,
.small {
font-size:85%;
}
mark,
.mark {
background: #ff0;
color: #000;
}
sub,
.sub,
sup,
.sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup,
.sup {
top: -0.5em;
}
sub,
.sub {
bottom: -0.25em;
}
del,
.del {
text-decoration: line-through;
}
hr,
.hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 1px;
background: #eee;
border: 0;
margin-top: 1em;
margin-bottom: 1em;
}
ul,
ol {
margin: 1em 0 2em 0;
padding: 0 0 0 40px;
}
ul li,
ol li {
margin-bottom: 5px;
}
blockquote,
.blockquote {
font-family: sans-serif;
font-weight: 400;
color: #424242;
font-style: italic;
margin:1em 0;
font-size:85%;
padding-left:10px;
border-left:4px solid #eee;
}
blockquote p,
.blockquote p {
font-size: 22px;
font-size: 1.375rem;
line-height: 28px;
line-height: 1.75rem;
margin-bottom: .4em;
}
blockquote cite,
.blockquote cite {
font-size: 13px;
font-size: 0.8125rem;
line-height: 19px;
line-height: 1.1875rem;
font-weight: 700;
font-style: normal;
}
table {
font-size: 14px;
font-size: 0.875rem;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin: 1em 0;
text-align: left;
}
table thead td,
table tbody td,
table tfoot td,
table thead th,
table tbody th,
table tfoot th{
padding:.8em .5em;
border:1px solid #e9e9e9;
}
pre {
padding:10px;
white-space: pre-wrap;
border:1px solid #d7d7d7;
}
label,
button,
input,
select,
textarea{
color:inherit;
font:inherit;
margin:0;
}
input {
line-height:normal;
}
.input {
width:100%;
}
input[type="text"]{
height:30px;
color:#111;
padding:0 .4em;
}
select {
text-transform:none;
}
button {
overflow:visible;
text-transform:none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance:button;
cursor:pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
::-webkit-input-placeholder {
    color: #FF0000;
    opacity: 1 !important; /* for chrome */
}
:-moz-placeholder { /* Firefox 18- */
    color: #FF0000;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #FF0000;
}
:-ms-input-placeholder {
   color: #FF0000;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder {
  color: #999999;
}
.button {
cursor:pointer;
border: 1px solid #d7d7d7;
line-height: normal;
padding: .5em 1em;
text-decoration: none;
color: #363636;
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.button:hover,
.button:active {
text-decoration:none;
background:#ccc;
}
.button:hover{
opacity:0.75
}
.clear:before,
.clear:after {
content:" ";
display:table;
}
.clear:after {
clear:both;
}
.row:before,
.row:after {
content:"";
display:table;
}
.row:after{
clear:both;
}
.row{
position:relative;
margin-left:-15px;
margin-right:-15px;
}
.row-x{
position:relative;
margin-left:-7px;
margin-right:-7px;
}
.container{
padding-left:15px;
padding-right:15px;
margin-left:auto;
margin-right:auto;
/* border-right:3px solid #c8c8c8; */
}
.container-full {
padding-left:0;
padding-right:0;
margin-left:auto;
margin-right:auto;
}
@media only screen and (min-width: 740px) {
  .container,
  .container-full {
    width: 720px;
  }
  .tablet-container {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .tablet-container-full {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width:980px) {
  .container,
  .container-full {
    width:980px;
  }
  .desktop-container {
    width:980px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .desktop-container-full {
    width:980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
.hide-mobile {
  display: none;
}
.show-mobile {
  display: block;
}
.show-mobile-inline-block {
  display: inline-block;
}
.show-mobile-inline {
  display: inline;
}
@media only screen and (min-width: 740px) {
  .col-tablet-1,
  .col-tablet-2,
  .col-tablet-3,
  .col-tablet-4,
  .col-tablet-5,
  .col-tablet-6,
  .col-tablet-7,
  .col-tablet-8,
  .col-tablet-9,
  .col-tablet-10,
  .col-tablet-11,
  .col-tablet-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-tablet-1 {
    width: 8.33333333%;
  }
  .col-tablet-2 {
    width: 16.66666667%;
  }
  .col-tablet-3 {
    width: 25%;
  }
  .col-tablet-4 {
    width: 33.33333333%;
  }
  .col-tablet-5 {
    width: 41.66666667%;
  }
  .col-tablet-6 {
    width: 50%;
  }
  .col-tablet-7 {
    width: 58.33333333%;
  }
  .col-tablet-8 {
    width: 66.66666667%;
  }
  .col-tablet-9 {
    width: 75%;
  }
  .col-tablet-10 {
    width: 83.33333333%;
  }
  .col-tablet-11 {
    width: 91.66666667%;
  }
  .col-tablet-12 {
    width: 100%;
  }
  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
  .show-tablet-inline-block {
    display: inline-block;
  }
  .show-tablet-inline {
    display: inline;
  }
  .tablet-no-padding {
    padding: 0;
  }
  .tablet-table{
	  display: table;
	  width: 100%;
  }
  .tablet-table-cell{
	  display: table-cell;
	  float: none;
  }
}
@media only screen and (min-width:1024px) {
  .col-desktop-1,
  .col-desktop-2,
  .col-desktop-3,
  .col-desktop-4,
  .col-desktop-5,
  .col-desktop-6,
  .col-desktop-7,
  .col-desktop-8,
  .col-desktop-9,
  .col-desktop-10,
  .col-desktop-11,
  .col-desktop-12 {
    padding-left:15px;
    padding-right:15px;
    position: relative;
    float: left;
  }
  .col-desktop-1 {
    width: 8.33333333%;
  }
  .col-desktop-2 {
    width: 16.66666667%;
  }
  .col-desktop-3 {
    width: 25%;
  }
  .col-desktop-4 {
    width: 33.33333333%;
  }
  .col-desktop-5 {
    width: 41.66666667%;
  }
  .col-desktop-6 {
    width: 50%;
  }
  .col-desktop-7 {
    width: 58.33333333%;
  }
  .col-desktop-8 {
    width: 66.66666667%;
  }
  .col-desktop-9 {
    width: 75%;
  }
  .col-desktop-10 {
    width: 83.33333333%;
  }
  .col-desktop-11 {
    width: 91.66666667%;
  }
  .col-desktop-12 {
    width: 100%;
  }
  .hide-desktop {
    display: none;
  }
  .show-desktop {
    display: block;
  }
  .show-desktop-inline-block {
    display: inline-block;
  }
  .show-desktop-inline {
    display: inline;
  }
  .desktop-no-padding {
    padding: 0;
  }
  .container{
	width:1230px;
  }
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-padding-left{padding-left:0;}
.no-padding-right{padding-right:0;}
.rowgutter{
padding-top:15px;
padding-bottom:15px;
}
.rowgutter-x{
padding-top: 30px;
padding-bottom:30px;
}
.no-float {
  float: none;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-style: normal;
}
.font-italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed{
	position:fixed
}
.block {
  display: block;
}
.table {
  display: table;
  height: 100%;
}
.table a{
	display: table-cell;
    vertical-align: middle;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center-element {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  margin: 0;
  padding: 0;
}
.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.img-left {
  float: left;
  margin-right: 20px;
}
.img-right {
  float: right;
  margin-left: 20px;
}
.disabled {
  pointer-events: none;
  opacity: .5;
}
.checkbox,
.radio {
  display: inline-block;
  position: relative;
  margin-top: .5em;
  margin-bottom: .5em;
}
.checkbox label,
.radio label {
  padding-left: 20px;
  padding-top: 0;
  display: inline-block;
}
*:focus,*:active{outline:0;}
img{max-width:100%;height:auto;border:0}
body {
  font-family: 'Taviraj', serif;
  background: #fff;
  font-size: 14px;
  line-height: 1.6em;
  color: #111;
	line-height: 22px;
  position: relative;
}
a, a b {
color: #111;
text-decoration: none;
cursor: pointer;
}
a:hover {
color:#eb8c00;
}
a img {
border: none;
}
form {
padding: 0;
margin: 0;
display: inline;
}
label {
cursor: pointer;
}
.breadcrumb a{color:#8b847c;font-size: 12px;}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb {
color:#ccc;
font-size:11px;
padding:10px 0;
border-bottom:1px solid #ddd;
}
.success, .warning, .attention, .help {
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
padding: 10px 10px 10px 33px;
margin-bottom: 15px;
color: #555555;
}
.success {
 background: rgb(28, 184, 65);
}
.warning {
background: rgb(202, 60, 60);
}
.attention {
background: rgb(223, 117, 20);
}
.required {
color: #FF0000;
font-weight: bold;
}
.error {
display: block;
color: #FF0000;
padding: 5px;
}
.help {
background: rgb(66, 184, 221);
}
.pagination .links a {
display:inline-block;
border:1px solid #444;
padding:4px 10px;
text-decoration:none;
color:#A3A3A3;
}
.pagination .links b {
display:inline-block;
border:1px solid #269BC6;
padding:4px 10px;
font-weight:normal;
text-decoration:none;
color:#269BC6;
background:#fff;
}
.pagination .results {
float:right;
font-size:11px;
padding-top: 3px;
}
a.button, input.button {
cursor:pointer;
font-weight:bold;
background-color:#ddd;
color:#333;
}
a.button {
display:inline-block;
padding:8px 15px;
}
input.button {
margin:0;
border:0;
height:30px;
padding:5px 15px;
}
ul.bullet{
list-style:square inside
}
ul.bullet li{
line-height:22px;
margin:0;
}
.pagination {
/* border-top:1px solid #eee; */
padding-top:8px;
display:inline-block;
width:100%;
margin-bottom:10px;
}
.pagination .links a {
display:inline-block;
padding:4px 10px;
text-decoration:none;
color:#A3A3A3;
}
.pagination .links b {
display:inline-block;
border:1px solid #269BC6;
padding:4px 10px;
font-weight:normal;
text-decoration:none;
color:#269BC6;
background:#fff;
}
.pagination .results {
float: right;
padding-top: 3px;
}
.pagination .links ul{float:left;margin:0;padding:0}
.pagination .links li{
list-style:none;
padding:1px;
margin:0;
}
.pagination .links li{display:inline-block}
.details table p{
margin-bottom:0}
.details p{
margin-bottom:20px;
}
.details ul{
list-style:square outside;
}
.color-white{color: white;}
.color-black{color: #252525;}
.color-grey{color: #f2f2f2;}
.color-green{color: #57c730;}
.color-blue{color: #004d72;}
.bg-black{background-color: #404041;}
.bg-white{background-color: white;}
.bg-grey{background-color: #f2f2f2;}
.bg-green{background-color: #57c730;}
.bg-blue{background-color: #004d72;}
.font12{font-size: 12px;}
.border {border: 1px solid #ccc}
.line{display: inline-block; height:2px; width: 100%; background: #a32020}
.border-bottom{border-bottom: 1px solid #e5e5e5}
