/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

.text-white{
    color: #fff;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

@-ms-viewport {
    width: device-width;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

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

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}
.breadcrumb {
    list-style: none;
    border-radius: 4px;
    float:right;
}
ol.breadcrumb
{
    margin: 0px;
}
.breadcrumb>li a{
    color:#fff;
}
.breadcrumb>li {
    display: inline-block;

}
.breadcrumb>.active {
    color: #777;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.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;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -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-right: 15px;
    padding-left: 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;
}
@media (min-width: 992px) 
{  
    .col-md-pull-5 
    {
        right: 41.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .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%;
}

@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: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.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-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;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/*CUSTOME STYLE SHEET*/
/*BROWSER RESET*/

* {
    margin: 0px;
    padding: 0px;
    font-family: lato;
    font-size: 14px;
}

.carousel-indicators li {
    margin: 0px;
}

li {
    outline: none;
}

li:visited {
    color: inherit;
}

a {
    color: inherit;
}

a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

ul {
    margin: 0px;
}

button {
    border: none;
    background: transparent;
}

button:focus {
    outline: none;
}

/*CUSTOM CLASS*/
.f-width {
    width: 100%;
}

.d-inline-b {
    display: inline-block;
}

h1, h2, h3, h4, h5, p {
    margin: 0px;
    padding: 0px;
}

.border {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #444444;
    font-size: 28px;
    margin-bottom: 45px;
    position: relative;
}

blockquote {
    margin: 0px;
    padding: 0px;
    font-size: inherit;
    border: none;
}

.border:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    background-color: #e74e3e;
    bottom: -15px;
    left: 40%;
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #a7a7a7;
    border: 2px solid #a7a7a7;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border: 2px solid #a7a7a7;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-control {
    bottom: initial;
}

.mf-3 {
    display: inline-block;
}

.mf-7 {
    display: inline-block;
}

li.has-sub {
    position: relative;
}

li.has-sub:before {
    position: absolute;
    content: url(../img/down-arrow.png);
    top: 10.5px;
    right: 5px;
}

li.has-sub1:before {
    position: absolute;
    content: url(../img/down-arrow1.png);
    top: 5.5px;
    right: 10px;
}

/*COMMON STYLING*/
header nav ul li, footer ul li {
    list-style: none;
}


/*SEARCH OVERLAY*/
.search-overlay {
    position: fixed;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.8);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(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;
    transition: all 0.4s ease-in-out; }
.search-overlay .fa-close {
    position: fixed;
    z-index: 9999999999;
    right: 40px;
    color: #fff;
    font-size: 42px;
    top: 25px;
    cursor: pointer;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.62, -0.07, 0, 2.55) 0.8s;
    -moz-transition: all 0.4s cubic-bezier(0.62, -0.07, 0, 2.55) 0.8s;
    -o-transition: all 0.4s cubic-bezier(0.62, -0.07, 0, 2.55) 0.8s;
    transition: all 0.4s cubic-bezier(0.62, -0.07, 0, 2.55) 0.8s; }
.search-overlay .search {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.search-overlay .search input {
    width: 500px;
    font-size: 31px;
    border: none;
    background: transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-right: 25px;
    position: relative;
    right: 60px;
    -webkit-transition: all 0.3s linear 0.5s;
    -moz-transition: all 0.3s linear 0.5s;
    -o-transition: all 0.3s linear 0.5s;
    transition: all 0.3s linear 0.5s; }
.search-overlay .search button {
    color: #fff;
    font-size: 40px;
    position: relative;
    background-color: transparent;
    left: 60px;
    -webkit-transition: all 0.3s linear 0.5s;
    -moz-transition: all 0.3s linear 0.5s;
    -o-transition: all 0.3s linear 0.5s;
    transition: all 0.3s linear 0.5s; }
.search-overlay .search input:focus {
    outline: none;
    background-color: transparent;
    color:#fff;
}

.search-overlay.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border-radius: 0px;
    opacity: 1; }
.search-overlay.active .search input {
    right: 0; }
.search-overlay.active .search button {
    left: 0; }
