@media (max-width: 1949px) and (min-width: 1625px) {
    .container {
        width: 1625px;
    }
}
\

.list-group.list-group-horizontal {

}
.list-group.list-group-horizontal:after {
  clear: both;
  display: block;
  content: "";
}

.list-group.list-group-horizontal .list-group-item {
    float: left;
    margin-right: 0px;
    border-radius: 70px;
    border: 0;
    position: relative;
    font-weight: 700;
}
.list-group.list-group-horizontal .list-group-item:hover {
    transition: background-color 0.3s ease;
    color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.list-group.list-group-horizontal .list-group-item.active {
    background-color: #efefef;
    color: #323a44;
}

.list-group.list-group-horizontal .list-group-item.open .fa-chevron-down {
    transform: rotate(180deg);
    transition: all 0.2s ease;
}


.help-block {
    font-size: 11px;
    color: #97a4af;
    font-weight: 300;
}

.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 5px !important;
    margin-top: 15px;
}

.navbar .navbar-nav > li .dropdown-menu {
    top: 80px;
}

.dropdown-menu>li>a {
    padding: 10px 20px 12px;
    font-weight: 600;
    font-size: 14px;
}

.dropdown-menu .divider {
    margin: 0;
}

.dropdown-menu > li:first-child > a:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dropdown-menu > li:last-child > a:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.navbar-btn .btn {
	font-size: 14px;
	/*border-radius: 4px;*/
    font-weight: 600;
    padding: 7px 15px;
    top: 2px;
    position: relative;
}
.navbar-btn .btn > i {
    margin-right: 4px;
}

.navbar-btn .btn-sm {
    margin-top: 5px;
}
.btn i.fa {
    margin-right: 6px;
}

.btn-icon-only i.fa {
    margin-right: 0;
}

.icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    outline: none;
    background-color: #fff;
    color: #555;
}

.icon-button:hover {
    opacity: .9;
}

.icon-button > * {
    margin: 0;
}

.icon-button__sm {
    width: 30px;
    height: 30px;
    font-size: 13px;
}
.icon-button__lg {
    width: 50px;
    height: 50px;
    font-size: 19px;
}

/** Buttons
************************/

.btn {
    border: 0;
    font-weight: 700;
    border-radius: 4px;
}


/** Buttons Custom
************************/
/*.btn { font-weight: 300; }*/
.btn:focus,.btn:active { outline: none !important; }

