@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body {
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    color: #778793;
    font-family: 'Lato', sans-serif;
    font-size:14px;
    line-height: 1.8;
    letter-spacing: 0.03571rem;
}

ul {
    margin: 0px;
    padding: 0px;
}

a,
a:hover,
a:focus {
    color: #afe1ff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight:700;
    color: #647d96;
    margin: 0 0 1rem;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 43px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 21px;
}

.c-py-50 {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
}

.primary-bg {
    background-color: #afe1ff;
}

.secondary-bg {
    background-color: #afe1ff;
}

.tertiary-bg {
    background-color: #fafafa;
}

.white-bg {
    background-color: #fff !important;
}

.gray-bg {
    background-color: #fafafa !important;
}

.black {
    color: #647d96 !important;
}

.color-yellow {
    color: #afe1ff !important;
}

.color-dark {
    color: #021b27 !important;
}

.f-size-48 {
    font-size: 48px;
}

.f-size-38 {
    font-size: 38px;
}

.f-size-25 {
    font-size: 25px;
}

.f-size-24 {
    font-size: 24px;
}

.f-size-21 {
    font-size: 21px;
}

.f-size-19 {
    font-size: 19px;
}

.f-size-18 {
    font-size: 18px;
}

.f-size-17 {
    font-size:17px;
}

.f-size-16 {
    font-size:16px;
}

.f-size-15 {
    font-size:15px;
}

.f-size-14 {
    font-size:14px;
}

.f-weight-black {
    font-weight:700;
}

.f-weight-800 {
    font-weight:700;
}

.border-bottom {
    border-bottom: 2px solid #dbdbdb;
}

.form-control {
    height: 50px !important;
    font-size:14px;
    color: #878787;
}

textarea.form-control {
    height: 182px !important;
    resize: none;
}

.form-control:focus {
    border-color: #afe1ff;
}

.btn {
    font-size: 16px;
    transition: all 0.35s;
}

.btn-primary {
    color: #647d96;
    background-color: #afe1ff;
    border: 5px solid transparent;
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: transparent;
    border-color: #afe1ff;
    box-shadow: none;
    color: #647d96;
}

.btn-social i {
    transition: all 0.35s;
    font-size: 19px;
}

.btn-social:hover i {
    transform: translate3d(0, -4px, 0);
    -webkit-transform: translate3d(0, -4px, 0);
}

.icon-size-sm {
    width: 40px;
    height: 40px;
    font-size: 21px;
    display: inline-block;
    line-height: 40px;
}

.btn-xs {
    padding: .9rem 1.5rem;
}

.btn-secondary {
    background-color: #647d96;
    border: 2px solid transparent;
    color: #fff;
}

.btn-secondary:hover {
    background-color: transparent;
    border-color: #647d96;
    color: #647d96;
}

blockquote.blockquote {
    border: 0 !important;
    background: #f7f7f7;
    border-radius: 10px;
    font-size:14px;
    position: relative;
}

blockquote.blockquote:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #afe1ff;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

ul.social-icon li a {
    background-color: #f7f7f7;
    color: #647d96;
}

.theme-transparent {
    background: rgba(175,225,255, 0.9);
    color: #647d96;
}

section {
    padding-top: 7.1em;
    padding-bottom: 7.1em;
}

.devider,
.devider-yellow,
.devider-dark {
    background: #afe1ff;
    height: 7px;
    width: 100px;
    margin-bottom: 15px;
}