.search-overlay.active .fa-close {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

/*HEADER SECTION*/
header .search-n-login .search {
    background: url("../img/search.png") no-repeat 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    top: 12px;
    margin-right: 10px;
    margin-left:15px;
    display: inline-block; }
header .search-n-login .search:hover {
    background: url("../img/search.png") no-repeat 0 -20px;
    width: 16px;
    height: 16px; }

header {
    padding: 22px 0px;
    background: #fafafa;
    position: relative;
    z-index: 5;
    width: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -mz-transition: all 1s;
    transition: all 1s;
    /*Navigation Menu*/
}

header .search-n-login {
    float: right;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -mz-transition: all 0.5s;
    transition: all 0.5s;
}
.header-wrapper
{
    margin-top: 9px;
}

header .search-n-login img {
    padding-right: 10px;
    padding-left: 10px;
}
 
header .search-n-login .search {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

header .search-n-login .search .search-box {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 5px 6px;
    position: absolute;
    top: 50px;
    width: 284px;
    right: -68px;
    display: none;
    z-index: 5;
}

header .search-n-login .search .search-box form input {
    width: 230px;
    height: 36px;
    padding: 0px 10px;
    float: left;
}

header .search-n-login .search .search-box form button {
    font-size: 20px;
    padding: 3px 10px;
    border-radius: 0px;
    float: right;
    background: #e74c3c;
    color: #fff;
}

header .search-n-login .button {
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 15px;
    background-color: #fff;
    color: #111;
    border: solid 1px #ccc;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -mz-transition: all 0.3s;
    transition: all 0.3s;
}

header .search-n-login button.menu {
    display: none;
}


/* Login-panel */ 
.login-panel-wrapper {
    position: relative;
    display: inline-block;
}
.login-panel-wrapper > div.active
{
    z-index: 9999999999;
}
.header-wrapper header .search-n-login .login-panel-wrapper > button {
       font-size: 12px;
    text-transform: uppercase;
    padding: 7px 15px;
    background-color: #fff;
    color: #111;
    border: solid 1px #ccc;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -mz-transition: all 0.3s;
    transition: all 0.3s;}

.header-wrapper header .search-n-login .login-panel-wrapper .login-detail {
    position: absolute;
    top: 32px;
    right: 0px;
    height: 0px;
    overflow: hidden;
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: transform 0.5s, opacity 0.4s;
}
.header-wrapper header.fixed .search-n-login .login-panel-wrapper .login-detail
{
    top: 20px;
}

.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel {
    width: 300px;
    padding: 15px;
    background-color: #FAFAFA;
    margin: 0 auto;
    border-top: 3px solid #E74C3C;
    margin-top: 30px;
    position: relative; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .breadcrumb {
    text-align: center;
    background-color: transparent;
    margin-bottom: 0px;
    margin-top: 10px;
    width:100%;
}
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .breadcrumb span {
    font-size: 14px;
    margin: 0px 1px;
    background: #999;
    padding: 6px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    width: 25px;
}
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel span.fa-close {
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: #ddd;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 25px;
    color: #999;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    height: 25px;
    text-align: center;
    line-height: 22px; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel span.fa-close:hover {
    -webkit-transform: scale(1.2);
    -webkit-transform: rotate(360deg);
    background-color: rgba(253, 101, 105, 0.93);
    color: #fff; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel > div {
    display: none; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel > div.active {
    display: block; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel h2 {
    font-size: 24px;
    margin: 15px 0 25px 0;
    color: #504F4F;
    font-weight: normal;
    letter-spacing: 1px; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel input[type="text"], .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel input[type="password"], .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel input[type="email"], .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel input[type="submit"], .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel button {
    width: 100%;
    border: none;
    background-color: transparent;
}
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel button.btn-submit {
    background-color: #2BAF55;
    border: 1px solid #2BAF55;
    color: #fff; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel button.btn-signup {
    border: 1px solid #007F80;
    background-color: #007F80;
    color: #fff; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel input[type="text"], .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel input[type="password"], .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel input[type="email"] {
    padding: 10px 0px 7px;
    border-bottom: 1px solid #ccc; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel input[type="text"], .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel input[type="email"] {
    margin-bottom: 10px; font-size:14px;}
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel input[type="text"]:focus, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel input[type="email"]:focus, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel input[type="password"]:focus {
    outline: none;
    border-bottom: 1px solid #2BAF55; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel button:focus, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel button:active {
    outline: none; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel input[type="submit"], .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel button {
    border: 1px solid #ABABAB;
    padding: 8px 15px;
    font-size: 16px;
    color: #848484; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel input[type="submit"] {
    margin-bottom: 5px;
    margin-top: 15px; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel button.btn-submit {
    margin-bottom: 5px;
    margin-top: 15px; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .pwd-recover {
    margin-bottom: 0px; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .pwd-recover input[type="email"] {
    margin-bottom: 0px; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .pwd-recover p {
    font-size: 12px;
    color: #6D6C6C;
    margin-bottom: 5px;
    line-height: 15px;
}
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .login-form label {
    font-weight: normal;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #545454;
    line-height: 0px;
}
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .login-form label input {
    position: relative;
    top: 2px; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .login-form .btn-coll {
    margin-bottom: 15px; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .login-form p#forget-pwd {
    cursor: pointer;
    font-size: 12px;
    color: #676767;
    line-height: 0px;
}
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .login-form p#forget-pwd:hover {
    text-decoration: underline; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-submit, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-signup {
    display: inline-block;
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color 0.2s; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-submit:hover, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-submit:focus, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-submit:active, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-signup:hover, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-signup:focus, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-signup:active {
    color: white;
    border: 1px solid #2BAF55; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-submit:hover:before, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-signup:hover:before, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-submit:focus:before, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-signup:focus:before, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-submit:active:before, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-signup:active:before {
    transform: scaleX(1); }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-submit:before, .header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-signup:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #29944B;
    transform: scaleX(0);
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.34, 0.57, 0.82, 0.55); }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-signup:hover {
    border: 1px solid #007F80; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail .login-panel .btn-signup:before {
    background-color: #026465; }
.header-wrapper header .search-n-login .login-panel-wrapper .login-detail.active {
    height: auto;
    opacity: 1;
    overflow: initial;
    transform: translate(0px); }

/*end of login pannel*/

/*button animation*/
button.menu i.fa-close {
    display: none;
}
button.menu i.fa-bars {
    display: inline-block; }

button.menu.active i.fa-bars {
    display: none; }
button.menu.active i.fa-close {
    display: inline-block;
}

header nav {
    float: right;
}

header nav ul{
    margin-bottom: 0;
}

header nav > ul.navigation-menu > li {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -mz-transition: all 0.5s;
    transition: all 0.5s;
}

header nav > ul.navigation-menu > li > a {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 9px 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -mz-transition: all 0.3s;
    transition: all 0.3s;
}

header nav > ul.navigation-menu > li a:hover {
    color: #e74c3c;
}

header nav > ul.navigation-menu > li > ul {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -mz-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 100%;
    width: 200px;
    background: #FDFDFD;
    z-index: 1;
    max-height: 0px;
    overflow: hidden;
}

header nav > ul.navigation-menu > li > ul li {
    position: relative;
}

header nav > ul.navigation-menu > li > ul li a {
    display: block;
    padding: 7px 10px;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -mz-transition: all 0.3s;
    transition: all 0.3s;
}

header nav > ul.navigation-menu > li > ul li a:hover {
    background: #E74D3D;
    color: #fff;
}

header nav > ul.navigation-menu > li > ul li ul {
    position: absolute;
    left: 100%;
    top: 0px;
    border: none;
    background: transparent;
    -webkit-box-shadow: 0px 3px 5px 0px #545454;
    -moz-box-shadow: 0px 3px 5px 0px #545454;
    -o-box-shadow: 0px 3px 5px 0px #545454;
    -mz-box-shadow: 0px 3px 5px 0px #545454;
    box-shadow: 0px 3px 5px 0px #545454;
    width: 0px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -mz-transition: all 0.2s;
    transition: all 0.2s;
}

header nav > ul.navigation-menu > li > ul li ul li a {
    background: #FDFDFD;
}

header nav > ul.navigation-menu > li:hover > ul {
    max-height: 500px;
    border-top: 2px solid #E64C3C;
    overflow: initial;
    -webkit-box-shadow: 0px 3px 5px 0px #545454;
    -moz-box-shadow: 0px 3px 5px 0px #545454;
    -o-box-shadow: 0px 3px 5px 0px #545454;
    -mz-box-shadow: 0px 3px 5px 0px #545454;
    box-shadow: 0px 3px 5px 0px #545454;
}

header nav > ul.navigation-menu > li ul li:hover > ul {
    width: 200px;
    overflow: initial;
    padding-left: 1px;
}

/*sticky Menu*/
header#header-section.fixed {
    position: fixed;
    top: 0px;
    background-color: #fafafa;
    width: 100%;
    padding: 10px;
}

header#header-section.fixed x
.search-n-login .search .search-box {
    top: 38px;
    background-color: rgba(103, 103, 103, 0.51);
}

/*BANNER SECTION 1*/
.banner-section {
    background-image: url("../img/slider.jpg");
    padding: 60px 0 0 0;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    overflow: hidden; }
.banner-section article {
    text-align: right;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}
.banner-section article h1 {
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: normal; }
.banner-section article h1 span {
    font-size: 22px;
    display: block;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 5px; }
.banner-section article p {
    font-size: 16px; }
.banner-section article .button-collection {
    margin-top: 40px; }
.banner-section article .button-collection button {
    background-color: #d03d2e;
    margin: 0px 10px;
    padding: 7px 18px;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -mz-transition: all 0.3s;
    transition: all 0.3s; }
.banner-section article .button-collection button i {
    margin-left: 7px; }
.banner-section article .button-collection button:hover {
    background: #B32D20; }
.banner-section article .button-collection button.documentation {
    margin: 0px;
    background: #027678; }
.banner-section article .button-collection button.documentation:hover {
    background: #03595A; }


/*THEME FEATURE*/
.theme-features {
    margin: 80px 0px 40px 0px;
    text-align: center; }
.theme-features h3 {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 85px; }
.theme-features .feature {
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -mz-transition: all 1s;
    transition: all 1s; }
.theme-features .feature .icon {
    font-size: 52px;
    width: 110px;
    height: 110px;
    border: 1px solid #a5a5a5;
    border-radius: 100%;
    color: #027678;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -mz-transition: all 0.5s;
    transition: all 0.5s; }
.theme-features .feature .icon i, .theme-features .feature .icon img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.theme-features .feature:hover .icon {
    border: 1px solid #bababa;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); }
.theme-features .feature:hover .icon article h4 {
    color: #000; }
.theme-features article {
    margin: 25px 0px 40px 0px; }
.theme-features article h4 {
    font-weight: 400;
    color: #444444;
    font-size: 19px;
    margin-bottom: 15px; } 

/*NEW RELEASE THEMES*/
.new-release-themes {
    background-color: #fcfafa;
    margin-bottom: 0px !important;
    padding-top: 50px;
    border-top: 1px solid #edebeb; }
.new-release-themes h3 {
    margin-bottom: 55px !important; }
.new-release-themes .new-themes {
    text-align: center; }
.new-release-themes .new-themes .theme {
    display: inline-block;
    margin: 0px 25px 50px;
    position: relative; }
.new-release-themes .new-themes .theme .display-wrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 219px;
    width: 391px;
    overflow: hidden; }
.new-release-themes .new-themes .theme .display-wrapper img {
    -webkit-transition: all 10s;
    -moz-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
.new-release-themes .new-themes .theme h4 {
    font-size: 26px;
    color: #444444;
    font-weight: 300;
    margin-top: 40px; }
.new-release-themes .new-themes .theme:first-child .display-wrapper img {
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s; }


/*VIEW ALL THEMES*/
.view-all-themes {
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
    padding: 60px 0px 40px 0;
    overflow-y: hidden; }

.view-all-themes h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 25px; }
.view-all-themes .description p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 50px;
    line-height: 24px; }
.view-all-themes button {
    background-color: transparent;
    padding: 7px 35px 10px;
    border: 1px solid #fff;
    font-weight: 300;
    color:#fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -mz-transition: all 0.2s;
    transition: all 0.2s; }
.view-all-themes button span {
    font-size: 18px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -mz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -mz-transition: all 0.1s;
    transition: all 0.1s; }
.view-all-themes button i {
    font-size: 25px;
    margin-left: 12px;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -mz-transition: all 0.1s;
    transition: all 0.1s; }
.view-all-themes button:hover {
    background-color: #B72415;
    border: 1px solid transparent; }

/*VOICE OF OUR CLIENTS*/
.voice-of-our-clients {
    margin-bottom: 140px;
    text-align: center;
}

.voice-of-our-clients h3 {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 85px;
}

.voice-of-our-clients .carousel-control.left, .voice-of-our-clients .carousel-control.right {
    background-image: none;
    top: 0px;
}

.voice-of-our-clients .carousel-control.left img, .voice-of-our-clients .carousel-control.right img {
    margin-top: 55px;
}

.voice-of-our-clients .img-cover {
    width: 177px;
    height: 177px;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    margin-top: 21px;
}

.voice-of-our-clients .user-review {
    background: #fafafa;
    border: 1px solid #cfcfcf;
    padding: 40px 70px 30px 70px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #717171;
    text-align: justify;
}

.voice-of-our-clients .user-review blockquote p {
    font-size: 15px;
    height: 84px;
    overflow: hidden;
}

.voice-of-our-clients .user-review footer {
    margin-top: 40px;
    text-align: right;
    font-size: 16px;
    color: #535353;
    font-style: initial;
    font-weight: bold;
}

.voice-of-our-clients .user-review .fa-quote-left {
    position: absolute;
    top: 34px;
    left: 30px;
    font-size: 24px;
    color: #777777;
}

.voice-of-our-clients .user-review .fa-quote-right {
    position: absolute;
    right: 30px;
    font-size: 24px;
    color: #777777;
    top: 110px;
}

/*FOOTER SECTION*/
footer.footer {
    background: #3a3a3a;
    color: #fff;
    /*footer-wrapper*/
    /*copy right*/
}

footer.footer .footer-wrapper {
    padding: 35px 0px 40px 0px;
}

footer.footer .footer-wrapper .footer-logo-section img {
    margin-bottom: 20px;
}

footer.footer .footer-wrapper .footer-logo-section p {
    font-weight: 300;
}

footer.footer .footer-wrapper .sub-footer h3 {
    font-size: 19px;
    margin-top: 17px;
    margin-bottom: 26px;
}

footer.footer .widget .menu li {
    margin-bottom: 5px;
}

.quick-support h3 {
    margin-bottom: 15px !important;
}

footer.footer .footer-wrapper .sub-footer ul.company li, footer.footer .footer-wrapper .sub-footer ul.general-info li {
    margin-bottom: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -mz-transition: all 0.3s;
    transition: all 0.3s;
}

footer.footer .footer-wrapper .sub-footer ul.company li a:hover, footer.footer .footer-wrapper .sub-footer ul.general-info li a:hover {
    color: #B5B3B3;
}

footer.footer .footer-wrapper .sub-footer ul.social-links li {
    display: inline-block;
    margin: 0px 1px;
    background: #3b5997;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -mz-transition: all 0.1s;
    transition: all 0.1s;
}

footer.footer .footer-wrapper .sub-footer ul.social-links li a {
    padding-top: 2px;
    width: 33px;
    height: 33px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 19px;
}

footer.footer .footer-wrapper .sub-footer ul.social-links li a i {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -mz-transition: all 0.1s;
    transition: all 0.1s;
}

footer.footer .footer-wrapper .sub-footer ul.social-links li:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -mz-transform: scale(1.05);
    transform: scale(1.05);
}

footer.footer .footer-wrapper .sub-footer ul.social-links li:hover i {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -mz-transform: scale(1.05);
    transform: scale(1.05);
}

footer.footer .footer-wrapper .sub-footer ul.social-links li:nth-child(2) {
    background: #29c5f6;
}

footer.footer .copy-right {
    background: #353535;
    padding: 15px;
    font-size: 12px;
}

.carousel-inner {
    width: 75%;
    overflow: hidden;
    margin: 0px auto;
}

.dark-footer,
.dark-footer a,
.dark-footer li,
.dark-footer li a,
.dark-footer p{
    color: #fff;
}

.dark-footer a:hover,
.dark-footer a:focus{
    color: #B5B3B3;
}


/*md device*/
@media (max-width: 1200px) {
    li.has-sub:before {
        right: 0px;
    }

    .carousel-control.right {
        right: 20px;
    }

    .carousel-control.left {
        left: 20px;
    }

    /*HEADER SECTION*/
    header {
        /*navigation menu*/
    }

    header nav > ul.navigation-menu > li > a {
        padding: 9px 13px;
    }

    /*SLIDER SECTION*/
    .banner-section .caption img.caption-image {
        width: 600px;
        top: 75px;
    }
    .banner-section article h1
    {
        font-size: 28px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .banner-section article h1 span
    {
        font-size: 18px;
        margin-bottom: -8px;
    }
    .banner-section article .button-collection
    {
        margin-top: 20px;
    }
    .banner-section .caption article {
        width: 400px;
    }

    .banner-section .caption article h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .banner-section .caption article h1 span {
        font-size: 20px;
    }

    .banner-section .caption article p {
        max-height: 48px;
        overflow: hidden;
    }

    .banner-section .caption article .button-collection {
        margin-top: 40px;
    }

    /*NEW RELEASE THEMES*/
    .new-release-themes .new-themes .theme 
    {
        width: 300px; 
    }
    .new-release-themes .new-themes .theme .display-wrapper
    {
        top: 11px;
        left: 10px;
        height: 156px;
        width: 281px;
    }

    /*VIEW ALL THEMES*/
    .view-all-themes {
        padding: 45px 0px;
    }

    .view-all-themes h2 {
        font-size: 25px;
    }

    .view-all-themes .description p {
        margin-bottom: 55px;
    }

    .view-all-themes button {
        padding: 12px 30px;
    }

    .voice-of-our-clients .img-cover {
        width: 150px;
        height: 150px;
        padding: 5px;
    }

    .voice-of-our-clients .user-review {
        padding: 28px 70px 24px 70px;
    }

    .voice-of-our-clients .user-review blockquote p {
        font-size: 14px;
    }

    .voice-of-our-clients .user-review .fa-quote-left {
        top: 20px;
    }

    .voice-of-our-clients .user-review .fa-quote-right {
        top: 100px;
    }

    .voice-of-our-clients .user-review footer {
        margin-top: 25px;
    }

    .voice-of-our-clients .carousel-control.right, .voice-of-our-clients .carousel-control.left {
        top: 36px;
    }

    .voice-of-our-clients .carousel-control.right img, .voice-of-our-clients .carousel-control.left img {
        margin-top: 0px;
    }

    footer.footer .footer-wrapper .footer-logo-section p {
        margin-left: 5px;
    }
}

/*for sm device*/
@media (max-width: 992px) {
    .mf-3 {
        float: none;
    }

    .mf-7 {
        float: none;
    }
    header .search-n-login button.menu {
        display: inline-block; } 
    header#header-section nav
    {
        display: none;
    }
    /*    header#header-section .search-n-login button.menu
        {
            float: right;
            margin-top: 8px;
            margin-left: 10px;
        }*/

    header#header-section .search-n-login .search .search-box {
        top: 102px;
    }

    header#header-section nav {
        width: 100%;
        background-color: #EAEAEA;
        margin-top: 15px;
    }

    header#header-section nav ul {
        float: right;
    }

    .banner-section .img-wrap {
        text-align: center;
    }

    .banner-section .img-wrap img {
        width: 70%;
        display: inline-block;
    }
    .view-all-themes button
    {
        padding: 10px 30px 12px
    }
    .banner-section article {
        text-align: center;
        margin-bottom: 50px;
    }
    .banner-section article h1
    {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .banner-section article h1 span {
        font-size: 24px;
        margin-bottom: 4px;
    }
    .banner-section {
        padding: 30px 0 0 0 !important;
    }

    .view-all-themes h2 {
        font-size: 22px;
    }

    .voice-of-our-clients .img-cover {
        display: inline-block;
        margin-bottom: 40px;
    }

    .voice-of-our-clients .carousel-control.right, .voice-of-our-clients .carousel-control.left {
        top: 35%;
    }

    /*NEW RELEASE THEMES*/
    .new-release-themes .new-themes .theme .display-wrapper {
        position: absolute;
        top: 11px;
        left: 10px;
        height: 158px;
        width: 280px;
        overflow: hidden; }
}
/*FOR ONLY SM DEVICE*/ 
@media (min-width: 769px) and (max-width: 992px)
{
    header#header-section nav > ul {
        float: right;
        padding-right: 30px;
    }    
    header#header-section nav > ul.navigation-menu > li > ul
    {
        top: 60px;
        left: -88px;
    }
    header#header-section.fixed nav > ul.navigation-menu > li > ul
    {    
        top: 48px !important;
    }
}
/*xs device*/
@media (max-width: 768px) {
    .mf-3 {
        width: 100%;
    }

    /*search overlay*/
    .search-overlay .fa-close {
        right: 15px;
        color: #fff;
        font-size: 30px;
        top: 13px;
    }
    .search-overlay input[type="text"] 
    {
        width: 60%;
        font-size: 20px;
    }
    .search-overlay .search button 
    {
        font-size: 25px;
    }
    .search-overlay .search 
    {
        width: 100%;
    }

    header .search-n-login button.menu {
        display: inline-block;
    }

    /*header section*/
    header#header-section .search-n-login {
        margin-top: 1px;
    }

    header#header-section .search-n-login button.menu {
        padding: 1.8px 9px;
        position: relative;
        top: 3px;
        font-size: 20px;
    }

    header#header-section .search-n-login .search .search-box {
        top: 51px;
    }

    header#header-section nav {
        width: 100%;
        display: none;
    }

    header#header-section nav > ul.navigation-menu {
        background-color: #ddd;
        margin-top: 0px;
        float: none;
    }

    header#header-section nav > ul.navigation-menu > li {
        display: block;
        border-bottom: 1px solid rgba(199, 199, 199, 0.99);
    }

    header#header-section nav > ul.navigation-menu > li a {
        text-align: left;
        display: block;
    }

    header#header-section nav > ul.navigation-menu > li > ul {
        position: initial;
        overflow: initial;
        max-height: 1000px;
        width: 100%;
        background-color: #F1F1F1;
        -webkit-box-shadow: 0px 0px 0px 0px #fff;
        -moz-box-shadow: 0px 0px 0px 0px #fff;
        -o-box-shadow: 0px 0px 0px 0px #fff;
        -mz-box-shadow: 0px 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px 0px #fff;
    }

    header#header-section nav > ul.navigation-menu > li > ul li a:hover {
        background: transparent;
    }

    header#header-section nav > ul.navigation-menu > li > ul li ul {
        position: relative;
        left: 0;
        overflow: initial;
        width: 100%;
        -webkit-box-shadow: 0px 0px 0px 0px #fff;
        -moz-box-shadow: 0px 0px 0px 0px #fff;
        -o-box-shadow: 0px 0px 0px 0px #fff;
        -mz-box-shadow: 0px 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px 0px #fff;
    }

    header#header-section nav > ul.navigation-menu > li > ul li:hover ul {
        width: 100%;
        -webkit-box-shadow: 0px 0px 0px 0px #fff;
        -moz-box-shadow: 0px 0px 0px 0px #fff;
        -o-box-shadow: 0px 0px 0px 0px #fff;
        -mz-box-shadow: 0px 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px 0px #fff;
    }

    header#header-section nav > ul.navigation-menu > li:hover ul {
        -webkit-box-shadow: 0px 0px 0px 0px #fff;
        -moz-box-shadow: 0px 0px 0px 0px #fff;
        -o-box-shadow: 0px 0px 0px 0px #fff;
        -mz-box-shadow: 0px 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px 0px #fff;
        border-top: 2px solid transparent;
    }

    header#header-section nav > ul.navigation-menu > li.has-sub:before {
        right: 15px;
    }

    .user-and-review .carousel-inner {
        width: 70%;
    }

    footer .footer-logo-section {
        background-color: rgba(255, 255, 255, 0.05);
        padding: 15px 25px;
        text-align: center;
    }

    footer .footer-logo-section img {
        display: inline-block;
    }

    footer .sub-footer .company-wrap, footer .sub-footer .general-info-wrap, footer .sub-footer .social-links-wrap {
        background-color: rgba(255, 255, 255, 0.05);
        padding: 15px 25px;
        margin: 15px 0px;
        text-align: center;
    }
}

