

/**--------------------HEADER MENU AND SEARCH ----------------**/
.login-register > li{
    border-right: none;
}
.login-register > li > a {
    font-size: 11px;
    text-transform: uppercase;
    padding: 11px 7px 0px 7px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
    display: block;
    line-height: 19px;
    border-radius: 4px;
    height: 38px;
    border: 1px solid #EAEAEA;
}
.login-register > li > a:hover{
    background:#579EE4;
    color: white;
}
.login-register{
    margin-top:22px;
    float: right;
}
.nav span {
    margin: 0 2px;
}
.header-search-bar{
    margin-top:25px;
}
@media (min-width: 800px){
    .flexnav > li > a {
        background: none;
        color: #858585;
        height: 10px;
        line-height: 41px;
        padding: 0 14px;
    }

}
.header-search-bar input{
    width:83%;
    padding-left: 6px;
}
@media (max-width: 400px){

    .xdsoft_autocomplete{
        width:100%;
    }
    .nav span{
        display: none;
    }
}
@media (min-width: 800px) {
    .flexnav > li > a:hover {
        background: none;
        color: black;
    }
}
@media (max-width: 800px){
    .header-search-bar input{
           width: 69%;
    }
    .nav span{
        display: none;
    }
}
/**-----END ----HEADER MENU AND SEARCH--------------**/

