/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/


@font-face {
	font-family: 'ufontscomavenir35light';
	src: url('../font/ufontscomavenir35light.eot');
	src: local('../font/ufontscomavenir35light'), url('../font/ufontscomavenir35light.woff') format('woff'), url('../font/ufontscomavenir35light.ttf') format('truetype');
}



@font-face {
    font-family: 'AvenirLT-Light';
    src: url('../font/avenirlt35light0.eot');
    src: url('../font/avenirlt35light0.eot?#iefix') format('embedded-opentype'),
        url('../font/avenirlt35light0.woff') format('woff'),
        url('../font/avenirlt35light0.ttf') format('truetype'),
        url('../font/avenirlt35light0.svg#avenirlt35light0') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeITCbyBT-Medium';
    src: url('../font/avgardm.eot');
    src: url('../font/avgardm.eot?#iefix') format('embedded-opentype'),
        url('../font/avgardm.woff') format('woff'),
        url('../font/avgardm.ttf') format('truetype'),
        url('../font/avgardm.svg#avgardm') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Body and structure
-------------------------------------------------- */

body {
    position: relative;
    padding-top: 0px;
    color: #414141;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    font-size: 13px;
    line-height: 18px;
    border-top: 2px solid #f3342d;
}

/* Code in headings */
h3 code {
    font-size: 14px;
    font-weight: normal;
}



/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
    font-size: 13px;
}

/* Change the docs' brand */
body > .navbar .brand {
    padding-right: 0;
    padding-left: 65px;
    margin-left: 20px;
    float: right;
    font-weight: bold;
    color: #000;
    text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
    background: url("../img/jasny-logo.png") no-repeat scroll -85px -200px transparent;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
body > .navbar .brand:hover {
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}

.extended-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}

/* Sections
-------------------------------------------------- */

/* padding for in-page bookmarks and fixed navbar */
section {
    padding-top: 30px;
}
section > .page-header,
section > .lead {
    color: #5a5a5a;
}
section > ul li {
    margin-bottom: 5px;
}

/* Separators (hr) */
.bs-docs-separator {
    margin: 40px 0 39px;
}

.page-header .header-actions {
    line-height: 50px;
    padding: 0;
}

/* Faded out hr */
hr.soften {
    height: 1px;
    margin: 70px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    border: 0;
}



/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.jumbotron {
    position: relative;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
    background: #620d0A; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #a51217 0%, #2f0800 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#a51217), color-stop(100%,#2f0800)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #a51217 0%,#2f0800 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #a51217 0%,#2f0800 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #a51217 0%,#2f0800 100%); /* IE10+ */
    background: linear-gradient(45deg,  #a51217 0%,#2f0800 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a51217', endColorstr='#2f0800',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.jumbotron h1 {
    font-size: 80px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
}
.jumbotron p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 30px;
}

/* Link styles (used on .masthead-links as well) */
.jumbotron a {
    color: #fff;
    color: rgba(255,255,255,.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.jumbotron a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255,255,255,.25);
}

/* Download button */
.masthead .btn {
    padding: 19px 24px 14px 24px;
    font-size: 24px;
    line-height: 20px;
    font-weight: 200;
    white-space: pre;
    color: #fff; /* redeclare to override the `.jumbotron a` */
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.masthead .btn:hover {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
}
.masthead .btn-primary {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.5);
}
.masthead .btn-warning {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(248,148,6,.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(248,148,6,.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(248,148,6,.4);
}
.masthead .btn:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
}
.masthead .btn small {
    font-size: 60%;
}

/* Pattern overlay
------------------------- */
.jumbotron .container {
    position: relative;
    z-index: 2;
}
.jumbotron:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/bs-docs-masthead-pattern.png) repeat center center;
    opacity: .4;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1) {

    .jumbotron:after {
        background-size: 150px 150px;
    }

}

/* Masthead (docs home)
------------------------- */
.masthead {
    padding: 0px 0 0px;
    margin-bottom: 0;
    color: #fff;
}
.masthead h1 {
    font-size: 120px;
    line-height: 1;
    letter-spacing: -2px;
}
.masthead p {
    font-size: 40px;
    font-weight: 200;
    line-height: 1.25;
}
.masthead .container {
    background: transparent url(../img/jasny-logo-emboss.png) no-repeat left bottom;
}

/* Textual links in masthead */
.masthead-links {
    margin: 0;
    list-style: none;
}
.masthead-links li {
    display: inline;
    padding: 0 10px;
    color: rgba(255,255,255,.25);
}