/*for maintain header error*/
@media (max-width: 505px)
{
    .header-wrapper
    {
        margin-top: 37px;
    }
    header#header-section.fixed
    {
        top: 69px;
    }
    header#header-section .col-xs-6 {
        width: 100% !important;
        text-align: center;
        margin-bottom: 14px;
    }
    header#header-section .col-xs-6 img
    {
        display: inline-block;
    }
    header#header-section .search-n-login
    {
        width: 100%;
        text-align: center;
    }
    header#header-section.fixed 
    {
        top: 70px !important;
    }
}
/*MOBILE*/
@media (max-width: 410px) {
    header#header-section .col-xs-6 {
        width: 100%;
        text-align: center;
    }

    header#header-section .col-xs-6 img {
        display: inline-block;
    }

    header#header-section .search-n-login {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    header#header-section .search-n-login .search .search-box {
        top: 48px;
        right: -175px;
    }

    .banner-section .img-wrap img {
        width: 90%;
    }

    .banner-section article h1 {
        font-size: 26px;
        margin-top: 30px;
    }

    .banner-section article h1 span {
        font-size: 22px;
        display: block;
        line-height: 22px;
    }

    .banner-section article .button-collection {
        margin-top: 35px;
    }

    .banner-section article .button-collection button {
        margin-bottom: 10px;
    }

    /*NEW RELEASE THEMES*/
    .new-release-themes .new-themes .theme {
        width: initial; }

    .new-release-themes .new-themes .theme h4 {
        font-size: 22px;
        margin-top: 25px; }
    .new-release-themes .new-themes .theme img.frame {
        width: 223px;
        height: 176px; }
    .new-release-themes .new-themes .theme .display-wrapper {
        top: 8px;
        left: 7px;
        height: 114px;
        width: 209px; } 

    .user-and-review .carousel-inner .item .col-xs-10 {
        width: 100%;
    }

    .user-and-review .carousel-inner .item .col-xs-10 .user-and-review {
        padding: 0px;
        padding: 5px;
    }

    .voice-of-our-clients .user-review {
        padding: 5px;
    }

    .voice-of-our-clients .user-review i {
        display: none;
    }
    header#header-section .search-n-login .search .search-box{
        right: -207px;
    }
}


