/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    /*font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

.text-muted {
    color:#757575;    
}

.text-primary {
    color: #ff7417;
}

p {
    font-size: 13px;
    /*line-height: 1.75;*/
	line-height: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#848484;
	padding:0 6px;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
	text-decoration:none;
}

a {
    color: #ff623d;
}


a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;font-weight: 700;*/
    font-family: 'Roboto Condensed', sans-serif;    
	color:#393939;
	padding:0px;
	margin:0px;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #0579e6;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;    
    font-weight: 700;
    color: #fff;
    background-color: #59afff;
	font-size:18px;
	margin: 10px 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 10px 40px;
    border-color: #ccc/*#1ea3eb*/;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;    
    font-size: 14px;
    font-weight: 700;
    color: #5d5d5d;
    background-color: #c4c4c4;
	opacity:0.9;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #eee;
    color: #fff;
    background-color: #1ea3eb;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    /*background-color: #222;*/
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #fed136;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color:#ccc;
	position: relative;
}

.navbar-default .navbar-toggle {
    /*border-color: #fed136;
    background-color: #fed136;*/
	background-color: #5ec3fa;
    border-color: #3196cd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #3196cd;
}

.navbar-default .nav li a {    
    font-family: 'Roboto Condensed';
    font-weight: 400;    
    color: #393939;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #222;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #393939;
    background-color: #ebebeb;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #393939;
   /* background-color: #0586cd;*/
}

@media(min-width:768px) {
    .navbar-default {
        padding:0px 0;
        border: 0;
        /*background-color: transparent;*/
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
		background-color:#fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
		
    }

    .navbar-default .navbar-brand {
        /*font-size: 2em;*/
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        /*padding: 10px 0;*/
        background-color: #fff;
		/*box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/
    }

    .navbar-default.navbar-shrink .navbar-brand {
        /*font-size: 1.5em;*/
    }
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../images/videoImg.png);
    background-position: center 0px;
    background-repeat:no-repeat;
   /* -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
	/*background-color:#eee;*/
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:42px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        /*padding-bottom: 200px;*/
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size:30px;
        font-style: italic;
        line-height: 40px;
		text-shadow: 1px 1px 1px #000;
    }

header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 35px;
        font-weight: 700;
        line-height: 45px;
		text-shadow: 1px 1px 1px #000;
    }
}

section {
    padding: 170px 0 0;
}


section h2.section-heading {
    color: #393939;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
	
}


section h3.section-subheading {
    margin-bottom: 45px;
    text-transform: none;   
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
	color:#393939/*eee*/;
	font-family: 'Roboto Condensed', sans-serif;
}

@media(min-width:768px) {
    section {
        /*padding: 90px 0;*/
		padding: 180px 0 0px;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform:uppercase;
	text-align:center;
	color:#393939;
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    /*content: "";*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    /*background-color: #f1f1f1;*/
}

.timeline>li {
    position: relative;
    /*margin-bottom: 50px;
    min-height: 50px;*/
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 20px 0px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fed136;
	display:none;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 0px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    /*margin-bottom: 0;*/
	margin-bottom:40px;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color:#0586cd;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
       /* margin-bottom: 100px;
        min-height: 100px;*/
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        /*min-height: 150px;*/
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        /*min-height: 170px;*/
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 0px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
		display:none;
    }
	.timeline>li .timeline-image:hover {
        border: 7px solid #0586cd;
		cursor:pointer;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color:#538a0a /*#57bcf3*/;
    background-image: url(../images/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
	padding-bottom:30px;
}

section#contact .section-heading {
    color: #393939/*#eee*/;
}

section#contact .form-group {
   /* margin-bottom: 25px;*/
}

