
/**
 * Minimal base styles.
 */

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.iem7 input[type="checkbox"] { vertical-align: baseline; }
input[type="submit"]:disabled, input[type="button"]:disabled{opacity:.5; cursor:auto;}
input, select { vertical-align: middle; }
textarea { overflow:auto; }

/* Hand cursor on clickable input elements */
input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height:1.2em; }

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* blockquote , q and hr  */
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/* Images and Default Classes  */
img { max-width:100%; vertical-align:bottom; }
img.alignleft{ float:left; margin:0 10px 10px 0; display: inline;}
img.alignright{ float:right; margin:0 0px 10px 10px; display: inline;}
img.aligncenter{ display:block; margin-left:auto; margin-right:auto; margin-bottom:10px;}



 
/*---- Floats ----*/
.flR { float: right; }
.flL { float: left; }

/*---- Horizontal Alignment ----*/
.alR { text-align: right; }
.alC { text-align: center; }

/*---- Hide ----*/
.hide { display: none; }


/*----- Grids -----*/
.container{max-width:1170px; margin:0 auto;}

.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:56.33333333%}.col-md-6{width:50%}.col-md-5{width:43.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}
.row:before,.row:after {content:" "; display:table;}
.row:after {clear: both;}
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css');

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 bootstrap-icons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\00f000";
}
.fa-music:before {
    content: "\00f001";
}
.fa-search:before {
    content: "\00f52a";
}
.fa-envelope-o:before {
    content: "\00f32f";
}
.fa-heart:before {
    content: "\00f004";
}
.fa-star:before {
    content: "\00f586";
}
.fa-star-o:before {
    content: "\00f588";
}
.fa-user:before {
    content: "\00f4e1";
}
.fa-film:before {
    content: "\00f008";
}
.fa-th-large:before {
    content: "\00f009";
}
.fa-th:before {
    content: "\00f00a";
}
.fa-th-list:before {
    content: "\00f00b";
}
.fa-check:before {
    content: "\00f26b";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\00f62a";
}
.fa-search-plus:before {
    content: "\00f00e";
}
.fa-search-minus:before {
    content: "\00f010";
}
.fa-power-off:before {
    content: "\00f70b";
}
.fa-signal:before {
    content: "\00f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\00f013";
}
.fa-trash-o:before {
    content: "\00f014";
}
.fa-home:before {
    content: "\00f424";
}
.fa-file-o:before {
    content: "\00f016";
}
.fa-clock-o:before {
    content: "\00f293";
}
.fa-road:before {
    content: "\00f018";
}
.fa-download:before {
    content: "\00f019";
}
.fa-arrow-circle-o-down:before {
    content: "\00f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\00f01b";
}
.fa-inbox:before {
    content: "\00f01c";
}
.fa-play-circle-o:before {
    content: "\00f4d2";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\00f01e";
}
.fa-refresh:before {
    content: "\00f021";
}
.fa-list-alt:before {
    content: "\00f022";
}
.fa-lock:before {
    content: "\00f47e";
}
.fa-flag:before {
    content: "\00f024";
}
.fa-headphones:before {
    content: "\00f025";
}
.fa-volume-off:before {
    content: "\00f026";
}
.fa-volume-down:before {
    content: "\00f027";
}
.fa-volume-up:before {
    content: "\00f028";
}
.fa-qrcode:before {
    content: "\00f029";
}
.fa-barcode:before {
    content: "\00f02a";
}
.fa-tag:before {
    content: "\00f02b";
}
.fa-tags:before {
    content: "\00f02c";
}
.fa-book:before {
    content: "\00f02d";
}
.fa-bookmark:before {
    content: "\00f02e";
}
.fa-print:before {
    content: "\00f500";
}
.fa-camera:before {
    content: "\00f030";
}
.fa-font:before {
    content: "\00f679";
}
.fa-bold:before {
    content: "\00f032";
}
.fa-italic:before {
    content: "\00f033";
}
.fa-text-height:before {
    content: "\00f034";
}
.fa-text-width:before {
    content: "\00f035";
}
.fa-align-left:before {
    content: "\00f036";
}
.fa-align-center:before {
    content: "\00f037";
}
.fa-align-right:before {
    content: "\00f038";
}
.fa-align-justify:before {
    content: "\00f039";
}
.fa-list:before {
    content: "\00f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\00f03b";
}
.fa-indent:before {
    content: "\00f03c";
}
.fa-video-camera:before {
    content: "\00f4e2";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\00f443";
}
.fa-pencil:before {
    content: "\00f4cb";
}
.fa-map-marker:before {
    content: "\00f041";
}
.fa-adjust:before {
    content: "\00f042";
}
.fa-tint:before {
    content: "\00f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\00f044";
}
.fa-share-square-o:before {
    content: "\00f045";
}
.fa-check-square-o:before {
    content: "\00f046";
}
.fa-arrows:before {
    content: "\00f047";
}
.fa-step-backward:before {
    content: "\00f048";
}
.fa-fast-backward:before {
    content: "\00f049";
}
.fa-backward:before {
    content: "\00f04a";
}
.fa-play:before {
    content: "\00f04b";
}
.fa-pause:before {
    content: "\00f04c";
}
.fa-stop:before {
    content: "\00f04d";
}
.fa-forward:before {
    content: "\00f04e";
}
.fa-fast-forward:before {
    content: "\00f050";
}
.fa-step-forward:before {
    content: "\00f051";
}
.fa-eject:before {
    content: "\00f052";
}
.fa-chevron-left:before {
    content: "\00f284";
}
.fa-chevron-right:before {
    content: "\00f285";
}
.fa-plus-circle:before {
    content: "\00f055";
}
.fa-minus-circle:before {
    content: "\00f056";
}
.fa-times-circle:before {
    content: "\00f057";
}
.fa-check-circle:before {
    content: "\00f058";
}
.fa-question-circle:before {
    content: "\00f059";
}
.fa-info-circle:before {
    content: "\00f05a";
}
.fa-crosshairs:before {
    content: "\00f05b";
}
.fa-times-circle-o:before {
    content: "\00f05c";
}
.fa-check-circle-o:before {
    content: "\00f05d";
}
.fa-ban:before {
    content: "\00f05e";
}
.fa-arrow-left:before {
    content: "\00f12f";
}
.fa-arrow-right:before {
    content: "\00f138";
}
.fa-arrow-up:before {
    content: "\00f062";
}
.fa-arrow-down:before {
    content: "\00f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\00f064";
}
.fa-expand:before {
    content: "\00f065";
}
.fa-compress:before {
    content: "\00f066";
}
.fa-plus:before {
    content: "\00f4fe";
}
.fa-minus:before {
    content: "\00f4e6";
}
.fa-asterisk:before {
    content: "\00f069";
}
.fa-exclamation-circle:before {
    content: "\00f333";
}
.fa-gift:before {
    content: "\00f06b";
}
.fa-leaf:before {
    content: "\00f06c";
}
.fa-fire:before {
    content: "\00f06d";
}
.fa-eye:before {
    content: "\00f06e";
}
.fa-eye-slash:before {
    content: "\00f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\00f071";
}
.fa-plane:before {
    content: "\00f072";
}
.fa-calendar:before {
    content: "\00f203";
}
.fa-random:before {
    content: "\00f074";
}
.fa-comment:before {
    content: "\00f075";
}
.fa-magnet:before {
    content: "\00f076";
}
.fa-chevron-up:before {
    content: "\00f286";
}
.fa-chevron-down:before {
    content: "\00f287";
}
.fa-retweet:before {
    content: "\00f079";
}
.fa-shopping-cart:before {
    content: "\00f07a";
}
.fa-folder:before {
    content: "\00f07b";
}
.fa-folder-open:before {
    content: "\00f07c";
}
.fa-arrows-v:before {
    content: "\00f07d";
}
.fa-arrows-h:before {
    content: "\00f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\00f4e8";
}
.fa-twitter-square:before {
    content: "\00f8db";
}
.fa-facebook-square:before {
    content: "\00f344";
}
.fa-camera-retro:before {
    content: "\00f083";
}
.fa-key:before {
    content: "\00f44f";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\00f085";
}
.fa-comments:before {
    content: "\00f086";
}
.fa-thumbs-o-up:before {
    content: "\00f087";
}
.fa-thumbs-o-down:before {
    content: "\00f088";
}
.fa-star-half:before {
    content: "\00f089";
}
.fa-heart-o:before {
    content: "\00f08a";
}
.fa-sign-out:before {
    content: "\00f08b";
}
.fa-linkedin-square:before {
    content: "\00f472";
}
.fa-thumb-tack:before {
    content: "\00f08d";
}
.fa-external-link:before {
    content: "\00f08e";
}
.fa-sign-in:before {
    content: "\00f090";
}
.fa-trophy:before {
    content: "\00f091";
}
.fa-github-square:before {
    content: "\00f092";
}
.fa-upload:before {
    content: "\00f093";
}
.fa-lemon-o:before {
    content: "\00f094";
}
.fa-phone:before {
    content: "\00f095";
}
.fa-square-o:before {
    content: "\00f096";
}
.fa-bookmark-o:before {
    content: "\00f097";
}
.fa-phone-square:before {
    content: "\00f098";
}
.fa-twitter:before {
    content: "\00f8db";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\00f344";
}
.fa-github:before {
    content: "\00f09b";
}
.fa-unlock:before {
    content: "\00f09c";
}
.fa-credit-card:before {
    content: "\00f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\00f09e";
}
.fa-hdd-o:before {
    content: "\00f0a0";
}
.fa-bullhorn:before {
    content: "\00f0a1";
}
.fa-bell:before {
    content: "\00f0f3";
}
.fa-certificate:before {
    content: "\00f0a3";
}
.fa-hand-o-right:before {
    content: "\00f0a4";
}
.fa-hand-o-left:before {
    content: "\00f0a5";
}
.fa-hand-o-up:before {
    content: "\00f0a6";
}
.fa-hand-o-down:before {
    content: "\00f0a7";
}
.fa-arrow-circle-left:before {
    content: "\00f0a8";
}
.fa-arrow-circle-right:before {
    content: "\00f0a9";
}
.fa-arrow-circle-up:before {
    content: "\00f0aa";
}
.fa-arrow-circle-down:before {
    content: "\00f0ab";
}
.fa-globe:before {
    content: "\00f0ac";
}
.fa-wrench:before {
    content: "\00f0ad";
}
.fa-tasks:before {
    content: "\00f0ae";
}
.fa-filter:before {
    content: "\00f0b0";
}
.fa-briefcase:before {
    content: "\00f0b1";
}
.fa-arrows-alt:before {
    content: "\00f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\00f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\00f299";
}
.fa-cloud:before {
    content: "\00f0c2";
}
.fa-flask:before {
    content: "\00f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\00f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f759";
}
.fa-paperclip:before {
    content: "\00f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\00f0c7";
}
.fa-square:before {
    content: "\00f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\00f479";
}
.fa-list-ul:before {
    content: "\00f0ca";
}
.fa-list-ol:before {
    content: "\00f0cb";
}
.fa-strikethrough:before {
    content: "\00f0cc";
}
.fa-underline:before {
    content: "\00f0cd";
}
.fa-table:before {
    content: "\00f0ce";
}
.fa-magic:before {
    content: "\00f0d0";
}
.fa-truck:before {
    content: "\00f0d1";
}
.fa-pinterest:before {
    content: "\00f0d2";
}
.fa-pinterest-square:before {
    content: "\00f0d3";
}
.fa-google-plus-square:before {
    content: "\00f0d4";
}
.fa-google-plus:before {
    content: "\00f0d5";
}
.fa-money:before {
    content: "\00f0d6";
}
.fa-caret-down:before {
    content: "\00f0d7";
}
.fa-caret-up:before {
    content: "\00f0d8";
}
.fa-caret-left:before {
    content: "\00f0d9";
}
.fa-caret-right:before {
    content: "\00f0da";
}
.fa-columns:before {
    content: "\00f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\00f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\00f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\00f0de";
}
.fa-envelope:before {
    content: "\00f32f";
}
.fa-linkedin:before {
    content: "\00f472";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\00f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\00f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\00f0e4";
}
.fa-comment-o:before {
    content: "\00f0e5";
}
.fa-comments-o:before {
    content: "\00f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\00f0e7";
}
.fa-sitemap:before {
    content: "\00f0e8";
}
.fa-umbrella:before {
    content: "\00f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\00f0ea";
}
.fa-lightbulb-o:before {
    content: "\00f0eb";
}
.fa-exchange:before {
    content: "\00f0ec";
}
.fa-cloud-download:before {
    content: "\00f0ed";
}
.fa-cloud-upload:before {
    content: "\00f0ee";
}
.fa-user-md:before {
    content: "\00f0f0";
}
.fa-stethoscope:before {
    content: "\00f0f1";
}
.fa-suitcase:before {
    content: "\00f0f2";
}
.fa-bell-o:before {
    content: "\00f0a2";
}
.fa-coffee:before {
    content: "\00f0f4";
}
.fa-cutlery:before {
    content: "\00f0f5";
}
.fa-file-text-o:before {
    content: "\00f0f6";
}
.fa-building-o:before {
    content: "\00f0f7";
}
.fa-hospital-o:before {
    content: "\00f0f8";
}
.fa-ambulance:before {
    content: "\00f0f9";
}
.fa-medkit:before {
    content: "\00f0fa";
}
.fa-fighter-jet:before {
    content: "\00f0fb";
}
.fa-beer:before {
    content: "\00f0fc";
}
.fa-h-square:before {
    content: "\00f0fd";
}
.fa-plus-square:before {
    content: "\00f0fe";
}
.fa-angle-double-left:before {
    content: "\00f100";
}
.fa-angle-double-right:before {
    content: "\00f101";
}
.fa-angle-double-up:before {
    content: "\00f102";
}
.fa-angle-double-down:before {
    content: "\00f103";
}
.fa-angle-left:before {
    content: "\00f284";
}
.fa-angle-right:before {
    content: "\00f285";
}
.fa-angle-up:before {
    content: "\00f286";
}
.fa-angle-down:before {
    content: "\00f287";
}
.fa-desktop:before {
    content: "\00f108";
}
.fa-laptop:before {
    content: "\00f109";
}
.fa-tablet:before {
    content: "\00f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\00f10b";
}
.fa-circle-o:before {
    content: "\00f10c";
}
.fa-quote-left:before {
    content: "\00f4d4";
}
.fa-quote-right:before {
    content: "\00f10e";
}
.fa-spinner:before {
    content: "\00f110";
}
.fa-circle:before {
    content: "\00f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\00f112";
}
.fa-github-alt:before {
    content: "\00f113";
}
.fa-folder-o:before {
    content: "\00f114";
}
.fa-folder-open-o:before {
    content: "\00f115";
}
.fa-smile-o:before {
    content: "\00f118";
}
.fa-frown-o:before {
    content: "\00f119";
}
.fa-meh-o:before {
    content: "\00f11a";
}
.fa-gamepad:before {
    content: "\00f11b";
}
.fa-keyboard-o:before {
    content: "\00f11c";
}
.fa-flag-o:before {
    content: "\00f11d";
}
.fa-flag-checkered:before {
    content: "\00f11e";
}
.fa-terminal:before {
    content: "\00f120";
}
.fa-code:before {
    content: "\00f5f2";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\00f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\00f123";
}
.fa-location-arrow:before {
    content: "\00f124";
}
.fa-crop:before {
    content: "\00f125";
}
.fa-code-fork:before {
    content: "\00f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\00f127";
}
.fa-question:before {
    content: "\00f128";
}
.fa-info:before {
    content: "\00f129";
}
.fa-exclamation:before {
    content: "\00f12a";
}
.fa-superscript:before {
    content: "\00f12b";
}
.fa-subscript:before {
    content: "\00f12c";
}
.fa-eraser:before {
    content: "\00f12d";
}
.fa-puzzle-piece:before {
    content: "\00f12e";
}
.fa-microphone:before {
    content: "\00f130";
}
.fa-microphone-slash:before {
    content: "\00f131";
}
.fa-shield:before {
    content: "\00f132";
}
.fa-calendar-o:before {
    content: "\00f133";
}
.fa-fire-extinguisher:before {
    content: "\00f134";
}
.fa-rocket:before {
    content: "\00f135";
}
.fa-maxcdn:before {
    content: "\00f136";
}
.fa-chevron-circle-left:before {
    content: "\00f137";
}
.fa-chevron-circle-right:before {
    content: "\00f138";
}
.fa-chevron-circle-up:before {
    content: "\00f139";
}
.fa-chevron-circle-down:before {
    content: "\00f13a";
}
.fa-html5:before {
    content: "\00f13b";
}
.fa-css3:before {
    content: "\00f13c";
}
.fa-anchor:before {
    content: "\00f13d";
}
.fa-unlock-alt:before {
    content: "\00f13e";
}
.fa-bullseye:before {
    content: "\00f140";
}
.fa-ellipsis-h:before {
    content: "\00f141";
}
.fa-ellipsis-v:before {
    content: "\00f142";
}
.fa-rss-square:before {
    content: "\00f143";
}
.fa-play-circle:before {
    content: "\00f144";
}
.fa-ticket:before {
    content: "\00f145";
}
.fa-minus-square:before {
    content: "\00f146";
}
.fa-minus-square-o:before {
    content: "\00f147";
}
.fa-level-up:before {
    content: "\00f148";
}
.fa-level-down:before {
    content: "\00f149";
}
.fa-check-square:before {
    content: "\00f14a";
}
.fa-pencil-square:before {
    content: "\00f14b";
}
.fa-external-link-square:before {
    content: "\00f14c";
}
.fa-share-square:before {
    content: "\00f14d";
}
.fa-compass:before {
    content: "\00f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\00f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\00f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\00f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\00f153";
}
.fa-gbp:before {
    content: "\00f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\00f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\00f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\00f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\00f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\00f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\00f15a";
}
.fa-file:before {
    content: "\00f15b";
}
.fa-file-text:before {
    content: "\00f15c";
}
.fa-sort-alpha-asc:before {
    content: "\00f15d";
}
.fa-sort-alpha-desc:before {
    content: "\00f15e";
}
.fa-sort-amount-asc:before {
    content: "\00f160";
}
.fa-sort-amount-desc:before {
    content: "\00f161";
}
.fa-sort-numeric-asc:before {
    content: "\00f162";
}
.fa-sort-numeric-desc:before {
    content: "\00f163";
}
.fa-thumbs-up:before {
    content: "\00f164";
}
.fa-thumbs-down:before {
    content: "\00f165";
}
.fa-youtube-square:before {
    content: "\00f166";
}
.fa-youtube:before {
    content: "\00f62b";
}
.fa-xing:before {
    content: "\00f168";
}
.fa-xing-square:before {
    content: "\00f169";
}
.fa-youtube-play:before {
    content: "\00f16a";
}
.fa-dropbox:before {
    content: "\00f16b";
}
.fa-stack-overflow:before {
    content: "\00f16c";
}
.fa-instagram:before {
    content: "\00f437";
}
.fa-flickr:before {
    content: "\00f16e";
}
.fa-adn:before {
    content: "\00f170";
}
.fa-bitbucket:before {
    content: "\00f171";
}
.fa-bitbucket-square:before {
    content: "\00f172";
}
.fa-tumblr:before {
    content: "\00f173";
}
.fa-tumblr-square:before {
    content: "\00f174";
}
.fa-long-arrow-down:before {
    content: "\00f175";
}
.fa-long-arrow-up:before {
    content: "\00f176";
}
.fa-long-arrow-left:before {
    content: "\00f177";
}
.fa-long-arrow-right:before {
    content: "\00f178";
}
.fa-apple:before {
    content: "\00f179";
}
.fa-windows:before {
    content: "\00f17a";
}
.fa-android:before {
    content: "\00f17b";
}
.fa-linux:before {
    content: "\00f17c";
}
.fa-dribbble:before {
    content: "\00f17d";
}
.fa-skype:before {
    content: "\00f17e";
}
.fa-foursquare:before {
    content: "\00f180";
}
.fa-trello:before {
    content: "\00f181";
}
.fa-female:before {
    content: "\00f182";
}
.fa-male:before {
    content: "\00f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\00f184";
}
.fa-sun-o:before {
    content: "\00f185";
}
.fa-moon-o:before {
    content: "\00f186";
}
.fa-archive:before {
    content: "\00f187";
}
.fa-bug:before {
    content: "\00f188";
}
.fa-vk:before {
    content: "\00f189";
}
.fa-weibo:before {
    content: "\00f18a";
}
.fa-renren:before {
    content: "\00f18b";
}
.fa-pagelines:before {
    content: "\00f18c";
}
.fa-stack-exchange:before {
    content: "\00f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\00f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\00f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\00f191";
}
.fa-dot-circle-o:before {
    content: "\00f192";
}
.fa-wheelchair:before {
    content: "\00f193";
}
.fa-vimeo-square:before {
    content: "\00f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\00f195";
}
.fa-plus-square-o:before {
    content: "\00f196";
}
.fa-space-shuttle:before {
    content: "\00f197";
}
.fa-slack:before {
    content: "\00f198";
}
.fa-envelope-square:before {
    content: "\00f199";
}
.fa-wordpress:before {
    content: "\00f19a";
}
.fa-openid:before {
    content: "\00f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\00f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\00f19d";
}
.fa-yahoo:before {
    content: "\00f19e";
}
.fa-google:before {
    content: "\00f1a0";
}
.fa-reddit:before {
    content: "\00f1a1";
}
.fa-reddit-square:before {
    content: "\00f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\00f1a3";
}
.fa-stumbleupon:before {
    content: "\00f1a4";
}
.fa-delicious:before {
    content: "\00f1a5";
}
.fa-digg:before {
    content: "\00f1a6";
}
.fa-pied-piper-pp:before {
    content: "\00f1a7";
}
.fa-pied-piper-alt:before {
    content: "\00f1a8";
}
.fa-drupal:before {
    content: "\00f1a9";
}
.fa-joomla:before {
    content: "\00f1aa";
}
.fa-language:before {
    content: "\00f1ab";
}
.fa-fax:before {
    content: "\00f1ac";
}
.fa-building:before {
    content: "\00f1ad";
}
.fa-child:before {
    content: "\00f1ae";
}
.fa-paw:before {
    content: "\00f1b0";
}
.fa-spoon:before {
    content: "\00f1b1";
}
.fa-cube:before {
    content: "\00f1b2";
}
.fa-cubes:before {
    content: "\00f1b3";
}
.fa-behance:before {
    content: "\00f1b4";
}
.fa-behance-square:before {
    content: "\00f1b5";
}
.fa-steam:before {
    content: "\00f1b6";
}
.fa-steam-square:before {
    content: "\00f1b7";
}
.fa-recycle:before {
    content: "\00f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\00f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\00f1ba";
}
.fa-tree:before {
    content: "\00f1bb";
}
.fa-spotify:before {
    content: "\00f1bc";
}
.fa-deviantart:before {
    content: "\00f1bd";
}
.fa-soundcloud:before {
    content: "\00f1be";
}
.fa-database:before {
    content: "\00f1c0";
}
.fa-file-pdf-o:before {
    content: "\00f1c1";
}
.fa-file-word-o:before {
    content: "\00f1c2";
}
.fa-file-excel-o:before {
    content: "\00f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\00f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\00f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\00f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\00f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\00f1c8";
}
.fa-file-code-o:before {
    content: "\00f1c9";
}
.fa-vine:before {
    content: "\00f1ca";
}
.fa-codepen:before {
    content: "\00f1cb";
}
.fa-jsfiddle:before {
    content: "\00f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\00f1cd";
}
.fa-circle-o-notch:before {
    content: "\00f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\00f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\00f1d1";
}
.fa-git-square:before {
    content: "\00f1d2";
}
.fa-git:before {
    content: "\00f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\00f1d4";
}
.fa-tencent-weibo:before {
    content: "\00f1d5";
}
.fa-qq:before {
    content: "\00f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\00f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\00f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\00f1d9";
}
.fa-history:before {
    content: "\00f1da";
}
.fa-circle-thin:before {
    content: "\00f1db";
}
.fa-header:before {
    content: "\00f1dc";
}
.fa-paragraph:before {
    content: "\00f1dd";
}
.fa-sliders:before {
    content: "\00f1de";
}
.fa-share-alt:before {
    content: "\00f1e0";
}
.fa-share-alt-square:before {
    content: "\00f1e1";
}
.fa-bomb:before {
    content: "\00f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\00f1e3";
}
.fa-tty:before {
    content: "\00f1e4";
}
.fa-binoculars:before {
    content: "\00f1e5";
}
.fa-plug:before {
    content: "\00f1e6";
}
.fa-slideshare:before {
    content: "\00f1e7";
}
.fa-twitch:before {
    content: "\00f1e8";
}
.fa-yelp:before {
    content: "\00f1e9";
}
.fa-newspaper-o:before {
    content: "\00f1ea";
}
.fa-wifi:before {
    content: "\00f1eb";
}
.fa-calculator:before {
    content: "\00f1ec";
}
.fa-paypal:before {
    content: "\00f1ed";
}
.fa-google-wallet:before {
    content: "\00f1ee";
}
.fa-cc-visa:before {
    content: "\00f1f0";
}
.fa-cc-mastercard:before {
    content: "\00f1f1";
}
.fa-cc-discover:before {
    content: "\00f1f2";
}
.fa-cc-amex:before {
    content: "\00f1f3";
}
.fa-cc-paypal:before {
    content: "\00f1f4";
}
.fa-cc-stripe:before {
    content: "\00f1f5";
}
.fa-bell-slash:before {
    content: "\00f1f6";
}
.fa-bell-slash-o:before {
    content: "\00f1f7";
}
.fa-trash:before {
    content: "\00f1f8";
}
.fa-copyright:before {
    content: "\00f1f9";
}
.fa-at:before {
    content: "\f152";
}
.fa-eyedropper:before {
    content: "\00f1fb";
}
.fa-paint-brush:before {
    content: "\00f1fc";
}
.fa-birthday-cake:before {
    content: "\00f1fd";
}
.fa-area-chart:before {
    content: "\00f1fe";
}
.fa-pie-chart:before {
    content: "\00f200";
}
.fa-line-chart:before {
    content: "\00f201";
}
.fa-lastfm:before {
    content: "\00f202";
}
.fa-lastfm-square:before {
    content: "\00f203";
}
.fa-toggle-off:before {
    content: "\00f204";
}
.fa-toggle-on:before {
    content: "\00f205";
}
.fa-bicycle:before {
    content: "\00f206";
}
.fa-bus:before {
    content: "\00f207";
}
.fa-ioxhost:before {
    content: "\00f208";
}
.fa-angellist:before {
    content: "\00f209";
}
.fa-cc:before {
    content: "\00f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\00f20b";
}
.fa-meanpath:before {
    content: "\00f20c";
}
.fa-buysellads:before {
    content: "\00f20d";
}
.fa-connectdevelop:before {
    content: "\00f20e";
}
.fa-dashcube:before {
    content: "\00f210";
}
.fa-forumbee:before {
    content: "\00f211";
}
.fa-leanpub:before {
    content: "\00f212";
}
.fa-sellsy:before {
    content: "\00f213";
}
.fa-shirtsinbulk:before {
    content: "\00f214";
}
.fa-simplybuilt:before {
    content: "\00f215";
}
.fa-skyatlas:before {
    content: "\00f216";
}
.fa-cart-plus:before {
    content: "\00f217";
}
.fa-cart-arrow-down:before {
    content: "\00f218";
}
.fa-diamond:before {
    content: "\00f219";
}
.fa-ship:before {
    content: "\00f21a";
}
.fa-user-secret:before {
    content: "\00f21b";
}
.fa-motorcycle:before {
    content: "\00f21c";
}
.fa-street-view:before {
    content: "\00f21d";
}
.fa-heartbeat:before {
    content: "\00f21e";
}
.fa-venus:before {
    content: "\00f221";
}
.fa-mars:before {
    content: "\00f222";
}
.fa-mercury:before {
    content: "\00f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\00f224";
}
.fa-transgender-alt:before {
    content: "\00f225";
}
.fa-venus-double:before {
    content: "\00f226";
}
.fa-mars-double:before {
    content: "\00f227";
}
.fa-venus-mars:before {
    content: "\00f228";
}
.fa-mars-stroke:before {
    content: "\00f229";
}
.fa-mars-stroke-v:before {
    content: "\00f22a";
}
.fa-mars-stroke-h:before {
    content: "\00f22b";
}
.fa-neuter:before {
    content: "\00f22c";
}
.fa-genderless:before {
    content: "\00f22d";
}
.fa-facebook-official:before {
    content: "\00f230";
}
.fa-pinterest-p:before {
    content: "\00f231";
}
.fa-whatsapp:before {
    content: "\00f618";
}
.fa-server:before {
    content: "\00f233";
}
.fa-user-plus:before {
    content: "\00f234";
}
.fa-user-times:before {
    content: "\00f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\00f236";
}
.fa-viacoin:before {
    content: "\00f237";
}
.fa-train:before {
    content: "\00f238";
}
.fa-subway:before {
    content: "\00f239";
}
.fa-medium:before {
    content: "\00f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\00f23b";
}
.fa-optin-monster:before {
    content: "\00f23c";
}
.fa-opencart:before {
    content: "\00f23d";
}
.fa-expeditedssl:before {
    content: "\00f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\00f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\00f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\00f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\00f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\00f244";
}
.fa-mouse-pointer:before {
    content: "\00f245";
}
.fa-i-cursor:before {
    content: "\00f246";
}
.fa-object-group:before {
    content: "\00f247";
}
.fa-object-ungroup:before {
    content: "\00f248";
}
.fa-sticky-note:before {
    content: "\00f249";
}
.fa-sticky-note-o:before {
    content: "\00f24a";
}
.fa-cc-jcb:before {
    content: "\00f24b";
}
.fa-cc-diners-club:before {
    content: "\00f24c";
}
.fa-clone:before {
    content: "\00f24d";
}
.fa-balance-scale:before {
    content: "\00f24e";
}
.fa-hourglass-o:before {
    content: "\00f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\00f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\00f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\00f253";
}
.fa-hourglass:before {
    content: "\00f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\00f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\00f256";
}
.fa-hand-scissors-o:before {
    content: "\00f257";
}
.fa-hand-lizard-o:before {
    content: "\00f258";
}
.fa-hand-spock-o:before {
    content: "\00f259";
}
.fa-hand-pointer-o:before {
    content: "\00f25a";
}
.fa-hand-peace-o:before {
    content: "\00f25b";
}
.fa-trademark:before {
    content: "\00f25c";
}
.fa-registered:before {
    content: "\00f25d";
}
.fa-creative-commons:before {
    content: "\00f25e";
}
.fa-gg:before {
    content: "\00f260";
}
.fa-gg-circle:before {
    content: "\00f261";
}
.fa-tripadvisor:before {
    content: "\00f262";
}
.fa-odnoklassniki:before {
    content: "\00f263";
}
.fa-odnoklassniki-square:before {
    content: "\00f264";
}
.fa-get-pocket:before {
    content: "\00f265";
}
.fa-wikipedia-w:before {
    content: "\00f266";
}
.fa-safari:before {
    content: "\00f267";
}
.fa-chrome:before {
    content: "\00f268";
}
.fa-firefox:before {
    content: "\00f269";
}
.fa-opera:before {
    content: "\00f26a";
}
.fa-internet-explorer:before {
    content: "\00f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\00f26c";
}
.fa-contao:before {
    content: "\00f26d";
}
.fa-500px:before {
    content: "\00f26e";
}
.fa-amazon:before {
    content: "\00f270";
}
.fa-calendar-plus-o:before {
    content: "\00f271";
}
.fa-calendar-minus-o:before {
    content: "\00f272";
}
.fa-calendar-times-o:before {
    content: "\00f273";
}
.fa-calendar-check-o:before {
    content: "\00f274";
}
.fa-industry:before {
    content: "\00f275";
}
.fa-map-pin:before {
    content: "\00f276";
}
.fa-map-signs:before {
    content: "\00f277";
}
.fa-map-o:before {
    content: "\00f278";
}
.fa-map:before {
    content: "\00f279";
}
.fa-commenting:before {
    content: "\00f4e5";
}
.fa-commenting-o:before {
    content: "\00f27b";
}
.fa-houzz:before {
    content: "\00f27c";
}
.fa-vimeo:before {
    content: "\00f27d";
}
.fa-black-tie:before {
    content: "\00f27e";
}
.fa-fonticons:before {
    content: "\00f280";
}
.fa-reddit-alien:before {
    content: "\00f281";
}
.fa-edge:before {
    content: "\00f282";
}
.fa-credit-card-alt:before {
    content: "\00f283";
}
.fa-codiepie:before {
    content: "\00f284";
}
.fa-modx:before {
    content: "\00f285";
}
.fa-fort-awesome:before {
    content: "\00f286";
}
.fa-usb:before {
    content: "\00f287";
}
.fa-product-hunt:before {
    content: "\00f288";
}
.fa-mixcloud:before {
    content: "\00f289";
}
.fa-scribd:before {
    content: "\00f28a";
}
.fa-pause-circle:before {
    content: "\00f28b";
}
.fa-pause-circle-o:before {
    content: "\00f28c";
}
.fa-stop-circle:before {
    content: "\00f28d";
}
.fa-stop-circle-o:before {
    content: "\00f28e";
}
.fa-shopping-bag:before {
    content: "\00f290";
}
.fa-shopping-basket:before {
    content: "\00f291";
}
.fa-hashtag:before {
    content: "\00f292";
}
.fa-bluetooth:before {
    content: "\00f293";
}
.fa-bluetooth-b:before {
    content: "\00f294";
}
.fa-percent:before {
    content: "\00f295";
}
.fa-gitlab:before {
    content: "\00f296";
}
.fa-wpbeginner:before {
    content: "\00f297";
}
.fa-wpforms:before {
    content: "\00f298";
}
.fa-envira:before {
    content: "\00f299";
}
.fa-universal-access:before {
    content: "\00f29a";
}
.fa-wheelchair-alt:before {
    content: "\00f29b";
}
.fa-question-circle-o:before {
    content: "\00f29c";
}
.fa-blind:before {
    content: "\00f29d";
}
.fa-audio-description:before {
    content: "\00f29e";
}
.fa-volume-control-phone:before {
    content: "\00f2a0";
}
.fa-braille:before {
    content: "\00f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\00f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\00f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\00f2a4";
}
.fa-glide:before {
    content: "\00f2a5";
}
.fa-glide-g:before {
    content: "\00f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\00f2a7";
}
.fa-low-vision:before {
    content: "\00f2a8";
}
.fa-viadeo:before {
    content: "\00f2a9";
}
.fa-viadeo-square:before {
    content: "\00f2aa";
}
.fa-snapchat:before {
    content: "\00f2ab";
}
.fa-snapchat-ghost:before {
    content: "\00f2ac";
}
.fa-snapchat-square:before {
    content: "\00f2ad";
}
.fa-pied-piper:before {
    content: "\00f2ae";
}
.fa-first-order:before {
    content: "\00f2b0";
}
.fa-yoast:before {
    content: "\00f2b1";
}
.fa-themeisle:before {
    content: "\00f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\00f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\00f2b4";
}
.fa-handshake-o:before {
    content: "\00f2b5";
}
.fa-envelope-open:before {
    content: "\00f2b6";
}
.fa-envelope-open-o:before {
    content: "\00f2b7";
}
.fa-linode:before {
    content: "\00f2b8";
}
.fa-address-book:before {
    content: "\00f2b9";
}
.fa-address-book-o:before {
    content: "\00f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\00f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\00f2bc";
}
.fa-user-circle:before {
    content: "\00f2bd";
}
.fa-user-circle-o:before {
    content: "\00f4e1";
}
.fa-user-o:before {
    content: "\00f2c0";
}
.fa-id-badge:before {
    content: "\00f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\00f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\00f2c3";
}
.fa-quora:before {
    content: "\00f2c4";
}
.fa-free-code-camp:before {
    content: "\00f2c5";
}
.fa-telegram:before {
    content: "\00f5c3";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\00f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\00f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\00f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\00f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\00f2cb";
}
.fa-shower:before {
    content: "\00f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\00f2cd";
}
.fa-podcast:before {
    content: "\00f2ce";
}
.fa-window-maximize:before {
    content: "\00f2d0";
}
.fa-window-minimize:before {
    content: "\00f2d1";
}
.fa-window-restore:before {
    content: "\00f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\00f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\00f2d4";
}
.fa-bandcamp:before {
    content: "\00f2d5";
}
.fa-grav:before {
    content: "\00f2d6";
}
.fa-etsy:before {
    content: "\00f2d7";
}
.fa-imdb:before {
    content: "\00f2d8";
}
.fa-ravelry:before {
    content: "\00f2d9";
}
.fa-eercast:before {
    content: "\00f2da";
}
.fa-microchip:before {
    content: "\00f2db";
}
.fa-snowflake-o:before {
    content: "\00f2dc";
}
.fa-superpowers:before {
    content: "\00f2dd";
}
.fa-wpexplorer:before {
    content: "\00f2de";
}
.fa-meetup:before {
    content: "\00f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}



h2{font-size:20px; color:#000; font-weight:500;}
.sprite{background-image:url(../Release/images/prduct-page-sprite.png); background-repeat:no-repeat;}

/*----- Footer ----*/
.site-map h3{font-weight:normal; margin-bottom:25px; font-size:14px; color:#8c8c8c; text-transform:uppercase;}
.site-map ul{margin-bottom:10px;}
.site-map ul li{list-style:none; font-size:14px; line-height:1.2em; margin-bottom:10px; }
.site-map ul li a{color:#8c8c8c;}
#footer{background:#2a2a2a; padding-top:20px;}
#footer .cpyright{background:#1e1e1e; padding:15px 0; text-align:center; font-size:14px; line-height:1.3em;}
.social-connect{text-align:right;}
.social-connect .fa{margin-left:10px; color:#8c8c8c; font-size:20px;}
.social-connect .fa:hover{color:#cc3333;}


/*------ CSS Animation ----*/
@-webkit-keyframes bounceIn {
0% {opacity: 0; -webkit-transform: scale(0.3); }
50% {opacity: 1; -webkit-transform: scale(1.05);}
70% { -webkit-transform: scale(0.9);}
100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes bounceIn {
0% {opacity: 0; -moz-transform: scale(0.3);}
50% {opacity: 1; -moz-transform: scale(1.05); }
70% { -moz-transform: scale(0.9);}
100% {-moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes bounceIn {
0% {opacity: 0; -o-transform: scale(0.3);}
50% {opacity: 1; -o-transform: scale(1.05);}
70% { -o-transform: scale(0.9);}
100% {-o-transform: scale(1);opacity: 1;}
}
@keyframes bounceIn {
0% {opacity: 0;transform: scale(0.3); }
50% {opacity: 1;transform: scale(1.05);}
70% {transform: scale(0.9);}
100% {transform: scale(1);opacity: 1;}
}
.bounceIn {-webkit-animation-name: bounceIn;-moz-animation-name: bounceIn;-o-animation-name: bounceIn; animation-name: bounceIn;}




/*----- Custom Select CSS ------*/
.selct_outr{position:relative; background:#fff; border:1px solid #d5d5d5; border-radius:3px;}
.selct_outr:hover{border-color:#c5c5c5;}
.selct_outr select{position: absolute;z-index: 2;cursor: pointer;outline: 0;opacity: 0;filter: alpha(opacity=0);left: 0; width: 100%;
height:34px; font-size: 14px; line-height:34px;}
.selct_outr span.selct_txt{position:relative; z-index:1; white-space: nowrap;overflow: hidden;cursor: pointer; font-size:14px; color:#8c8c8c; padding:0 15px 0 10px; text-overflow:ellipsis; line-height:34px; display:block;}
.selct_outr .fa-angle-down{position:absolute; z-index:1; right:10px; top:0; color:#555; line-height:34px; font-size:14px;}

/*---- Custom Radio ---*/
div.radio {position: relative;  line-height: 15px;}
div.radio label{position:relative; padding-left:30px; font-size:14px; color:#000; cursor:pointer; display:block; line-height:20px;}
div.radio label span{color:#8c8c8c; font-weight:400;}
div.radio label:before{display:block; width:20px; height:20px; border:3px solid #fff; border-radius:50%; left:0; top:0px; content:" "; position:absolute; z-index:1; background:#fff; box-sizing:border-box;}
div.radio input{opacity:0; position:absolute; left:0; top:0; z-index:5;}
div.radio input[type="radio"]:checked + label:before {background:#cc3333; }

/*----- Custom Checkbox ---*/
div.checkbox { position: relative;  line-height: 15px;}
div.checkbox label{position:relative; padding-left:20px; font-size:12px; color:#484848; cursor:pointer; display:block; line-height:16px;}
div.checkbox label span{color:#8c8c8c; font-weight:400;}
div.checkbox label:before{display:block; width:13px; height:13px; border:1px solid #8c8c8c; border-radius:2px; left:0; top:1px; content:" "; position:absolute; z-index:1;}
div.checkbox label:after {content:' '; position: absolute;top:3px; left:3px; font-size:11px;  line-height: 0.8;  color: #333;  transition: all .2s; z-index:3;}
.webkit div.checkbox label:after{top:5px;}
div.checkbox input{opacity:0; position:absolute; left:0; top:0; z-index:5;}
div.checkbox input[type="checkbox"]:checked + label:after {content: '✔'; }

/*----- Pagination ---*/
.pagination{padding-top:20px; text-align:center;}
.pagination a, .pagination span, .pagination em.active{display:inline-block; width:30px; height:30px; line-height:30px; text-align:center; color:#5bc199; border:1px solid #5bc199; font-size:14px; margin:0 5px; box-sizing:border-box; transition:all .2s ease;}
.pagination span.active, .pagination a:hover, .pagination em.active a, .pagination em.active{background:#5bc199; color:#fff;  }
.pagination .first a, .pagination .last a, .pagination .first a:hover, .pagination .last a:hover{width:auto; color:#8c8c8c; background:none; border:0;}
.pagination .first a:hover, .pagination .last a:hover, .pagination em.active:hover{color:#c93135;}

/*----- Car-Detail -----*/

.cdp .detail-panel{background:#fafafa; padding:30px 0; margin-bottom:-20px;}
.detail-panel section{margin-bottom:30px;}
.scton-hdr{border-left:3px solid #c80910; padding:5px 0 5px 13px; margin-bottom:15px;}
.scton-hdr h2{line-height:24px; font-size:18px; font-weight:500; color:#000;}
.detail-panel p{font-size:15px; line-height:24px; color:#000;}
.detail-panel strong{font-weight:700;}
a.more-lnk{color:#cc3333; font-size:15px; line-height:24px; display:inline-block;}

/*------ Tab-panel ----*/
.tab-panel{background:#efefef; height:48px; border-radius:4px; padding:0 45px; margin-bottom:10px; margin-top:40px;}
.tab-panel li{float:left; border:1px solid #d5d5d5; border-width:0 1px; margin-right:-1px; }
.tab-panel li a{float:left; padding:8px 40px; color:#8c8c8c; font-size:13px; line-height:32px; box-sizing:border-box; min-height:48px;}
.tab-panel li a span{display:block;}
.tab-panel li.active{height:58px; margin-top:-10px;}
.tab-panel li.active a{background:#fff; border-top:3px solid #ed1c24; height:58px; color:#000; border-radius:2px 2px 0 0; font-size:16px; line-height:32px;}

/*----- PriceList ---*/
.price-lst table{width:100%; }
/*.price-lst table tbody{height:400px;}*/

.price-lst .filter{margin-bottom:20px;}
.price-lst .filter h4{font-size:13px; color:#000; line-height:1.2em; font-weight:500; float:left;}
.price-lst .filter h4 span{display:block; color:#8c8c8c; font-size:12px; font-weight:300;}
.price-lst .filter .select-panel .selct_outr{border-width:0 0 1px; border-radius:0; background:none;}
.price-lst .filter .select-panel .selct_outr span.selct_txt{padding-left:0; color:#333;}
.price-lst .filter .select-panel .selct_outr span.selct_txt, .price-lst .filter .select-panel .selct_outr select{line-height:26px;}
.price_list_city  .selct_outr{padding-left:15px;} 
.price_list_city .fa-map-marker{color:#000; font-size:14px; position:absolute; left:0; line-height:26px; top:0; z-index:1;}
.price-lst .filter .selct_outr .fa-angle-down{right:0; line-height:26px;}
.price-lst .filter .select-panel{float:right; width:150px;}
.price-lst .filter .select-panel h5{font-size:12px; color:#484848; font-weight:500; line-height:1.2em;}
.price-lst .filter .select-panel.fuel-type{margin-left:100px;}

.price-lst table tr th{ text-align:center; font-size:12px; background:none; padding:10px 20px 20px; text-transform:uppercase; color:#000; font-weight:500;}
.price-lst table tr td{background:#fff; border-bottom:1px solid #d5d5d5; padding:20px 20px; line-height:1.2em; font-size:15px; color:#000; text-align:center; vertical-align:middle;}
.price-lst table tr td strong{font-size:20px; font-weight:500;}
.price-lst table tr td small{display:block; font-size:12px; color:#8c8c8c;}
.price-lst table tr td a{color:#cc3333;}

/*----- Scrollable table ---*/
table.scroll{display:block; width:100%;}
table.scroll head, table.scroll tbody { display: block;}
table.scroll tbody {overflow-y: auto; overflow-x: hidden; }

/*---- Carousel1 ---*/
.carousel1 {background:#fff; border:1px solid #d5d5d5; padding:35px 40px; position:relative;}
.carousel1 .slides{overflow:hidden;}
.carousel1 .slide{float:left; width:225px; margin-right:55px;}
.carousel1 .slide img{display:block; margin:0 auto 15px; max-width:100%; }
.carousel1 .slide h3{font-size:20px; line-height:1.2em; margin-bottom:18px; color:#000; font-weight:500; text-align:center;}
.carousel1 .slide .varient{font-size:12px; color:#000; line-height:1.2em;  margin-bottom:20px; }
.carousel1 .slide .varient .fa{float:right; font-size:14px;}
.carousel1 .slide .price{display:block; text-align:center; font-size:20px; line-height:1.2em; font-weight:500; color:#000; margin-bottom:18px;}
.carousel1 .slide div.checkbox{width:120px; margin:0 auto;}
.carousel1 .slide div.checkbox label{color:#cc3333;  font-size:18px; line-height:26px; padding-left:35px;}
.carousel1 div.checkbox label:before{border:1px solid #cc3333; width:22px; height:22px;}
.carousel1 div.checkbox label:after{top:6px; left:6px; color:#fff; font-size:14px;}
.carousel1 div.checkbox input[type="checkbox"]:checked + label:before{background:#cc3333;}
.carousel1 #prev, .carousel1 #next{position:absolute; display:block; width:32px; height:62px; background:#fff; border:1px solid #d5d5d5; text-align:center; line-height:62px; color:#8c8c8c; font-size:14px; cursor:pointer; border-radius:4px; z-index:5; top:45%; box-shadow:0 0 6px rgba(0,0,0,.2);}
.carousel1 #prev{left:-15px; border-left:0;}
.carousel1 #next{right:-15px; border-right:0;}
.carousel1 #prev.disabled, .carousel1 #next.disabled{display:none;}

.services{padding-top:20px;}
.services section{background:#fff; border:1px solid #d5d5d5; padding:0px 15px 20px; position:relative; height:300px; margin-bottom:0; text-align:center;}
.services section .fa{background:#fff; border:1px solid #d5d5d5; border-radius:50%; width:77px; height:77px; display:block; position:relative; margin:0 auto 0px; top:-35px; color:#8c8c8c; font-size:40px; text-align:center; line-height:77px;}
.services section h3{font-size:18px; line-height:1.2em; margin-bottom:10px; color:#000;}
.services section p{font-size:13px; line-height:1.3em; margin-bottom:20px; color:#8c8c8c;}
.services section .btn-primary{display:block; position:absolute; z-index:5; left:15px; right:15px; bottom:20px; background:#d05860; text-align:center; color:#fff;}
.services section:hover .btn-primary{background:#cc3333;}

.news-panel article, .news-panel .footer{background:#fff; padding:22px; border:1px solid #d5d5d5; border-bottom:0; color:#000;}
.news-panel article img{float:left; width:160px; margin-right:18px;}
.news-panel article .desc{overflow:hidden;}
.news-panel article h3{font-size:18px; line-height:1.2em; margin-bottom:10px; font-weight:500;}
.news-panel article p{font-size:15px; line-height:1.3em; }
.news-panel .footer{border-bottom:1px solid #d5d5d5; font-size:16px;}
.news-panel .footer a{color:#cc3333;}

.detail-panel section.related-lnks{margin-bottom:0px;}
.related-lnks h3{font-size:16px; line-height:1.2em; margin-bottom:10px; color:#000; font-weight:500;}
.related-lnks ul{margin-bottom:20px;}
.related-lnks ul li{font-size:13px; line-height:1.3em; margin-bottom:7px; padding-right:15px; margin-right:15px; float:left;}
.related-lnks ul li a{color:#000;}

/*---- table-bordered ----*/
table.bordered{border:1px solid #e5e5e5; width:100%; background:#fff; }
table.bordered td{border:1px solid #e5e5e5; padding:17px 30px; line-height:1.2em; font-size:16px; color: #8c8c8c; }
table.bordered td.th{background:#e5e5e5; color:#5e5e5e; font-weight:500; text-transform:uppercase;}

/*----- Specs-Page ----*/
#specs .dashboard{background:none; border-bottom:0;}
.dashboard .key-specs .selct_outr{float:right; width:200px;}
.dashboard .key-specs h1{font-size:20px; margin-bottom:35px;}
.key-specs{table-layout:fixed;}
.key-specs h1 small{font-size:14px; font-weight:300;}
.key-specs table tr td:last-child, .tech-specs table tr td:last-child{color:#000;}
.tech-specs table td:first-child{width:40%;}
.tech-specs table.bordered td{border-left:0; border-right:0; font-size:14px;}
.tech-specs{margin-bottom:30px;}

/*---- Widget ---*/
.wdgt{margin-bottom:35px;}
.wdgt-box{background:#fff; border:1px solid #d5d5d5; padding:10px; margin-bottom:35px;}
.wdgt-box h3{font-size:20px; line-height:1.2em; margin-bottom:20px; color:#000; font-weight:500; }

/*-----List types ---*/
.lst-typ1 li{border-bottom:1px solid #d5d5d5; padding-bottom:20px; margin-bottom:20px; position:relative; padding-left:28px; color:#000; font-size:12px; line-height:1.3em;}
.lst-typ1 li:last-child{border-bottom:0; margin-bottom:0; }
.lst-typ1 li img{float:left; width:80px; margin-right:10px;}
.lst-typ1 li .desc{overflow:hidden; }
.lst-typ1 li h4{font-size:14px; color:#000; font-weight:500; margin-bottom:7px;}
.lst-typ1 li a{display:inline-block; padding-top:5px; color:#000;}
.lst-typ1 li div.checkbox{position:absolute; left:0; top:20px;}
.lst-typ1 li div.checkbox label:before{border:1px solid #d5d5d5; width:18px; height:18px;}
.lst-typ1 li div.checkbox label:after{left:6px; top:6px;}

/*-------- Gallery-page Styles --------*/
#gallery-page{background:#000; padding:40px 20px; position:fixed; width:100%; height:100%; overflow:auto; z-index:9999; left:0; top:0; display:none;}
#gallery-page .wrap{max-width:960px; margin:0 auto;}
#gallery-page header{margin-bottom:20px;}
#gallery-page h1{font-size:22px; font-weight:500; color:#fff; float:left; }
#gallery-page header ul{float:right;}
#gallery-page header li{float:left; margin-left:15px;}
#gallery-page header li a{display:inline-block; padding:0 10px 10px; border-bottom:3px solid transparent; font-size:14px; color:#fff; text-decoration:none; line-height:26px; text-transform:uppercase; transition:all .25s ease;}
#gallery-page header li.active a{border-color:#fff;}
#gallery-page header li a:hover, #gallery-page .tabstrip li a:hover{color:#c93135;}

#gallery-page .tabstrip{background:#f4f4f4; padding:0 40px;}
#gallery-page .tabstrip li, #gallery-page .tabstrip li a{float:left; }
#gallery-page .tabstrip li a{line-height:40px; color:#8c8c8c; font-size:16px; padding:0 30px; }
#gallery-page .tabstrip li.active a{background:#fff; color:#000;  position:relative; border-top:3px solid #c93135; line-height:50px; margin-top:-10px;}
#gallery-page #pop_up_close{position:absolute; z-index:100; right:20px; top:20px; font-size:24px; cursor:pointer;}
.preview{margin-bottom:35px;}
.preview, .preview .inner, .thumbs{position:relative;}
.preview .slides, .thumbs .slides{overflow:hidden; width:100%;}
.thumbs .slide img{width:100%;}
/*.preview .slides{height:430px; width:100%;}*/

.preview .slide img{max-height:430px;}
.preview #preview-prev, .preview #preview-next{position:absolute; display:block; width:32px; height:62px; background:#fff; border:1px solid #d5d5d5; text-align:center; line-height:62px; color:#8c8c8c; font-size:14px; cursor:pointer; border-radius:4px; z-index:999; top:50%; box-shadow:0 0 6px rgba(0,0,0,.2); margin-top:-31px;}
.preview #preview-prev{left:-15px; border-left:0;}
.preview #preview-next{right:-15px; border-right:0;}
.thumbs .slide{width:170px; height:115px; border:2px solid transparent; margin-right:23px; box-sizing:content-box;}
.thumbs .slide.cycle-slide-active{border-color:#15918c;}
.thumbs #thumbs-next, .thumbs #thumbs-prev{position:absolute; font-size:36px; color:#fff; top:40px; z-index:999; cursor:pointer;}
.thumbs #thumbs-next{right:-30px;}
.thumbs #thumbs-prev{left:-30px;}

.color-pager{text-align:center; }
.color-pager div{display:inline-block; width:72px; height:72px; margin:0 15px; border-radius:50%; cursor:pointer;}

/*----- tabstrip1 ----*/
.tabstrip1{text-align:center;}
.tabstrip1 li{display:inline-block; margin:0 20px;}
.tabstrip1 li a{display:inline-block; font-size:18px; color:#8c8c8c; border-bottom:3px solid transparent; padding:0 10px 10px;}
.tabstrip1 li.active a{border-color:#c80910; color:#000;}


/*----- Gallery-listing Page ---*/
.cdp + .container .media_lst, .cdp + .container .color_lst{padding-top:30px;}
.media_lst ul{margin-left:-5px; margin-right:-5px;}
.media_lst ul li{padding:0 5px; margin-bottom:10px; float:left; width:25%; cursor:pointer; }
.media_lst ul li figure{border:1px solid #d5d5d5; position:relative; height:150px;  overflow:hidden;  transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out;}
.media_lst ul li figure img{width:100%;min-height:100%}
.media_lst ul li figure:after{display:block; position:absolute; z-index:11; background:rgba(255,255,255,.5); right:0; top:0; left:0; bottom:0; transition: all 0.4s ease-in-out; content:" "; opacity:0;}
.media_lst ul li figure .zoom{position: absolute;width: 100%;height: 100%;opacity: 0;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;-webkit-transform: scale(0);
-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);transform: scale(0);-webkit-backface-visibility: hidden; display:table; text-align:center; vertical-align:middle; color:#fff; font-size:28px; z-index:10; left:0; top:0; background:rgba(203,50,52,.8);}
.media_lst ul li figure .zoom a{color:#fff; display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center;}
.media_lst ul li figure:hover .zoom{-webkit-transform: scale(1);
-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1); opacity:1;}
.media_lst ul li figure:hover{ box-shadow:inset 0 0 0 110px rgba(200,95,66, 0.4), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1)}
.media_lst ul li figure:hover:after{-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);transform: scale(0); opacity:1; border-width:0;}

.color_lst ul li{list-style:none; float:left; width:100px; height:40px; margin:0 20px 10px 0; }


/*---------- Compare-popup ----------*/
.compare-popup{position:fixed; top:70px; right:15px; border-radius:3px; background:#fff; z-index:1111; box-shadow:0 0 5px rgba(0,0,0,.3);}
.compare-popup h2{line-height:38px; background:#e5e5e5; text-align:center; color:#010101; font-size:14px; font-weight:500; text-transform:uppercase;  border-radius:3px 3px 0 0; }
.compare-popup ul{border-bottom:1px dashed #d5d5d5;}
.compare-popup ul li{list-style:none; border-top:1px dashed #d5d5d5; position:relative; padding:8px 10px;}
.compare-popup li .close{display:block; position:absolute; z-index:99; top:10px; right:10px; width:26px; height:26px; border:1px solid #5bc199; border-radius:50%; line-height:21px; text-align:center; color:#5bc199; font-size:15px; font-weight:300; cursor:pointer;}
.compare-popup li h3{font-size:14px; margin-bottom:5px; font-weight:500; color:#000;}
.compare-popup li img{display:block; width:60px; margin-bottom:5px;}
.compare-popup li h6{color:#5e5e5e; font-size:12px; line-height:14px; margin-bottom:2px; font-weight:normal;}
.compare-popup li .varient{font-size:12px; color:#000; padding-bottom:5px; line-height:1.2em; border-bottom:1px solid #d5d5d5; }
.compare-popup li .varient .fa{float:right; font-size:14px;}
.compare-popup li select{max-width:200px;}
.compare-popup footer span.add-car{font-size:14px; line-height:16px; color:#000; display:block; text-align:center; cursor:pointer;}
.compare-popup footer{background:#e5e5e5; padding:10px; border-radius:0 0 3px 3px; }
.compare-popup .btn{width:100%; }
.compare-popup .add{background:#f4f4f4; padding:10px; }
.compare-popup .add .close{font-size:12px; color:#8c8c8c; float:right; line-height:14px; cursor:pointer;}
.compare-popup .add select{display:block; margin-bottom:10px; clear:right; width:100%;}
.compare-popup .add button{background:none; border:0; color:#cc3333; font-size:16px; font-weight:500; text-align:center; width:50px; margin:0 auto; display:block;}


/*----- Custom Radio ---*/
.hp_section{margin-bottom:50px;}
.sctn_hd h2{font-size:28px; font-weight:500; line-height:1em; margin-bottom:35px; color:#000; text-align:center;}
ul.sctn_tab{text-align:center; border-bottom:1px solid #d5d5d5; margin-bottom:45px; }
ul.sctn_tab li{display:inline-block; margin:0 20px;}
ul.sctn_tab li h3{display:inline-block; padding:0 20px 10px; font-size:18px; font-weight:300; color:#8c8c8c; border-bottom:3px solid transparent; cursor:pointer; transition:color .2s ease;}
ul.sctn_tab li h3:hover{color:#000; }
ul.sctn_tab li.active h3{color:#000; border-color:#ed1c24;}
.hp_section .more{border-bottom:1px solid #d5d5d5; text-align:center; height:12px; margin-bottom:20px;}
.hp_section .more a{background:#f4f4f4; padding:0 10px; font-size:16px; color:#cc3333; }

/*----- list type2 ---*/
.lst-typ2{margin-bottom:47px;}
.lst-typ2 li{list-style:none;}
.lst-typ2 li .card{background:#fff; border:1px solid #d5d5d5; padding:20px; text-align:center;}
.lst-typ2 li img{display:block; max-width:230px; margin:0 auto 15px;}
.lst-typ2 li h4, .lst-typ2 li .price{font-size:20px; font-weight:normal; line-height:1em; margin-bottom:15px; color:#000;}
.lst-typ2 li .launch{display:block; line-height:1em; color:#8c8c8c; font-size:16px; margin-bottom:12px; }
.lst-typ2 li .btn-primary{display:block; background:#d05860; width:100%; color:#fff;}
.lst-typ2 li:hover .btn-primary{background:#cc3333;}

#home_videos{background:#2a2a2a; padding:45px 0;}
#home_videos .sctn_hd h2{color:#fff;}
#home_videos li{list-style:none; margin-bottom:30px;}
#home_videos li .thumb{background:#fff; padding:10px;}
#home_videos li figure{position:relative; margin-bottom:10px; overflow:hidden; }
#home_videos li figure img{width:100%; transition:all .5s ease;}
#home_videos li:hover figure img{transform:scale(1.1); -webkit-transform:scale(1.1);}
#home_videos li figcaption{font-size:14px; color:#000; line-height:20px; min-height:40px;}
#home_videos .btn{display:block; background:none; border:1px solid #fff; color:#fff; width:180px; line-height:40px; margin:0 auto; box-sizing:border-box; text-align:center;}
#home_videos .btn:hover{background:#fff; color:#2a2a2a;}
#home_videos li .fa{position:absolute; font-size:40px; color:#ed2226; z-index:10; left:50%; top:50%; margin:-20px 0 0 -20px; }
#home_videos li .fa:after{display:block; position:absolute; z-index:-1; width:15px; height:15px; background:#fff; content:" "; left:11px; top:9px;}

/*----- HP News Panel -----*/
.story-box, .body-types .box{background:#fff; border:1px solid #d5d5d5; padding:20px; margin-bottom:28px; }
.story-box img{float:left; width:140px; margin-right:10px;}
.story-box h3{font-size:18px; font-weight:normal; line-height:1.3em;}
.story-box h3 a{color:#000;}
.story-box:after{display:block; content:" "; height:0; width:0; clear:both;}
.story-box.main{position:relative;}
.story-box.main h3{font-size:26px; line-height:1.3em; margin-bottom:0; position:absolute; left:20px; right:20px; bottom:20px; padding:60px 20px 20px; background: -moz-linear-gradient(top,  rgba(0,0,0,0.0) 0%, rgba(0,0,0,.9) 100%); background: -webkit-linear-gradient(top,  rgba(0,0,0,0.0) 0%,rgba(0,0,0,.9) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0.0) 0%,rgba(0,0,0,.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b000000', endColorstr='#000000',GradientType=0 );}
.story-box.main h3 a{color:#fff;}
.story-box.main img{float:none; width:100%; margin:0;}

/*---- Body Types ---*/
.body-types a.box{text-align:center; display:block; font-size:13px; color:#000; text-transform:uppercase; padding:30px 20px; transition:all .22s ease;}
.body-types i.icon{display:block; margin:0 auto 20px; height:50px; background-image:url(../Release/images/category-sprite.png); background-repeat:no-repeat; transition:all .25s ease; }
.body-types i.suv{background-position:-170px 0; width:128px;}
.body-types i.coupe{background-position:-170px -50px; width:152px;}
.body-types i.wagon{background-position:-170px -100px; width:144px;}
.body-types i.sedan{background-position:-170px -150px; width:160px;}
.body-types i.truck{background-position:-170px -200px; width:148px;}
.body-types i.hacth{background-position:-170px -250px; width:147px;}
.body-types i.van{background-position:-170px -300px; width:121px;}
.body-types i.convrtbl{background-position:-170px -350px; width:163px;}
.body-types i.petrol{height:70px; width:50px; background-position:-340px 0;}
.body-types i.diesel{height:70px; width:50px; background-position:-340px -140px;}
.body-types a:hover{border-color:#c02c3a; color:#c02c3a; box-shadow:0 2px 2px rgba(0,0,0,.2);}
.body-types a:hover i.suv{background-position:0 0;}
.body-types a:hover i.coupe{background-position:0 -50px; }
.body-types a:hover i.wagon{background-position:0 -100px; }
.body-types a:hover i.sedan{background-position:0 -150px; }
.body-types a:hover i.truck{background-position:0 -200px; }
.body-types a:hover i.hacth{background-position:0 -250px; }
.body-types a:hover i.van{background-position:0 -300px; }
.body-types a:hover i.convrtbl{background-position:0 -350px; }
.body-types a:hover i.petrol{background-position:-340px -70px;}
.body-types a:hover i.diesel{background-position:-340px -210px;}
.search-keys{margin-bottom:40px; padding-top:20px;}
.search-keys a, .search-keys span{display:inline-block; margin-right:40px; font-size:13px; color:#5e5e5e; text-transform:uppercase;}
.search-keys span{color:#000; font-weight:500; text-transform:none;}

#popular_used li a.more-lnk{margin-top:30px; display:block; text-align:center; color:#cc3333; font-size:14px; border:0; height:auto;}
#popular_used .search-keys{padding-top:0; margin-bottom:20px;}
#popular_used .search-keys span{display:block; margin-bottom:15px;}
#popular_used .search-keys a{margin:0 40px 20px 0;}

/*----- EMI Calc ---*/
#emi-calc .selct_outr{float:right; width:220px;}
.slider-outer{background:#fff; padding:40px; border:1px solid #d5d5d5;}
.slider-outer .num{float:right; font-weight:500; font-size:22px; color:#000;}
.slider-outer h3{font-size:16px; margin-bottom:20px; color:#000; font-weight:500;}
.slider-outer .ui-slider{margin-bottom:45px; background:#c0c0c0; border-radius:5px; height:13px; border:0;}
.slider-outer .ui-slider-range{background:#5bc199; border-radius:5px;}
.slider-outer .ui-slider-handle.ui-state-default{width:24px; height:24px; border-radius:50%; background:#5bc199; top:-6px; border:1px solid #31b07e; box-shadow:0 0 5px rgba(0,0,0,.1);}
.slider-outer .ui-slider-handle.ui-state-default:hover{box-shadow: box-shadow:0 0 5px rgba(0,0,0,.3);}
.slider-outer .final-emi {border:1px solid #5bc199; border-radius:5px; display:table; }
.slider-outer .final-emi .title{background:#5bc199; display:table-cell; width:35%; height:85px; padding-left:30px; vertical-align:middle; color:#fff; font-size:24px; line-height:1em;}
.slider-outer .final-emi .title{border-radius:5px 0 0 5px;}
.slider-outer .final-emi .title small{font-size:12px; display:block;}
.slider-outer .final-emi .price{ padding:10px 25px;  font-size:36px; color:#000; line-height:1.2em;}
.slider-outer .final-emi .price small{font-size:11px; display:block; color:#8c8c8c; line-height:1em;}
.slider-outer .total-price{text-align:right; line-height:1.5em; color:#000; font-size:16px;}
.slider-outer .total-price div{margin-bottom:10px;}
.slider-outer .total-price strong{font-weight:500; font-size:18px;}

.no-result-hdr {position:relative; padding-left:50px; border-top:1px solid #d5d5d5; padding-top:20px;}
.no-result-hdr h2{font-size:22px;}
.no-result-hdr .fa{color:#cb3234; font-size:40px; position:absolute; left:0; top:20px;}
.no-result-hdr span.subtitle{display:block; font-size:14px; color:#888;}

/*------- Cars By Location ---*/
ul.city_lst{margin:0 -2px; margin-bottom:30px;}
ul.city_lst li{float:left; width:14.26%; padding:0 2px; margin-bottom:4px; }
ul.city_lst li a.card{background:#fff; display:block; border:1px solid transparent;  box-shadow:0 0 1px rgba(0,0,0,.1); height:132px; text-align:center; padding:20px 0; font-size:18px; line-height:1.3em; transition:all .4s ease; -webkit-transition:all .4s ease; cursor:pointer;}
ul.city_lst li:hover{color:#cc3333;}
ul.city_lst li:hover a.card{border-color:#f5f5f5; box-shadow:0 0 6px rgba(0,0,0,.1); }
ul.city_lst li span.icon{display:block; width:64px; height:64px; background-image:url(../Release/images/city-sprite.png); background-repeat:no-repeat; margin:0 auto 20px;}
ul.city_lst li span.del{background-position:0 0;}
ul.city_lst li span.bng{background-position:-66px 0;}
ul.city_lst li span.mum{background-position:-132px 0;}
ul.city_lst li span.kol{background-position:-198px 0;}
ul.city_lst li span.pun{background-position:-264px 0;}
ul.city_lst li span.chn{background-position:-330px 0;}
ul.city_lst li span.jpr{background-position:-396px 0;}

.all-city-list li{list-style:none; line-height:20px; margin-bottom:10px; font-size:13px; }
.all-city-list .box{padding:20px; background:#fff; border:1px solid #d5d5d5;}
.all-city-list .filter{margin-bottom:20px; font-size:14px; text-transform:uppercase; line-height:1.3em; }
.all-city-list .filter span{cursor:pointer; margin-right:6px;}
.all-city-list .filter span:hover{color:#c93135;}

@media screen and (max-width:1200px){
.container{padding:0 15px;}	
#home_carousel{min-height:inherit;}	
.tab-panel{padding:0 15px;overflow:scroll;}
.tab-panel ul{width:1000px;}
.tab-panel li a{padding:8px 20px;}
}
@media screen and (max-width:992px){
.main-nav > ul {position:fixed; width:100%; height:100%; opacity:0; z-index:999; transition:all .2s ease; transform:translateX(-100%); float:none;}
.main-nav > ul > li{float:none;}
.main-nav > ul > li ul{position:static; display:block; opacity:1; border:0; width:auto;}
.main-nav .srch{display:none;}
#home_carousel:before{display:none;}
.global-search{position:static;}
#home_carousel .next, #home_carousel .prev{top:70%;}
.global-search h1{color:#8c8c8c; text-shadow:none; font-size:44px;}
/*---- Detailpge ----*/
.dashboard .info-gallery{margin-bottom:20px !important;}

ul.city_lst li{width:20%;}	
.search-keys{padding:0 20px;}	
}

@media screen and (max-width:767px){
.global-search h1{font-size:24px; margin:0 0 15px; color:#fff;}
.global-search ul.tab{display:none;}
.global-search .tabcontent{padding:10px 15px 10px; border-radius:0;}
.global-search .selct_outr{width:125px; margin-right:10px; margin-bottom:10px;}
.global-search button .fa{display:none}
.global-search button{padding:0 15px;}
.sctn_hd h2{font-size:22px;}
ul.sctn_tab{margin-bottom:20px;}
ul.sctn_tab li{margin:0;}
ul.sctn_tab li h3{padding:0 10px 10px; font-size:13px;}
#home_carousel .slide .info{bottom:0; padding:5px;}
#home_carousel .slide .info h3{font-size:14px; margin-bottom:5px;}
#home_carousel .slide .info h3 small{display:none;}
#home_carousel .slide .info a{font-size:11px;}
.story-box, .body-types .box{padding:10px;}
.lst-typ2 li .card{margin-bottom:20px;}
.story-box.main{padding:0;}
.story-box.main h3{left:0; top:0; right:0; bottom:0; font-size:20px;}
.story-box h3{font-size:15px;}
.site-map h3{margin-bottom:15px;}
.site-map ul{margin-bottom:30px;}
.site-map ul li{font-size:13px;}
.social-connect{text-align:center; margin-bottom:15px;}


/*------ Detail Page style ----*/
.sub-nav .container{overflow:scroll;}
.sub-nav ul{width:600px;}
.dashboard .price-info div.price{float:none; text-align:left; margin-bottom:8px;}
.dashboard .price-info{margin-bottom:15px;}
.right-panel .emi-box{float:none; width:auto; margin-bottom:15px;}
.dashboard .right-panel h1{margin:15px 0; font-size:22px;}
.price-lst .filter h4{float:none; margin-bottom:10px;}
.price-lst .filter .select-panel.fuel-type{margin-left:0;}
.price-lst .filter .select-panel{width:145px; margin-right:20px; float:left;}
.dashboard .price-info .btn{float:none; width:100%;}
.table_outer{width:100%; overflow:auto;}
.table_outer table{width:900px;}
.price-lst table tr td{padding:15px}
/*---- Spec Page ---*/

.tech-specs table td:first-child{width:auto;}
table.bordered td{padding:15px 10px}

/*----- SRP ----*/
.srp .sort{float:none;}
.srp-hdr h2{clear:left; padding-top:10px;}
.srp-filter{display:none;}
.srp-list section .spfc{float:none;}
.srp-list section .price-info{clear:both;}
.srp-list section .price-info .btn{float:none; margin-left:0; margin-bottom:10px;}
.srp-list section .price-info div.price{float:none; text-align:left;}

.search-keys span{display:block; }
.search-keys a, .search-keys span{line-height:1.3em; margin:0 10px 10px 0;}
ul.city_lst li{width:25%;}	

}

@media screen and (max-width:567px){
ul.city_lst li{width:33.333%;}	
/*------ Detail Page style ----*/
.news-panel article img{float:none;width:100%; margin-right:0; margin-bottom:15px;}
.dashboard .key-specs .selct_outr{clear:right;}
}






