.blur {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

/*
 * Moduł captcha
 */

.captcha {
    position: relative;
}

.captcha img {

    width: 100%;
}

.captcha a {
    position: absolute;

    bottom: 5px;
    right: 5px;

    color: #449CD7;
    width: 25px;
    height: 25px;

    text-align: center;
}

.captcha a i {
    margin: 6px 5px;
}

/*
 *
 * Back To Top
 *
 */
#backtotop {
    position: fixed;
    right: 0px;
    display: none;
    bottom: 20px;
    margin: 0 20px 0 0;

    z-index: 100;

}

#backtotop a {
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/back_to_top_btn.png) no-repeat 50% 50%;
    background-color: #c0c0c0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

}

#backtotop a:hover {
    background-color: rgba(0, 153, 204, 0.65);
}

/*
 *
 * BREADCRUMBS
 *
 */
#breadcrumbs {
    margin-bottom: 0px;
    padding-top: 10px;
    max-width: 1172px;
    margin: 0 auto 10px;
}

#breadcrumbs ul {
    margin: 0;
    padding: 0;
    overflow: hidden
}

#breadcrumbs ul li {
    list-style: none;
    display: block;
    float: left;
    line-height: 18px;
    font-size: 12px

}

#breadcrumbs .crumb_sep {
    margin: 0 12px
}

#breadcrumbs .crumb_sep i {
    font-size: 9px;
    color: #9FCA46;
    vertical-align: 1px;
    width: 6px;
    line-height: 12px;
}

/*
 *
 * COOKIE
 *
 */

.cookie-alert {
    position: fixed;
    bottom: 0px;

    width: 100%;
    background: #222;
    z-index: 100;
    border-top: 10px solid #222;

    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    -khtml-opacity: 0.95;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
}

.cookie-alert .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 5px 0px;
    font-size: 11px;
}

.cookie-alert .btn {
    margin: -15px 5px 5px;
}

.cookie-alert .btn:last-of-type {
    margin: -15px 0px 5px;
}

.cookie-alert .moreAbout {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

/*
 *
 * SORTOWANIE
 *
 */

.sort {
    margin-top: 8px;
}

.sort h2 {
    margin-top: 0px;
}

.sort div {
    font-weight: normal;
    float: right;
    font-size: 13px;
}

.sort span {
    color: black;
    font-size: 12px;
    text-align: center;

    padding: 0 13px 0 16px !important;
}

.sort a {
    font-size: 14px;

    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;

    width: 21px;
    height: 18px;

    padding: 1px 0;

    display: inline-block;

    text-align: center;

    box-sizing: border-box;

}

.hex {
    position: relative;
    margin: 1em 4em 1em 0;
    width: 10em;
    height: 17.32em;
    border-radius: 1em/.5em;
    background: orange;
    transition: opacity .5s;

    transform: rotate(30deg);

}

.hex:before, .hex:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
    display: none;

    top: 0;
}

.hex:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    display: block;
}

.hex:after {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    display: block;
}

.btn-flat {
    display: block;;

    margin: 0;
    padding: 13px 25px 14px !important;

    /*border-radius: 5px;*/

    background: #449CD7;

    color: white;

    font-size: 16px;

    text-decoration: none;

    position: relative;

    border: none !important;
}

.btn-flat:hover {

    text-decoration: none;
    color: white;

}

.btn-flat i {
    position: absolute;

    width: 28px;
    height: 28px;

    line-height: 20px;

    text-align: center;

    margin: 0 0 0 -40px;

    background: #449CD7;

    border-radius: 4px;

    border: 2px solid #003862;

    color: #fff;

    top: 10px;
}

.simple-find {
    position: relative;
}

.simple-find input {
    width: 100%;
    height: 40px;

    border: 1px solid #449CD7;
    background: #2C3E50;

    position: relative;

    padding: 0 20px;

    color: white;
}

.simple-find button {

    width: auto;
    height: 32px;

    position: absolute;

    top: 4px;
    right: 4px;

    border: none;

    color: white;;

    background: #449CD7;

    padding: 0 20px;

}

.simple-find input:focus {
    outline: none;
}

.title-line {
    background-image: url('../images/title-line.jpg');
    position: relative;
    /*overflow: hidden;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-position: center;
    /*margin-top: -20px;*/

    padding-bottom: 20px;
    color: white;
}

.title-line h1 {
    font-weight: 100;
}

.title-line h1, .title-line .breadcrumb {
    z-index: 2;
    position: relative;
}

.title-line .breadcrumb {
    position: relative;
    bottom: 0;

    margin-top: 20px;
    margin-bottom: 0px;

    opacity: 0.8;
}

.title-line h1 {
    padding-top: 20px;
    float: left;
}

.title-line .breadcrumb {
    float: right;
    margin-top: 52px;
}

.title-line .breadcrumb li {
    padding-bottom: 6px;
    position: relative;
}

.title-line .breadcrumb li:after {
    content: ' ';
    display: block;
    bottom: 0;
    left: 20px;
    right: 0;
    position: absolute;
    border-bottom: 2px solid #fff;

    display: none;
}

.title-line .breadcrumb li:last-child:after {
    display: none;
}

.title-line:after {
    content: ' ';
    position: absolute;
    background: #2C3E50;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.title-line .letter-avatar{
    width: 150px;
    height: 150px;

    margin-top: 20px;

    margin-bottom: -150px;

    line-height: 140px;

    text-align: center;
    color: #ffffff;
    font-size: 48px;
    /*line-height: 8vw;*/
    border: 3px solid #ffffff;

    /*display: table-cell; */
    vertical-align: middle;
}

.title-line.title-line-left h1 {

    margin-left: 0px;
}

.title-border {
    border-bottom: 1px solid #eee;
    line-height: 28px;
}

.title-border span {
    border-bottom: 1px solid #449CD7;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;

    padding-bottom: 1px;

}

.title-border.title-border-no {
    margin-bottom: 0;
}

.title-menu {

    margin: 40px 0 -40px;
}

.avatar-circle {
    width: 40px;
    height: 40px;

    border-radius: 50%;

    background-size: cover;

    background-position: center;

    overflow: hidden;

    display: inline-block;
    float: left;
}

.avatar-name {
    float: left;

    margin-top: 11px;
    margin-left: 6px;
    font-size: 15px;
}

.contact-line {

    background: white;

    border: 2px solid #449CD7;

    border-radius: 20px;

    min-height: 40px;

    width: calc(100% - 30px);;
    width: 100%;

    margin: 0 0 15px;

    position: relative;

}

.contact-line.contact-line-no {

    margin: 0;
}