/**-----PRODUCT BOX INNER STYLES--------------**/
.product-thumb .product-price {
    font-weight: 600;
    color: #579EE4;
    padding: 0 7px;
    background: #FFFFFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #579EE4;
}
.btn-cart{
    padding: 7px 12px 7px 12px;
    background: -moz-linear-gradient(top,#41B1E6,#1F93C8);
    background: -webkit-gradient(linear,0 0,0 56%,from(#41B1E6),to(#1F93C8)); /*chrome,safari4+*/
    color: white;
}
.btn-cart:hover{
    padding: 7px 12px 7px 12px;
    background: -moz-linear-gradient(top,#41B1E6,#1F93C8);
    background: -webkit-gradient(linear,0 0,0 56%,from(#41B1E6),to(#1F93C8));
    color: white;
    border: 1px solid #4EB1DE;
}
.btn-apply{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: 7px 12px 7px 12px;
    background: -moz-linear-gradient(top,#5ACD7A,#3EBC4A);
    background: -webkit-gradient(linear,0 0,0 56%,from(#5ACD7A),to(#3EBC4A));
    color: white;
}
.btn-apply:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: 7px 12px 7px 12px;
    background: -moz-linear-gradient(top,#5ACD7A,#3EBC4A);
    background: -webkit-gradient(linear,0 0,0 56%,from(#5ACD7A),to(#3EBC4A));
    color: white;
    border-color: #49C35D;
}

.btn-details{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: 7px 12px 7px 12px;
    background: -moz-linear-gradient(top,#5EB5DE,#45A0C9);
    background: -webkit-gradient(linear,0 0,0 56%,from(#5EB5DE),to(#45A0C9));
    color: white;

}
.btn-details:hover{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: 7px 12px 7px 12px;
    background: -moz-linear-gradient(top,#5EB5DE,#45A0C9);
    background: -webkit-gradient(linear,0 0,0 56%,from(#5EB5DE),to(#45A0C9));
    color: white;
    border: 1px solid #4EB1DE;
}

/**-----PRODUCT BOX INNER STYLES-------END-------**/


/*---------------LOADER-------------*/
.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.big_loader,
.big_loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 3px solid rgb(87, 158, 228);
    border-right: 3px solid rgb(87, 158, 228);
    border-bottom: 3px solid rgb(255, 255, 255);
    border-left: 3px solid #579EE4;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 3em;
    height: 3em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*-------------Loader-END--------*/

.header-search-bar label {
    margin-right: 6px;
    margin-bottom: 0;
    padding-left: 1px;
    color: #579EE4;
}
/*-----course specific page--*/
.course-title{
    padding-top: 10px;
    font-size: 23px;
}
.course-image{
    border-radius: 3px;
    border: 3px solid white;
    webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
}

/* 08. Icon Boxes
   ---------------------------------------------------------------------------*/
.icon-box {
    overflow: hidden;
}
.icon-box h1,
.icon-box h2,
.icon-box h3,
.icon-box h4,
.icon-box h5,
.icon-box h6 {
    margin: 20px 0 15px 0;
}
.icon-box.icon-lg .icon-content {
    width: 110px;
    height: 110px;
    font-size: 4.5em;
}
.icon-box.icon-lg .icon-content .fa {
    line-height: 110px;
}
.icon-box.icon-md .icon-content {
    width: 95px;
    height: 95px;
    font-size: 4em;
}
.icon-box.icon-md .icon-content .fa {
    line-height: 95px;
}
.icon-box.icon-sm .icon-content {
    width: 75px;
    height: 75px;
    font-size: 3.2em;
}
.icon-box.icon-sm .icon-content .fa {
    line-height: 75px;
}
.icon-box.icon-xs .icon-content {
    width: 40px;
    height: 40px;
    font-size: 1.7em;
    line-height: 1.7em;
}
.icon-box.icon-xs .icon-content .fa {
    line-height: 45px;
}
.icon-box.fixed-section {
    position: absolute;
    top: -40px;
}
.icon-box .icon-content {
    display: block;
    float: left;
    text-align: center;
    max-width: 100%;
    vertical-align: middle;
}
.icon-box.icon-lg .icon-box-content {
    margin: 0 0 0 135px;
}
.icon-box.icon-md .icon-box-content {
    margin: 0 0 0 120px;
}
.icon-box.icon-sm .icon-box-content {
    margin: 0 0 0 100px;
}
.icon-box.icon-xs .icon-box-content {
    margin: 0 0 0 50px;
}
.icon-box.icon-xs .icon-box-content h1,
.icon-box.icon-xs .icon-box-content h2,
.icon-box.icon-xs .icon-box-content h3,
.icon-box.icon-xs .icon-box-content h4,
.icon-box.icon-xs .icon-box-content h5,
.icon-box.icon-xs .icon-box-content h6 {
    margin: 10px 55px 20px 0;
}
.icon-box.icon-xs .icon-box-content .info-title {
    margin: 10px 0 2px 0;
}
.icon-box.icon-xs .icon-box-content p {
    margin: 0;
}
.icon-box.icon-horizontal {
    text-align: center;
}
.icon-box.icon-horizontal .icon-content {
    float: none;
    margin: auto;
    display: inline-block;
}
.icon-box.icon-horizontal .icon-box-content {
    margin: 0;
}
.icon-gradient:nth-child(2) h1,
.icon-gradient:nth-child(2) h2,
.icon-gradient:nth-child(2) h3,
.icon-gradient:nth-child(2) h4,
.icon-gradient:nth-child(2) h5,
.icon-gradient:nth-child(2) h6 {
    color: #98c7f1;
}
.icon-gradient:nth-child(2) .icon-content {
    background-color: #98c7f1;
}
.icon-gradient:nth-child(3) h1,
.icon-gradient:nth-child(3) h2,
.icon-gradient:nth-child(3) h3,
.icon-gradient:nth-child(3) h4,
.icon-gradient:nth-child(3) h5,
.icon-gradient:nth-child(3) h6 {
    color: #98a9f1;
}
.icon-gradient:nth-child(3) .icon-content {
    background-color: #98a9f1;
}
.icon-gradient:nth-child(4) h1,
.icon-gradient:nth-child(4) h2,
.icon-gradient:nth-child(4) h3,
.icon-gradient:nth-child(4) h4,
.icon-gradient:nth-child(4) h5,
.icon-gradient:nth-child(4) h6 {
    color: #a498f1;
}
.icon-gradient:nth-child(4) .icon-content {
    background-color: #a498f1;
}
.icon-gradient:nth-child(5) h1,
.icon-gradient:nth-child(5) h2,
.icon-gradient:nth-child(5) h3,
.icon-gradient:nth-child(5) h4,
.icon-gradient:nth-child(5) h5,
.icon-gradient:nth-child(5) h6 {
    color: #c298f1;
}
.icon-gradient:nth-child(5) .icon-content {
    background-color: #c298f1;
}
.icon-gradient:nth-child(6) h1,
.icon-gradient:nth-child(6) h2,
.icon-gradient:nth-child(6) h3,
.icon-gradient:nth-child(6) h4,
.icon-gradient:nth-child(6) h5,
.icon-gradient:nth-child(6) h6 {
    color: #df98f1;
}
.icon-gradient:nth-child(6) .icon-content {
    background-color: #df98f1;
}
.icon-gradient:nth-child(7) h1,
.icon-gradient:nth-child(7) h2,
.icon-gradient:nth-child(7) h3,
.icon-gradient:nth-child(7) h4,
.icon-gradient:nth-child(7) h5,
.icon-gradient:nth-child(7) h6 {
    color: #f198e5;
}
.icon-gradient:nth-child(7) .icon-content {
    background-color: #f198e5;
}
.icon-gradient:nth-child(8) h1,
.icon-gradient:nth-child(8) h2,
.icon-gradient:nth-child(8) h3,
.icon-gradient:nth-child(8) h4,
.icon-gradient:nth-child(8) h5,
.icon-gradient:nth-child(8) h6 {
    color: #f198c7;
}
.icon-gradient:nth-child(8) .icon-content {
    background-color: #f198c7;
}
.icon-gradient:nth-child(9) h1,
.icon-gradient:nth-child(9) h2,
.icon-gradient:nth-child(9) h3,
.icon-gradient:nth-child(9) h4,
.icon-gradient:nth-child(9) h5,
.icon-gradient:nth-child(9) h6 {
    color: #f198a9;
}
.icon-gradient:nth-child(9) .icon-content {
    background-color: #f198a9;
}
.icon-gradient:nth-child(10) h1,
.icon-gradient:nth-child(10) h2,
.icon-gradient:nth-child(10) h3,
.icon-gradient:nth-child(10) h4,
.icon-gradient:nth-child(10) h5,
.icon-gradient:nth-child(10) h6 {
    color: #f1a498;
}
.icon-gradient:nth-child(10) .icon-content {
    background-color: #f1a498;
}

/* Start icon box*/
.icon-box h1,
.icon-box h2,
.icon-box h3,
.icon-box h4,
.icon-box h5,
.icon-box h6 {
    color: #646464;
    font-size:21px;
    text-align: center;
}
.icon-box .light {
    color: #ffffff;
}
.icon-box .icon-content {
    background-color: #39A3DC;
    color: #ffffff;
}
.icon-box .icon-content.inverter {
    background: #ffffff;
    color: #39A3DC;
}
.icon-gradient .icon-content {
    background-color: #39A3DC;
}
/* End icon box */

.user-login .user-box{
    position: absolute;
    z-index: 10;
    width: 180px;
    padding: 10px 15px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 1px;
    overflow: hidden;
}
.user-login .user-box .user-box-items{
    padding: 0;
    margin: 0;
    list-style: none;

}
.user-login .user-box .user-box-items > li{
    margin-bottom: 6px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #E8E8E8;
}
.user-login:hover .user-box {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    height: auto;
    overflow: visible;
}



.user-login > .user-box > .user-box-items > li > a [class^="fa fa-"]{
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    margin-right: 7px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    font-size: 15px;
    line-height: 0;
    position: relative;
}
.user-login > .user-box > .user-box-items > li > a:hover{
    color: #579EE4;
}
/*--------------------ABOUT US PAGE------------------*/
.custom-well{
    padding: 24px;
    background: rgba(251, 251, 251, 0.65);
    border-radius: 3px;
    border: 3px solid white;
}
.col-centered{
    float: none;
    margin: 0 auto;
}

/*--------tabs---*/
.nav-pills-custom > li.active > a,
.nav-pills-custom > li.active > a:hover,
.nav-pills-custom > li.active > a:focus,
.nav-pills-custom > li > a:hover {
    background-color: #55acee;
    border-color: #55acee;
    color: #ffffff;
}
.nav-pills-custom > li > a {
    border-radius: 0;
    padding: 8px 20px;
    border: 1px solid #cacaca;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    word-spacing: 3px;
    letter-spacing: 0.3px;
}
/*---------tabs end-----*/

.member-content .social-content li a{
    display:inline-block;
    padding:0;
    min-width:40px;
    height:40px;
    font-size:21px;
    line-height:40px;
    color:#5cc9df;
    border-radius:5px;
    box-shadow:0 3px 0 0 transparent;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.member-content .details {
    margin:20px 0 0 20px;
    position:relative;
    padding:30px;
    padding-left:100px;
    background:#f5f5f5;
    border-radius:10px;
    box-shadow:5px 5px 0 rgba(0,0,0,0.08);
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.member-content {
    margin-bottom:30px;
}

.member-thumb{
    text-align:center;
}

.member-thumb h4{
    font-size:21px;
    margin:10px 0;
}

.member-thumb .title{
    font-size:18px;
    margin:10px 0;
    color:#5CC9DF;
    text-align:center;
}



.member-content:hover .details {
    background:#5bc0de;
    color:#fff;
}

.member-content.right .details {
    margin:20px 20px 0 0;
    box-shadow:-5px 5px 0 rgba(0,0,0,0.08);
}

.member-content .details:after {
    display:block;
    content:"";
    position:absolute;
    left:-18px;
    top:30px;
    width:0px;
    height:0px;
    background:transparent;
    border:20px solid transparent;
    border-left:20px solid #f5f5f5;
    box-shadow:-3px 0 0 rgba(0,0,0,0.08);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transition:border-left-color .3s ease-out;
    transition:border-left-color .3s ease-out;
}

.member-content.right .details:after {
    position:absolute;
    left:auto;
    right:-17px;
    border-left:20px solid transparent;
    border-right:20px solid #f5f5f5;
    box-shadow:3px 0 0 0 rgba(0,0,0,0.08);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:border-right-color .3s ease-out;
    transition:border-right-color .3s ease-out;
}

.member-content:hover .details:after {
    border-left-color:#5CC9DF;
}

.member-content.right:hover .details:after {
    border-left-color:transparent;
    border-right-color:#5CC9DF;
}

.member-content .details:before {
    display:block;
    content:"\201D";
    position:absolute;
    left:20px;
    top:50px;
    font-size:120px;
    font-weight:800;
    line-height:60px;
    font-family:Arial;
    color:#5cc9df;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.member-content:hover .details:before {
    color:#fff;
}

.member-content .social-content {
    list-style:none;
    margin:0;
    padding:0;
}

.member-content .social-content li {
    display:inline;
    text-align:center;
    margin:0 2px;
}

.member-content:hover .social-content li a {
    color:#fff;
}

.member-content .social-content li a:hover{
    background:#fff;
    color:#5cc9df;
    box-shadow:0 3px 0 0 rgba(0,0,0,0.05);
}

.advisory-para{
    font-size: 16px;
    letter-spacing: 0.3px;
    word-spacing: 3px;
    text-align: justify;
    font-weight: 300;
}


/*contact tab details address */
.address {
    font-size: 16px;
    font-weight: 300;
}
/*end*/

/* Social Links
---------------------------------- */
.social-links {
    padding: 0;
    list-style: none;
    margin: 15px 0;
}
.social-links li {
    margin: 10px 25px 10px 0;
    display: inline-block;
    font-size: 20px;
}
.social-links li a {
    color: #333333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
    color: #55acee;
}
.social-links li.skype a:hover {
    color: #00aff0;
}
.social-links li.linkedin a:hover {
    color: #0976b4;
}
.social-links li.googleplus a:hover {
    color: #dd4b39;
}
.social-links li.youtube a:hover {
    color: #b31217;
}
.social-links li.flickr a:hover {
    color: #ff0084;
}
.social-links li.facebook a:hover {
    color: #3b5998;
}
.social-links li.pinterest a:hover {
    color: #cb2027;
}

/*--------------------END ABOUT US PAGE-------------*/
.specific-course-thumbnail{
display: block;
padding: 4px;
width: 85%;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-thumb .product-price-list > li, .product-thumb .product-actions-list > li{
    margin-bottom: 3px;
}


/*---------microsite --------*/
#slide-1 {
    background-image: url('http://sysweave.net/beta/epravesh1/images/banner.jpg');
    color: #ffffff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    background-attachment: relative;
    background-position: center center;
}
.img-top {
    height: 267px;
    border: 4px solid #6fa3e7;
    border-radius: 3px;
    border-bottom: none;
}

.calendar {
    margin:.25em 10px 10px 0;
    padding-top:5px;
    float:left;
    width:80px;
    background:#ededef;
    background:-webkit-gradient(linear,left top,left bottom,from(#ededef),to(#ccc));
    background:-moz-linear-gradient(top,#ededef,#ccc);
    font:bold 30px/60px Arial Black,Arial,Helvetica,sans-serif;
    text-align:center;
    color:#000;
    text-shadow:#fff 0 1px 0;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    position:relative;
    -moz-box-shadow:0 2px 2px #888;
    -webkit-box-shadow:0 2px 2px #888;
    box-shadow:0 2px 2px #888
}

.calendar em {
    display:block;
    font:normal bold 11px/30px Arial,Helvetica,sans-serif;
    color:#fff;
    text-shadow:#00365a 0 -1px 0;
    background:#04599a;
    background:-webkit-gradient(linear,left top,left bottom,from(#04599a),to(#00365a));
    background:-moz-linear-gradient(top,#04599a,#00365a);
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
    border-top:1px solid #00365a
}

.calendar:before,.calendar:after {
    content:'';
    float:left;
    position:absolute;
    top:5px;
    width:8px;
    height:8px;
    background:#111;
    z-index:1;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -moz-box-shadow:0 1px 1px #fff;
    -webkit-box-shadow:0 1px 1px #fff;
    box-shadow:0 1px 1px #fff
}

.calendar:before {
    left:11px
}

.calendar:after {
    right:11px
}

.calendar em:before,.calendar em:after {
    content:'';
    float:left;
    position:absolute;
    top:-5px;
    width:4px;
    height:14px;
    background:#dadada;
    background:-webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#aaa));
    background:-moz-linear-gradient(top,#f1f1f1,#aaa);
    z-index:2;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px
}

.calendar em:before {
    left:13px
}

.calendar em:after {
    right:13px
}
.well-sm{
    padding: 30px;
}
.btn-nav{
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e0e1db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-nav:hover {
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    background: rgb(122, 180, 238);
}

.btn-nav.active {
    border-left: 0;
    border-right: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -moz-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -ms-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -o-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 0.9s linear infinite;
    border-bottom: 4px solid #428bca;
}

.btn:active, .btn.active {
    outline: 0;
   /* background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;*/
}
/*--------microsite end---------*/

.mfp-wrap{
    z-index:1600;
}
.xdsoft_autocomplete_dropdown{
    height: 300px;
}

.xdsoft_autocomplete_dropdown::-webkit-scrollbar {
    width: 12px;
}

.xdsoft_autocomplete_dropdown::-webkit-scrollbar-track {
    background: white;

    border-radius: 1px;
}

.xdsoft_autocomplete_dropdown::-webkit-scrollbar-thumb {
    background:rgba(87, 158, 228, 0.67);
    border: 1px solid white;
    border-radius: 4px;
}

.carousel .carousel-control{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 33px;
    display: block;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    margin: -30px 5px 0 5px;
    background: rgba(0,0,0,0.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
    border-radius: 30px;
}
.carousel-fade .carousel-inner .item{

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (max-width: 400px){
    .text-bigger {
        font-size: 13px;
        font-weight: 200;
        margin-bottom: 2px;
    }

    .text-hero {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 100;
        margin-bottom: 2px;
    }

    .btn-ghost {
        color: #fff;
        border: 1px solid #fff;
        font-size: 9px;
        padding: 5px 8px;
    }

    .big-head {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .slider-caption {
        padding: 15px 15px;
    }
}
@media screen and (min-width: 600px) and (max-width:800px) {
    .header-search-bar button{
        margin-left: 31%;
    }
}
@media screen and (min-width: 320px) and (max-width:568px) {
    .header-search-bar button{
        margin-left: 31%;
    }
}
@media screen and (min-width: 320px) and (max-width:480px) {
    .header-search-bar button{
        margin-left: 36%;
    }
}
@media screen and (max-width:320px) {
    .header-search-bar button{
        margin-left: 34%;
    }

}
@media (min-width: 800px) {
    .header-search-bar button {
        margin-left: 10%;
    }
}

@media (min-width: 1100px) {
    .header-search-bar button {
        margin-left: 1%;
    }
}
@media screen and (min-width: 800px) and (max-width: 1280px) {


}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .header-search-bar button {
        margin-left:50%;
    }

}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {

    .header-search-bar button {
        margin-left:0%;
    }
}
.product-thumb .product-inner{
    z-index: -1;
}

/*--------------------Css version2 end----------*/