.devider-yellow {
    background: linear-gradient(90deg, #afe1ff 50%, #fff 50%);
}

.devider-dark {
    background: linear-gradient(90deg, #647d96 50%, #fff 50%);
}


/*=====================Sass=========================*/

.menu-top .navbar-toggler {
    background-color: #647d96;
}

.menu-top .navbar-toggler i {
    color: #fff;
    line-height: 33px;
}

.menu-top .navbar-default .navbar-nav > li > a {
    color: #647d96;
    font-weight:700;
    font-size:14px;
}

.menu-top .navbar-default .navbar-nav > li > a:hover,
.menu-top .navbar-default .navbar-nav > li > a:focus {
    color: #647d96;
}

.menu-top .navbar-default .navbar-nav > li > a::after {
    width: 100% !important;
}

.menu-top .navbar-default .dropdown-toggle:after {
    display: none;
}

.menu-top .navbar-default .dropdown-menu {
    margin-top: 31px;
    background-color: #647d96;
}

.menu-top .navbar-default .dropdown-menu a {
    color: #fff;
    padding: 8px 15px;
}

.menu-top .navbar-default .dropdown-menu a:hover {
    background-color: #afe1ff;
}

.color-overlay {
    background-color: rgba(0, 46, 91, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.z-index-999 {
    z-index: 999;
}


/*=====================Master Slider=========================*/

.image-bg,
.overlay {
    position: relative !important;
}

.master-slider h3 {
    font-size: 37px;
}

.master-slider p {
    font-size:14px;
    line-height: 27px;
}

.master-slider .btn {
    font-size: 19px;
}

.master-slider .btn-info {
    color: #647d96;
}

.pl-lg-170 {
    padding-left: 170px;
}


/*=====================Our Service=========================*/

.our-services {
    background-color: #ddeaf7;
}

.our-services .primary-bg {
    color: #647d96;
}

.our-services .our-servicessection {
    transition: all 0.65s;
}

.our-services .our-servicessection:hover,
.our-services .our-servicessection:hover .service-round {
    background-color: #647d96;
    color: #96afc8;
}

.our-services .our-servicessection:hover h4,
.our-services .our-servicessection:hover .service-round h4 {
    color: #4b647d;
}

.our-services .service-round {
    width: 60px;
    height: 60px;
    background-color: #afe1ff;
    line-height: 43px;
    margin-top: -22px;
    position: relative;
    margin-right: 15px;
    transition: all 0.65s;
}

.our-services .service-round i {
    font-size: 25px;
}


/*=====================About Us=========================*/

.nav-tabs .nav-link {
    background-color: #647d96;
    border-top-right-radius: 0rem;
    border-top-left-radius: 0rem;
    border-color: #647d96;
    padding: 15px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    background-color: #afe1ff;
    border-color: #afe1ff;
    color: #647d96 !important;
}

.tab-content,
.Counter {
    background-color: #f7f7f7;
}


/*=====================Counter=========================*/

.Counter {
    background-color: #f7f7f7;
}

.Counter h1 {
    color: #afe1ff;
    position: relative;
}

.Counter h1:after {
    content: "\f067";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: 0;
    color: #afe1ff;
    font-size: 20px;
}


/*=====================Testimonial=========================*/

.testimonial {
    overflow: hidden;
}

.testimonial .left-column {
    background-color: #647d96;
    overflow: hidden;
}

.testimonial .blue-section {
    max-width: 493px;
}

.testimonial .primary-bg {
    color: #060606;
}

.testimonial .testimonial-image img {
    border: solid 6px #e6b42d;
}

.testimonial .destination {
    color: #a1c7ed;
}

.testimonial #accordion .card .card-header {
    background-color: #647d96;
}

.testimonial #accordion .card .card-header:first-child {
    border-radius: 0px !important;
}

.testimonial #accordion .card .card-header:hover {
    background-color: #647d96;
}

.testimonial #accordion .card .card-header .arrow-icon {
    width: 54px;
    height: 55px;
    background-color: #fff;
    line-height: 55px;
}

.testimonial #accordion .card .card-header .arrow-icon i {
    color: #647d96;
}

.testimonial #accordion .card .card-block {
    background-color: #fde29a;
    color: #060606;
}


/*=====================Team=========================*/

.team .team-bg {
    border-top: 10px solid #647d96;
}

.team .team-bg .name,
.team .team-bg .post {
    color: #647d96;
}

.team .team-bg .team-img {
    margin-top: -90px;
}

.team .team-bg .team-overflow {
    overflow: hidden;
}

.team .team-bg .pull-right {
    margin-top: -40px;
}


/*=====================Team=========================*/

.contact-us {
    color: #647d96;
    overflow: hidden;
}