/*# sourceMappingURL=main.css.map */

/*added banner in inner page */
.site-banner {
    text-align: center;
    background-color: #E74C3C;
    padding: 20px 0;
}

.site-banner h1 {
    color: #fff;
}
/*:::::::::::::::::::::::::::::::::::::::::::25th AUG 2015:::::::::::::::::::::::::::::::::::::::::*/
header nav > ul.navigation-menu > li > ul{
    top: 62px;
}

header#header-section.fixed nav > ul.navigation-menu > li > ul{
    top:51px;
}
header .search-n-login .search .search-box{
    top: 64px !important;
}
.products li a h3 {
    text-align: center !important;
}
.products li{
    margin-bottom: 20px;
}
.woocommerce .star-rating span::before {
    font-family: star;
}
.product-content {
    float: left;
    width: 73%;
}
#secondary{
    width: 24% !important;
}
/*.free{
    background: #9a0606;
    color: #fff;
    font-size: 18px;
    left: -8px;
    padding: 5px 31px;
    position: absolute;
    top: 11px;
    transform: rotate(-45deg);
}*/
span.free,
span.premium {
    position: absolute;
    top: 20px;
    left: 5px;
    color: #fff;
    padding: 7px 15px;
    min-width: 110px;
}

span.free:after ,
span.premium:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 10px solid transparent;   
    border-bottom: 10px solid transparent;      
    border-right: 10px solid #E74C3C;
    bottom: -10px;
    left: 0;
}
span.free{ background-color: #E74C3C;}
span.premium {background-color: #078888;}
span.premium:after {
    border-right: 10px solid #078888;}

.wpcf7-form-control-wrap {
    display: block;
}

.entry-content input[type="text"], 
.entry-content input[type="email"]{
    margin-bottom: 20px !important;
}
#text-6.widget{
    margin: 0 !important;
}

header .search-n-login .search .search-box form button{
    padding: 8px 10px;
}
/*::::::::::::::::::::::::::::::::::::::::FOR BLOG:::::::::::::::::::::::::::::::::::::::::::*/
.entry-title-blog{
    font-size: 26px;
    line-height:32px;
    font-weight: normal;
}
.entry-title-blog a{
    color:#078888;
    font-size: 100%;
}
.entry-title-blog a:hover{
    color:#ed4a39;
}
.short-content{
    font-size: 16px;
    line-height: 24px;
    margin-top: 26px;
    color: #666;
}
.short-content p{
    font-size: 100%;
}
.blog-footer{
    border: 1px solid #eaeaea;
    font-size: 14px;
    color: #666;
    margin: 0 0 20px;
}
.blog-footer .post-attribut{
    float: left;
    padding: 5px 0 5px 10px;
    margin-right: 15px;
}
.blog-footer .post-attribut a{
    color: #666;
}
.blog-footer .post-attribut a:hover{
    color:#ed4a39;
}
.post-attribut .readmore-button{
    background-color: #078888;
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
    padding: 8px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.post-attribut .readmore-button:hover{
    background-color:#ed4a39;
}
.post-attribut.button-readmore{
    float: right;
    margin-right: 0;
}
.post-attribut.button-readmore{padding:0;}
.post-attribut.button-readmore a{display:inline-block;}
.blog #primary{
    width: 73%;
}
.single-block-blog{
    border: 1px solid #eaeaea;
    padding: 0 20px 20px;
    margin-bottom: 75px;
}




/*::::::::::::::::::::::::::::::::23 september 2015:::::::::::::::::::::::::::*/

.shop .theme-image .option .preview,
.shop .theme-image .option .detail{
    border-radius: 3px;
    color: #ffffff;
    margin: 0 5px;
    padding: 8px 12px;
    position: relative;
    top: -134px;
    transition: all 0.5s ease 0s;
    /* left: 56px;*/
}
.shop .theme-image .option .preview{
    background-color: #e74c3c; 
    top: -134px;
}
.shop .theme-image .option .detail{
    background-color: #018483;
}

.shop .theme-image .shop_hover{
    display: block;
    border: 4px solid #ddd;
    overflow: hidden;
    position: relative;
}

.shop .theme-image .shop_hover .item_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) !important;
    display: none;
    z-index: 1;
}