/* Social proof buttons from GitHub & Twitter */
.bs-docs-social {
    padding: 15px 0;
    text-align: center;
    background-color: #f5f5f5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

/* Quick links on Home */
.bs-docs-social-buttons {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.bs-docs-social-buttons li {
    display: inline-block;
    padding: 5px 8px;
    line-height: 1;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}
.bs-docs-social-buttons li .btn {
    padding-top: 1px;
    line-height: 16px;
    font-weight: bold;
}
.bs-docs-social-buttons .mailchimp-btn i {
    color: #666;
}

/* Subhead (other pages)
------------------------- */
.subhead {
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.subhead h1 {
    font-size: 60px;
}
.subhead p {
    margin-bottom: 20px;
}
.subhead .navbar {
    display: none;
}



/* Marketing section of Overview
-------------------------------------------------- */

.changes,
.marketing {
    text-align: center;
    color: #5a5a5a;
}
.changes h1,
.marketing h1 {
    margin: 60px 0 10px;
    font-size: 60px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -1px;
}
.changes h2,
.marketing h2 {
    font-weight: 200;
    margin-bottom: 5px;
}
.marketing p {
    font-size: 16px;
    line-height: 1.5;
}
.changes ul {
    text-align: left;
}
.changes .row {
    margin-bottom: 9px;
}
.changes .marketing-byline,
.marketing .marketing-byline {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
    color: #999;
}
.marketing-img {
    display: block;
    margin: 0 auto 30px;
    max-height: 145px;
}



/* Footer
-------------------------------------------------- */

.footer {
    text-align: center;
    padding: 0px 0;
    margin-top: 0px;
    border-top: 1px solid #001733;
    background-color: #001c38;
    color: #718295;
    font: normal 13px/18px "Trebuchet MS",Helvetica,sans-serif;
}
.footer p {
    margin-bottom: 0;
    color: #777;
}
.footer-links {
    margin: 10px 0;
}
.footer-links li {
    display: inline;
    padding: 0 2px;
}
.footer-links li:first-child {
    padding-left: 0;
}
.footer_bottom{
    background-color: #000124;
    color: #697077;
    padding: 20px 0 5px 0;
    font: normal 13px/18px "Trebuchet MS",Helvetica,sans-serif;
}
.footer_bottom a{
    text-decoration: none;
    color: #697077;
    font: normal 13px/18px "Trebuchet MS",Helvetica,sans-serif;
}
.footer_bottom a:hover{
    color: #9199a0;
}
.footer_bottom .right_t{
    text-align: right;
}
.fcont_box{
    padding: 20px 0;
    text-align: left;
}
.fcont_box p{
    color: #718295;
    font: normal 13px/18px "Trebuchet MS",Helvetica,sans-serif;
    margin-bottom: 12%;
}
h3.footer_hed{
    font: normal 15px/20px 'AvantGardeITCbyBT-Medium';
    color: #ffffff;
    padding: 0;
    margin: 10px 0px 30px 0;
    text-transform: uppercase;
}

.fcont_box .call{
    background: #f5342f;
    font: normal 16px/20px 'AvantGardeITCbyBT-Medium';
    color: #ffffff;
    text-transform: uppercase;
    width: 98%;
    margin: 10px 0px;
    padding:4% 1%;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
}
.fcont_box ul, .fcont_box ul li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.fcont_box ul li a{
    color: #718295;
    text-decoration: none;
    font: normal 13px/18px "Trebuchet MS",Helvetica,sans-serif;
    margin-bottom: 6px;
    display: block;
}
.fcont_box ul li a:hover{
    color: #a0b1c4;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.mailing_box{
    padding: 10px 0 15px 0;
    background: #000124;
    color: #718295;
    position: relative;
}
.mailing_box:before{
    content: "";
    width: 100%;
    border-top: 10px solid #000124;
    position: absolute;
    top: -10px;
    left: 0px;
}

.mailing_box p{
    color: #718295;
}
.mailing_box i{
    color: #ffffff;
}
.mailing_box .form-horizontal{
    margin: 0px;
    padding: 7% 5% 0;
    width: 90%;
}
.mailing_box .form-horizontal .control-label{
    text-align: left;
    width: 25%;
    font: normal 14px/20px 'AvantGardeITCbyBT-Medium';
}
.mailing_box .form-horizontal .control-label em{
    color: #ff0000;
}
.mailing_box .form-horizontal .controls {
    margin-left: 26%;
}
.mailing_box .form-horizontal .controls input{
    width: 93%;
    background: #233858;
    border: none;
    color: #a0b1c4;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    min-height: 30px;
}
.mailing_box .form-horizontal .btn{
    font: bold 16px/20px "Trebuchet MS",Helvetica,sans-serif;
    text-transform: uppercase;
    padding: 8px 35px;
}
.mailing_box .form-horizontal .btn:hover{
    background: #f4f4f4;
    color: #000000;
}
.clr{
    clear: both;
}
.mailing_box .form-horizontal .marg_b{
    margin-bottom: 0px;
    margin-left: 19%;
}


/* Special grid styles
-------------------------------------------------- */

.show-grid {
    margin-top: 10px;
    margin-bottom: 20px;
}
.show-grid [class*="span"] {
    background-color: #eee;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 40px;
    line-height: 40px;
}
.show-grid [class*="span"]:hover {
    background-color: #ddd;
}
.show-grid .show-grid {
    margin-top: 0;
    margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
    margin-top: 5px;
}
.show-grid [class*="span"] [class*="span"] {
    background-color: #ccc;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
    background-color: #999;
}



/* Mini layout previews
-------------------------------------------------- */
.mini-layout {
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout,
.mini-layout .mini-layout-body,
.mini-layout.fluid .mini-layout-sidebar {
    height: 300px;
}
.mini-layout {
    margin-bottom: 20px;
    padding: 9px;
}
.mini-layout div {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mini-layout .mini-layout-body {
    background-color: #dceaf4;
    margin: 0 auto;
    width: 70%;
    height: 100%;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
    float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
    background-color: #bbd8e9;
    width: 20%;
    height: 100%;
}
.mini-layout.fluid .mini-layout-body {
    width: 77.5%;
    margin-left: 2.5%;
}
.semifluid-layouts {
    clear: both;
    overflow: hidden;
}
.semifluid-layouts .mini-layout {
    width: auto;
    height: 180px;
}
.semifluid-layouts .mini-layout.desktop {
    width: 62%;
    float: left;
}
.semifluid-layouts .mini-layout.tablet {
    width: 25%;
    float: right;
}
.mini-layout.tablet .mini-layout-body {
    width: 100%;
}


/* Download page
-------------------------------------------------- */

#customupload {
    display: block;
    margin-top: 20px;
    margin-right: 12px;
    text-align: center;
}

.affix #customupload {
    margin-right: 0;
}

#no-customupload {
    margin-top: 20px;
    width: 206px;
}

.download .page-header {
    margin-top: 36px;
}
.page-header .toggle-all, .page-header .toggle-jasny {
    margin-top: 5px;
    margin-left: 5px;
}

/* Space out h3s when following a section */
.download h3 {
    margin-bottom: 5px;
}
.download-builder input + h3,
.download-builder .checkbox + h3 {
    margin-top: 9px;
}

/* Fields for variables */
.download-builder input[type=text] {
    margin-bottom: 9px;
    font-family: Menlo, Monaco, "Courier New", monospace;
    font-size: 12px;
    color: #d14;
}
.download-builder input[type=text]:focus {
    background-color: #fff;
}

/* Custom, larger checkbox labels */
.download .checkbox {
    padding: 6px 10px 6px 25px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    background-color: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.download .checkbox:hover {
    color: #333;
    background-color: #f5f5f5;
}
.download .checkbox small {
    font-size: 12px;
    color: #777;
}

/* Variables section */
#variables label {
    margin-bottom: 0;
}

/* Giant download button */
.download-btn {
    margin: 36px 0 108px;
}
#download p,
#download h4 {
    max-width: 50%;
    margin: 0 auto;
    color: #999;
    text-align: center;
}
#download h4 {
    margin-bottom: 0;
}
#download p {
    margin-bottom: 18px;
}
.download-btn .btn {
    display: block;
    width: auto;
    padding: 19px 24px;
    margin-bottom: 27px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}



