/*
------------------------------------
- General Style
------------------------------------
*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: 0;
}
html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}
body {
    background: #edeeef;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
button,
input,
textarea {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

/*
------------------------------------
- Utility Classes
------------------------------------
*/

.section-wrap {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0;
    background: #fff;
}
.section-wrap-lite {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0;
    background: #f2f2f2;
}
.inner-padding {
    padding: 80px 0;
}
.inner-padding160 {
    padding: 160px 0 145px;
}
.pt60 {
    padding-top: 60px;
}
.pn {
    padding: 0;
}
.pln {
    padding-left: 0;
}
.prn {
    padding-right: 0;
}

/*
------------------------------------
- Modal Window
------------------------------------
*/

.modal-backdrop {
    z-index: 0;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #111;
    top: -12px;
    right: -12px;
    background: #fff;
    color: #111;
    z-index: 10000;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
}

/*
------------------------------------
- Button Style
------------------------------------
*/

.btn {
    border-radius: 40px;
    padding: 15px 35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:hover,
.btn:focus,
.btn:focus,
.btn:active,
.btn:active {
    box-shadow: none;
    -webkit-box-shadow: none!important;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.focus, 
.btn-default:focus,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background: transparent;
    box-shadow: none;
    outline: 0;
}
.btn-sm {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0;
    color: #242424!important;
    background-color: transparent;
    padding: 3px 0 0 55px;
    border: 0 solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-sm:hover {
    background-color: transparent;
    color: #00bff3!important;
}
.btn-lg {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    background-color: #00bff3;
    border-radius: 5px;
    padding: 15px 35px;
    border:0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-lg:hover {
    color: #fff!important;
    background-color: #0d86a7;
}
.btn-outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.btn-outline:hover {
    border-color: #fff;
    color: #111;
}

.btn-send {
    background: #00bff3;
    border: 0;
    color: #fff;
    padding: 15px 65px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-send:hover {
    background: #0091b9;
    color: #fff;
}
.btn-send-green {
    background: #42bd41;
    border: 0;
    color: #fff;
    padding: 15px 65px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-send-green:hover {
    background: #059e04;
    color: #fff;
    border: 0;
}
.user-pull .btn,
.user-pull .btn:hover {
    background-color: transparent;
}
.btn-subscribe {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
    color: #fff;
    border-radius: 0;
    background-color: #00bff3;
    padding: 10px 20px;
}
.btn-subscribe:hover {
    color: #fff!important;
    background-color: #0d86a7!important;
}
.cmnt-btn {
    background-color: transparent;
    border: 0;
    padding: 3px 8px;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 24px;
    letter-spacing: 0;
    color: #727272!important;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.cmnt-btn i {
    font-size: 12px;
    line-height: 24px;
    color: #727272;
    margin: 0 5px;
}
.cmnt-btn:hover {
    background-color: transparent;
    color: #00bff3!important;
}
.btn-outline-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #727272;
    text-transform: capitalize;
    padding: 14px 25px;
    border-radius: 30px;
    border:1px solid #333333;
    background-color: transparent;
}
.btn-outline-sm:hover {
    color: #00bff3;
    border:1px solid #00bff3;
    background-color: transparent;
}
/*
------------------------------------
- Pagination
------------------------------------
*/

.item img {
    display: block;
    width: 100%;
    height: auto;
}
.pagination {
    margin: 20px 0 0;
}
.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    border: 2px solid #d9d9d9;
    border-radius: 0;
    color: #000;
    margin-right: 10px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}
.pagination > .active > a,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: transparent!important;
    border: 2px solid #000;
    color: #000;
}
.pagination > li > a.more-pagination {
    border: 2px solid transparent;
}