.shop .theme-image .shop_hover:hover .item_bg{
    display: block;
}

.shop .option .shop_hover,
.shop .option{
    /*   opacity: 0 !important;*/
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
}

.shop .option{
    z-index: 3 !important;
    position: relative;
}

.shop .theme-image .block-animated:hover .option{
    opacity: 1 !important;
}
.shop .theme-image .block-animated:hover img{
    -webkit-transform: rotate(-5deg) scale(1.15);
    -moz-transform: rotate(-5deg) scale(1.15);
    transform: rotate(-5deg) scale(1.15);
    transition: all 0.5s ease-in-out 0s;
    background-color: rgba(0, 0, 0, 0.8) !important;
    opacity: 1;
}

.shop .shop-hover img{margin-bottom:0 !important;}
span.free, span.premium{
    z-index: 2!important;
}

.shop .theme-image .option .preview{
    left: -350px;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -transition: all 0.5s !important;
    display: inline-block;
}

.shop .theme-image .option .detail{
    right: -350px;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -transition: all 0.5s !important;
    display: inline-block;
}

.shop_hover:hover .preview{left: 0 !important;}
.shop_hover:hover .detail{right: 0 !important;}

.shop .theme-image .shop_hover .wp-post-image{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.single-product .banner-image-bg{
    background-image: url("../img/detail-slider-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 55px;
    padding: 20px 0;
}
.single-product .quantity{
    display: none;
}

.single-product .product_title.entry-title{
    color: #e03a2b;
    font-size: 41px;
    font-weight: 400;
    margin: 40px 0 15px !important;
    text-transform: uppercase;
}

.single-product .banner-image-bg p{
    font-size: 15px;
    margin-bottom: 30px;
}

.single-product .single_button,
.single_add_to_cart_button.single_button.button.alt.get_the_product,
.single_add_to_cart_button.single_button.button.alt{
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin-right: 5px;
    padding: 9px 18px;
    text-transform: capitalize;
    vertical-align: middle;
}

.single_add_to_cart_button.single_button.button.alt{
  /*  padding: 11px 18px !important;*/
    background-color: #0f9a53;
    border:1px solid #0f9a53;
}

.single_add_to_cart_button.single_button.button.alt:hover{
    background-color: #08733c;
    border:1px solid #08733c;
}

.single-product .single_button i{
    margin-left: 5px;
}
.preview.single_button{
    background: #028385;
    border:1px solid #028385;
}
.preview.single_button:hover{
    background-color: #025556;
}
.documentation.single_button{
    
}

.documentation.single_button:hover{
    background-color: #cc2f21;
}

.single-product .amount{
    color: #038c46;
    display: inline-block;
    font-size: 65px;
    margin-top: 20px !important;
}

.home .feature > article{
    cursor: auto;
}

.single-product .facebook-share{
    margin-top: 20px;
    text-align: center;
}

.group-blog .page-header{
    padding-left: 20px;
    padding-right: 20px;
}

.carousel-indicators{
    z-index: 1!important;
}

header#header-section .search-n-login button.menu{
    padding: 4px 9px 5px;
    border: solid 1px #ccc;
    color: #111;
    border-radius: 3px;
}


header .search-n-login .search .search-box form input{
    height: 37px !important;
}

@media screen and (max-width: 767px){
    #secondary{
        width: 100% !important;
    }
    .home .theme-features h3{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 423px){
    .single-product .single_button,
    .single_add_to_cart_button.single_button.button.alt{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;

    }
}

@media screen and (max-width: 351px){
    .home .banner-section article .button-collection a.live-preview{
        margin-bottom: 10px;
    }
}


/*:::::::::::::::::::::::::::::::::1st OCT 2015::::::::::::::::::::::::::::::*/
.unique-feature h2{
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0 0 50px;
    position: relative;
    text-transform: uppercase;
}

.unique-feature h2:before{
    background-color: #e74e3e;
    bottom: -8px;
    content: "";
    height: 3px;
    left: 1px;
    position: absolute;
    width: 60px;
}


.feature {
    margin-bottom: 25px;
}

.feature .icon{
    border-radius: 50%;
    color: #797878;
    font-size: 45px;
    height: 100px;
    line-height: 95px;
    text-align: center;
    width: 100px;
    transition:all 0.6s linear 0s;
}


.feature:hover .icon{
    transform: rotate(15deg);
}

.righ-section.product-right-section .product-theme-detail{
    background-color: #f05142;
    border-radius: 3px;
    color: #ffffff;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 20px 30px;
    position: relative;
}


.righ-section.product-right-section .product-theme-detail:after{
    background-image: url("../img/gear2.png");
    background-repeat: no-repeat;
    content: "";
    height: 100px;
    position: absolute;
    right: -32px;
    top: -16px;
    transition: all 2s ease 0s;
    width: 100px;
}

.righ-section.product-right-section .product-theme-detail:hover:after{
    right: -20px;
    top: -5px;
}

.righ-section.product-right-section .product-theme-detail:before{
    background-image: url("../img/gear1.png");
    background-repeat: no-repeat;
    bottom: -76px;
    content: "";
    height: 200px;
    position: absolute;
    right: -23px;
    transition: all 2s ease 0s;
    width: 200px;
}


.righ-section.product-right-section .product-theme-detail:hover:before{
    bottom: -60px;
    right: -17px;
}

.righ-section.product-right-section .icon{
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    float: left;
    height: 30px;
    line-height: 27px;
    margin-right: 12px;
    text-align: center;
    width: 30px;
}

.righ-section.product-right-section .product-theme-detail h2{
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.theme-detail h3{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    position: relative;
}

.theme-detail h3:after{
    background-color: #ffffff;
    bottom: -20px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 14px;
}

.theme-detail h3:before{
    background-color: #ffffff;
    bottom: -20px;
    content: "";
    height: 20px;
    position: absolute;
    width: 1px;
}

/*:::::::::::::::::::::::::::::::::2nd OCT 2015::::::::::::::::::::::::::::::*/

.detail.theme-detail{
    float: left;
    width: 85%;
}

.detail.theme-detail > section{
    margin-left: 20px;
    margin-top: 10px;
}

.list.clearfix{
    margin-bottom: 15px;
}

.product-browser-compatibility{
    background-color: #eaeaea;
    border-radius: 3px;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 20px 30px;
    position: relative;
}

.product-browser-compatibility:hover:after{
    right: -90px;
    top: -70px;
}
.product-browser-compatibility h2,
.product-commom.feature h2{
    color: #484848;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.product-browser-compatibility:after{
    background-image: url("../img/browser.png");
    background-repeat: no-repeat;
    content: "";
    height: 200px;
    position: absolute;
    right: -105px;
    top: -75px;
    transition: all 2s ease 0s;
    width: 200px;
}

.product-browser-compatibility .fa{
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.product-browser-compatibility ul li:first-child{color:#788fb8;}
.product-browser-compatibility ul li:nth-child(2){color:#e07932;}
.product-browser-compatibility ul li:nth-child(3){color:#017db3;}
.product-browser-compatibility ul li:nth-child(4){color:#e6433c;}
.product-browser-compatibility ul li:nth-child(5){color:#cd110f;}
.product-browser-compatibility ul li{
    cursor: pointer;
    float: left;
    font-size: 40px;
    list-style: outside none none;
    margin-right: 8px;
}
.product-browser-compatibility ul li:hover{transform: scale(1.3);}
.product-commom.feature{
    background-color: #eaeaea;
    border-radius: 3px;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 20px 30px;
    position: relative;
}

.product-commom.feature ul li{
    background: rgba(0, 0, 0, 0) url("../img/bullet.png") no-repeat scroll left center;
    color: #414141;
    font-size: 15px;
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 30px;
}

.single-product-description h2:before{
    background-color: #e74e3e;
    bottom: -8px;
    content: "";
    height: 3px;
    left: 1px;
    position: absolute;
    width: 60px;
}

.single-product-description h2{
    font-size: 26px; 
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0 0 50px;
    position: relative;
    text-transform: uppercase;
}

.chatNoxStickybar .stickybar-container .stickybar-logo{
    background: inherit !important;
}


/*.update_to_pro.single_button{
    margin-bottom:5px;
}*/

.get_the_document{
    background-color: #28739b;
    border:1px solid #28739b;
    color:#fff !important;
}
.get_the_document:hover{
    background: #28739b;
    border:1px solid #28739b;
    color: #fff!important;
}
form.cart .button{
    float:none !important;
}


/* added css for font inner detail page 2015-10-30 */
.single-product .product_title.entry-title{
    font-size:41px;
    color:#000;
    opacity:0.5;
    font-weight:600;
}

.single-product .amount{
    font-size:40px;
    font-weight:600;
}

#wnb-bar{
    line-height:28px;
}

.wnb-bar-button{
    font-size: 13px;
    line-height: 16px;
    padding: 5px 6px;
}

.unique-feature:before,
.unique-feature:after{
    content: '';
    clear: both;
    display: block;
}

.feature .icon{
    margin:0 auto;
}

.feature.col-md-6{
    text-align:center;
    display:inline-block;
    float:none;
    width:48%;
}

.btn.update-to-pro h2{
    background: #028385;
    border-radius: 10px;
    color: #ffffff  ;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.btn.update-to-pro h2:hover{
    background: #025556  ;

}
.update-pro{
    margin-bottom: 25px;
}
.btn.update-to-pro h2{
    background-color: #EAEAEA;
    color: #484848;
    border-radius: 3px;
    font-weight: normal;
    text-transform: uppercase;
}
.btn.update-to-pro h2:hover{
    background-color: #ccc;
}
.get_the_update{
    background:#038c46;
    border:1px solid #038c46;
}
.get_the_update:hover{
    background: #006230 !important;
    border: 1px solid #006230;
}
.get_the_download{
    background:#cc2f21;
    border:1px solid #cc2f21;
}
.get_the_download:hover{
    background:#a80e01;
    border:1px solid #a80e01;
}
.get_pro_version{
    border:1px solid #666;
    color:#666 !important;
    background: #0f9a53;
     border:1px solid #666;
}
.get_pro_version:hover{
    background: #28739b !important;
    border: 1px solid #28739b;
    color: #fff !important;
}
.get_the_product{
    padding: 11px 18px;
}
/*.preview.single_button.get_the_preview{
    padding: 9px 18px 11px !important;
}*/

/* Added by ashokmhrj*/

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
  border-color: #1a7576;
}

.resp-sharing-button--xing:hover
.resp-sharing-button--xing:active {
  background-color: #114C4C;
  border-color: #114C4C;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--hackernews {
  background-color: #FF6600;
  border-color: #FF6600;
}

.resp-sharing-button--hackernews:hover
.resp-sharing-button--hackernews:active {
  background-color: #FB6200;
  border-color: #FB6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
  border-color: #507299;
}

.resp-sharing-button--vk:hover 
.resp-sharing-button--vk:active {
  background-color: #43648c;
  border-color: #43648c;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}