/* Misc
-------------------------------------------------- */

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
    margin-top: 5px;
}

/* Example sites showcase */
.example-sites {
    xmargin-left: 20px;
}
.example-sites img {
    max-width: 100%;
    margin: 0 auto;
}

.scrollspy-example {
    height: 200px;
    overflow: auto;
    position: relative;
}

.note {
    color: #888;
}

.note i {
    color: #000;
}


/* Fake the :focus state to demo it */
.focused {
    border-color: rgba(82,168,236,.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
    outline: 0;
}

/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
    display: block;
    margin-bottom: 9px;
}

/* Icons
------------------------- */
.the-icons {
    margin-left: 0;
    list-style: none;
}
.the-icons li {
    float: left;
    width: 25%;
    line-height: 25px;
}
.the-icons i:hover {
    background-color: rgba(255,0,0,.25);
}

/* Example page
------------------------- */
.bootstrap-examples h4 {
    margin: 10px 0 5px;
}
.bootstrap-examples p {
    font-size: 13px;
    line-height: 18px;
}
.bootstrap-examples .thumbnail {
    margin-bottom: 9px;
    background-color: #fff;
}



/* Bootstrap code examples
-------------------------------------------------- */

/* Base class */
.bs-docs-example {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    *padding-top: 19px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Echo out a label for the example */
.bs-docs-example:after {
    content: "Example";
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}

/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
    margin-top: -20px;
    padding-top: 15px;
}

/* Tweak examples
------------------------- */
.bs-docs-example > p:last-child {
    margin-bottom: 0;
}
.bs-docs-example .table,
.bs-docs-example .progress,
.bs-docs-example .well,
.bs-docs-example .alert,
.bs-docs-example .hero-unit,
.bs-docs-example .pagination,
.bs-docs-example .navbar,
.bs-docs-example > .nav,
.bs-docs-example blockquote {
    margin-bottom: 5px;
}
.bs-docs-example .pagination {
    margin-top: 0;
}
.bs-navbar-top-example,
.bs-navbar-bottom-example {
    z-index: 1;
    padding: 0;
    height: 90px;
    overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
    margin-left: 0;
    margin-right: 0;
}
.bs-navbar-top-example {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.bs-navbar-top-example:after {
    top: auto;
    bottom: -1px;
    -webkit-border-radius: 0 4px 0 4px;
    -moz-border-radius: 0 4px 0 4px;
    border-radius: 0 4px 0 4px;
}
.bs-navbar-bottom-example {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.bs-navbar-bottom-example .navbar {
    margin-bottom: 0;
}
form.bs-docs-example {
    padding-bottom: 19px;
}

/* Images */
.bs-docs-example-images img {
    margin: 10px;
    display: inline-block;
}

/* Tooltips */
.bs-docs-tooltip-examples {
    text-align: center;
    margin: 0 0 10px;
    list-style: none;
}
.bs-docs-tooltip-examples li {
    display: inline;
    padding: 0 10px;
}

/* Popovers */
.bs-docs-example-popover {
    padding-bottom: 24px;
    background-color: #f9f9f9;
}
.bs-docs-example-popover .popover {
    position: relative;
    display: block;
    float: left;
    width: 260px;
    margin: 20px;
}

/* Alerts */
#page-alert-container {
    position: relative;
    border-top: 1px solid #DDDDDD;
    padding-top: 5px;
}

/* Dropdowns */
.bs-docs-example-submenus {
    min-height: 180px;
}
.bs-docs-example-submenus > .pull-left + .pull-left {
    margin-left: 20px;
}
.bs-docs-example-submenus .dropup > .dropdown-menu,
.bs-docs-example-submenus .dropdown > .dropdown-menu {
    display: block;
    position: static;
    margin-bottom: 5px;
    *width: 180px;
}



/* Responsive docs
-------------------------------------------------- */

/* Utility classes table
------------------------- */
.responsive-utilities th small {
    display: block;
    font-weight: normal;
    color: #999;
}
.responsive-utilities tbody th {
    font-weight: normal;
}
.responsive-utilities td {
    text-align: center;
}
.responsive-utilities td.is-visible {
    color: #468847;
    background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
    color: #ccc;
    background-color: #f9f9f9 !important;
}

/* Responsive tests
------------------------- */
.responsive-utilities-test {
    margin-top: 5px;
    margin-left: 0;
    list-style: none;
    overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
    position: relative;
    float: left;
    width: 25%;
    height: 43px;
    font-size: 14px;
    font-weight: bold;
    line-height: 43px;
    color: #999;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.responsive-utilities-test li + li {
    margin-left: 10px;
}
.responsive-utilities-test span {
    position: absolute;
    top:    -1px;
    left:   -1px;
    right:  -1px;
    bottom: -1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.responsive-utilities-test span {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}



/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
    width: 228px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
    display: block;
    width: 190px \9;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
    background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
    background-image: url(../img/glyphicons-halflings-white.png);
    opacity: 1;
}
.bs-docs-sidebar > .affix {
    top: 40px;
}
.bs-docs-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px;
}


/* Ribbons and ads
---------------------- */
#catincan-ribbon {
    display: none;
    position: fixed;
    z-index: 10;
    top: 40px;
    left: 0px;
    width: 192px;
    height: 198px;
}