.btn-brand { background-color: #F09; color: #fff; }
.btn-success { background-color: #99c432; }
.btn-facebook { background-color: #3b5998; color: #fff;}
.btn-google { background-color: #4285f4; !important;color: #fff; }
.btn-lite { background-color: #efefef; color: #555; }

.btn-white { background-color: #FFF; color: #b5b5b5; }
.btn-white:hover, .btn-white:active { background-color: #eee; color: #999; }

.btn-brand:hover, .btn-brand:active { opacity: .9; color: #fff; }
.btn-lite:hover { background-color: #e8e8e8; }
.btn-facebook:hover, .btn-facebook:active,
.btn-signup:hover, .btn-signup:active,
.btn-google:hover, .btn-google:active {
    opacity: .9;
    color: #fff;
}

.btn-signup:hover {
    color: #1a1a1a;
}

.btn-signup {
    border-radius: 25px;
    background-color: #f5f5f5 !important;
    color: #405f7a;
    padding: 14px 13px;
}

.btn-google.btn-block, .btn-facebook.btn-block, .btn-signup.btn-block {
    text-align: center;
    padding-left: 0px;
    position: relative;
}
.btn-google.btn-block i, .btn-facebook.btn-block i {
    font-size: 24px;
    position: relative;
    float: left;
    margin-right: 0px !important;
    top: -3px;
    left: 22px;
}
/*.btn-facebook .fa {
    float: left;
    font-size: 22px;
    margin-left: 2px;
    margin-top: -1px;
}*/


.btn-rounded { border-radius: 70px; }
.btn-round { border-radius: 50%; }
.btn-round.btn-md i { font-size: 20px; margin: 0; }
.btn-round.btn-lg i { font-size: 25px; margin: 0; }


/** Buttons Outlines
************************/
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
    border-width: 1px;
    border-style: solid;
}
.btn-brand.btn-outline { color: #F09; border-color: #F09;}
.btn-brand.btn-outline:hover { background-color: #F09;}
.btn-primary.btn-outline { color: #62cad9; border-color: #62cad9;}
.btn-primary.btn-outline:hover { background-color: #62cad9;}
.btn-success.btn-outline { color: #5cb85c; }
.btn-info.btn-outline { color: #5bc0de; }
.btn-warning.btn-outline { color: #f0ad4e; }
.btn-danger.btn-outline { color: #d9534f; }
.btn-artegram.btn-outline { color: #36bb9a; }

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-artegram.btn-outline:hover,
.btn-brand.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.fa-check-btn {
    position: absolute;
    right: 13px;
    top: -11px;
    width: 40px;
    height: 40px;
    background-color: #9fd443;
    border-radius: 50%;
}

.fa-check-btn:before {
    top: 10px;
    position: relative;
}

.no-designs-text {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 20px;
    color: #566478;
    position: relative;
    top: -20px;
}
.btn-pozters {
    border: 0;
}
.btn-pozters.btn-md {
    padding: 8px 21px;
}
.btn-pozters.btn-sm {
    padding: 7px 21px;
}

.btn-templates-scratch {
    position: absolute;
    right: 0;
    top: 0;
}



/*** Tooltips
*********************/
.tooltip {
    font-family: inherit !important;
}

.tooltip-inner {
    font-family: inherit !important;
    padding: 10px 24px;
    background-color: #252424;
    border-radius: 56px;
}
.tooltip.top .tooltip-arrow {
    border-width: 7px 7px 0;
    border-top-color: #252424;
}



.list-horizontal {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-horizontal li {
    display: inline-block;
    margin-right: 7px;
}
.form-control.input-lg {
    font-size: 14px;
}


/*** Inputs
*********************/
.form-group.has-error {
    position: relative;
}
.form-group.has-error:before {
    font-family: 'FontAwesome';
    position: absolute;
    right: -28px;
    top: 12px;
    color: #ec6767;
    content: '\f057';
    font-size: 20px;
}
.form-control {
    color: inherit;
    -webkit-font-smoothing: antialiased;
    outline: none;
    /*-webkit-appearance: none !important;*/
    border: 1px solid #d3dce6;
    transition: all .2s ease;
    box-shadow: none !important;
    /*font-weight: 300;*/
}

.form-control::placeholder {
    color: #9facbd !important;
}
/*input[type=text]:focus, input[type=password]:focus, textarea:focus {*/
input[type=text]:focus, input[type=password]:focus, input[type]:focus, textarea:focus {
    border-color: #0FACF3 !important;
}

.has-error .form-control {
    border-color: #E0356C;
}


.form-lite .form-control {
    /*background-color: #fafafa !important;*/
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    outline: none;
    /*-webkit-appearance: none;*/
    border: 1px solid #d3dce6;
    border-radius: 7px;
    font-weight: 400 !important;
}

.form-lite label {
    color: #474D54;
    font-weight: 400;
    margin-bottom: 4px;
}

.form-lite .form-control[disabled], .form-lite.form-control[readonly], .form-lite fieldset[disabled] .form-control {
    background-color: #f7f7f7 !important;
}
/*.form-liteinput[placeholder], [placeholder], *[placeholder] {
    color: #9facbd !important;
}*/
.form-lite .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #323a44 !important;
}
.form-lite .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #323a44 !important;
}
.form-lite .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #323a44 !important;
}
.form-lite .form-control:-moz-placeholder { /* Firefox 18- */
  color: #323a44 !important;
}


/*** Modals
*********************/

.modal .modal-dialog.modal-ms {
    width: 420px;
}

@media (min-width: 768px) {
    .modal-sm {
        width: 340px;
    }
}