.contact-line.contact-line-full {
    width: 100%;

    margin: 0 auto 15px;
}

.contact-line:after {
    content: " ";
    clear: both;

    display: table;
    content: " ";

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

.contact-line i, .contact-line span {
    float: left;
}

.contact-line i {
    background: #449CD7;
    color: white;

    height: 30px;
    width: 30px;

    text-align: center;
    line-height: 30px;
    font-size: 20px;

    border-radius: 50%;
    margin: 3px;

    position: absolute;

    top: 0px;
    left: 0px;
}

.contact-line span {
    font-size: 17px;

    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 40px;
}

.contact-line-show {

    background-color: #449CD7;

    border-radius: 20px;

    min-height: 60px;

    width: calc(100% - 30px);;

    margin: 0 15px 15px;

    position: relative;

    display: block;

    color: #fff;

    text-decoration: none;

}

.contact-line-show:hover {

    text-decoration: none;
    color: #fff;

}

.contact-line-show .contact-line-full {
    width: 100%;

    margin: 0 auto 15px;
}

.contact-line-show:after {
    content: " ";
    clear: both;

    display: table;
    content: " ";

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

.contact-line-show .dropbox, .contact-line span {
    float: left;
}

.contact-line-show .dropbox {
    background: #449CD7;
    color: white;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 39px;
    border-radius: 50%;
    margin: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.contact-line-show span {
    font-size: 23px;

    margin-bottom: 6px;
    margin-left: 56px;

    line-height: 38px;
}

.contact-line-fully p {
    margin: -6px 0px 0px 58px;
    color: #fff;
    opacity: 0.7;
    text-transform: lowercase;
    float: left;
    font-size: 16px;

    line-height: 20px;
}

.statistic-work {
    line-height: 14px;
    margin-top: 20px;
}

.statistic-work b {

    font-size: 24px;
    margin-bottom: -5px;
}

.icon-big {
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 25px !important;
    padding: 5px;
    color: white;
    border: 3px solid #02AFF3;
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
    text-align: center;
    background: #02AFF3;
    box-sizing: content-box;
    margin-right: 18px;
    margin-bottom: 8px;

}

.icon-small {
    width: 25px;
    font-size: 15px;
    padding: 5px;
    color: #02AFF3;
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;

    text-align: center;
    box-sizing: content-box;
    /*margin-right: 18px;*/

}

.helpdesk-line {
    /*margin: 15px -15px;*/
    padding: 15px;

}

.helpdesk-line:after {
    display: block;
    content: ' ';
    clear: both;
}

.helpdesk-line:nth-child(even) {
    background-color: rgb(250, 250, 250);
}

.helpdesk-line .status {
    line-height: 40px;
    text-align: center
}

.helpdesk-line .status span {
    font-size: 13px;
    color: white;
    padding: 4px 8px;
}

.helpdesk-line .button {
    line-height: 37px;
}

.stock-line {
    /*margin: 15px -15px;*/
    padding: 15px;

}

.stock-line:after {
    display: block;
    content: ' ';
    clear: both;
}

.stock-line:nth-child(even) {
    background-color: rgb(250, 250, 250);
}

.stock-line .name-list-stock {

}

.stock-line .name-list-stock span {
    font-size: 16px;
}

.stock-line .name-list-stock b {
    font-size: 16px;
    color: #aaa;
    text-transform: lowercase;

    font-weight: 300;
}

.stock-line .name-list-stock p {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 6px;
    /*float:left;*/
    margin-bottom: 0;

}

.stock-line .name-list-stock i {
    padding: 0;
    width: auto;
    margin-right: 3px;

    font-size: 12px;
}

.stock-line .name-list-stock .last-span-stock {
    font-size: 13px;
    opacity: 0.7;
    line-height: 0;

    margin-right: 6px;

}

.stock-line .localization-list-stock {
    margin-top: 10px;
}

.stock-line .localization-list-stock i {
    padding: 0;
}

.stock-line .localization-list-stock span {
    font-size: 15px;
}

.stock-line .status-list-stock {
    text-align: center;
}

.stock-line .status-list-stock i {
    font-size: 20px;
    width: auto;

}

.stock-line .status-list-stock b {
    font-size: 20px;
    width: auto;
    color: #00bd39;

    font-weight: 300;
}

.stock-line .status-list-stock b:last-child {
    color: #dd0000;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .stock-line {
        padding: 15px 5px;
    }

}

.stock-line-min .name-list-stock-p {

    font-size: 12px;
    opacity: 0.5;
    margin-right: 10px;
    float: left;
    margin-bottom: 0;

}

.stock-line-min {
    /*margin: 15px -15px;*/
    padding: 15px;

}

.stock-line-min:after {
    display: block;
    content: ' ';
    clear: both;
}

.stock-line-min:nth-child(even) {
    background-color: rgb(250, 250, 250);
}

.stock-line-min .name-list-stock {

}

.stock-line-min .name-list-stock span {
    font-size: 14px;
}

.stock-line-min .name-list-stock b {
    font-size: 14px;
    color: #aaa;
    text-transform: lowercase;

    font-weight: 300;
}

.stock-line-min .name-list-stock i {
    padding: 0;
    width: auto;
    margin-right: 3px;
}

.stock-line-min .name-list-stock .last-span-stock {
    font-size: 13px;
    opacity: 0.5;
    line-height: 0;
    margin-right: 10px;
}

.stock-line-min .localization-list-stock {
    margin-top: 10px;
}

.stock-line-min .localization-list-stock i {
    padding: 0;
}

.stock-line-min .localization-list-stock span {
    font-size: 15px;
}

.stock-line-min .status-list-stock {
    text-align: center;
}

.stock-line-min .status-list-stock i {
    font-size: 20px;
    width: auto;
    margin-top: 7px;
}

.stock-line-min .status-list-stock b {
    font-size: 20px;
    width: auto;
    color: #00bd39;

    font-weight: 300;

}

.stock-line-min .status-list-stock b:last-child {
    color: #dd0000;
}

.filelist_min {
    list-style: none;

    font-size: 14px;
    color: #555;

    margin: 0;
    padding: 0;
}

.filelist_min:after {
    content: ' ';
    display: block;
    clear: both;
}

.filelist_min li {
    display: block;

    text-align: center;

    margin: 0 12px 12px 0;

    width: 100%;

    float: left;
}

.filelist_min .icon, .filelist_min .name {
    float: left;
}

.filelist_min .icon {
    display: block;

    overflow: hidden;

    width: 30px;
    height: 30px;

    background-size: cover;
    background-position: center;

}

.filelist_min .name {
    float: left;
    margin: 0
}

.filelist_min .btn {
    margin: 6px 0 0 12px;
    display: inline-block;
    /*FontAwesome;*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.filelist_min .icon {
    margin: 4px 10px 0 0;
    width: 35px;
    height: 36px;
    float: left;
    outline: none;
    color: #02AFF3;
    text-decoration: none;
}

.filelist_min span {
    float: left;
    margin-right: 20px;
    font-size: 13px;
}

.text-desc {
    line-height: 1.7em !important;
    margin-top: 20px;
}

.text-desc h3 {
    font-size: 16px;
    color: #777;
    text-align: left
}

.type-line {
    position: relative;

}

.type-line div {
    border-radius: 5px;
    color: white;
    padding: 20px 40px;

}

.type-line i {
    font-size: 30px;
    margin: 2px 10px -10px -10px;
    line-height: 12px;
    display: inline-block;
    float: left;
}

.type-line span {
    display: inline-block;
    margin: 0;
    font-size: 16px;
}

.little-profile {
    width: 100%;
}

.btn.btn-light {

    border: 1px solid #ddd;
    background: none;

    color: #449CD7;

    border-radius: 50%;
}

.card {
    border: 1px solid #eee;
}

.card .glowka {

    overflow: hidden;

}

.card .pro1-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px auto 0;
}

.card .pro-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 4px solid white;
    margin: -50px auto 0;
}

.card .little-profile h2 {
    font-size: 25px;
    height: 30px;
    margin-left: 0px;

    margin-top: 0;
    margin-bottom: 0;
}

.card .little-profile p {
    margin-left: 0px;
    color: #ccc;
}

.card .little-profile h3 {
    float: right;
    height: auto;
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
}

.card .contacts .ZOW {

    width: 50%;
    float: left;
}

.card .contacts .ZOW h3 {
    text-align: center;
    height: auto;

    padding-top: 5px;
    font-size: 13px;

}

.card .contacts .ZOW p {

    font-size: 11px;

}

.card .contact-line {

    width: calc(100% - 30px);
    margin-left: 15px;
}

/*.contact {*/
/*float: right;*/
/*text-align: right;*/

/*}*/

/*.contact p {*/
/*color: #ccc;*/
/*}*/

.contact-block {
    background-color: #eee;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    padding: 15px;
    position: relative;

}

.contact-block b {
    float: left;
    font-weight: 400;
    font-size: 16px;

}

.contact-block p {
    color: #ccc;

}

.contact-block:after {
    float: right;
    font-family: "FontAwesome";
    opacity: 0.15;
    font-size: 36px;
    content: "\f003";

    position: absolute;
    right: 20px;
    bottom: 15px;
}

/*.contact-mail {*/
/*}*/

/*.contact-mail:after {*/
/*content: "\f003";*/
/*}*/

/*.contact-phone {*/
/*}*/

/*.contact-phone:after {*/
/*content: "\f095";*/
/*}*/

.contact-address {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    padding: 2% 2%;
    font-size: 1.3em;
    font-weight: 500;
    font-size: 20px;

    margin: 0 15px;
}

.card .contacts {
    border-top: 1px solid #eee;
}

.card .contacts > div > div {
    border-right: 1px solid #eee;
}

.card .contacts > div > div:last-child {
    border: none;
}

.cardd {
    background-color: #fff;
    border: 1px solid #e5ecf4;
    padding: 25px;
    border-radius: 10px;
}

.avatar-circle {
    width: 45px;
    height: 45px;
    margin: 0 12px 0 0;

    display: block;

    border-radius: 50%;
    text-align: left;

}

.status-view {
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    float: left;
    font-weight: bold;
    color: #505362;

}

.adddate {
    color: #9e9e9e;
    font-size: 12px;
    float: left;
}

.status-names {
    width: 25px;
    font-size: 18px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}

.statistic-block {

}

.statistic-block b {
    font-size: 32px;
    margin-bottom: 0
}

.statistic-block p {
    font-size: 12px;
    margin-top: -6px;
    opacity: 0.7;
}

.icon-happy {
    width: 25px;
    font-size: 15px;
    padding: 5px;
    color: #00bd39;
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;

    text-align: center;
    box-sizing: content-box;
    /*margin-right: 18px;*/
}

.icon-sad {
    width: 25px;
    font-size: 15px;
    padding: 5px;
    color: #dd0000;
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;

    text-align: center;
    box-sizing: content-box;
    /*margin-right: 18px;*/
}

.form-user-stockadd {
    margin-top: 20px;
    padding: 15px;
}

.form-group.user_stock label {
    /*font-size: 16px;*/
}

.sp-radio {
    margin-bottom: 10px;
    margin-right: 12px;
    display: inline-block;

    font-size: 16px;
    line-height: 2em;
    font-weight: normal;
    font-family: "Open Sans";

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.sp-radio input[type="radio"] {
    display: none;
}

.sp-radio input[type="radio"] + label {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;

    border: 1px solid #449CD7;
    /**background: #d8d9db;*/

    position: relative;

    border-radius: 15px;;

    transition: border-color 0.25s linear;
    -webkit-transition: border-color 0.25s linear;

    box-sizing: content-box;
}

.sp-radio input[type="radio"] + label:after {

    width: 16px;
    height: 16px;
    top: 3px;
    left: 3px;

    content: ' ';
    display: block;

    background: #fff;;
    border-radius: 50%;

    position: absolute;

    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;

    box-sizing: content-box;

}

.sp-radio input[type="radio"]:checked + label {

    border-color: #449CD7;
}

.sp-radio input[type="radio"]:checked + label:after {

    background: #449CD7;
}

.form-user-stockadd {
    margin-top: 20px;
    padding: 15px;
}

.form-horizontal label {
    font-size: 16px;
}

.show-stock-option {

    padding: 0;
    margin-top: 0;
    z-index: 2;
    position: relative;
    border-radius: 20px;
}

.avatar {

    width: 110px;
    height: 110px;
    margin: 20px auto 1em;
    padding: 0px;
    overflow: hidden;
    background: url('assets/images/line-light.png');
    border-radius: 18px;
    border: 3px solid #f0f0f0;

    position: relative;

}

.avatar img {
    display: block;

    margin-left: -5px;
}

.avatar h4 {
    margin: 0 auto;
    float: none;

    text-align: center;

    font-size: 16px;
}

.file_uploader {
    float: left;
    position: relative;
}

.file_uploader input {
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 2;

    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    position: absolute;
}

.avatar_uploader {
    position: absolute;

    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;

    overflow: hidden;

    z-index: 2;
    color: #f5b33c;
    background: rgba(255, 255, 255, 0.5);

    border-radius: 0 0 18px 0;

    padding: 4px;
    text-align: center;

    cursor: hand;
}

.avatar_uploader:hover {
    background: rgba(255, 255, 255, 1);
}

.avatar_uploader input {
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 2;

    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    position: absolute;

    cursor: hand;
}

.file_uploader {

    color: #FFFFFF;
    display: block;
    float: left;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 0;
    outline-style: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;

    position: relative;

    border-radius: 20px;

    color: #fff;
    background-color: #449CD7;
}

.file_uploader:hover {
    background-color: #449CD7;

}

.file_uploader input[type="file"] {
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 2;

    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    position: absolute;

    margin: 0;
    padding: 0;
    border: 0;

    width: 100%;
    height: auto;

    cursor: pointer;
}

.user-information-account {
    display: block;

}

.user-information-account dt {
    font-size: 16px;
    float: left;
    margin-right: 10px;

}

.user-information-account dd {
    font-weight: bold;

    font-size: 15px;
    color: #666;
    line-height: 20px;

}


.user-information-account p {
    font-size: 15px;
    color: #ccc;
}



.column-style {
    padding: 50px;
    text-align: center;
}

.column-style:hover i {
    padding: 20px;
    border-radius: 25px;
    color: #fff;
    background-color: #00a5ea;
    font-size: 40px;
}

.column-style i {
    font-size: 40px;
    background-color: #fff;
    padding: 20px;
    border-radius: 25px;
    color: #00a5ea;
}

.column-style h4 {
    font-size: 25px;
    margin-bottom: 20px;
}

.column-style p {
    font-size: 20px;
}

.t-background {
}

.t-background span {
    color: #449CD7;
    font-size: 20px;
}

.t-background p {
    font-size: 35px;
}

.t-background b {
    font-size: 14px;
    font-weight: 300;

    line-height: 2em;
}

.button-for-contact {
    background-color: #449CD7;;
    border-radius: 35px;
    color: white;
    font-size: 14px;
    padding: 20px;

    margin: 0 auto;
}

.number-for-contact i {
    font-size: 30px;
    float: left;
    margin-top: 12px;
    margin-right: 15px;
    color: #449CD7;

    display: inline-block;

}

.t-background .number-for-contact {
    margin: 0 auto;
    display: inline-block;
}

.t-background .number-for-contact span {
    font-size: 20px;
    float: left;
    margin-top: 14px;

    font-weight: bold;

    display: inline-block;
}

.line-gray-3 {
    padding: 80px 0;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    position: relative;

    margin-bottom: -1px;

    border-bottom: 1px solid #449CD7;;
}

.line-gray-3:after {

    position: absolute;

    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

    content: ' ';
    background: rgba(44, 62, 80, 0.8);
    z-index: 2;
}

.btn-learn-more, .btn-contact-us, .btn-contact-us-white {
    border-radius: 35px;
    font-size: 20px;

    text-align: center;
    padding: 20px;

    display: block;

    border: none;
    background: none;
}

.btn-learn-more {
    color: #fff;
    background-color: #449CD7;;
}

.btn-contact-us {
    color: #fff;
    border: 1px solid #449CD7;;

}

.btn-contact-us-white {
    color: #449CD7;
    border: 1px solid #449CD7;;

}

.stock-href-action {
    color: black;
}

.stock-href-action:hover {
    color: black;
    text-decoration: none;
}

.title-name-line {
    font-size: 14px;
    text-decoration: none;
    color: black;

}

.title-name-line:hover {
    text-decoration: none;
    border-bottom: 0;
    color: black;
}

.cyrcle-stat {
    border-radius: 50%;
    height: 60px;
    width: 60px;

    margin: 0 auto;
    border: 2px solid;
}

.cyrcle-stat p {
    margin-top: 7px;
    font-size: 32px;
}

.stat-all {
    border-color: #02aff3;
    color: #02aff3;

}

.stat-open {
    border-color: #dd0000;
    color: #dd0000;
}

.stat-close {
    border-color: #00bd39;
    color: #00bd39;
}

.stat-all-r {
    background-color: #02aff3;
    color: #fff;
}

.stat-open-r {
    background-color: #dd0000;
    color: #fff;
}

.stat-close-r {
    background-color: #00bd39;
    color: #fff;
}

.rectangle-stat {
    margin-top: -9px;
    font-size: 12px;
    padding: 2px 3px 4px;
}

.offer-line2:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: ' ';
    background: rgba(44, 62, 80, 0.8);
    z-index: 2;
}

.offer-line2 {
    width: 100%;
    padding: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    position: relative;
}

.offer-line {
    width: 100%;
    padding: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    position: relative;
}

.offer-line2 .container {
    position: relative;
    z-index: 3;
}

.image-offer2 img {

    max-width: 300px;

    margin: -50px;
}

.offer-text p {
    font-size: 35px;
    color: #fff;
    margin-top: 15px;
}

.offer-text span {

    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin: 20px 0 30px;

}

.offer-text {
    color: #fff;
    margin-top: 50px;
    margin-left: 0px;
}

.btn-offert {

    border-radius: 50px;
    background: transparent;
    padding: 10px 20px;
    min-width: 170px;
    border: 2px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-offert p {
    margin-top: 8px;
    font-size: 15px;

    padding: 0;
    margin: 0;
}

.btn-offert:hover p {
    color: #000000;
}

.btn-offert:hover {
    background-color: #f4f4f4;
}

.description-offert {
    color: black;

}

.description-offert p {
    /*font-size: 25px;*/

    color: #2C3E50;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 5px;
}

.description-offert b {

    color: #000;
    margin: 0;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

.offert-column i {
    font-size: 60px;
    padding: 25px;
    color: #449CD7;

}

.offert-column b {
    margin: 30px 0;
    color: #2a3b71;
    font-size: 20px;
    font-weight: 500;

}

.offert-column p {
    font-size: 15px;
    margin-left: 15px;
    margin-right: 15px;

    color: #2a3b71;
    font-weight: 400;
    font-size: 16px;

    line-height: 24px;
}

.description-offert2 {
    color: #fff;
}

.description-offert2 p {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 5px;
}

.description-offert2 b {

    margin: 0;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

.ul-text {
    color: #fff;
    text-align: right;

}

.ul-text p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;

}

.ul-text b {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}

.ul-icon {

    color: #449CD7;;
    font-size: 40px;
    text-align: right;
}

.offer-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ul-text2 {
    color: #fff;
    text-align: left;

}

.ul-text2 p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;

}

.ul-text2 b {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}

.ul-icon2 {
    color: #449CD7;;
    font-size: 40px;
    float: left;

}

.sp-checkbox {
    margin-bottom: 10px;
    display: inline-block;

    font-size: 16px;
    line-height: 1.4em;
    font-weight: normal;
    font-family: "Open Sans";

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sp-checkbox input[type="checkbox"] {
    display: none;
}

.sp-checkbox input[type="checkbox"] + label {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;

    border: 1px solid #d8d9db;
    /**background: #d8d9db;*/

    position: relative;

    border-radius: 5px;;

    transition: border-color 0.25s linear;
    -webkit-transition: border-color 0.25s linear;

}

.sp-checkbox input[type="checkbox"] + label:after,
.sp-checkbox input[type="checkbox"] + label:before {

    content: ' ';
    display: block;

    background: #fff;;
    border-radius: 2px;

    position: absolute;

    box-sizing: content-box;

    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.sp-checkbox input[type="checkbox"] + label:after {
    width: 4px;
    height: 6px;
    bottom: 6px;
    left: 4px;

    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);

}

.sp-checkbox input[type="checkbox"] + label:before {

    width: 4px;
    height: 14px;
    bottom: 3px;
    left: 10px;

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);

}

.sp-checkbox input[type="checkbox"]:checked + label {

    /**background: #00aff0;*/
    border-color: #449CD7;
}

.sp-checkbox input[type="checkbox"]:checked + label:after,
.sp-checkbox input[type="checkbox"]:checked + label:before {
    background-color: #449CD7;

}

.contact-phone-contact .btn-user-action {
    padding: 10px;
    border: 2px solid #449CD7;
    border-radius: 30px;
    color: #449CD7;
    width: 220px;
    height: 60px;
    margin-right: 10px;
}

.contact-phone-contact .btn-user-action p {
    margin-top: 8px;
    font-size: 15px;
}

.contact-phone-contact .btn-user-action:hover p {
    color: #fff;
}

.contact-phone-contact .btn-user-action:hover {
    background-color: #449CD7;
}

.contact-phone-contact .btn-user-action.btn-user-action-a {
    background-color: #449CD7;
    color: #fff;
}

.contact-phone-contact .btn-user-action.btn-user-action-a:hover p {
    color: #449CD7;
}

.contact-phone-contact .btn-user-action.btn-user-action-a:hover {
    background-color: #fff;
}

.contact-phone-contact {
    line-height: 14px;
    margin-top: 20px;

}

.contact-phone-contact i {
    font-size: 55px;
    color: #449CD7;
    margin-bottom: 15px;
    margin-top: 15px;

}

.contact-phone-contact p {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 300;
}

.contact-phone-contact b {
    font-size: 22px;
    font-weight: 500;
}

.only-border {
    margin-top: 30px;
    border: 1px solid #d6d6d6;

    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
}

.contact-send-mail {
    margin-top: 45px;
}

.contact-send-mail p {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-top: 45px;
}

.contact-send-mail label {
    font-size: 15px;
    font-weight: 500;
    float: left;
}

.btn-success.btn-success-contact {
    margin-top: 0px;
    height: 60px;
    width: 100%;

    background-color: #449CD7;
    border-color: #449CD7;
    color: #fff;

    border-radius: 30px;
}

.dl-horizontal dd {
    margin: 0;
}

.dl-horizontal dt {
    float: left;

}

.dl-horizontal a {
    float: left;

}

.pricing-table .btn-user-action {
    padding: 0;
    border: 2px solid #449CD7;
    border-radius: 30px;
    color: #449CD7;
    width: 171px;
    height: 40px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.pricing-table .btn-user-action p {
    margin-top: 8px;
    font-size: 15px;
}

.pricing-table .btn-user-action:hover p {
    color: #fff;
}

.pricing-table .btn-user-action:hover {
    background-color: #449CD7;
}

.pricing-table .btn-user-action.btn-user-action-a {
    background-color: #449CD7;
    color: #fff;
}

.pricing-table .btn-user-action.btn-user-action-a:hover p {
    color: #449CD7;
}

.pricing-table .btn-user-action.btn-user-action-a:hover {
    background-color: #fff;
}

.main-index-text .btn-user-action {
    padding: 14px 4px;
    border: 2px solid #449CD7;
    border-radius: 30px;
    color: #449CD7;
    width: 100%;
    /*height: 46px;*/
    margin-right: 0px;
    margin-bottom: 15px;
    margin-top: 45px;

}

.main-index-text .btn-user-action p {
    margin-top: 8px;
    font-size: 15px;
    text-align: center;

}

.main-index-text .btn-user-action:hover {
    color: #fff;
}

.main-index-text .btn-user-action:hover {
    background-color: #449CD7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

}

.main-index-text .btn-user-action {
    background-color: #fff;
    color: #449CD7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.main-index-text .btn-user-action.btn-user-action-a {
    background-color: #449CD7;
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.main-index-text .btn-user-action.btn-user-action-a:hover {
    color: #449CD7;
}

.main-index-text .btn-user-action.btn-user-action-a:hover {
    background-color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.pricing-table {
    border: 1px solid #e2e2e2;
    margin: 40px auto;
    position: relative;
    text-align: center;
    z-index: 1;

}

.pricing-table .pricing-list .check-class {

    color: #00bd39;

}

.pricing-table, .pricing-table a {

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

}

.pricing-table.pricing-table-best {
/ border: 1 px solid #e2e2e2;
    margin: -15px;
    position: relative;
    text-align: center;
    z-index: 3;

    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
    background-color: #fff;

}

.pricing-table.pricing-table-best a {
    margin: 40px 0;
}

.pricing-table ul {
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;

}

.pricing-table ul li {
    color: #6f778a;
    font-weight: 300;
    font-size: 14px;
    padding: 15px 0;
    padding: 10px;
    margin: 0 20px;
}

.pricing-table ul li span {
    background: #40b1e9;
    color: #fff;
    padding: 2px 7px;
}

.pricing-table ul > li:nth-child(even) {
    background-color: #f4f4f4;
}

.pricing-table .btn-success {
    margin: 40px 0;
}

.pricing-table.no-head {
    top: 154px;
}

.price-head {
}

.price-head .icon {
    background: #449CD7;
    border: 5px solid white;
    color: white;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: relative;
    margin-top: -40px;
    display: block;
    margin: -50px auto 20px;
    z-index: 3;
    line-height: 90px;
    font-size: 58px;

}

.price-head div {
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    color: #121214;
    font-weight: bold;

    position: relative;
    list-style: none;
}

.price-head div h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.price-head div p, .price-head div b, .price-head div span {

    display: inline-block;
}

.price-head div p {
    font-size: 28px;
    color: #000;
    font-weight: bold;

}

.price-head div b {

    margin: 0 -10px;
}

.price-head div span {
    font-size: 18px;
    text-transform: uppercase;
    color: #a6b3bf;
    font-weight: bold;

}

.background-table:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: ' ';
    background: rgba(255, 141, 82, 0.8);
    z-index: 2;
}

.background-table {
    width: 100%;
    padding: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    position: relative;
}

.background-table h4 {
    position: relative;
    z-index: 3;
    color: #fff;

}

.main-index-text p {
    margin-top: 40px;
    font-size: 35px;
    font-weight: 100;
    text-align: left;
}

.main-index-text b {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}

.main-index-text {
}

.main-index-option {
    margin-top: 60px;
    padding-bottom: 25px;
}

.main-index-option i {
    font-weight: bold;
    font-size: 40px;

    margin-bottom: 10px;
}

.main-index-option b {
    font-size: 16px;
    font-weight: 200;

    margin-top: 10px;
}

.main-index-option:hover i {

    color: rgba(255, 141, 82, 0.8);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.main-index-text.main-index-text2 {
    text-align: left;
}

.background-main-user {
    background-color: #f6f6f6;
    padding-bottom: 40px;

}

.background-main-user .main-index-image img {
    float: right;
    margin-bottom: -100%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .background-main-user .main-index-image img {
        margin-bottom: 0;

        max-width: 100%
    }

}

.main-block-image2 img {
    float: right;
    margin-bottom: -100%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .main-block-image2 img {

        margin-bottom: 0;

        max-width: 100%
    }

}

.main-block-image1 img {
    float: right;
    margin-bottom: -100%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .main-block-image1 img {

        margin-bottom: 0;

        max-width: 100%
    }

}

.background-main-user .main-phone-image img {

    height: 500px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .background-main-user .main-phone-image img {
        max-width: 100%
    }

}

.main-helpdesk-footer .btn-user-action {
    padding: 10px;
    border: 2px solid #449CD7;
    border-radius: 30px;
    color: #449CD7;
    width: 220px;
    height: 60px;
    margin-right: 10px;

    float: left;
}

.main-helpdesk-footer .btn-user-action p {
    margin-top: 8px;
    font-size: 15px;
}

.main-helpdesk-footer .btn-user-action:hover p {
    color: #fff;
}

.main-helpdesk-footer .btn-user-action:hover {
    background-color: #449CD7;
    color: rgba(161, 178, 13, 1);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.main-helpdesk-footer .btn-user-action {
    background-color: #f6f6f6;
    color: #449CD7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.description-offert.description-offert2 p {
    padding-top: 30px;
    color: #000;
}

.block-7 h2 {

    font-size: 50px;
    font-weight: 700;
    color: #2b2b2b;

    margin-top: 0;

    position: relative;;
}

.block-7 p {

    line-height: 24px;
    font-weight: 300;
    color: #6f778a;
    font-size: 16px;
}

.block-7 .dot:before {
    content: ".";
    color: #7092BE;
}

.block-8 {
    position: relative;
    padding-left: 55px;
    margin-top: 30px;
}

.block-8 i {
    color: #449CD7;
    font-size: 30px;
    position: absolute;
    left: 15px;
}

.block-8 h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding-top: 5px;

    margin: 0;
}

.block-8 p {
    color: #6f778a;
    font-weight: 300;
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
}

.block-9 {

    z-index: 3;

    position: relative;
}

.block-9 b {
    font-size: 25px;
    font-weight: 400;
    color: #449CD7;

    margin-bottom: 2vw;

    display: inline-block;
}

.block-9 h1 {

    font-size: 50px;
    font-weight: 800;
    color: #fff;

    margin-top: 5vw;
    margin-bottom: 2vw;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .block-9 b {
        font-size: 16px;
    }

    .block-9 h1 {
        font-size: 30px;
    }

    .block-9 .btn-learn-more, .block-9 .btn-contact-us {
        font-size: 12px;
        padding: 10px;

        margin-bottom: 10px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .block-9 b {
        font-size: 16px;
    }

    .block-9 h1 {
        font-size: 30px;
    }

    .block-9 .btn-learn-more, .block-9 .btn-contact-us {
        font-size: 12px;
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .block-9 b {
        font-size: 20px;
    }

    .block-9 h1 {
        font-size: 40px;
    }

    .block-9 .btn-learn-more, .block-9 .btn-contact-us {
        font-size: 16px;
        padding: 15px;
    }

}

.block-10 {
    width: 100%;
    height: 0;

    padding-bottom: 100%;

    text-align: center;

    border: 1px solid #f7f7f7;

    padding-left: 10%;
    padding-right: 10%;

    overflow: hidden;
}

.block-10 i {
    color: #449CD7;
    font-size: 50px;

    margin: 3.3vw 0 1.5vw;
}

.block-10 h3 {
    color: #000000;

    margin: 0 0 1.5vw;
    padding: 0;

    font-weight: 300;
}

.block-10 p {
    color: #888888;

    margin: 0;
    padding: 0;

    font-size: 14px;

    font-weight: 300;

    line-height: 1.6em;
}

.block-10:hover {
    background: #449CD7;
    border: 1px solid #449CD7;

    -moz-box-shadow: 0px 0px 20px #aaa;
    -webkit-box-shadow: 0px 0px 20px #aaa;
    box-shadow: 0px 0px 20px #aaa;
}

.block-10:hover i {
    color: #fff;
}

.block-10:hover h3 {
    color: #fff;
}

.block-10:hover p {
    color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .block-10 {
        margin-bottom: 12px;
    }

    .block-10 i {
        font-size: 50px;
        margin: 12vw 0 6vw;
    }

    .block-10 h3 {
        margin: 0 0 4vw;
    }

    .block-10 p {
        font-size: 16px;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .block-10 {

    }

    .block-10 i {
        font-size: 30px;
        margin: 3vw 0 1vw;
    }

    .block-10 h3 {
        margin: 0 0 1vw;
        font-size: 18px;
    }

    .block-10 p {
        font-size: 12px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
    .block-10 {

    }

    .block-10 i {
        font-size: 40px;

    }
}

.block-11 {
    width: 100%;

    position: relative;

    margin: 0 0 30px;

    float: left;
}

.block-11 i {
    background: #449CD7;
    color: #fff;

    font-size: 28px;
    line-height: 50px;

    height: 50px;
    width: 50px;

    text-align: center;

    display: inline-block;
    float: left;

    margin: 0 18px 36px 0;

    position: absolute;
    top: 0;
    left: 0;
}

.block-11 h3 {
    color: #000000;

    margin: -4px 0 0;
    padding: 0 0 0.5vw 68px;

    font-weight: 300;

    display: inline-block;
    float: left;

    width: 100%;
}

.block-11 p {
    color: #888888;

    margin: 0;
    padding: 0 0 0 68px;

    font-size: 12px;
    font-weight: 300;

    line-height: 1.6em;

    display: inline-block;
    float: left;

    width: 100%;
    height: 75px;
}

.block-11:hover {
    /*background: #449CD7;*/

}

.block-11:hover i {
    color: #fff;
    -moz-box-shadow: 0px 0px 20px #aaa;
    -webkit-box-shadow: 0px 0px 20px #aaa;
    box-shadow: 0px 0px 20px #aaa;
}

.block-11:after {
    content: " ";
    clear: both;

    width: 100%;
    height: 1px;
}

.fluid-img-col {
    position: relative;

}

.fluid-img-col img {
    position: absolute;

    top: -30px;
    right: 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {

    .fluid-img-col img {
        position: inherit;
        max-width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .fluid-img-col {
        text-align: center;
    }

    .fluid-img-col img {

        position: inherit;
        max-width: 100%;

        top: initial;
        right: initial;
    }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {

    .fluid-img-col img {
        top: -45px;
    }
}

.user-check-type .user-check-heading {
    color: #333;
    padding: 15px;
}

.user-panel-group {
    margin-bottom: 10px;
    margin-top: 15px;
}

.user-check-type a {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    line-height: 50px;
}

.user-check-type i {
    font-size: 30px;
    color: #449CD7;
    margin-right: 10px;
    padding: 10px;
    padding-left: 9px;
    border: 1px solid #449CD7;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    float: left;
}

.user-check-type a:hover {
    text-decoration: none;
    color: #449CD7;
    border: none;
}

.user-check-type:hover i {
    color: #fff;
    background-color: #449CD7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

}

.panel-body-user p {
    margin: 0 80px 10px;
    float: left;
    /*text-align: left*/
    text-align: justify;
}

.addons_column div {
    position: relative;
    display: inline-block;

    width: 100%;
    height: 0;
    padding-bottom: 100%;

}

.addons_column div:before {
    content: ' ';
    border: 1px dashed #449CD7;
    width: 50%;
    position: absolute;
    font-size: 1.2em;
    display: block;
    left: -53%;
    top: 38%;
    text-align: right;
    transform: translateX(50%) translateY(-50%);
    -webkit-transform: translateX(50%) translateY(-50%);
    t-ms-ransform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}

.addons_column:first-child div:before {
    display: none;
}

.addons_column i {
    font-size: 35px;
    color: #449CD7;
    display: inline-block;
    margin-top: 30%;

    width: 100px;
}

.addons_column span {
    display: inline-block;
    position: absolute;
    font-size: 70px;
    color: #111517;
    opacity: 0.03;
    left: 0;
    right: 0;
    top: 20%;
    width: 100%;

    text-align: center;
}

.addons_column p {

    margin-bottom: 10px;
    font-size: 20px;
    color: #555;
    text-align: center;

    line-height: 75px;
}

.customers-says-img img {
    border-radius: 50%;
    height: 50px;
    width: 50px;

}

.customers-says1 b {
    font-size: 20px;
    color: #555;

    font-weight: 400;
}

.customers-says1 {
    padding-bottom: 20px;
}

.description-offert.description-offert2 {
    color: #000;
    margin-bottom: 50px;

}

.description-offert.description-offert2 b {
    /*color: #449CD7;*/

}

.description-offert.description-offert2 p {
    /*color:#449CD7;*/

}

.customers-says-box2 {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 15px;

    position: relative;
}

.customers-says-box2 b {

    font-size: 20px;
    color: #555;
    font-weight: 400;

}

.customers-says-box2:before {

    font-size: 70px;
    color: #eee;
    float: right;

    height: 20px;

    position: absolute;

    display: block;

    content: "\"";

    right: 30px;
    bottom: 40px;

}

.customers-says-box2 .account {
    margin: 10px 0;
}

.customers-says-box2 .account div {
    width: 50px;
    height: 50px;

    border-radius: 50%;

    overflow: hidden;

    background-size: cover;

    display: inline-block;

    float: left;

}

.customers-says-box2 .account p {

    float: left;

    display: inline-block;

    font-size: 18px;
    color: #555;

    margin: 5px 0 0 20px;;

}

.customers-says-box2:after {

    clear: both;

    display: table;
    content: " ";

    box-sizing: border-box;
}

.offert-bcg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    position: relative;
}

.offert-bcg:after {
    position: absolute;

    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

    content: ' ';
    background: rgba(44, 62, 80, 0.8);
    z-index: 2;
}

.offert-bcg .container {
    z-index: 3;
    position: relative;
}

.form-box {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    border: none
}

.form-box .tabs > div {
    /*border-radius: 3px;*/
    height: 50px;
    width: 50%;

    text-align: center;

    font-size: 16px;

    float: left;

    display: inline-block;

    border-bottom: 1px solid #ddd;

    background: #fafafa;

    padding: 15px;

}

.form-box .tabs > div.active {

    border-bottom: none;

    border-left: 0 !important;;
    border-right: 0 !important;

    background: white;

}

.form-box .tabs > div:last-of-type {

    border-left: 1px solid #ddd;
}

.form-box .tabs > div:first-of-type {

    border-right: 1px solid #ddd;
}

.form-block {
    padding: 20px 0 60px;
}

.form-block:before {
    content: ' ';
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    float: left;
}

.form-block label {
    color: #444444;
    font-weight: normal;

    /*text-transform: uppercase;*/

    font-size: 12px;
}

.form-block .fa-input {
    position: absolute;

    left: 30px;
    top: 15px;

    font-size: 15px;

    opacity: 0.5;
}

.form-block .or {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;

    font-weight: 500;

    position: relative;

    margin: 25px 0;
}

.form-block .or:after {

    position: absolute;

    top: 10px;

    width: 200px;

    content: " ";

    display: block;

    height: 1px;

    background: #ccc;

    left: 0;
    right: 0;

    margin: 0 auto;
}

.form-block .or span {
    background: white;

    position: relative;

    z-index: 2;

    padding: 0 12px;

    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.form-block .button {

    padding: 14px 32px;
    text-align: center;
    font-size: 16px;

    width: 100%;

    display: block;
    margin: 0 auto;
    transition-duration: 0.4s;
    cursor: pointer;

    margin-bottom: 15px;

    background-color: #449CD7;
    color: white;

    border: none;
}

.form-block .button.button_fb {

    background-color: #516EAB;
    color: white;

}

.form-block .button.button_google {

    background-color: #E14E42;
    color: white;

}

.form-block input,
.form-block textarea,
.form-block select {
    /*width: 50%;*/
    height: 45px;
    display: block;
    margin: 0 auto;

    /*border-radius: 15px;*/
    border-radius: 0;

    text-indent: 5px;

    border: 1px solid #e2e2e2;
}
.form-block textarea{
    height: 90px;
}
.form-block input[type=text]:focus, .form-block [type=password]:focus,
.form-block select:focus {

    border: 1px solid #449CD7;
}

.form-block input.icon {

    text-indent: 25px;
}

.sp-radio {
    margin-bottom: 0px;
    display: inline-block;

    font-size: 16px;
    line-height: 2em;
    font-weight: normal;
    font-family: "Open Sans";

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.sp-radio input[type="radio"] {
    display: none;
}

.sp-radio input[type="radio"] + label {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;

    border: 1px solid #d8d9db;
    /**background: #d8d9db;*/

    position: relative;

    border-radius: 15px;;

    transition: border-color 0.25s linear;
    -webkit-transition: border-color 0.25s linear;

}

.sp-radio input[type="radio"] + label:after {
    width: 14px;
    height: 14px;
    top: 4px;
    left: 4px;

    content: ' ';
    display: block;

    background: #fff;;
    border-radius: 50%;

    position: absolute;

    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;

}

.sp-radio input[type="radio"]:checked + label {

    border-color: #449CD7;
}

.sp-radio input[type="radio"]:checked + label:after {

    background: #449CD7;
}

.sp-checkbox {
    margin-bottom: 0px;
    display: inline-block;

    font-size: 16px;
    line-height: 2em;
    font-weight: normal;
    font-family: "Open Sans";

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sp-checkbox input[type="checkbox"] {
    display: none;
}

.sp-checkbox input[type="checkbox"] + label {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;

    border: 1px solid #d8d9db;
    /**background: #d8d9db;*/

    position: relative;

    border-radius: 5px;;

    transition: border-color 0.25s linear;
    -webkit-transition: border-color 0.25s linear;

}

.sp-checkbox input[type="checkbox"] + label:after,
.sp-checkbox input[type="checkbox"] + label:before {

    content: ' ';
    display: block;

    background: #fff;;
    border-radius: 2px;

    position: absolute;

    box-sizing: content-box;

    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.sp-checkbox input[type="checkbox"] + label:after {

    width: 2px;
    height: 6px;
    bottom: 5px;
    left: 5px;

    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);

}

.sp-checkbox input[type="checkbox"] + label:before {

    width: 2px;
    height: 14px;
    bottom: 3px;
    left: 11px;

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);

}

.sp-checkbox input[type="checkbox"]:checked + label {

    /**background: #00aff0;*/
    border-color: #449CD7;
}

.sp-checkbox input[type="checkbox"]:checked + label:after,
.sp-checkbox input[type="checkbox"]:checked + label:before {
    background: #449CD7;

}

.btn-full, .btn-frame {
    border-radius: 35px;
    font-size: 14px;

    text-align: center;
    padding: 15px;

    display: block;

    background: none;

    margin-bottom: 15px;

    border: 2px solid #449CD7;;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.btn-full {
    color: #fff;
    background-color: #449CD7;;
}

.btn-frame {
    color: #449CD7;
}

.btn-full:hover,
.btn-frame:hover {

    text-decoration: none;
}

.btn-full:hover {
    background-color: #fff;
    color: #449CD7;
}

.btn-frame:hover {
    background-color: #449CD7;
    color: #fff;

}

.imagelist {
    list-style: none;


    margin: 15px 0 0;
    padding: 0;
}

.imagelist li {
    float: left;
    padding: 5px;
    margin: 0 15px 15px 0;
    background: #fff;
    /*border: 1px solid #ddd;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    width: 100%;
}

.imagelist li.ui-get-photo {
    width: 207px;
    height: 178px;
}

.imagelist li:hover {
    border-color: rgba(82, 168, 236, 0.8)
}

.imagelist li div, .imagelist li a.img {
    width: 195px;
    height: 150px;
    overflow: hidden;
    display: block
}

.imagelist li img {
    display: block;
    margin-bottom: 10px;
    width: 1900px;
}

.imagelist li span {
    display: block;
    text-align: right;
}

.imagelist li span a {
    vertical-align: middle;
}

.imagelist li span a.name {
    font-weight: bold;
    float: left;
    color: #999;
    width: 148px;
    height: 16px;
    overflow: hidden;
    text-align: left
}

.imagelist li span a.name:hover {
    color: #333;
    text-decoration: none;
}

.imagelist li  a.show, .imagelist li  a.dele, .imagelist li  a.edit, .imagelist li  a.down {
    float: right;
    font-size: 13px;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: 0.5;
    color: #676767;

    margin: 0 6px 0 12px;


}

.imagelist li  a.show:hover, .imagelist li  a.dele:hover, .imagelist li  a.edit:hover, .imagelist li  a.down:hover {
    opacity: 1;
    text-decoration: none;
}


.work-line{
    padding: 6px !important;

}
.work-line:nth-child(2n){
    background: #fafafa;
}
.work-line h3{

    color: #02AFF3;
    font-size: 15px;

    margin-top: 6px;
}
.work-line h3 b{
    font-weight: normal;
}
.work-line h3 span{
    color: #a1a1a1;
    font-weight: 300;

}
.work-line h3:after{
    content: " ";
    clear: both;
}
.work-line div:not(.clearfix){
    display: inline-block;

    color: #ccc;

    margin-right: 12px;
}
.work-line div {

    font-size: 12px;
}
.work-line div span{

    color: #454545;

    /*margin-right: 4px;*/

}

.avatar-circle {

    width: 50px;
    height: 50px;

    border-radius: 50%;

    overflow: hidden;

    float: left;

    margin: 3px 12px 3px 0;

    border: 1px solid #eee;

    background-size: cover;

    background-position: center center;

}

.user-line{
    margin-bottom: 15px;
}
.user-line:after{
    content: " ";
    clear: both;

    float: left;

    display: block;

    width: 100%;
}
.user-line h3{
    height: 50px;
    line-height: 53px;

    margin-top: 0;
    margin-bottom: 0;
}