/*abhijit start*/
.navbar-inverse .navbar-inner{
    background: #000e47;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000e47', endColorstr='#000e47', GradientType=0);
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}
.top_nav_section{
    background: #ffffff;
    padding: 15px 0;
}
.quensland{
    font-family: 'AvantGardeITCbyBT-Medium';
    font-size: 13px;
    color: #01448f;
    line-height: 17px;
}
.quensland span{
    text-transform: uppercase;
    color: #f3342d;
    font-size: 16px;
}
.top_l_phone{
    font-family: 'AvantGardeITCbyBT-Medium';
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
}
.top_l_phone i{
    font-size: 40px;
    position: absolute;
    top: -3px;
    left: 0px;
}
.bottom_nav_section{
    background: #000e47;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color: #16529d;
    color: #FFFFFF;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a{
    color: #a0b1bb;
    font: normal 14px/18px 'AvantGardeITCbyBT-Medium';
    text-transform: uppercase;
    text-align: center;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a i{
    font-size: 18px;
    color: #ffffff;
}

.top_nab_left{
    float: right;
}
.logo{
    padding: 0px;
    margin: 0px;
    position: relative;
}
.logo a{
    width:100%;
    position: absolute;
    top: -18px;
    left:0px;
}
.navbar{
    margin-bottom: 0px;
}
.navbar-fixed-top, .navbar-fixed-bottom{
    position: inherit;
}
h1.text_hed{
    color: #16529d;
    font: normal 35px/40px 'ufontscomavenir35light';
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
    margin: 50px 0 30px 0;
}
h1.text_hed span{
    color: #000000;
}
.welcome{
    text-align: center;
}
.welcome p{
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}

.product_h{
    width: 100%;
    padding: 0px 0 50px;
    margin: 0px;
    background: #16529d;
}

.product_h .text_hed{
    color: #ffffff;
}

.product_box{
    width: 100%;
    border: 1px solid #dbdde3;
    background: #ffffff;
}
.product_box a {
    display: block;
    text-align: center;
}
.p_ampunt{
    color: #16529d;
    font: bold 24px/30px 'AvantGardeITCbyBT-Medium';
    text-transform: capitalize;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #dbdde3;
}
.p_ampunt_bottom{
    width: 92%;
    border: 1px solid #dbdde3;
    background: #ffffff;
    box-shadow: 0 4px 0px #002b6f;
    -moz-box-shadow: 0 4px 0px #002b6f;
    -webkit-box-shadow: 0 4px 0px #002b6f;
    -o-box-shadow: 0 4px 0px #002b6f;
    margin-top: 15px;
    padding: 5% 4% 6%;
    text-align: center;
    font-size: 16px;
    position: relative;
    margin-bottom: 30px;
}
.p_ampunt_bottom:before{
    content: "";
    background: url(../img/home/pro_arrow.png) top left no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    top: -10px;
    left: 48%;
}
.red_btn .btn-primary{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f3342d;
    *background-color: #f3342d;
    background-image: -moz-linear-gradient(top, #f3342d, #db141c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3342d), to(#db141c));
    background-image: -webkit-linear-gradient(top, #f3342d, #db141c);
    background-image: -o-linear-gradient(top, #f3342d, #db141c);
    background-image: linear-gradient(to bottom, #f3342d, #db141c);
    background-repeat: repeat-x;
    border: 1px solid #d11414;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3342d', endColorstr='#f3342d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 17px 40px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    font: bold 14px/15px 'AvantGardeITCbyBT-Medium';
    text-transform: uppercase;
    
}
.red_btn .btn-primary:hover,
.red_btn .btn-primary:focus,
.red_btn .btn-primary:active,
.red_btn .btn-primary:checked{
    background-color: #db141c;
    *background-color: #db141c;
    background-image: -moz-linear-gradient(top, #db141c, #db141c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db141c), to(#db141c));
    background-image: -webkit-linear-gradient(top, #db141c, #db141c);
    background-image: -o-linear-gradient(top, #db141c, #db141c);
    background-image: linear-gradient(to bottom, #db141c, #db141c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db141c', endColorstr='#db141c', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/***************  product detail button*****************/

.red_btn1 .btn-primary{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f3342d;
    *background-color: #f3342d;
    background-image: -moz-linear-gradient(top, #f3342d, #db141c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3342d), to(#db141c));
    background-image: -webkit-linear-gradient(top, #f3342d, #db141c);
    background-image: -o-linear-gradient(top, #f3342d, #db141c);
    background-image: linear-gradient(to bottom, #f3342d, #db141c);
    background-repeat: repeat-x;
    border: 1px solid #d11414;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3342d', endColorstr='#f3342d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 17px 40px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    font: bold 14px/15px 'AvantGardeITCbyBT-Medium';
    text-transform: uppercase;
    float:left;
   margin-bottom: 20px;
  
}
.red_btn1 .btn-primary:hover,
.red_btn1 .btn-primary:focus,
.red_btn1 .btn-primary:active,
.red_btn1 .btn-primary:checked{
    background-color: #db141c;
    *background-color: #db141c;
    background-image: -moz-linear-gradient(top, #db141c, #db141c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db141c), to(#db141c));
    background-image: -webkit-linear-gradient(top, #db141c, #db141c);
    background-image: -o-linear-gradient(top, #db141c, #db141c);
    background-image: linear-gradient(to bottom, #db141c, #db141c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db141c', endColorstr='#db141c', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.blue_btn .btn-primary{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f3342d;
    *background-color:blue;
    background-image: -moz-linear-gradient(top, blue, blue);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(blue), to(blue));
    background-image: -webkit-linear-gradient(top, blue, blue);
    background-image: -o-linear-gradient(top,blue, blue);
    background-image: linear-gradient(to bottom,blue, blue);
    background-repeat: repeat-x;
    border: 1px solid blue;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3342d', endColorstr='#f3342d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 17px 40px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
   font: bold 14px/15px 'AvantGardeITCbyBT-Medium';
    text-transform: uppercase;
    float:right;  
    margin-bottom: 20px;
   
}
.blue_btn .btn-primary:hover,
.blue_btn .btn-primary:focus,
.blue_btn .btn-primary:active,
.blue_btn .btn-primary:checked{
    background-color: blue;
    *background-color: blue;
    background-image: -moz-linear-gradient(top,blue, blue);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(blue), to(blue));
    background-image: -webkit-linear-gradient(top, blue, blue);
    background-image: -o-linear-gradient(top, blue, blue);
    background-image: linear-gradient(to bottom, blue,blue);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db141c', endColorstr='#db141c', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


.blue_btn1 .btn-primary{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f3342d;
    *background-color:blue;
    background-image: -moz-linear-gradient(top, blue, blue);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(blue), to(blue));
    background-image: -webkit-linear-gradient(top, blue, blue);
    background-image: -o-linear-gradient(top,blue, blue);
    background-image: linear-gradient(to bottom,blue, blue);
    background-repeat: repeat-x;
    border: 1px solid blue;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3342d', endColorstr='#f3342d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 17px 40px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
   font: bold 14px/15px 'AvantGardeITCbyBT-Medium';
    text-transform: uppercase;
    float:left;  
    margin-bottom: 20px;
    margin-top: 20px;
   
}
.blue_btn1 .btn-primary:hover,
.blue_btn1 .btn-primary:focus,
.blue_btn1 .btn-primary:active,
.blue_btn1 .btn-primary:checked{
    background-color: blue;
    *background-color: blue;
    background-image: -moz-linear-gradient(top,blue, blue);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(blue), to(blue));
    background-image: -webkit-linear-gradient(top, blue, blue);
    background-image: -o-linear-gradient(top, blue, blue);
    background-image: linear-gradient(to bottom, blue,blue);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db141c', endColorstr='#db141c', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}



.blue_btn2 .btn-primary{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f3342d;
    *background-color:blue;
    background-image: -moz-linear-gradient(top, blue, blue);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(blue), to(blue));
    background-image: -webkit-linear-gradient(top, blue, blue);
    background-image: -o-linear-gradient(top,blue, blue);
    background-image: linear-gradient(to bottom,blue, blue);
    background-repeat: repeat-x;
    border: 1px solid blue;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3342d', endColorstr='#f3342d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 9px 21px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
   font: bold 14px/15px 'AvantGardeITCbyBT-Medium';
    text-transform: uppercase;
    float:left;  
    margin-bottom: 20px;
    margin-left: 25%;
   
}
.blue_btn2 .btn-primary:hover,
.blue_btn2 .btn-primary:focus,
.blue_btn2 .btn-primary:active,
.blue_btn2 .btn-primary:checked{
    background-color: blue;
    *background-color: blue;
    background-image: -moz-linear-gradient(top,blue, blue);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(blue), to(blue));
    background-image: -webkit-linear-gradient(top, blue, blue);
    background-image: -o-linear-gradient(top, blue, blue);
    background-image: linear-gradient(to bottom, blue,blue);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db141c', endColorstr='#db141c', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/*********************end*******************/


/*logo Slider start*/
.elastislide-list {
    list-style-type: none;
    display: none;
}

.no-js .elastislide-list {
    display: block;
}

.elastislide-carousel ul li {
    min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
    position: relative;
    margin: 0 auto;
    min-height: 60px;
}

.elastislide-wrapper.elastislide-loading {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.elastislide-horizontal {
    padding: 10px 40px;
}

.elastislide-vertical {
    padding: 40px 10px;
}

.elastislide-carousel {
    overflow: hidden;
    position: relative;
}

.elastislide-carousel ul {
    position: relative;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    text-align: center;
}

.elastislide-horizontal ul {
    white-space: nowrap;
}

.elastislide-carousel ul li {
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
    height: 100%;
    display: inline-block;
}

.elastislide-vertical ul li {
    display: block;
}

.elastislide-carousel ul li a {
    display: inline-block;
    width: 100%;
}

.elastislide-carousel ul li a img {
    display: block;
    max-width: 100%;
}

/* Navigation Arrows */

.elastislide-wrapper nav span {
    background: url("../img/home/nav.png") no-repeat scroll 4px 3px;
    cursor: pointer;
    height: 45px;
    line-height: 23px;
    opacity: 0.8;
    position: absolute;
    text-indent: -9000px;
    width: 28px;
}

.elastislide-wrapper nav span:hover {
    opacity: 1.0
}

.elastislide-horizontal nav span {
    top: 50%;
    left: 10px;
    margin-top: -32px;
}

.elastislide-vertical nav span {
    top: 10px;
    left: 50%;
    margin-left: -11px;
    background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
    right: 10px;
    left: auto;
    background-position: 4px -45px;
}

.elastislide-vertical nav span.elastislide-next {
    bottom: 10px;
    top: auto;
    background-position: -17px -18px;
}
.body-slid{
    margin-bottom: 50px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding-top: 15px;
}
/*logo slider end*/

/* Carousel base class */
.top_slider .carousel {
    margin-bottom: 0px;
}

.top_slider .carousel .container {
    position: relative;
    z-index: 9;
}

.top_slider .carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.top_slider .carousel .item {
    height: 418px;
    border-bottom: 5px solid #000e47;
}
.top_slider .carousel img {
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.top_slider .carousel-caption {
    background-color: transparent;
    position: static;
/*    max-width: 550px;*/
    padding: 0 20px;
    margin-top: 200px;
    margin: 2% auto;
    text-align: center;
}
.top_slider .carousel-caption h1{
    margin: 0;
    font-family: 'ufontscomavenir35light';
    font-size: 50px;
    line-height: 52px;
    color: #fff;
    text-transform: uppercase;
}

.top_slider .carousel-caption .border_t img{
    height: auto;
    width: auto;
    position: inherit;
}
.top_slider .carousel-caption .lead {
    margin: 0;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
}
.top_slider .carousel-caption .btn {
    color: #16529d;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    *background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border: 0px solid #d11414;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 15px 40px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    font: bold 18px/20px "Trebuchet MS",Helvetica,sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
}

/* Carousel base class */

.welcome h1.text_hed{
    margin-bottom: 10px;
}

.product_inner{
    background:url(../img/product/p_top_bg.png) center top no-repeat;
    border-bottom: 5px solid #000e47;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 28px 0;
}

h1.inner_hed {
    color: #FFFFFF;
    /*font-family: 'AvenirLT-Light';*/
    font-size: 50px;
    line-height: 52px;
    margin: 0;
    text-transform: uppercase;
}
p.inner_lead {
    color: #FFFFFF;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    font-size: 21px;
    line-height: 25px;
    margin: 0;
    text-transform: uppercase;
}
.product_content .breadcrumb{
    background: none;
    padding: 0px;
    margin-top: 25px;
}

.product_content .breadcrumb a{
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    font-size: 16px;
    color: #ffffff;
}
.product_content .breadcrumb > .active {
    color: #adb9c8;
    font-size: 16px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}
.product_nemu{
    background: #f0f0f0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding:2% 3%;
    margin:50px 0px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    -o-border-radius: 50px 50px 50px 50px;
    list-style: none;
    position: relative;
}
.product_nemu:before{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 49%;
    background: url(../img/product/arrow.png) top left no-repeat;
    width: 34px;
    height: 16px;
}
.product_nemu a{
    padding: 9% 5%;
    margin-left: 0;
    display: block;
    background: #e3e3e3;
    color: #646e7a;
    font: normal 14px/18px 'AvantGardeITCbyBT-Medium';
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.product_nemu a:hover{
    background: #16529d;
    color: #ffffff;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.product_nemu a.active{
    background: #16529d;
    color: #ffffff;
}
.product_nemu .span3:first-child a{
    border-radius: 50px 0px 0px 50px;
    -moz-border-radius: 50px 0px 0px 50px;
    -webkit-border-radius: 50px 0px 0px 50px;
    -o-border-radius: 50px 0px 0px 50px;
}
.product_nemu .span3:last-child a{
    border-radius: 0px 50px 50px 0px;
    -moz-border-radius: 0px 50px 50px 0px;
    -webkit-border-radius:  0px 50px 50px 0px;
    -o-border-radius:  0px 50px 50px 0px;
}
.productinner_h {
    background: none repeat scroll 0 0 #f0f0f0;
    margin: 0;
    padding: 0 0 50px;
    width: 100%;
}
.productinner_h .p_ampunt_bottom{
    box-shadow: 0 4px 0 #c1c5ca;
}
.prod_list_b .span3:nth-child(4n+1){
    margin-left: 0px;
}
.prod_list_b .span4:nth-child(3n+1){
    margin-left: 0px;
}
.product_details{
    padding-top: 40px;
}
.product_big{
    width: 100%;
    background: #ffffff;
    border: 1px solid #DBDDE3;
    text-align: center;
}
.big_pic{
    position: relative;
}
.big_pic a{
    text-decoration: none;
}
.big_pic a i{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000000;
    font-size: 30px;
}
.small_pic{
    padding: 5%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid #DBDDE3;
}
.small_pic .span4:nth-child(3n+4){
    margin-left: 0px;
}
.small_pic a{
    border: 4px solid #e3e3e3;
    width: 92%;
    height: 50px;
    display: block;
    margin-bottom: 10px;
}
.small_pic a img{
    max-width: 100%;
    max-height: 50px;
}
.small_pic a:hover{
    border: 4px solid #16529D;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.prodect_text h1.titel_b{
    color: #000000;
    font: 30px/35px 'ufontscomavenir35light';
    margin: 0px 0 10px 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
.prodect_text .p_ampunt{
    text-align: left;
    border: none;
    margin: 0px 0 10px 0;
}
.prodect_text h2.titel_b{
    color: #000000;
    font: bold 20px/25px 'ufontscomavenir35light';
    margin: 0px 0 10px 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
.prodect_text p{
    font-size: 13px;
    line-height: 18px;
}
.prodect_text .red_btn{
    margin-top: 40px;
}
.content_tab{
    margin: 40px 0 10px 0;
}
.content_tab .nav-tabs > li > a{
    background: #16529d;
    color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    font: normal 15px/18px 'AvantGardeITCbyBT-Medium';
    padding: 17px 40px;
    text-transform: uppercase;
}
.content_tab .nav-tabs > li.active > a{
    background: #ffffff;
    color: #16529d;
}
.content_tab .nav-tabs{
    margin-bottom: 0px;
}
.tab-content{
    background: #ffffff;
    padding: 2%;
    width: 96%;
    border: 1px solid #DDDDDD;
    border-top: none;
    border-bottom: 5px solid #DDDDDD;
}
/*news start*/
.list_news_details_d p{ color: rgb(65, 65, 65); font-size: 13px; line-height: 23px;}
.news_list_d p{ color: #747373; font-size: 15px; line-height: 23px;}
.news{

}
.news ul{
    text-align: left;
    padding: 0;
    margin: 0 0 0px 0;
    list-style: none;
    counter-reset: my-badass-counter;
}
.news ul li{
    text-align: left;
    padding: 3%;
    margin: 0 0 15px 0;
    list-style: none;
    background: #ffffff;
    border: 2px solid #ffffff;
}
.news ul li:hover{
    background: #f7f7f7;
    border-bottom: 2px solid #16529D;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.news ul li h3{
    text-align: left;
    padding: 0.5% 0 0.5% 2%;
    margin: 0 0 15px 0;
    text-decoration: none;
    position: relative;
    line-height: 21px;
    background: #16529D;
    display: inline-block;
    width: 100%;
}
.news ul li h3.text_hed{ font: 24px/39px "Trebuchet MS",Helvetica,sans-serif; color: #ffffff;}
.news ul li h3 a{ color: #ffffff; text-decoration: none;}
.news ul li h3 a:hover{ color: #ffffff; text-decoration: none;}
.news ul li h3:before{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    /*
    content: counter(my-badass-counter, decimal);
    counter-increment: my-badass-counter;
    */
    font: 24px/39px "Trebuchet MS",Helvetica,sans-serif;
    height: 40px;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 40px;
}

/*news end*/
/*aboutus start*/
.about_bottom{
    width: 100%;
    margin: 4% 0px 0 0;
    padding: 2% 0;
    background: #ffffff;
}
.about_bottom h1.titel_b{
    text-align: center;
}
.about_pad{
    padding-bottom: 0px;
}
.about_bottom img{
    border: 3px solid #cccccc;
}
.about_img{
    margin-top: 25px;
}

.about_top{
    margin-bottom: 20px;
}
/*aboutus end*/
/* contact us start*/
.contact_us .wpcf7 p{
    font-size: 20px;
    line-height: 22px;
    color: #414141;
}
.contact_us .wpcf7 input,
.contact_us .wpcf7 textarea
{
    width: 96%;
    padding: 2%;
    margin-top: 10px;
}
.contact_us .wpcf7 input[type="radio"]{
     width: 96%;
    padding: 2%;
    margin-top: -3px;
}
.contact_us .wpcf7 input[type="submit"]{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f3342d;
    background-image: -moz-linear-gradient(top, #f3342d, #db141c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3342d), to(#db141c));
    background-image: -webkit-linear-gradient(top, #f3342d, #db141c);
    background-image: -o-linear-gradient(top, #f3342d, #db141c);
    background-image: linear-gradient(to bottom, #f3342d, #db141c);
    background-repeat: repeat-x;
    border: 1px solid #d11414;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3342d', endColorstr='#f3342d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 17px 40px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    font: bold 18px/20px 'AvantGardeITCbyBT-Medium';
    text-transform: uppercase;
    width: 30%;
}
.contact_us .wpcf7 input[type="submit"]:hover, .contact_us .wpcf7 input[type="submit"]:focus, .contact_us .wpcf7 input[type="submit"]:active, .contact_us .wpcf7 input[type="submit"]:checked {
    background-color: #db141c;
    background-image: -moz-linear-gradient(top, #db141c, #db141c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db141c), to(#db141c));
    background-image: -webkit-linear-gradient(top, #db141c, #db141c);
    background-image: -o-linear-gradient(top, #db141c, #db141c);
    background-image: linear-gradient(to bottom, #db141c, #db141c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db141c', endColorstr='#db141c', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.map_cont{
    background: #ffffff;
    padding: 2%;
    margin: 0px;
}
.map_cont p{
    color: #414141;
    font-size: 13px;
    line-height: 20px;
    margin: 20px 0px;
}
.map_cont .address{
    padding: 0 3%;
}
.map_cont small{
    display: none;
}
/* 17-02-14 */
.tabContainer{
   
   border-radius: 0px!important;
   padding: 20px 20px 10px;
}
/*.tabContainer .tabContent b{
    font-family: 'AvantGardeITCbyBT-Medium';
}*/
.tabContainer .tabContent{
    padding: 0;
}
.tabContainer table.productcon{
    /*margin: 0 0 15px;*/
}
.tabContainer .red_btn1{
    
    display: inline-block;
    text-align: center;
    float:left;
    margin-right: 19px;
    margin-top: 10px;
   
}
.tabContainer .red_btn1 button{
    padding: 10px 15px!important;
    margin: 0 0 8px!important;
    float: none!important;
}
.tabContainer .blue_btn{
   
    display: inline-block;
    text-align: center;
     float:left;
      margin-top: 10px;
}
.tabContainer .blue_btn a{
    padding: 10px 15px!important;
    float: none!important;
}
.tabContainer .blue_btn2 {
     display: inline-block;
    text-align: center;
     float:left;
      margin-top: 10px;
}
.tabContainer .blue_btn2 a{
    padding: 10px 15px!important;
    float: none!important;
}
.listing_list{
    min-height: 390px!important;
    background: #fff;
    border-right: 4px solid #d7d4d4;
    padding: 10px;
}
.listing_list h3{
    width: 100%;
    font: normal 22px/35px 'ufontscomavenir35light';
    color: #000;
    margin: 0;
    padding: 0;
    clear: both;
}
.listing_list ul{
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}
.listing_list > ul > li{
    padding: 4px 0;
}
.listing_list > ul > li > a{
    background: url(../img/home/blue_arrow.png) center left no-repeat;
    list-style: none;
    color: #16529D;
    text-decoration: none;
    margin: 0;
    padding: 0 0 0 14px;
    clear: both;
}
.listing_list > ul > li ul{
    padding: 0 0 6px;
}
.listing_list > ul > li ul > li{
    list-style: circle;
    line-height: 14px;
}
.listing_list > ul > li ul{
    width: auto;
    margin: 0 0 0 28px;
}
.listing_list > ul > li ul > li > a{
    font: normal 13px/normal 'ufontscomavenir35light';
    color: #414141;
    text-decoration: none;
}
.p_ampunt_bottom p{
    text-align: center;
    font-size: 11.5px;
    margin: 0 0 4px;
}
.p_ampunt_bottom .red_btn a button{
    font: bold 14px/16px 'AvantGardeITCbyBT-Medium';
    padding: 8px 25px;
}
.contact_us .wpcf7{
    width: 70%;
}
.contact_us .wpcf7 p{
    margin-bottom: 0;
}
.product_details table.productcon tr td{
    line-height: 24px;
}
/* contact us end*/
/*abhijit end*/

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

/* Desktop large
------------------------- */


@media (min-width: 1200px) {
    .bs-docs-container {
        max-width: 970px;
    }
    .bs-docs-sidenav {
        width: 258px;
    }
    .bs-docs-sidenav > li > a {
        width: 230px \9; /* Override the previous IE8-9 hack */
    }

    #catincan-ribbon {
        display: block;
    }
}


@media (max-width: 1024px){
    .top_slider .carousel .item {
        height: 340px;
    }
}

@media (min-width: 1290px) and (max-width: 2000px) {

    .top_slider .carousel .item {
        height: 550px;
    }
}
/* Desktop
------------------------- */
@media (max-width: 980px) {
    /* Unfloat brand */
    body > .navbar-fixed-top .brand {
        float: left;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .extended-badge {
        top: 10px;
        right: 10px;
    }

    /* Inline-block quick links for more spacing */
    .quick-links li {
        display: inline-block;
        margin: 5px;
    }

    /* When affixed, space properly */
    .bs-docs-sidenav {
        top: 0;
        width: 218px;
        margin-top: 30px;
        margin-right: 0;
    }

    /* Space out the show-grid examples */
    .row-desktop.show-grid [class*="span"] {
        margin-bottom: 5px;
    }
    .top_slider .carousel .item {
        height: 320px;
    }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    /* Remove any padding from the body */
    body {
        padding-top: 0;
    }
    /* Widen masthead and social buttons to fill body padding */
    .jumbotron {
        margin-top: -20px; /* Offset bottom margin on .navbar */
    }
    /* Adjust sidenav width */
    .bs-docs-sidenav {
        width: 166px;
        margin-top: 20px;
    }
    .bs-docs-sidenav.affix {
        top: 0;
    }
    .top_slider .carousel .item {
        height: 258px;
    }
    .top_slider .carousel img {
        width: auto;
        height: auto;
    }
    .bottom_nav_section{
        padding-bottom: 5px;
    }
    .bottom_nav_section .nav-collapse.collapse {
        margin: 0;
        width: 100%;
    }
    ul.tabs li a{
        font-size: 12px!important;
        padding: 0 1px!important;
    }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
    /* Remove any padding from the body */
    body {
        padding-top: 0;
    }

    .extended-badge {
        width: 100px;
    }

    /* Widen masthead and social buttons to fill body padding */
    .jumbotron {
        padding: 40px 20px;
        margin-top:   -20px; /* Offset bottom margin on .navbar */
        margin-right: -20px;
        margin-left:  -20px;
    }
    .masthead h1 {
        font-size: 90px;
    }
    .masthead p,
    .masthead .btn {
        font-size: 24px;
    }
    .marketing .span4 {
        margin-bottom: 40px;
    }
    .bs-docs-social {
        margin: 0 -20px;
    }

    /* Space out the show-grid examples */
    .show-grid [class*="span"] {
        margin-bottom: 5px;
    }

    /* Sidenav */
    .bs-docs-sidenav {
        width: auto;
        margin-bottom: 20px;
    }
    .bs-docs-sidenav.affix {
        position: static;
        width: auto;
        top: 0;
    }

    /* Unfloat the back to top link in footer */
    .footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer p {
        margin-bottom: 9px;
    }
    .top_slider .carousel {
        margin-left: -20px;
        margin-right: -20px;
    }
    .top_slider .carousel .container {

    }
    .top_slider .carousel .item {
        height: auto;
    }

    .top_slider .carousel img {
        height: auto;
        min-width: 100%;
        position: inherit;
    }
    .top_slider .carousel-caption {
        width: 65%;
        padding: 0 10px;
        margin-top: 10px;
        position: absolute;
    }
    .top_slider .carousel-caption h1 {
        font-size: 13px;
        line-height: 18px;
    }
    .top_slider .carousel-caption .lead {
        font-size: 12px;
        line-height: 15px;
    }
    .top_slider .carousel-caption .btn {
        font-size: 12px;
        line-height: 18px;
        padding:2px 5px;
    }
    .logo {
        height: 150px;
        margin: 0;
        padding: 0;
        position: inherit;
    }
    .logo a {
        display: inline-block;
        left: inherit;
        position: inherit;
        text-align: center;
        top: inherit;
        width: 100%;
        margin: 0 auto;
    }
    .quensland{
        text-align: center;
    }
    .top_l_phone{
        text-align: center;
    }
    .top_l_phone i {
        font-size: 26px;
        left: 0;
        position: relative;
        top: 4px;
    }
    .bottom_nav_section {
        padding-bottom: 6px;
    }
    .bottom_nav_section .nav-collapse.collapse{
        width: 100%;
        margin: 0px;
    }
    .product_box a{
        text-align: center;
        display: block;
    }
    .product_h {
        padding: 5%;
        width: 90%;
    }
    .p_ampunt_bottom{
        margin-bottom: 35px;
    }
    .footer_bottom .right_t {
        text-align: center;
    }
    .mailing_box .form-horizontal .controls {
        margin-left: 0;
    }
    .product_inner{
        padding: 15px 10px;
    }
    .product_content h1.inner_hed{
        font-size: 30px;
    }
    .product_content .breadcrumb{
        margin: 10px 0 0 0;
    }
    .product_nemu .span3:first-child a {
        border-radius: 50px 50px 0 0px;
        -moz-border-radius: 50px 50px 0 0px;
        -webkit-border-radius: 50px 50px 0 0px;
    }
    .product_nemu .span3:last-child a {
        border-radius:0 0px 50px 50px ;
        -moz-border-radius:0 0px 50px 50px ;
        -webkit-border-radius:0 0px 50px 50px;
    }
    .productinner_h{
        padding: 2%;
        width: 96%;
    }
    .news ul li h3 {
        line-height: 25px;
        margin: 0;
        padding: 1.5% 0 2% 22%;
    }
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
    /* Remove padding above jumbotron */
    body {
        padding-top: 0;
    }

    .extended-badge {
        display: none;
    }

    /* Change up some type stuff */
    h2 small {
        display: block;
    }

    /* Downsize the jumbotrons */
    .jumbotron h1 {
        font-size: 45px;
    }
    .jumbotron p,
    .jumbotron .btn {
        font-size: 18px;
    }
    .jumbotron .btn {
        display: block;
        margin: 0 auto 10px auto;
    }

    /* center align subhead text like the masthead */
    .subhead h1,
    .subhead p {
        text-align: center;
    }

    /* Marketing on home */
    .marketing h1 {
        font-size: 30px;
    }
    .marketing-byline {
        font-size: 18px;
    }

    /* center example sites */
    .example-sites {
        margin-left: 0;
    }
    .example-sites > li {
        float: none;
        display: block;
        max-width: 280px;
        margin: 0 auto 18px;
        text-align: center;
    }
    .example-sites .thumbnail > img {
        max-width: 270px;
    }

    /* Do our best to make tables work in narrow viewports */
    table code {
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all;
    }

    /* Page alert is show as normal alert */
    #page-alert-container {
        border-top-width: 0px;
        padding: 0;
    }

    /* Examples: dropdowns */
    .bs-docs-example-submenus > .pull-left {
        float: none;
        clear: both;
    }
    .bs-docs-example-submenus > .pull-left,
    .bs-docs-example-submenus > .pull-left + .pull-left {
        margin-left: 0;
    }
    .bs-docs-example-submenus p {
        margin-bottom: 0;
    }
    .bs-docs-example-submenus .dropup > .dropdown-menu,
    .bs-docs-example-submenus .dropdown > .dropdown-menu {
        margin-bottom: 10px;
        float: none;
        max-width: 180px;
    }

    /* Examples: modal */
    .modal-example .modal {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    /* Tighten up footer */
    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    ul.tabs li a{
        font-size: 12px!important;
        padding: 0 1px!important;
    }
}

h3.text_hed {
    color: #16529D;
    font: 25px/10px 'ufontscomavenir35light';
    margin: 50px 0 30px;
    padding: 0;
    /*text-align: center;*/
    text-transform: uppercase;
}

.about_img img{height:200px;}
.news_cont .newContent{text-align: justify;}
.news_cont .newdate{text-align: justify; font-weight: bold; color: black; margin-bottom: 8px;}

.productleftmenu
{
    width: 185px;
height:auto;
float:left;
padding:0px;
}
.productleftmenu h3
{
    font-size: 14px;
    font-weight: bold;
}

.productleftmenu ul{
    display:block;
}

.productleftmenu ul li
{
    padding: 5px 0px 7px 7px;
    letter-spacing: 1px;
    line-height: 17px;
    list-style-type: none;
     background-image: url(../img/menu_int.png);
}

.productleftmenu ul li a
{
    padding: 5px 0px 7px 7px;
    letter-spacing: 1px;
    line-height: 17px;
    list-style-type: none;
}

.productleftmenu ul li ul li
{
    padding: 5px 0px 7px 7px;
    letter-spacing: 1px;
    line-height: 17px;
    list-style-type: none;
}

.productleftmenu ul li ul li a
{
    padding: 8px 0px 9px 22px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    list-style-type: none outside none;
    background-position: 3px 12px;
    text-decoration: underline;
}
.productleftmenu ul li.active
{
    
    background-position: 0px 2px;
    width: 145px;
    background-image: url(../img/menu_inthover.png);
}
table.productcon tbody tr
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
table.productcon tr td span
{
    font-weight: bold;
}