.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 3px solid transparent;
    border-radius: 1px
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color:#F0F0F0;
    border-color: #ccc
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default,
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active,
.btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success,
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active,
.btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info,
.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active,
.btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

/* =========================== COLOR CSS FILE ===================================== */
::-moz-selection {
    background: #222;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #222;
    color: #fff;
    text-shadow: none;
}
/* Title */
.typo-dark h1 > a:hover,.typo-dark h1 > a:active,.typo-dark h1 > a:focus,
.typo-dark h2 > a:hover,.typo-dark h2 > a:active,.typo-dark h2 > a:focus,
.typo-dark h3 > a:hover,.typo-dark h3 > a:active,.typo-dark h3 > a:focus,
.typo-dark h4 > a:hover,.typo-dark h4 > a:active,.typo-dark h4 > a:focus,
.typo-dark h5 > a:hover,.typo-dark h5 > a:active,.typo-dark h5 > a:focus,
.typo-dark h6 > a:hover,.typo-dark h6 > a:active,.typo-dark h6 > a:focus,
.typo-light h1 > a:hover,.typo-light h1 > a:active,.typo-light h1 > a:focus,
.typo-light h2 > a:hover,.typo-light h2 > a:active,.typo-light h2 > a:focus,
.typo-light h3 > a:hover,.typo-light h3 > a:active,.typo-light h3 > a:focus,
.typo-light h4 > a:hover,.typo-light h4 > a:active,.typo-light h4 > a:focus,
.typo-light h5 > a:hover,.typo-light h5 > a:active,.typo-light h5 > a:focus,
.typo-light h6 > a:hover,.typo-light h6 > a:active,.typo-light h6 > a:focus {
	color: #1F52B2;
}
/* -------------------------------
	***** Background Color *****
--------------------------------*/
.theme-bg-color,
/* Logo */
.navbar-brand .logo-first-letter:after,
/* Owl Btn */
.theme-color-owl-btn .owl-buttons div:hover,
.owl-page.active,
/* tooltip */
.tooltip-theme-bg .tooltip-inner,
.icon-border:hover,
.icon-border:focus,
.icon-border.active,
/*btn*/
.btn:hover,
.btn:focus,
.btn.active,
.btn-theme-color-inverse,
/* Nav Pills */
.nav-pills > li > a:hover:after,
.nav-pills > li > a:focus:after,
.nav-pills > li > a.active:after,
/* Nav Tabs */
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a.after,
/* Border Style */
.border-style-one:after,
.border-style-one:before,
.border-style-two:after,
.border-dash:after,
.title-description h2:after, .title-description h2:before,
/* pagination */
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > a.active,
.pagination > li > span:focus, .pagination > li > span:hover,
/* Icon Part */
.content-icon-block:hover .icon-part,
.content-icon-block.top-icon:hover .icon-part,
/* Leginds */
.option-bottom,
.option-top,
/* Tags */
.tags li a:hover,
.tags.color-tags li a:hover,
/* Page Loader */
.square-spin > div, .cube-transition > div,
.date-box

{
/*	background-color: #1F52B2;*/
}


/* -------- Bg rgba ------------- */
/* Form */
.form-control:focus, .form-control.active {
	background-color: rgba(242,57,109,0.7);
}







/* -------------------------------
	***** Color *****
--------------------------------*/
a,
.theme-color-text,
.theme-color-owl-btn .owl-buttons div,
.hvr-theme-color-text:hover,
.hvr-theme-color-text:focus,
.hvr-theme-color-text.active,
/* Nav Menu */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active,
#header nav ul.nav-main li.active a,
.one-page-nav .navbar-default .navbar-nav > .active > a,
.one-page-nav .navbar-default .navbar-nav > .active > a:focus,
.one-page-nav .navbar-default .navbar-nav > .active > a:hover,
/* Header */
#home-onepage .back-btn:hover,

/* Nav Menu */
.navbar-nav .zozo-megamenu > li a:hover,
.navbar-nav .zozo-megamenu > li a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu .sub-menu a:hover,
.navbar-nav .dropdown-menu .sub-menu a:focus,

/* Btn */
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active,
.btn.btn-theme-color,
.btn.btn-theme-color-inverse:hover,
.btn.btn-theme-color-inverse:active,
.btn.btn-theme-color-inverse:focus,
/* Owl Btn */
.owl-buttons div:hover,
/* Nav Tabs */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
/* Panel */
.panel-heading a,
.panel-heading a:hover,
/* Breadcrumbs */
.breadcrumb > .active,
/* Pagination */
.pagination > li > a, .pagination > li > span,
/* Content Block */
.content-icon-block:hover h4,
.content-icon-block:hover .numbering,
.icon-border,
.topbar-section .social-links li a:hover
{
	color: #1F52B2;
}








/* -------------------------------
	***** Border Color *****
--------------------------------*/
.theme-color-owl-btn .owl-buttons div,
.theme-color-owl-btn .owl-buttons div:hover,
.icon-border,
.icon-border:hover,
.icon-border:focus,
.icon-border.active,
/* DropDown */
.dropdown-menu, .sub-menu,
/* btn */
.btn:hover,
.btn:focus,
.btn.active,
.btn.btn-theme-color,
.btn.btn-theme-color:hover,
.btn.btn-theme-color:focus,
.btn.btn-theme-color.active,
.btn.btn-theme-color-inverse,
.btn-theme-color-inverse.hvr-border:hover,
.btn-theme-color-inverse.hvr-border:focus,
.btn-theme-color-inverse.hvr-border:active,
/* Pagination */
.pagination > li > a, .pagination > li > span,
.pagination > li > a:focus, .pagination > li > a:hover,
.pagination > li > span:focus, .pagination > li > span:hover,
/* Form */
.form-control:focus, .form-control.active,
/* Icon Part */
.content-icon-block:hover .icon-part,
.content-icon-block.top-icon:hover .icon-part,
/* Legends */
.option-top,
/* Pricing Boxes */
.pricing-box:before, .pricing-box:after,
/* Tags */
.tags li a:hover,
.tags.color-tags li a:hover

{
	border-color: #1F52B2;
}
/* Border Left Right Color */
.border-style-one:hover{
	border-left-color: #F12B63;
	border-right-color: #F12B63;
}