section#contact .form-group input,
section#contact .form-group textarea {
    /*padding: 20px;*/
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 145px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
	 background-color:#474747;
	 color:#b0b0b0;
    /*text-align: center;*/
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    line-height: 40px;
	text-align:left;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 40px;
	text-align:right;
}
.quicklinks li a { color:#757575;}
.quicklinks li a:hover { color:#0586cd;}
ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    background-color: #727272;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    outline: 0 none;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 31px;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #0586cd;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}

/*New pricing css*/
.price-column {
    background-color: white;
    border-radius: 10px;
    margin:0 auto 10px;
    padding-bottom: 20px;
    text-align: center;
	box-shadow: 1px 1px 4px #ccc;
}
.price-column h3 {
    background-color: #fed136;
    border-radius: 10px 10px 0 0;
    color: #404040;
    font-size: 20px;
    margin-top: 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.price-column .list {
    list-style: outside none none;
    margin: 10px;
	padding:0px;
}
.price-column .list li.price {
    background-color: white;
    color: #1e7a2f;
    font-family: arial;
    font-size: 31px;
    margin-top: 25px;
    text-align: center;
}
.price-column .list li {
    border-bottom: 1px solid #ccc;
    color: #404040;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 0;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    background-color: #222;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    padding: 5px 15px;
}
.paddingBottom100 { padding-bottom:100px !important;}
.greyBg {background-color: #f3f3f3;box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);padding-top: 20px; padding-bottom: 20px; margin-bottom:10px;}
.blueBg {background-color: #000;box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);padding-top: 20px; margin-bottom:10px;}
.greenText {color: #1e7a2f !important;}
.link { color:#ff623d; text-decoration:underline;}
.gretText {color: #404040 !important; text-decoration:none;}
.gretText a:hover {color: #404040 !important; text-decoration:none;}
/*step css*/
.progressBar {margin-bottom: 15px;}
#QBSetup {height:150px; margin-left: 2%; position: relative; width: 96%;}
#QBSetup .greyLine {position:absolute;top:55px;	width:100%;	border:3px solid #fed136;border-radius:4px;}
#QBSetup a {position:absolute;top:0px;}
#QBSetup a span {}
#QBSetup a.QBLogin  {left:-4px;}
#QBSetup a.LDEmployee  {left:31%;}
#QBSetup a.LDJobCustomer {left:62%;}
#QBSetup a.LDItems  {left:93%;}
/*step End css*/

.testimonalText { 
color: #474747;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 35px;
    text-transform: none;
	line-height:25px;
}
/*.paddingTop20 { padding:20px 0; margin:0px;}*/
h6 {
    color: #ff0000;
    font-size: 18px;
    margin: 0;
    padding: 10px 0 5px;
}
h5 { font-size:15px; color:#404040; padding:20px 0 0; margin:0px;}
.padding50 { padding:50px 0;}
/*.black_overlay, #fade { position:fixed; height:100%; background-color:#000; opacity:0.6; width:100%; z-index:1001;}*/
.black_overlay, #fade {
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	bottom:0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1030;	
	opacity:0.6;	
}
.newHidden { position:absolute; display:none; left:0px; top:0px; width:100%; z-index:1031;}
.popup { border-radius:6px; background-color:#fafafa; border: 1px solid #dbdbdb; padding:0px; margin:10% auto; width:300px; box-shadow: 0 0 10px 2px #404040;}
a.password { color:#1e7a2f;}
.floatRight { float:right;}
.deleteNewIcon {
    background-color: #ff0000;
    border-radius: 14px;
    float: right;
    font-size: 12px;
    height: 23px;
    margin-top: -18px;
    width: 22px;
}
.deleteNewIcon a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 5px 5px 6px;
}
.popup h4 {
    background-color: #fed136;
    border-radius: 6px 6px 0 0;
    color: #404040;
    margin: 0 0 13px;
    padding: 5px 0 9px 10px;
    text-transform: capitalize;
	font-weight:normal;
}
.paddingAll10 { padding:10px;}
.clear { clear:both;}
/*slider css start here*/
.carousel {
	/*margin-bottom: 15px*/
}
.carousel .carousel-control {
	font-size: 45px
}
.carousel .carousel-control.right {
	text-align: center
}
.carousel .carousel-caption {
	background: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	bottom: 0
}
.carousel .carousel-caption h4 {
	color: #fff;
	text-shadow: none;
	font-weight: 600
}
.carousel .carousel-indicators {
	bottom: 0
}
.carousel.carousel-1 {
	/*height: 223px;*/
	margin-bottom: 33px;
	background: #e5e5e5;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px
}
.carousel.carousel-1 .item {
	/*height: 223px;*/
	overflow: hidden
}
.carousel.carousel-1 .item img {
	min-height: 100%;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0
}
.carousel.carousel-1 .item .row {
	margin: 0
}
.carousel.carousel-1 .item .row [class*="col-"]:last-of-type {
	padding: 0
}
.carousel.carousel-1 .carousel-indicators {
	top: auto;
	bottom: -23px;
	right: 0;
	left: 0;
	margin: 0;
	width: auto;
	text-align: center
}
.carousel.carousel-1 .carousel-indicators li {
	background: #1e7a2f 
}
.carousel.carousel-1 .carousel-indicators li.active {
	background: #fed136
}
.carousel.carousel-1 .carousel-caption {
	height: 193px;
	background: #e5e5e5;
	top: 0;
	left: 20px;
	right: 10px
}
.carousel.carousel-1 .carousel-inner {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px
}
.carousel.carousel-1 .carousel-inner {
	box-shadow: 0 3px 0 0 #f6f6f6;
	-moz-box-shadow: 0 3px 0 0 #f6f6f6;
	-webkit-box-shadow: 0 3px 0 0 #f6f6f6;
	border: 1px solid #dbdbdb
}
.carousel.carousel-1 .item {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px
}
.carousel.carousel-1 .item img {
	min-width: 100%
}
.carousel.carousel-1 .carousel-caption {
	background: rgba(229,229,229,0.95);
	text-shadow: 0 1px 0 #fff
}
.carousel.carousel-1 .carousel-caption p {
	color: #7c7c7c
}
.carousel.carousel-1 .carousel-caption h4 {
	font-size: 12pt;
	color: #000;
	font-weight: 600
}
.carousel.carousel-1 .carousel-caption a {
	text-decoration: underline;
	color: #000
}
html.sidebar-full #menu {
	width: 170px;
	background-color: #4a8bc2;
	overflow: visible !important
}
html.sidebar-full #menu .appbrand {
	border-bottom: 1px solid #346c9b;
	height: 50px;
	line-height: 29px;
	font-size: 16px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2)
}
html.sidebar-full #menu .profile {
	border-top: 1px solid #70a3cf
}
html.sidebar-full #menu .profile a {
	border: 1px solid #346c9b;
	color: #fff;
	text-decoration: none
}
html.sidebar-full #menu .profile a:hover {
	border-color: #275175
}
html.sidebar-full #menu .slim-scroll, html.sidebar-full #menu .slimScrollDiv {
	overflow: visible !important
}
html.sidebar-full #menu .slim-scroll>ul, html.sidebar-full #menu>ul {
	border-top: 1px solid #346c9b;
	border-bottom: 1px solid #70a3cf;
	overflow: visible !important;
	margin: 0;
	padding: 0
}
html.sidebar-full #menu .slim-scroll>ul>li, html.sidebar-full #menu>ul>li {
	position: relative;
	display: block;
	padding: 0 0 0 11px
}
html.sidebar-full #menu .slim-scroll>ul>li a, html.sidebar-full #menu>ul>li a {
	cursor: pointer;
	position: relative;
	overflow: hidden
}
html.sidebar-full #menu .slim-scroll>ul>li>a, html.sidebar-full #menu>ul>li>a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 8px;
	line-height: 39px
}
html.sidebar-full #menu .slim-scroll>ul>li>a [class*="fa-chevron-"], html.sidebar-full #menu>ul>li>a [class*="fa-chevron-"] {
	float: right;
	line-height: 39px;
	margin: 0 11px 0 0
}
html.sidebar-full #menu .slim-scroll>ul>li>a.glyphicons, html.sidebar-full #menu>ul>li>a.glyphicons {
	padding: 0 8px
}
html.sidebar-full #menu .slim-scroll>ul>li>a.glyphicons i, html.sidebar-full #menu>ul>li>a.glyphicons i {
	padding: 0 10px 0 0;
	display: block;
	float: left;
	height: 39px
}
html.sidebar-full #menu .slim-scroll>ul>li>a.glyphicons i:before, html.sidebar-full #menu>ul>li>a.glyphicons i:before {
	color: #fff;
	font-size: 17px;
	position: relative;
	width: 17px;
	text-align: center;
	left: auto;
	right: auto;
	line-height: 39px
}
html.sidebar-full #menu .slim-scroll>ul>li>a.glyphicons.single-icon i, html.sidebar-full #menu>ul>li>a.glyphicons.single-icon i {
	padding: 0
}
html.sidebar-full #menu .slim-scroll>ul>li>a.glyphicons.logout i, html.sidebar-full #menu>ul>li>a.glyphicons.logout i {
	float: right;
	padding: 0
}
html.sidebar-full #menu .slim-scroll>ul>li>a.glyphicons.logout span, html.sidebar-full #menu>ul>li>a.glyphicons.logout span {
	padding: 0 8px 0 0;
	float: left
}
html.sidebar-full #menu .slim-scroll>ul>li.active, html.sidebar-full #menu>ul>li.active, html.sidebar-full #menu .slim-scroll>ul>li:hover, html.sidebar-full #menu>ul>li:hover, html.sidebar-full #menu .slim-scroll>ul>li.open, html.sidebar-full #menu>ul>li.open {
	padding: 0 8px 5px
}
html.sidebar-full #menu .slim-scroll>ul>li.active>a, html.sidebar-full #menu>ul>li.active>a, html.sidebar-full #menu .slim-scroll>ul>li:hover>a, html.sidebar-full #menu>ul>li:hover>a, html.sidebar-full #menu .slim-scroll>ul>li.open>a, html.sidebar-full #menu>ul>li.open>a {
	background: #346c9b;
	padding: 5px 10px;
	line-height: 22px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #2c5c84
}
html.sidebar-full #menu .slim-scroll>ul>li.active>a [class*="fa-chevron-"], html.sidebar-full #menu>ul>li.active>a [class*="fa-chevron-"], html.sidebar-full #menu .slim-scroll>ul>li:hover>a [class*="fa-chevron-"], html.sidebar-full #menu>ul>li:hover>a [class*="fa-chevron-"], html.sidebar-full #menu .slim-scroll>ul>li.open>a [class*="fa-chevron-"], html.sidebar-full #menu>ul>li.open>a [class*="fa-chevron-"] {
	line-height: 22px;
	margin: 0
}
html.sidebar-full #menu .slim-scroll>ul>li.active>a.glyphicons, html.sidebar-full #menu>ul>li.active>a.glyphicons, html.sidebar-full #menu .slim-scroll>ul>li:hover>a.glyphicons, html.sidebar-full #menu>ul>li:hover>a.glyphicons, html.sidebar-full #menu .slim-scroll>ul>li.open>a.glyphicons, html.sidebar-full #menu>ul>li.open>a.glyphicons {
	padding: 5px 10px;
	line-height: 22px
}
html.sidebar-full #menu .slim-scroll>ul>li.active>a.glyphicons i, html.sidebar-full #menu>ul>li.active>a.glyphicons i, html.sidebar-full #menu .slim-scroll>ul>li:hover>a.glyphicons i, html.sidebar-full #menu>ul>li:hover>a.glyphicons i, html.sidebar-full #menu .slim-scroll>ul>li.open>a.glyphicons i, html.sidebar-full #menu>ul>li.open>a.glyphicons i {
	height: 22px
}
html.sidebar-full #menu .slim-scroll>ul>li.active>a.glyphicons i:before, html.sidebar-full #menu>ul>li.active>a.glyphicons i:before, html.sidebar-full #menu .slim-scroll>ul>li:hover>a.glyphicons i:before, html.sidebar-full #menu>ul>li:hover>a.glyphicons i:before, html.sidebar-full #menu .slim-scroll>ul>li.open>a.glyphicons i:before, html.sidebar-full #menu>ul>li.open>a.glyphicons i:before {
	line-height: 22px
}
html.sidebar-full #menu .slim-scroll>ul>li.glyphs, html.sidebar-full #menu>ul>li.glyphs {
	margin-top: 4px;
	padding: 8px;
	height: 53px;
	border-top: 1px solid #346c9b;
	border-bottom: 1px solid #70a3cf;
	box-shadow: 0 1px 0 0 #70a3cf inset, 0 -1px 0 0 #346c9b inset
}
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul, html.sidebar-full #menu>ul>li.glyphs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #346c9b;
	height: 34px;
	line-height: 32px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #2c5c84;
	text-align: center
}
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li, html.sidebar-full #menu>ul>li.glyphs ul li {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 1px 0 0
}
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li .glyphicons, html.sidebar-full #menu>ul>li.glyphs ul li .glyphicons {
	height: 32px;
	line-height: 22px;
	padding: 5px 10px;
	display: block;
	text-decoration: none
}
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li .glyphicons i, html.sidebar-full #menu>ul>li.glyphs ul li .glyphicons i {
	height: 22px;
	line-height: 22px;
	display: block
}
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li .glyphicons i:before, html.sidebar-full #menu>ul>li.glyphs ul li .glyphicons i:before {
	line-height: 22px;
	height: 22px;
	position: relative;
	left: auto;
	top: auto;
	display: block;
	text-align: center;
	font-size: 17px;
	color: #4a8bc2
}
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li.active, html.sidebar-full #menu>ul>li.glyphs ul li.active, html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li:hover, html.sidebar-full #menu>ul>li.glyphs ul li:hover {
	padding: 0;
	background: #4a8bc2;
	border-right: 1px solid #2c5c84
}
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li.active .glyphicons i:before, html.sidebar-full #menu>ul>li.glyphs ul li.active .glyphicons i:before, html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li:hover .glyphicons i:before, html.sidebar-full #menu>ul>li.glyphs ul li:hover .glyphicons i:before {
	color: #fff
}
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li.active:first-child, html.sidebar-full #menu>ul>li.glyphs ul li.active:first-child, html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li:hover:first-child, html.sidebar-full #menu>ul>li.glyphs ul li:hover:first-child {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px
}
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li.active:last-child, html.sidebar-full #menu>ul>li.glyphs ul li.active:last-child, html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li:hover:last-child, html.sidebar-full #menu>ul>li.glyphs ul li:hover:last-child {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-right: none;
	border-left: 1px solid #2c5c84
}
html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li.active:last-child .glyphicons, html.sidebar-full #menu>ul>li.glyphs ul li.active:last-child .glyphicons, html.sidebar-full #menu .slim-scroll>ul>li.glyphs ul li:hover:last-child .glyphicons, html.sidebar-full #menu>ul>li.glyphs ul li:hover:last-child .glyphicons {
	padding: 5px 11px 5px 9px
}
html.sidebar-full #menu .slim-scroll>ul>li.search, html.sidebar-full #menu>ul>li.search {
	padding: 8px;
	height: 51px;
	border-top: 1px solid #70a3cf;
	border-bottom: 1px solid #346c9b
}
html.sidebar-full #menu .slim-scroll>ul>li.search form, html.sidebar-full #menu>ul>li.search form {
	margin: 0;
	padding: 0;
	background: #96bcdc;
	height: 33px;
	line-height: 33px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #2c5c84
}
html.sidebar-full #menu .slim-scroll>ul>li.search form input, html.sidebar-full #menu>ul>li.search form input {
	background: none;
	border: none;
	color: #3771a2;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	width: 110px !important;
	padding: 0 0 0 10px;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important
}
html.sidebar-full #menu .slim-scroll>ul>li.search form input::-webkit-input-placeholder, html.sidebar-full #menu>ul>li.search form input::-webkit-input-placeholder {
color:#3771a2
}
html.sidebar-full #menu .slim-scroll>ul>li.search form input:-moz-placeholder, html.sidebar-full #menu>ul>li.search form input:-moz-placeholder {
color:#3771a2
}
html.sidebar-full #menu .slim-scroll>ul>li.search form input::-moz-placeholder, html.sidebar-full #menu>ul>li.search form input::-moz-placeholder {
color:#3771a2
}
html.sidebar-full #menu .slim-scroll>ul>li.search form input:-ms-input-placeholder, html.sidebar-full #menu>ul>li.search form input:-ms-input-placeholder {
color:#3771a2
}
html.sidebar-full #menu .slim-scroll>ul>li.search form button, html.sidebar-full #menu>ul>li.search form button {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	height: 30px
}
html.sidebar-full #menu .slim-scroll>ul>li.search form button i:before, html.sidebar-full #menu>ul>li.search form button i:before {
	display: block;
	position: relative;
	left: auto;
	right: auto;
	height: 32px;
	line-height: 32px;
	padding: 0 5px;
	font-size: 17px;
	color: #346c9b
}
html.sidebar-full #menu .slim-scroll>ul>li.search form input, html.sidebar-full #menu>ul>li.search form input, html.sidebar-full #menu .slim-scroll>ul>li.search form button, html.sidebar-full #menu>ul>li.search form button {
	vertical-align: top
}
html.sidebar-full #menu .slim-scroll>ul>li:first-child, html.sidebar-full #menu>ul>li:first-child {
	border-top: 1px solid #70a3cf;
	padding-top: 8px
}
html.sidebar-full #menu .slim-scroll>ul>li:last-child, html.sidebar-full #menu>ul>li:last-child {
	border-bottom: 1px solid #346c9b
}
html.sidebar-full #menu .slim-scroll>ul>li:last-child.open .dropdown-menu, html.sidebar-full #menu>ul>li:last-child.open .dropdown-menu {
	right: 0
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu, html.sidebar-full #menu>ul>li.dropdown .dropdown-menu {
	background: #363432;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	right: auto;
	left: 100%;
	top: 0;
	width: 180px
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu.pull-left, html.sidebar-full #menu>ul>li.dropdown .dropdown-menu.pull-left {
	left: 100%
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu.submenu-show, html.sidebar-full #menu>ul>li.dropdown .dropdown-menu.submenu-show {
	margin-top: 0 !important;
	padding: 0;
	top: -1px
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li, html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li {
	border-bottom: 1px solid #4a4947
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li:last-child, html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li:last-child {
	border-bottom: none
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li:first-child>a, html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li:first-child>a, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li:first-child>a:hover, html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li:first-child>a:hover, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li:first-child>span, html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li:first-child>span {
	border-top: none
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li>a, html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li>a, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li>a:hover, html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li>a:hover, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li>span, html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li>span {
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	display: block;
	background: #363432;
	color: #c8c8c8
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li>a.glyphicons i:before, html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li>a.glyphicons i:before, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li>a:hover.glyphicons i:before, html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li>a:hover.glyphicons i:before, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dropdown-menu li>span.glyphicons i:before, html.sidebar-full #menu>ul>li.dropdown .dropdown-menu li>span.glyphicons i:before {
	left: auto;
	right: 10px;
	top: 5px;
	font-size: 17px;
	color: #c4c4c4
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu, html.sidebar-full #menu>ul>li.dropdown.dd-1>.dropdown-menu, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu, html.sidebar-full #menu>ul>li.dropdown .dd-1>.dropdown-menu, html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead, html.sidebar-full #menu>ul>li.dropdown.dd-1 .typeahead, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead, html.sidebar-full #menu>ul>li.dropdown .dd-1 .typeahead {
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2)
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu:before, html.sidebar-full #menu>ul>li.dropdown.dd-1>.dropdown-menu:before, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu:before, html.sidebar-full #menu>ul>li.dropdown .dd-1>.dropdown-menu:before, html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead:before, html.sidebar-full #menu>ul>li.dropdown.dd-1 .typeahead:before, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead:before, html.sidebar-full #menu>ul>li.dropdown .dd-1 .typeahead:before {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	position: absolute;
	display: block;
	left: -7px;
	border-left-width: 0;
	border-right-color: #999;
	top: 5px
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu:after, html.sidebar-full #menu>ul>li.dropdown.dd-1>.dropdown-menu:after, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu:after, html.sidebar-full #menu>ul>li.dropdown .dd-1>.dropdown-menu:after, html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead:after, html.sidebar-full #menu>ul>li.dropdown.dd-1 .typeahead:after, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead:after, html.sidebar-full #menu>ul>li.dropdown .dd-1 .typeahead:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	top: 6px;
	border-left-width: 0;
	border-right-color: #fff;
	position: absolute;
	display: block;
	left: -6px
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:before, html.sidebar-full #menu>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:before, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:before, html.sidebar-full #menu>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:before, html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar-full #menu>ul>li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar-full #menu>ul>li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after, html.sidebar-full #menu>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after, html.sidebar-full #menu>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu>ul>li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar-full #menu>ul>li.dropdown .dd-1 .typeahead.pull-right:after {
	left: auto;
	right: 7px;
	margin: 0
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after, html.sidebar-full #menu>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after, html.sidebar-full #menu>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu>ul>li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar-full #menu>ul>li.dropdown .dd-1 .typeahead.pull-right:after {
	right: 8px
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead, html.sidebar-full #menu>ul>li.dropdown.dd-1 .typeahead, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead, html.sidebar-full #menu>ul>li.dropdown .dd-1 .typeahead {
	margin-top: 13px !important
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu.pull-right, html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu.pull-right, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu.pull-right, html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu.pull-right {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu, html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu, html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu {
	background: #fff;
	border: 1px solid #c8c8c8;
	margin: 5px 0 0;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu li, html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu li, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu li, html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu li {
	border-color: #f3f3f3
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu li a, html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu li a, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu li a, html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu li a, html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu li span, html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu li span, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu li span, html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu li span {
	background-image: none !important;
	filter: none !important;
	background: #fff;
	color: #939494
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu li span i:before, html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu li span i:before, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu li span i:before, html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu li span i:before {
	color: #ccc;
	font-size: 15px !important;
	top: 7px !important
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu>li:hover>a, html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu>li:hover>a, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu>li:hover>a, html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu>li:hover>a, html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-1 .dropdown-menu>li.active>a, html.sidebar-full #menu>ul>li.dropdown.dd-1 .dropdown-menu>li.active>a, html.sidebar-full #menu .slim-scroll>ul>li.dropdown .dd-1 .dropdown-menu>li.active>a, html.sidebar-full #menu>ul>li.dropdown .dd-1 .dropdown-menu>li.active>a {
	font-weight: 600;
	color: #000
}
html.sidebar-full #menu .slim-scroll>ul>li.dropdown.dd-flags .dropdown-menu img, html.sidebar-full #menu>ul>li.dropdown.dd-flags .dropdown-menu img {
	margin: -3px 4px 0 0
}
html.sidebar-full #menu .slim-scroll>ul .dropdown>a .caret, html.sidebar-full #menu>ul .dropdown>a .caret {
	border-top-color: #fff;
	top: 16px;
	position: relative
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li, html.sidebar.sidebar-full body .menu-right #menu>ul>li {
	padding: 0 11px 0 0
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li>a [class*="fa-chevron-"], html.sidebar.sidebar-full body .menu-right #menu>ul>li>a [class*="fa-chevron-"] {
	float: left;
	margin: 0 0 0 11px;
	padding: 0 10px 0 0
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li>a.glyphicons i, html.sidebar.sidebar-full body .menu-right #menu>ul>li>a.glyphicons i {
	padding: 0 0 0 10px;
	float: right
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.active, html.sidebar.sidebar-full body .menu-right #menu>ul>li.active, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li:hover, html.sidebar.sidebar-full body .menu-right #menu>ul>li:hover, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.open, html.sidebar.sidebar-full body .menu-right #menu>ul>li.open {
	padding: 0 8px 5px
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.active>a [class*="fa-chevron-"], html.sidebar.sidebar-full body .menu-right #menu>ul>li.active>a [class*="fa-chevron-"], html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li:hover>a [class*="fa-chevron-"], html.sidebar.sidebar-full body .menu-right #menu>ul>li:hover>a [class*="fa-chevron-"], html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.open>a [class*="fa-chevron-"], html.sidebar.sidebar-full body .menu-right #menu>ul>li.open>a [class*="fa-chevron-"] {
	height: 22px;
	line-height: 23px;
	margin: 0
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dropdown-menu, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dropdown-menu {
	right: 100%;
	left: auto
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dropdown-menu.pull-left, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dropdown-menu.pull-left {
	right: 100%;
	left: auto
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dropdown-menu.submenu-show, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dropdown-menu.submenu-show {
	margin-top: 0 !important;
	padding: 0;
	top: -1px
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dropdown-menu.submenu-show.pull-right, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dropdown-menu.submenu-show.pull-right {
	right: 100% !important;
	left: auto !important
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1>.dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1>.dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead:before, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1 .typeahead:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead:before, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1 .typeahead:before {
	border: 7px solid transparent;
	right: -7px;
	left: auto;
	border-right-width: 0;
	border-left-color: #999
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1>.dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1>.dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead:after, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1 .typeahead:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead:after, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1 .typeahead:after {
	border: 7px solid transparent;
	border-right-width: 0;
	border-left-color: #fff;
	right: -6px;
	left: auto
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1 .typeahead.pull-right:after {
	left: auto;
	right: 7px;
	margin: 0
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1>.dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1>.dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu>ul>li.dropdown .dd-1 .typeahead.pull-right:after {
	right: 8px
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li:first-child, html.sidebar.sidebar-full body .menu-right #menu>ul>li:first-child {
	padding-top: 8px
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.glyphs, html.sidebar.sidebar-full body .menu-right #menu>ul>li.glyphs, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.search, html.sidebar.sidebar-full body .menu-right #menu>ul>li.search {
	padding: 8px
}
html.top-full .navbar.main {
	height: 49px;
	background-color: #4a8bc2;
	border-bottom: 1px solid #346c9b
}
html.top-full .navbar.main .btn-navbar {
	height: 49px;
	line-height: 49px;
	background: #4a8bc2
}
html.top-full .navbar.main .btn-navbar .icon-bar {
	background: #fff;
	box-shadow: 0 1px 0 #346c9b
}
html.top-full .navbar.main .btn-navbar:hover {
	background: #4286bf
}
html.top-full .navbar.main .topnav {
	border-left: 1px solid #346c9b;
	border-right: 1px solid #70a3cf
}
html.top-full .navbar.main .topnav.pull-left+.topnav.pull-left {
	border-left: none
}
html.top-full .navbar.main .topnav.pull-left+.topnav.pull-left>li:first-child {
	border-left: none
}
html.top-full .navbar.main .topnav>li {
	position: relative;
	float: left;
	height: 49px;
	line-height: 49px;
	display: block;
	padding: 0 0 0 10px
}
html.top-full .navbar.main .topnav>li a {
	cursor: pointer
}
html.top-full .navbar.main .topnav>li>a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 1px 11px 0 9px;
	line-height: 50px
}
html.top-full .navbar.main .topnav>li>a>img {
	margin: 0 0 3px;
	position: relative;
	top: -1px
}
html.top-full .navbar.main .topnav>li>a.glyphicons {
	padding: 0 11px 0 9px
}
html.top-full .navbar.main .topnav>li>a.glyphicons i {
	padding: 0 10px 0 0;
	display: block;
	float: left;
	line-height: 49px;
	height: 49px
}
html.top-full .navbar.main .topnav>li>a.glyphicons i:before {
	color: #fff;
	font-size: 17px;
	position: relative;
	width: 17px;
	text-align: center;
	line-height: 51px;
	height: 49px;
	left: auto;
	right: auto
}
html.top-full .navbar.main .topnav>li>a.glyphicons.single-icon i {
	padding: 0;
	float: none
}
html.top-full .navbar.main .topnav>li>a.glyphicons.logout i {
	float: right;
	padding: 0
}
html.top-full .navbar.main .topnav>li>a.glyphicons.logout span {
	padding: 0 8px 0 0;
	float: left
}
html.top-full .navbar.main .topnav>li.active, html.top-full .navbar.main .topnav>li:hover, html.top-full .navbar.main .topnav>li.open {
	padding: 8px 0 8px 8px
}
html.top-full .navbar.main .topnav>li.active:last-child, html.top-full .navbar.main .topnav>li:hover:last-child, html.top-full .navbar.main .topnav>li.open:last-child {
	padding: 8px 9px 8px 8px
}
html.top-full .navbar.main .topnav>li.active>a, html.top-full .navbar.main .topnav>li:hover>a, html.top-full .navbar.main .topnav>li.open>a {
	background: #346c9b;
	padding: 5px 10px;
	height: 34px;
	line-height: 22px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #2c5c84
}
html.top-full .navbar.main .topnav>li.active>a.glyphicons, html.top-full .navbar.main .topnav>li:hover>a.glyphicons, html.top-full .navbar.main .topnav>li.open>a.glyphicons {
	padding: 5px 10px;
	line-height: 22px
}
html.top-full .navbar.main .topnav>li.active>a.glyphicons i, html.top-full .navbar.main .topnav>li:hover>a.glyphicons i, html.top-full .navbar.main .topnav>li.open>a.glyphicons i {
	height: 22px;
	line-height: 22px
}
html.top-full .navbar.main .topnav>li.active>a.glyphicons i:before, html.top-full .navbar.main .topnav>li:hover>a.glyphicons i:before, html.top-full .navbar.main .topnav>li.open>a.glyphicons i:before {
	line-height: 22px;
	height: 22px
}
html.top-full .navbar.main .topnav>li.glyphs {
	padding: 8px;
	border-left: 1px solid #346c9b;
	border-right: 1px solid #70a3cf;
	box-shadow: -1px 0 0 0 #70a3cf, 1px 0 0 0 #346c9b
}
html.top-full .navbar.main .topnav>li.glyphs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #346c9b;
	height: 34px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #2c5c84
}
html.top-full .navbar.main .topnav>li.glyphs ul li {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 1px 0 0
}
html.top-full .navbar.main .topnav>li.glyphs ul li .glyphicons {
	height: 22px;
	line-height: 22px;
	padding: 5px 10px;
	display: block;
	text-decoration: none
}
html.top-full .navbar.main .topnav>li.glyphs ul li .glyphicons i {
	height: 22px;
	line-height: 22px;
	display: block
}
html.top-full .navbar.main .topnav>li.glyphs ul li .glyphicons i:before {
	line-height: 22px;
	height: 22px;
	position: relative;
	left: auto;
	top: auto;
	display: block;
	text-align: center;
	font-size: 17px;
	color: #4a8bc2
}
html.top-full .navbar.main .topnav>li.glyphs ul li.active, html.top-full .navbar.main .topnav>li.glyphs ul li:hover {
	padding: 0;
	background: #4a8bc2;
	border-right: 1px solid #2c5c84
}
html.top-full .navbar.main .topnav>li.glyphs ul li.active .glyphicons i:before, html.top-full .navbar.main .topnav>li.glyphs ul li:hover .glyphicons i:before {
	color: #fff
}
html.top-full .navbar.main .topnav>li.glyphs ul li.active:first-child, html.top-full .navbar.main .topnav>li.glyphs ul li:hover:first-child {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px
}
html.top-full .navbar.main .topnav>li.glyphs ul li.active:last-child, html.top-full .navbar.main .topnav>li.glyphs ul li:hover:last-child {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-right: none;
	border-left: 1px solid #2c5c84
}
html.top-full .navbar.main .topnav>li.glyphs ul li.active:last-child .glyphicons, html.top-full .navbar.main .topnav>li.glyphs ul li:hover:last-child .glyphicons {
	padding: 5px 11px 5px 9px
}
html.top-full .navbar.main .topnav>li.search {
	padding: 8px;
	border-left: 1px solid #346c9b;
	border-right: 1px solid #70a3cf;
	box-shadow: -1px 0 0 0 #70a3cf, 1px 0 0 0 #346c9b
}
html.top-full .navbar.main .topnav>li.search form {
	margin: 0;
	padding: 0;
	background: #96bcdc;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #2c5c84
}
html.top-full .navbar.main .topnav>li.search form input {
	background: none;
	border: none;
	color: #3771a2;
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
	width: 100px;
	padding: 0 0 0 10px;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important
}
html.top-full .navbar.main .topnav>li.search form input::-webkit-input-placeholder {
color:#3771a2
}
html.top-full .navbar.main .topnav>li.search form input:-moz-placeholder {
color:#3771a2
}
html.top-full .navbar.main .topnav>li.search form input::-moz-placeholder {
color:#3771a2
}
html.top-full .navbar.main .topnav>li.search form input:-ms-input-placeholder {
color:#3771a2
}
html.top-full .navbar.main .topnav>li.search form button {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	height: 32px
}
html.top-full .navbar.main .topnav>li.search form button i:before {
	display: block;
	position: relative;
	left: auto;
	right: auto;
	height: 32px;
	line-height: 32px;
	padding: 0 5px;
	font-size: 17px;
	color: #346c9b
}
html.top-full .navbar.main .topnav>li.search form input, html.top-full .navbar.main .topnav>li.search form button {
	vertical-align: top
}
html.top-full .navbar.main .topnav>li.search, html.top-full .navbar.main .topnav>li.glyphs {
	margin-left: 10px
}
html.top-full .navbar.main .topnav>li.search+.glyphs {
	margin-left: 0
}
html.top-full .navbar.main .topnav>li.glyphs+.search, html.top-full .navbar.main .topnav>li.glyphs+.tooltip+.search {
	margin-left: 0
}
html.top-full .navbar.main .topnav>li:last-child {
	border-right: 1px solid #346c9b;
	padding: 0 9px 0 10px
}
html.top-full .navbar.main .topnav>li:last-child.glyphs, html.top-full .navbar.main .topnav>li:last-child.search {
	padding: 8px 9px;
	box-shadow: -1px 0 0 0 #70a3cf
}
html.top-full .navbar.main .topnav>li:first-child {
	border-left: 1px solid #70a3cf
}
html.top-full .navbar.main .topnav>li:last-child.open .dropdown-menu {
	right: 0
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu {
	background: #fff;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	right: 0;
	width: 180px
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu.pull-left {
	left: 0
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li {
	border-bottom: 1px solid #4a4947
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li:last-child {
	border-bottom: none
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li:first-child>a, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li:first-child>a:hover, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li:first-child>span {
	border-top: none
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li>a, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li>a:hover, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li>span {
	line-height: 29px;
	padding: 0 10px;
	display: block;
	background: #363432;
	color: #c8c8c8
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li>a.glyphicons i:before, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li>a:hover.glyphicons i:before, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li>span.glyphicons i:before {
	left: auto;
	right: 10px;
	top: 5px;
	font-size: 17px;
	color: #c4c4c4
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li>a:hover {
	background: #1c1a19
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.active {
	background: #0e0e0d
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.active a {
	background: #0e0e0d
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li .btn {
	margin: 3px 0
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.highlight>a, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.highlight>a:hover, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.highlight>span {
	background: rgba(0,0,0,0.1)
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile a:hover {
	color: #fff
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a:hover, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>span {
	height: auto;
	line-height: normal;
	padding: 5px 10px 10px
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a .heading, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a:hover .heading, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>span .heading {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a .heading a, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a:hover .heading a, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>span .heading a {
	text-transform: none
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a .img, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a:hover .img, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>span .img {
	display: inline-block;
	float: left;
	width: 47px;
	height: 45px;
	line-height: 45px;
	background: #272729;
	margin: 0 10px 0 0;
	position: relative
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a .img:before, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a:hover .img:before, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>span .img:before {
	text-align: center;
	width: 47px;
	height: 45px;
	line-height: 45px;
	content: "\e004";
	color: #595959;
	font-family: "Glyphicons Regular";
	font-size: 24px;
	position: absolute;
	display: block
}
html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a .clearfix, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>a:hover .clearfix, html.top-full .navbar.main .topnav>li.dropdown .dropdown-menu li.profile>span .clearfix {
	display: block
}
html.top-full .navbar.main .topnav>li.dropdown.account>.dropdown-menu {
	width: 220px
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1>.dropdown-menu, html.top-full .navbar.main .topnav>li.dropdown .dd-1>.dropdown-menu, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .typeahead, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .typeahead {
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2)
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1>.dropdown-menu:before, html.top-full .navbar.main .topnav>li.dropdown .dd-1>.dropdown-menu:before, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .typeahead:before, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .typeahead:before {
	content: "";
	width: 0;
	height: 0;
	border: 11px solid transparent;
	position: absolute;
	display: block;
	left: 7px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1>.dropdown-menu:after, html.top-full .navbar.main .topnav>li.dropdown .dd-1>.dropdown-menu:after, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .typeahead:after, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .typeahead:after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	top: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
	position: absolute;
	display: block;
	left: 8px
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1>.dropdown-menu.pull-right:before, html.top-full .navbar.main .topnav>li.dropdown .dd-1>.dropdown-menu.pull-right:before, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .typeahead.pull-right:before, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .typeahead.pull-right:before, html.top-full .navbar.main .topnav>li.dropdown.dd-1>.dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav>li.dropdown .dd-1>.dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .typeahead.pull-right:after, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .typeahead.pull-right:after {
	left: auto;
	right: 7px;
	margin: 0
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1>.dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav>li.dropdown .dd-1>.dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .typeahead.pull-right:after, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .typeahead.pull-right:after {
	right: 8px
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu {
	background: #fff;
	border: 1px solid #c8c8c8;
	margin: 5px 0 0;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li {
	border-color: #f3f3f3
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li a, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li a, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li span, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li span {
	background: #fff;
	color: #939494
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li a i:before, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li a i:before, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li span i:before, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li span i:before {
	color: #ccc;
	font-size: 15px !important;
	top: 7px !important
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu>li:hover>a, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu>li:hover>a, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu>li.active>a, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu>li.active>a {
	font-weight: 600;
	color: #000
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile {
	background: #fff
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile a:hover, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile a:hover {
	color: #7c7c7c
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a:hover, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a:hover, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>span, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>span {
	height: auto;
	line-height: normal;
	padding: 5px 10px 10px
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a .heading, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a .heading, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a:hover .heading, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a:hover .heading, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>span .heading, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>span .heading {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a .heading a, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a .heading a, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a:hover .heading a, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a:hover .heading a, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>span .heading a, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>span .heading a {
	text-transform: none
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a .img, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a .img, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a:hover .img, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a:hover .img, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>span .img, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>span .img {
	display: inline-block;
	float: left;
	width: 47px;
	height: 45px;
	line-height: 45px;
	background: #fdfdfd;
	margin: 0 10px 0 0;
	position: relative
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a .img:before, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a .img:before, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a:hover .img:before, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a:hover .img:before, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>span .img:before, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>span .img:before {
	text-align: center;
	width: 47px;
	height: 45px;
	line-height: 45px;
	content: "\e004";
	color: #ccc;
	font-family: "Glyphicons Regular";
	font-size: 24px;
	position: absolute;
	display: block
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a .clearfix, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a .clearfix, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>a:hover .clearfix, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>a:hover .clearfix, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu li.profile>span .clearfix, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu li.profile>span .clearfix {
	display: block
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .typeahead, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .typeahead {
	margin-top: 13px !important
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu.pull-right, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu.pull-right {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}
html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu>li>a:hover, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu>li>a:hover, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-menu>li>a:focus, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-menu>li>a:focus, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-submenu:hover>a, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-submenu:hover>a, html.top-full .navbar.main .topnav>li.dropdown.dd-1 .dropdown-submenu:focus>a, html.top-full .navbar.main .topnav>li.dropdown .dd-1 .dropdown-submenu:focus>a {
	background-image: none !important;
	filter: none !important
}
html.top-full .navbar.main .topnav>li.dropdown.dd-2 .dropdown-menu li a:not(.btn) {
	padding: 10px 10px 10px 50px
}
html.top-full .navbar.main .topnav>li.dropdown.dd-2 .dropdown-menu li a:not(.btn) i:before {
	right: auto;
	left: 10px;
	top: 10px !important;
	font-size: 30px !important;
	color: #f2f2f2
}
html.top-full .navbar.main .topnav>li.dropdown.dd-2 .dropdown-menu>li:not(.profile):hover {
	border-color: #f3f3f3
}
html.top-full .navbar.main .topnav>li.dropdown.dd-2 .dropdown-menu>li:not(.profile):hover>a {
	background: rgba(74,139,194,0.08);
	color: #939494;
	text-shadow: 0 1px 0 #fff;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}
html.top-full .navbar.main .topnav>li.dropdown.dd-2 .dropdown-menu>li:not(.profile):hover>a i:before {
	color: #4a8bc2;
	left: 10px;
	top: 10px
}
html.top-full .navbar.main .topnav>li.dropdown.dd-flags {
	line-height: normal
}
html.top-full .navbar.main .topnav>li.dropdown.dd-flags .dropdown-menu img {
	margin: -3px 4px 0 0
}
html.top-full .navbar.main .topnav>li.dropdown.dd-flags.active a, html.top-full .navbar.main .topnav>li.dropdown.dd-flags:hover a, html.top-full .navbar.main .topnav>li.dropdown.dd-flags.open a {
	height: 34px
}
html.top-full .navbar.main .topnav .dropdown>a .caret {
	border-top-color: #fff;
	vertical-align: middle;
	margin-top: 0;
	position: relative
}
html.top-full .navbar.main .topnav .dropdown-menu {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}
html.top-full .navbar.main .topnav:last-of-type {
	border-right: none
}
html.top-full .navbar.main .topnav:last-of-type li:last-child {
	border: none
}
.navbar.main {
	margin: 0;
	border: none;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}
.navbar.main .btn-navbar {
	padding: 0 10px;
	margin: 0;
	float: left;
	display: block;
	border: none;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}
.navbar.main .btn-navbar.ui-state-disabled {
	opacity: 1;
	filter: alpha(opacity=100)
}
.navbar.main .topnav {
	margin: 0;
	padding: 0;
	list-style: none
}
.submenu-show {
	display: block;
	margin-top: -35px !important;
	position: absolute
}
.submenu-show.pull-left {
	left: auto !important;
	right: 100% !important
}
.submenu-show.pull-right {
	right: auto !important;
	left: 100% !important
}
.submenu-hide {
	display: none !important;
	position: relative;
	top: auto;
	float: left
}
.topnav li.colors:hover {
	padding-top: 0 !important
}
.topnav li.colors ul {
	margin-top: 11px;
	list-style: none
}
.topnav li.colors ul>li {
	padding: 5px 2px;
	float: left
}
.topnav li.colors ul>li>a {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255,255,255,0.5)
}
.topnav li.colors ul>li.active>a {
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 0 1px #fff inset;
	-moz-box-shadow: 0 0 0 1px #fff inset;
	box-shadow: 0 0 0 1px #fff inset
}
.topnav li.colors ul>li.dropdown>a {
	background: none
}
.topnav li.colors ul>li.dropdown>a .color {
	width: 8px;
	height: 8px;
	display: inline-block;
	float: left
}
.topnav li.colors ul>li.dropdown>a .color.primary {
	background: #4a8bc2
}
.topnav li.colors ul>li.dropdown>a .color.info {
	background: #74a6d0
}
.topnav li.colors ul>li.dropdown>a .color.inverse {
	background: #45484d
}
.topnav li.colors ul>li.dropdown>a .color.success {
	background: #609450
}
.topnav li.colors ul>li.dropdown>a .color.danger {
	background: #bd362f
}
.topnav li.colors ul>li.dropdown .dropdown-menu {
	border-color: #dedede;
	margin: 1px 0 0;
	width: 160px;
	padding: 10px
}
.topnav li.colors ul>li.dropdown .dropdown-menu li {
	float: none;
	border: none;
	padding: 0
}
.topnav li.colors ul>li.dropdown .dropdown-menu li a {
	padding: 3px 3px 3px 5px;
	font-size: 13px;
	width: auto;
	height: auto;
	border: none
}
.topnav li.colors ul>li.dropdown .dropdown-menu li.active .color {
	border: 1px solid #fff;
	margin-bottom: 3px
}
.topnav li.colors ul>li.dropdown .dropdown-menu .color {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 2px;
	vertical-align: middle;
	width: 10px;
	height: 10px
}
.topnav li.colors ul>li.dropdown .dropdown-menu .color.primary {
	background: #4a8bc2
}
#footer {
	font-weight: 600;
	position: relative;
	overflow: hidden;
	z-index: 10000;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb
}
#footer a:not(.btn) {
	color: #7c7c7c
}
#footer .copy {
	background: #e5e5e5;
	text-align: center;
	padding: 0 10px;
	font-size: 12px;
	height: 40px;
	line-height: 40px
}
#footer .copy a {
	color: #7c7c7c;
	text-decoration: underline
}
@media (min-width:1200px) {
.navbar.main .topnav>li.search form input {
	width: 155px
}
}
@media (min-width:980px) and (max-width:1199px) {
body>.container-fluid.fixed {
	width: 98%;
	margin: 10px auto 10px
}
.hidden-desktop-1 {
	display: none !important
}
}
@media (max-width:979px) and (min-width:768px) {
.navbar.main .topnav>li.search {
	margin-left: 10px !important
}
.tablet-column-reset {
	float: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	clear: both !important
}
.container-960 {
	width: auto
}
#content>.container-960, #content [id*="landing"] .container-960 {
	margin: 0 10px
}
}
@media (max-width:979px) {
body>.container-fluid.fixed {
	width: auto;
	border: none;
	margin: 0
}
html.front.top-full .navbar.main ul.topnav:first-of-type {
	margin: 0
}
}
@media (max-width:767px) {
body {
	padding: 0
}
.container-960 {
	width: auto
}
.nav-tabs>li>a {
	font-size: 10pt
}
.nav-tabs>li>a, .nav-pills>li>a {
	padding-left: 5px;
	padding-right: 5px
}
.documentation .span3 .menu.affix {
	position: relative;
	top: 0;
	width: auto
}
.phone-margin.bottom {
	margin: 0 0 10px
}
.well {
	padding: 5px
}
.widget .widget-body {
	padding: 5px
}
.widget.margin-bottom-none {
	margin-bottom: 10px
}
.widget.widget-tabs .widget-head {
	height: auto;
	padding: 0
}
.widget.widget-tabs .widget-head ul {
	display: block;
	border-right: none;
	height: auto
}
.widget.widget-tabs .widget-head ul li {
	float: none;
	display: block;
	width: 100%
}
.widget.widget-tabs-icons-only .widget-head {
	height: auto
}
.widget-activity ul.list li>span.ellipsis {
	max-width: 60%
}
.widget-activity ul.list li.double>span.ellipsis {
	max-width: 75%
}
.widget-gallery .nav {
	display: none
}
.widget-gallery.widget-gallery-slide .gallery {
	width: auto
}
.widget-chat .media .pull-left, .widget-chat .media .pull-right {
	margin: 0
}
.widget-chat .media small.author {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	width: auto
}
.widget-chat .media small.date {
	border: none
}
.tabsbar, .tabsbar.tabsbar-2 {
	height: auto
}
.tabsbar ul, .tabsbar.tabsbar-2 ul {
	height: auto
}
.widget-activity ul.list {
	margin: 0
}
.widget.widget-tabs.widget-tabs-icons-only-2 .widget-head {
	height: 35px
}
.widget.widget-tabs.widget-tabs-icons-only-2 .widget-head ul li {
	float: left;
	width: auto
}
.media {
	text-align: center
}
.media .pull-left, .media .pull-right {
	border: none;
	padding-bottom: 0;
	margin: 0
}
.media img.pull-left, .media img.pull-right {
	display: inline-block
}
.media blockquote {
	padding: 0;
	text-align: center
}
.media blockquote.pull-right p, .media blockquote.pull-right small {
	text-align: center
}
.menu-right #menu {
	left: 0;
	right: auto
}
.menu-right.menu-hidden #content {
	margin: 0
}
.row-merge>[class*="span"]~[class*="span"] {
width:auto
}
.row-merge>[class*="span"]~[class*="span"]:after {
display:none
}
.row-merge.border-top, .row-merge~.row-merge {
	border-top: 1px solid #e5e5e5
}
body.login #login {
	padding: 50px 5px
}
#gritter-notice-wrapper {
	display: none !important
}
html.top-full .topnav .dropdown.submenu {
	height: auto
}
html.top-full .topnav .dropdown.submenu .submenu-show {
	border: none !important;
	display: block !important;
	position: relative;
	margin: 0 !important;
	top: auto !important;
	left: auto !important;
	right: auto !important
}
html.sidebar.sidebar-full body .menu-right #menu .slim-scroll>ul>li.open .dropdown-menu.submenu-show.pull-right, html.sidebar.sidebar-full body .menu-right #menu>ul>li.open .dropdown-menu.submenu-show.pull-right {
	border: none !important;
	display: block !important;
	position: relative;
	margin: 0 !important;
	top: auto !important;
	left: auto !important;
	right: auto !important
}
html.front.top-full .menu-hidden .navbar.main {
	height: 100px
}
html.front.top-full .menu-hidden .navbar.main .topnav>li:not(:first-of-type) {
	display: none
}
html.top-full.sidebar-full .menu-left .navbar.main {
	border-left: 1px solid #346c9b
}
html.top-full.sidebar-full .menu-right .navbar.main {
	border-right: 1px solid #346c9b
}
html.top-full .navbar.main {
	height: auto;
	border-bottom: none
}
html.top-full .navbar.main .btn-navbar {
	border-bottom: 1px solid #346c9b;
	border-right: 1px solid #346c9b;
	height: 50px
}
html.top-full .navbar.main .topnav {
	border-left: none;
	border-right: none;
	float: none !important
}
html.top-full .navbar.main .topnav>li {
	float: none;
	border-top: 1px solid #70a3cf;
	border-bottom: 1px solid #346c9b;
	height: 50px;
	line-height: 50px
}
html.top-full .navbar.main .topnav>li.active, html.top-full .navbar.main .topnav>li:hover, html.top-full .navbar.main .topnav>li.open {
	padding: 8px
}
html.top-full .navbar.main .topnav>li.search form {
	position: relative
}
html.top-full .navbar.main .topnav>li.search form input {
	width: 90%
}
html.top-full .navbar.main .topnav>li.search form button {
	position: absolute;
	right: 0;
	top: 0
}
html.top-full .navbar.main .topnav>li:first-child {
	border-top: none;
	margin-left: 43px
}
html.top-full .navbar.main .topnav>li .dropdown.submenu .dropdown-menu {
	position: relative;
	float: none;
	display: block !important;
	padding: 0;
	border: none;
	border-top: 1px solid #f3f3f3
}
.menu-hidden .navbar.main {
	height: 50px
}
#landing_1 [class*="span"], #landing_2 [class*="span"] {
	padding: 0 5px
}
#landing_1 .banner-1, #landing_2 .banner-1 {
	height: auto
}
#landing_1 .banner-1 .item, #landing_2 .banner-1 .item {
	height: auto
}
#landing_1 .banner-1 .item img, #landing_2 .banner-1 .item img {
	min-height: 0;
	height: auto
}
#landing_1 .banner-1 .carousel-caption, #landing_2 .banner-1 .carousel-caption {
	height: auto
}
#landing_1 .banner, #landing_2 .banner {
	height: auto
}
#landing_1 .banner .banner-wrapper, #landing_2 .banner .banner-wrapper {
	height: auto
}
#landing_1 .banner .banner-wrapper.banner-1 h3, #landing_2 .banner .banner-wrapper.banner-1 h3, #landing_1 .banner .banner-wrapper.banner-1 p, #landing_2 .banner .banner-wrapper.banner-1 p, #landing_1 .banner .banner-wrapper.banner-1 .btn, #landing_2 .banner .banner-wrapper.banner-1 .btn, #landing_1 .banner .banner-wrapper.banner-1 .btn.btn-primary, #landing_2 .banner .banner-wrapper.banner-1 .btn.btn-primary, #landing_1 .banner .banner-wrapper.banner-1 .btn.btn-danger, #landing_2 .banner .banner-wrapper.banner-1 .btn.btn-danger {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	margin: 0
}
#landing_1 .banner .banner-wrapper.banner-1 .btn, #landing_2 .banner .banner-wrapper.banner-1 .btn {
	display: block;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}
#landing_1 .banner .banner-wrapper.banner-1 p, #landing_2 .banner .banner-wrapper.banner-1 p {
	margin: 0 0 5px;
	text-align: center;
	width: auto
}
#landing_1 .banner .banner-wrapper.banner-1 h3, #landing_2 .banner .banner-wrapper.banner-1 h3 {
	font-size: 12pt;
	line-height: 46px;
	text-align: center;
	margin: 0
}
.social-large {
	height: auto
}
.social-large a {
	float: none;
	display: block;
	border: none;
	border-bottom: 1px solid #e5e5e5
}
.social-large a:last-child {
	border: none
}
#content .heading-mosaic {
	height: auto !important;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: normal !important
}
}
@media (max-width:480px) {
h1, h2, h3 {
	line-height: 30px;
	font-size: 18pt
}
h3.glyphicons i:before, h2.glyphicons i:before {
	font-size: 24px;
	top: 3px;
	left: 5px
}
.heading-buttons .buttons {
	margin-top: 10px;
	float: none;
	padding: 0 10px;
	text-align: center
}
.heading-buttons .buttons .btn {
	margin: 0;
	float: none
}
.separator {
	padding: 5px 0;
	margin: 0
}
.table-condensed th, .table-condensed td {
	padding: 4px 5px
}
p.glyphicons {
	padding: 5px 0 10px 55px
}
p.glyphicons i:before {
	color: #d67170;
	font-size: 35pt;
	top: 0
}
p.glyphicons.right {
	padding: 0 55px 0 0
}
}
@media (max-width:320px) {
.nav-tabs>li, .nav-tabs>li>a, .nav-tabs>li>a:hover {
	display: block;
	float: none;
	margin: 0 0 -1px;
	border-color: #4a8bc2
}
.nav-tabs>li:hover {
	border-color: #4a8bc2
}
.nav-tabs>li, .nav-tabs>li>a {
	border-color: #e0d5c6;
	background: #f5eadb;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}
}
.floatLeft { float:left;}

/*step css*/
.fourSteps { width:70%; margin:0 auto;}
.fourSteps ul {   
    padding: 0;	
	margin:0;
}
.fourSteps li {   
    float: left;    
    list-style: outside none none;
    margin:10px 5px 0px 5px;
}
.fourSteps li a {
    background-color: #404040;
    border-radius: 6px;
    float: left; 
    padding: 10px;
    text-align: center;    
	color:#fff;
	font-size:18px;
	width:150px;
}
.fourSteps li a.current {
    background-color: #1e7a2f;
    border-radius: 6px;
    float: left; 
    padding: 10px;
    text-align: center;    
	color:#fff;
	font-size:18px;
	width:150px;
}
.stepBg {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
   /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/
    height: 370px;
    margin: 20px auto;
    overflow: hidden;
    padding: 20px;
    position: relative;
}
.btnNew01 a {
    background-color: #1e7a2f;
    border-color: #0c5c1b;
    border-radius: 3px;
    color: #fff;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding:5px 10px;
    text-transform: uppercase;
	margin-top:20px;
}
.btnNew a {
	background-color: #fed136;
    border-color: #0c5c1b;
    border-radius: 3px;
    color: #fff;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding:5px 10px;
    text-transform: uppercase;
	margin-top:20px;
}
.paddingNone { padding:0px;}
.paddingBottom30 { padding-bottom:30px;}
.bdr {border: 1px solid #ccc;
    padding: 5px;}
#productSales, #productUpsell {
    margin-top: 70px;
    padding: 18px;
}	

/*New css add Shailendra*/

.topbar {color:#fff; padding:10px 0; border-bottom:1px solid #e7e7e7;}
.topbarLeftSide{ color:#848484; font-size:13px; font-weight:normal; font-family: 'Open Sans'; padding-left:5px;}
.whiteText { color:#848484;}
.searchBox {
    background-color: #fff;
    border: 1px solid #ccc;
    /*height: 23px;
    width: 174px;*/
}
.searchBox input {
    border: 0 none;
    color: #404040;
    float: left;
}
.linkSignIn { float:right;}
.linkSignIn a{ color:#393939; font-size:12px; text-decoration:none; padding:0 5px;}
.linkSignIn a:hover{ color:#95c837; padding:0 5px;}
.paddingNone { padding:0 !important;}
.floatRight { float:right;}
.floatLeft { float:left;}
.whtBg {background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px; 
	height: 760px;}
.marginRight1 { margin-right:1%;margin-bottom: 2%;}
.product {/* padding:20px 8px 0;*/}
.proBox {border: 1px solid #ccc;
    border-radius: 6px;
    margin:0 1.2% 2% 0;
    padding: 10px;
	background-color:#fff;
}
.redBtn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #1ea3eb;
	border-radius: 3px;
	background-color:#57bcf3;
	color:#fff;
}
.redBtnSubmit {
    background-color: #57bcf3;
    border: 1px solid #1ea3eb;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-left: 38px;
    padding: 3px 12px;
    text-align: center;
}
.marginRight { margin-right:0 !important;}
.fontSize12 { font-size:12px!important;}
.fontSize14 { font-size:14px;}
.fontSize15 { font-size:15px;}
.greyText { color:#afafaf;}
.greyLight{background-color:#eee;}
.textBlack p { color:#393939;}

@media (min-width:400px) {
.whtBg { height:395px;}

}
@media (min-width:320px) and (max-width:480px) {
section h2.section-heading {font-size:15px;}
.navbar-brand > img {padding-bottom: 7px;
    padding-top: 6px;
}
.h4, h4 {
    font-size: 14px;
}
}
.img-responsive { width:100%;}
.dropdown-toggle {
   /* padding-right: 5px;
    position: absolute;
    right: 0;
    top: 13px;*/
	 position: absolute;
    right: 7px;
    top: 6px;
}
/*pay half css*/
.signInButton { background-color:#ebebeb; border:1px solid #dbdbdb; border-radius:4px; font-size:13px; color:#393939; padding:4px 6px; float:right;}
.subheading { padding:30px 0 20px 0;}
.fontSize18 { font-size:15px; font-family: 'Roboto Condensed'; padding-top:4px;}
.fontSize15 { font-size:15px; font-family: 'Roboto Condensed';}
.fontSize19 { font-size:18px; font-family: 'Roboto Condensed';}
.fontSize17 { font-size:17px; font-family: 'Roboto Condensed';}
.orangeColor { color:#ff7417 !important;}
.blackColor { color:#202020;}
.paddingBottom10 { padding-bottom:10px;}
.marginTop10 { margin-top:10px;}
.textTransform { text-transform:uppercase;}
.listUl { padding:0 0 0 20px; margin:0px;}
.listUl li { padding:0 0 10px; margin:0px; list-style:none; font-size:13px;}
.listUl li a{  margin:0px; color:#0297ff; padding:0px 0 0 10px; background:url(../images/arrow.png) no-repeat 0 center; text-decoration:underline; }


/*tabs css*/

.tabsbar {
	/*height: 62px;*/
	border: 1px solid #dbdbdb;
	position: relative;
	overflow: hidden;
	margin: 0 0 0px;
	background: #dddddd;
}
.tabsbar ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	/*height: 60px*/
}
.tabsbar ul li {
	float: left;
	display: block;
	/*height: 60px;*/
	border-right: 1px solid #cccccc;
	background: #dddddd;
	padding: 0px
}
.tabsbar ul li.glyphicons a i {
	display: inline-block;
	float: left;
	width: 39px;
	height: 54px
}
.tabsbar ul li.glyphicons a i:before {
	color: #7c7c7c;
	position: relative;
	top: auto;
	left: auto;
	line-height: 54px;
	text-align: center
}
.tabsbar ul li a {
	display: block;
	/*height: 54px;*/
	line-height: 37px;
	background: #dddddd;
	padding:10px 33px 6px 34px;
	color: #7c7c7c;
	text-decoration: none;
	text-align:center;
	
}
.tabsbar ul li a span { font-family:"Roboto Condensed",sans-serif; font-size:14px;text-transform: uppercase;}
.tabsbar ul li a.fa i {
	display: inline-block;
	float: left;
	/*width: 39px;
	height: 54px;*/	
}
/*.tabsbar ul li a span {
    background-color: #ff8036;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    height: 30px;
    text-transform: uppercase;
    width: 30px;
	text-align:center;
}*/
.tabsbar.tabsbar-2 ul li a span {
    background-color: #ff8036;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    height: 30px;
    text-transform: uppercase;
    width: 30px;
	text-align:center;
}
.tabsbar.tabsbar-2 ul li.active a span {
    background-color: #505050;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    height: 30px;
    text-transform: uppercase;
    width: 30px;
	text-align:center;
}
.tabsbar.tabsbar-2 ul li.active a { color:#505050;}
.tabsbar ul li a.fa i:before {
	color: #7c7c7c;
	position: relative;
	top: auto;
	left: auto;
	line-height: 54px;
	text-align: center;
	
}
.tabsbar ul li.active a {
	background: #025309;
	color: #fff;
	/*padding:3px 15px;*/
}
.tabsbar ul li.active a i:before {
	color: #fff
}
.tabsbar.tabsbar-2 {
	/*height: 39px*/
	background-color: transparent;
    border: medium none;
	margin-bottom: 20px;
}
.tabsbar.tabsbar-2 ul {
	/*height: 39px*/
}
.tabsbar.tabsbar-2 ul li {
	/*height: 39px;*/
	padding: 0;
	background: none;
	border: none
}
.tabsbar.tabsbar-2 ul li.glyphicons a i {
	height: 39px;
	width: 33px;
	top: 0
}
.tabsbar.tabsbar-2 ul li.glyphicons a i:before {
	line-height: 39px;
	font-size: 20px
}
.tabsbar.tabsbar-2 ul li a {
	/*height: 39px;
	line-height: 39px;*/
	background: none;
	color:#ff8036;
	 padding: 10px 33px 6px 0;
    text-align: left;
}
/*.tabsbar.tabsbar-2 ul li a i {
	vertical-align: middle;
	position: relative;
	top: -2px;
	font-size: 20px
}*/
.tabsbar.tabsbar-2 ul li a i {
    background-color: #ffcc00;
    border-radius: 56%;
    font-size: 13px;
    padding: 22px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.tabsbar.tabsbar-2 ul li a.glyphicons i {
	height: 39px;
	width: 33px;
	top: 0
}
.tabsbar.tabsbar-2 ul li a.glyphicons i:before {
	line-height: 39px;
	font-size: 20px
}
.tabsbar.tabsbar-2 ul li.active {
	/*background: #4a8bc2*/
}
.tabsbar.tabsbar-2 ul li.active a {
	color: #393939;
	font-weight: 600
}
.tabsbar.tabsbar-2 ul li.active a i:before {
	/*color: #fff*/
	background-color: #474747;
    border-radius:100%;
    color: #505050;
    padding: 5px;
    text-align: center;
    width: 30px;
	height:30px
	
}
.tabsbar.tabsbar-2 ul li:not(.active):hover a {
	/*color: #505050;*/
}
.tabsbar.tabsbar-2 ul li:not(.active):hover a i:before {
	color: #4a8bc2
}
.tabsbar.tabsbar-2.active-fill ul li.active a {
	background: #4a8bc2;
	color: #fff
}
.tabsbar.tabsbar-2.active-fill ul li.active a i:before {
	color: #fff
}
.fontSize24 { font-size:24px !important;}
.lightBg { background-color:#eeeeee; padding:15px;} 
.lightBg h3{ font-size:18px; text-align:left; text-transform:none; padding:0 !important; margin:0px;}
.lightBg p{  color:#393939;}
.contactList{
}
.contactList ul { padding:0 0 0 10px;}
.contactList li {padding:0px; margin:0px; list-style:none;}
.contactList li a{padding:0px; margin:0px; line-height:25px; text-decoration:underline; color:#fff;}
.whitColor { color:#fff !important;}
.listFooterMenu a { color:#b0b0b0;}

.lightGreyServices { background-color:#eeeeee; padding:15px;}

.textTransformNone { text-transform:none;}
.stepTbl { margin:20px 0 20px 0;}
.stepTbl th{ background-color: #ebebeb;
    color: #232323 !important;
    font-size: 15px;
    padding: 10px !important;font-family: "Roboto Condensed",sans-serif;font-weight: normal;
	
	} 
.stepTbl td{ background-color:#f9f9f9;font-family: "Roboto Condensed",sans-serif;font-size: 14px;padding: 10px !important;} 
.tab-pane p { font-size:14px; color:#505050;}

.headingStep { border:1px solid #ccc; background-color:#eee;}
.headingStep h4 { padding:10px; font-size:18px; margin:0px;}
.stepFieald { background-color:#f9f9f9; padding:10px;border:1px solid #ccc;}
.redColor { color:#ff0000; font-size:16px;}
.fontSize13 { font-size:13px;}
.form-control.disabled {background-color: #dcdcdc;}
.paddingBottom15 { padding-bottom:24px;}

.bdrLeft { border-left:1px solid #ccc;}
.marginBottom20px { margin-bottom:20px;}
.marginBottom10 { margin-bottom:10px;}
.greenBtn { border-radius:4px; background-color:#1fbb00; color:#fff; font-size:14px; padding:10px; display: inline-block;} 

.textAreaBox {font-size: 12px;height: 140px; padding: 10px; width: 99%;}
.greyBgTr td{ background-color:#ebebeb;}

/*step css*/
.stepList {overflow: hidden; position: relative;margin-bottom: 20px;}
.stepList ul {list-style: outside none none; margin: 0; padding: 0;}
.stepList li { padding:0px; margin:0px;}
.stepList ul li a {   
    color: #ff8036;
    padding: 10px 33px 6px 0;
    text-align: left;
}
.stepList ul li a span {
    background-color: #ff8036;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 30px;
	padding-top: 4px;
}
.stepList ul li.active a {
    color: #393939;
    font-weight: 600;
}
.stepList ul li.active a span {
    background-color: #505050;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 30px;
	padding-top: 4px;
}