.contact-us .lady {
    position: absolute;
    left: -100px;
    top: -85px;
}


/*=====================Blog=========================*/

.blog .front {
    transition: all 0.65s;
}

.blog .front:hover {
    opacity: 1;
}

.blog .overlay {
    overflow: hidden;
}

.blog .overlay .bottom-text {
	text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 46, 91, 0.69);
}

.blog .overlay:hover .bottom-text {
    opacity: 0;
}

.blog .overlay img {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    position: relative;
}

.blog .overlay:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/*=====================Partner=========================*/

.our-partner {
    background-color: #f7f7f7;
}


/*=====================Quote=========================*/

.get-quote h4 {
    color: #647d96;
}


/*=========================Theme Border=================*/

.theme-border {
    position: relative;
    display: inline-block;
    padding: 10px;
}

.theme-border:before {
    content: "";
    border-top: 10px solid #afe1ff;
    border-left: 10px solid #afe1ff;
    border-right: 10px solid #afe1ff;
    width: 100%;
    display: block;
    height: 30%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.theme-border:after {
    content: "";
    border-bottom: 10px solid #afe1ff;
    border-left: 10px solid #afe1ff;
    border-right: 10px solid #afe1ff;
    width: 100%;
    display: block;
    height: 30%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.theme-border img {
    border: 10px solid transparent;
}


/*=====================About Us Page=========================*/

.breadcrumb {
    background: #afe1ff;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #647d96;
}


/*====================Conatact us Page=========================*/

.contact .card-block {
    position: relative;
}

.contact .card-block ul li,
.contact .card-block ul li a {
    color: #778793;
    word-wrap: break-word;
}

.contact .card-block i {
    color: #647d96;
}

.say-hello .form-group .input-group-addon {
    color: #cbcfd3;
}


/*====================Blog Detail Page=========================*/

.blog-detail .right-sidebar .input-group-addon {
    background-color: #afe1ff;
    cursor: pointer;
}

.blog-detail .right-sidebar .form-control {
    background-color: #f5f5f5;
}

.blog-detail .right-sidebar .card-post {
    background-color: #f5f5f5;
    position: relative;
    border-bottom: 5px solid #647d96;
}

.blog-detail .right-sidebar .card-post a:hover,
.blog-detail .right-sidebar .card-post a:hover i {
    color: #afe1ff;
}

.blog-detail .right-sidebar .card-post:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f5f5f5;
}

.blog-detail .right-sidebar .card-post li {
    line-height: 34px;
}

.blog-detail .right-sidebar .card-post a {
    color: #778793;
}

.blog-detail .right-sidebar .card-post a i {
    font-size:14px;
}

.blog-detail .right-sidebar .card-post .post-image img {
    border: 3px solid #dbdbdb;
}

.blog-detail .right-sidebar .card-post .btn-tags {
    border: 1px solid #afe1ff;
    border-radius: 10px;
    padding: 8px 13px;
}

.blog-detail .right-sidebar .card-post .btn-tags:hover {
    background-color: #647d96;
    color: #fff;
    border-color: #647d96;
}

.blog-detail .right-sidebar .Category {
    border-bottom: 5px solid #afe1ff;
}

.blog-detail .right-sidebar .Category li {
    line-height: 48px;
}

.chat-arrow {
    transform: translateY(0%);
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 65px;
    vertical-align: middle;
    border-top: 80px dashed;
    border-top: 4px solid\9;
    border-right: 72px solid transparent;
    border-left: 0px solid transparent;
    color: #afe1ff;
}


/***************** Top Bar ***********************/

.top-bar {
    background: #afe1ff;
    font-size:14px;
    color: #fff;
}

.top-bar a {
    color: #fff;
}

.top-bar a:hover {
    color: #647d96;
}

header {
    box-shadow: 7px 8px 12px #66839f;
}

.navbar-default .navbar-brand {
    font-weight:700;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1;
    text-shadow: rgba(0, 0, 0, 0.1) 4px 4px;
    color: #afe1ff;
    padding: 0px;
    margin: 0px;
}


/************** Navbar ************/

.navbar-default .navbar-nav > li > a:hover::after,
.navbar-default .navbar-nav > .active > a::after {
    content: "";
    background: #afe1ff;
    position: absolute;
    width: 100%;
    height: 5px;
    padding: 0;
    left: 0;
    bottom: 0px;
    overflow: hidden;
    display: block;
    margin-left: 0px;
}

.navbar-default .navbar-nav > li > a.nav-link {
    color: #656565;
    font-size:14px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: .0rem;
    padding-right: .0rem;
    position: relative;
}

.navbar-default .nav-item {
    margin-left: 30px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #afe1ff;
}

.navbar-default .dropdown-toggle::after {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    font-family: "FontAwesome";
    content: "\f107";
    font-size:14px;
    display: inline;
    margin-left: 7px;
}

.dropdown-menu li a {
    display: block;
    padding: 7px 20px;
    clear: both;
    line-height: normal;
    color: #555555;
    white-space: nowrap;
    font-size:14px;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    color: #afe1ff;
}

.navbar .dropdown.mega-menu {
    position: static;
}

.navbar .dropdown.mega-menu .grid-demo {
    padding: 15px;
}

.mega-menu .row .col-3:first-child {
    border-left: 0;
}

.mega-menu .row .col-3 {
    border-left: 1px solid #eee;
    padding: 0px 30px;
}

.mega-menu .dropdown-menu {
    left: 0;
    right: 0;
    width: 100%;
}

.mega-menu .dropdown-menu a {
    padding: 7px 0px;
}

.menu-top {
    padding: 18px 0px;
}

p.ms-layer {
    color: #647d96;
}

.inner-banner {
    background: url(../images/inner-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
}

.transparent .inner-banner {
    padding: 200px 0;
}

.card-flip {
    perspective: 1000px;
}

.card-flip:hover .flip,
.card-flip.hover .flip {
    transform: rotateY(180deg);
}

.card-flip,
.front,
.back {
    width: 100%;
    height: 300px;
}

.flip {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    z-index: 2;
    transform: rotateY(0deg);
}

.back {
    transform: rotateY(180deg);
}

.image-bg {
    position: relative;
}

.background-image-maker {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #1b1b1b;
}

.holder-image img {
    display: none;
}

footer.footer {
	background: #324b64;
    padding: 50px 0;
    margin: 0 auto;
    color: #fff;
}

footer.footer h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight:400;
    margin-bottom: 20px;
}

footer.footer ul li {
    list-style: none;
    line-height: 30px;
}

footer.footer ul li a {
    color: #fff;
}

footer.footer ul li a:hover {
    opacity: 0.8;
}

footer.footer input.newslatter {
    background: transparent;
    border: 1px solid #fff;
    padding: 5px 15px;
    width: 100%;
    color: #fff;
}

footer.footer button.news-btn {
    background: none;
    position: absolute;
    top: auto;
    right: 16px;
    bottom: 28px;
    padding: 5px 15px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid #fff;
    color: #fff;
    background: #afe1ff;
}

div.copy-right {
    padding: 20px 0;
	background: #4b647d;
    color: #fff;
}

div.copy-right p {
    margin-bottom: 0px;
}

div.copy-right a {
    color: #647d96 !important;
    margin-left: 10px;
    text-align: center;
}

div.copy-right a i {
    line-height: 32px;
}

@media (max-width: 1199px) {
    .testimonial .blue-section {
        max-width: 100%;
    }
    .blog-detail .card-block {
        height: auto;
    }
    .team .team-bg .team-img {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .pl-lg-170 {
        padding-left: 0px;
    }
    .transperent .sticky-header,
    .transperent .top-bar {
        position: relative;
    }
    .top-bar .container {
        width: 100%;
        max-width: 100%;
    }
    .navbar-default .navbar-nav > li > a:hover::after,
    .navbar-default .navbar-nav > .active > a::after {
        content: "";
        background: #afe1ff;
        display: none;
    }
    .menu-top .navbar-default .dropdown-menu {
        margin-top: 0px;
        background-color: transparent;
    }
    .menu-top .navbar-default .dropdown-menu a {
        color: #647d96;
    }
    .menu-top .navbar-default .dropdown-menu a:hover {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .top-bar .container {
        width: 100%;
        padding: 0px;
        text-align: center;
    }
    .top-bar .container .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 576px) {
    .panel-heading h4 {
        font-size:14px;
    }
    .navbar-brand img {
        width: 150px;
    }
}


/*=========================switcher==============================*/

.color1 {
    background-color: #afe1ff !important;
}

.color2 {
    background-color: #06843c !important;
}

.color3 {
    background-color: #f00505 !important;
}

.color4 {
    background-color: #fa8802 !important;
}

.color5 {
    background-color: #c754f7 !important;
}

.color6 {
    background-color: #6054c2 !important;
}

.color7 {
    background-color: #00FFFF !important;
}

.color8 {
    background-color: #FF7F50 !important;
}

.color9 {
    background-color: #FF8C00 !important;
}

.color10 {
    background-color: #FFD700 !important;
}

.styleswitch.layoutswitch {
    background: none repeat scroll 0 0 #f4f4f4;
    border: medium none !important;
    color: #fff !important;
    display: inline-block;
    height: auto;
    margin: 3px 0;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.styleswitch.layoutswitch:hover {
    background: #000 !important;
}

.styleswitch {
    background-color: #e425e9;
    border: 4px solid #ddd;
    display: inline-block;
    height: 28px;
    margin: 4px 10px;
    width: 28px;
}

#switcher-body .container {
    background: #fff;
    margin: 50px auto;
    border: 1px solid #dedede;
    padding: 40px;
}

.demo_changer {
    z-index: 1001;
    position: fixed;
    left: -71px;
    top: 150px;
    font-weight:400 !important;
}

.purchase {
    text-decoration: underline;
    color: #4BACC6;
}

.demoPanel {
    position: relative;
}

.evo-pop {
    z-index: 10000;
    width: 204px;
    padding: 3px 3px 0;
}

.evo-pop-ie {
    z-index: 10000;
    width: 212px;
    padding: 3px;
}

.evo-palette td {
    font-size: 1px;
    border: solid 1px #c0c0c0;
    padding: 7px;
    cursor: pointer;
}

.evo-palette tr.top td {
    border-bottom: 0;
}

.evo-palette tr.in td {
    border-top: 0;
    border-bottom: 0;
}

.evo-palette tr.bottom td {
    border-top: 0;
}

.evo-palette div.sep {
    height: 3px;
}

.evo-palette,
.evo-palette-ie {
    border-collapse: separate;
    border-spacing: 4px 0;
    *border-collapse: expression('separate', cellSpacing='2px');
}

.evo-palette th,
.evo-palette-ie th {
    border: 0;
    padding: 5px 3px;
    text-align: left;
    font-weight: normal;
    background: transparent !important;
}

.evo-palette-ie td {
    font-size: 1px;
    border: solid 1px #c0c0c0;
    padding: 7px;
    cursor: pointer;
}

.evo-palette2,
.evo-palette2-ie {
    margin: auto;
    border-collapse: collapse;
}

.evo-palette2 td,
.evo-palette2-ie td {
    font-size: 1px;
    cursor: pointer;
}

.evo-palette2 td {
    padding: 6px 7px;
}

.evo-palette2-ie td {
    padding: 5px;
}

.evo-palcenter {
    padding: 5px;
    text-align: center;
}

.evo-colorind,
.evo-colorind-ie,
.evo-colorind-ff {
    border: solid 1px #c3c3c3;
    width: 20px;
    height: 20px;
    float: right;
}

.evo-colorind {
    position: relative;
    top: 2px;
}

.evo-colorind-ie {
    position: relative;
    top: -23px;
}

.evo-colorbox-ie {
    font-size: 8px;
    padding: 3px 9px !important;
}

.evo-colortxt-ie {
    position: relative;
    top: -6px;
}

.evo-pop:after,
.evo-pop-ie:after,
.evo-colorind:after,
.evo-colorind-ie:after,
.evo-colorind-ff:after,
.evo-color span:after,
.evo-cHist:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.evo-color {
    width: 94px;
    padding: 1px 3px 0 4px;
}

.evo-color div {
    border: solid 1px #808080;
    border-right: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
    padding: 3px;
    margin-bottom: 5px;
    width: 10px;
    height: 10px;
    float: left;
}

.evo-color span {
    font-size:14px;
    margin: 1px 0 4px 3px;
    float: left;
}

.evo-sep {
    height: 10px;
    font-size: 0;
}

.evo-more {
    padding: 4px 5px 4px;
    font-size: smaller;
}

.evo-cHist {
    padding: 3px;
}

.evo-cHist div {
    cursor: pointer;
    border: solid 1px #c0c0c0;
    padding: 3px;
    margin: 5px;
    width: 10px;
    height: 10px;
    float: left;
}

a.evo-hist {
    margin-left: 6px;
}

.evo-pointer {
    cursor: pointer;
}

.evo-pop {
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    padding: 10px !important;
    width: 225px !important;
    z-index: 10000;
}

.evo-colorind,
.evo-colorind-ie,
.evo-colorind-ff {
    border: 1px solid #C3C3C3;
    height: 20px;
    position: absolute;
    top: 11px;
    right: 5px;
    width: 20px;
}

.demo_changer p {
    margin: 10px 0;
}

.demo_changer .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #fff;
}

.demo_changer h4 {
    color: #545454 !important;
    margin: 10px 0 !important;
    text-transform: uppercase;
}

.demo_changer select:active,
.demo_changer select:focus,
.demo_changer select:hover,
.demo_changer .button:active,
.demo_changer .button:focus,
.demo_changer .button:hover,
.demo_changer .btn:active,
.demo_changer .btn:focus,
.demo_changer .btn:hover,
.demo_changer .button:active,
.demo_changer .button:focus,
.demo_changer .button:hover {
    box-shadow: none !important;
}

.demo_changer .button {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size:14px;
    font-weight: normal;
    background: #fff;
    line-height: 1.42857;
    margin-bottom: 0;
    width: 145px !important;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.demo_changer .img-thumbnail {
    height: 35px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    width: 46% !important;
    padding: 2px;
}

.demo_changer img {
    border: 4px solid #E1E1E1;
    height: 32px;
    margin: 2px !important;
    width: 32px !important;
}

.demo_changer hr {
    border-color: #E0E0E0;
}

.demo_changer,
.demo_changer p {
    color: #545454 !important;
}

.demo_changer h4 {
    color: #212121 !important;
    font-size:14px;
    padding-bottom: 0;
    text-align: center;
}

.demo_changer i {
    color: #fff;
    font-size: 21px;
}

.demo_changer .btn {
    margin-top: 10px;
}

.demo_changer .demo-icon {
    background: #3f73d1;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0px;
    border-color: #ddd;
    cursor: pointer;
    text-align: center;
    padding: 2px;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.demo_changer .form_holder {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0;
    cursor: pointer;
    float: right;
    font-size:14px;
    padding: 6px;
    width: 71px;
}

.demo_changer .form_holder p {
    font-size:14px;
}

.color_display_2 {
    clear: both;
    color: #FFFFFF;
    display: inline-block;
    font-size:14px;
    width: 31px !important;
    height: 31px;
    margin-bottom: 7px;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
}

.color_display_2 a {
    color: #fff;
    text-decoration: none;
}

.color_display_2 a:focus,
.color_display_2 a:hover {
    color: #ededed !important;
    text-decoration: none;
}

.demoPanel {
    margin: 0;
    padding: 0;
    width: 125px;
}

.predefined_styles {
    padding: 0 5px;
}

@media only screen and (max-width: 768px) {
    /*.demo_changer{display: none;}*/
}

.demo_changer .btn {
    width: 165px !important;
}

.padding-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.padding-15 {
	padding-right: -15px;
    padding-left: -15px;
}

.padding-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.opacity-25 {
	opacity: 0.50;
}