/*GENERAL*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic);
html {
    font-family: 'Open Sans', sans-serif;
}
.controls ul.dropdown-menu li:nth-child(2),
.controls ul.dropdown-menu li:last-child{
    display: none!important;
}
.pull-right.controls .btn-group .dropdown-menu {
    left: auto;
    right: 0;
}
a,
button {
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
img:hover, 
a:hover, 
button:hover, 
img:focus, 
a:focus, 
button:focus {
  outline: none !important; 
}
.uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span {
    font-weight: bold;
}
select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
    border: 1px solid #808080;
    color: #808080;
}
.fielderror {
    background-color: #ff3b3b !important;
    color: #fff!important;
}
.alert-success {
    background: #169969;
    border: none;
    border-radius: 0;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
.alert-success:hover,
.alert-success:focus {
    background: #00915C;
}
.uk-button-danger {
    background-color: #ff8068;
    border: none;
    border-radius: 0;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
.uk-button-danger:hover,
.uk-button-danger:focus {
    background: #FC6E52;
}
#ark-navbar {display: none;}
.d_btn_long {
    background: #1b667f none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.d_btn_long:hover,
.d_btn_long:focus {
    background: #005F7F;
    color: #fff;
}
.d_btn_blue,
.d_btn_white {
    border: 2px solid #54A7C3;
}
.d_btn_blue,
.d_btn_white,
.d_btn_red {
    line-height: 54px !important;
    padding: 0 35px;
}
.d_btn_blue {
    background: #54A7C3;
    color: #fff;
}
.d_btn_white {
    background: none!important;
    color: #54A7C3!important;
}
.d_btn_red {
    background: #A63622;
    color: #fff;
    border: 2px solid #A63622;
}
.d_btn_red:hover,
.d_btn_red:focus {
    background: #942917;
    color: #fff;
    border: 2px solid #942917;
}
.d_btn_blue:hover,
.d_btn_blue:focus,
.d_btn_white:hover,
.d_btn_white:focus {
    background: #3F879F;
    border: 2px solid #3F879F;
    color: #fff;
}
.d_btn_medium {
    line-height: 45px !important;
    padding: 0 15px;
}
/*HEADER*/
.uk-navbar-toggle {
    background-color: rgba(27,102,127, 1);
}
#toolbar-c {
    left: 50%;
    top: 0px;
    margin-left: -85px;
}
.tm-headerbar-background {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 65px;
    margin-bottom: 30px;
    padding: 0;
}
.tm-headerbar-right {
    text-align: right;
}
.tm-navbar {height: 50px;}
nav.response-menu ul.uk-navbar-nav {width: 100%;}
nav.response-menu ul.uk-navbar-nav li {
    width: 20%;
    text-align: center;
    border-bottom: 3px solid #1b667f;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
nav.response-menu ul.uk-navbar-nav li:nth-child(1),
nav.response-menu ul.uk-navbar-nav li:nth-child(5) {background-color: #54a7c3;}
nav.response-menu ul.uk-navbar-nav li:nth-child(2),
nav.response-menu ul.uk-navbar-nav li:nth-child(4) {background-color: #3f879f;}
nav.response-menu ul.uk-navbar-nav li:nth-child(3) {background-color: #1b667f;}

nav.response-menu ul.uk-navbar-nav li a {color: #fff; background: none; height: 50px; line-height: 50px;}
nav.response-menu ul.uk-navbar-nav li.uk-active {border-bottom: 3px solid #ff8068;}
nav.response-menu ul.uk-navbar-nav li:hover {border-bottom: 3px solid #ff8068;}
.uk-subnav > * > * {color: #444;}
.uk-grid.colorr div {height: 200px; background: #ccc;}
.tm-headerbar {
    color: #444444;
}
.tm-headerbar .contacts-header {
    color: #444444;
    line-height: 35px;    
}
.tm-headerbar .contacts-header .phone-header {
    font-size: 28px;
}
.u_menu .uk-button-group .uk-dropdown > div {
    border-bottom: 1px solid #444444;
}
.u_menu .uk-button-group .uk-dropdown > div:last-child {
    border-bottom: none;
}
/*FOOTER*/
#tm-bottom .uk-panel-title {
    color: #54A7C3;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 19px;
}
#tm-bottom .uk-nav a {
    color: #9A9A9A;
    padding: 5px 0;
}
#tm-bottom .uk-nav > li.uk-active > a,
#tm-bottom .uk-nav a:hover, 
#tm-bottom .uk-nav a:focus {
    color: #54A7C3;
    background: none;
}
#tm-bottom .contacts-bottom .phone-bottom{
    color: #9A9A9A;
    font-size: 22px;
    font-weight: bold;
}
#tm-bottom .contacts-bottom address{
    margin-top: 30px;
    color: #9a9a9a;
}
#tm-bottom #tm-bottom-a {
    background: none;
    margin: 0 auto;
    line-height: 30px;
}
#tm-bottom, .tm-footer {
    background: #242528;
}
.tm-footer {
    border-top: 1px solid #35363B;
    padding: 25px 0;
    font-size: 12px;
    color: #68686E;
    text-align: center;
}
.tm-totop-scroller {
    bottom: -13px;
}
/*SHOPPING
===================================================*/
#mxcpr {display: none!important;}
#comjshop_list_product .product-item {
    background: #F0F0F0;
    border: 1px solid #f0f0f0;
}
#comjshop_list_product .product-type {
    top: 0;
    right: 0;
    z-index: 1;
}
#comjshop_list_product .product-type > div {
    color: #fff;
    float: left;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}
#comjshop_list_product .product-info {
    padding: 30px;
}
#comjshop_list_product .product-info h4 a ,
#comjshop_list_product .product-info h4{
    font-size: 19px;
    font-weight: bold;
    line-height: 22px;
    color: #444444;
}
#comjshop_list_product .product-info .product-details {
    font-size: 12px;
    font-weight: 400;
    color: #7e7e7e;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C4C4C4;
}
#comjshop_list_product .product-info .product-descr {
    font-size: 14px;
    margin: 20px 0;
}
#comjshop_list_product .product-info .product-price {
    line-height: 27px;
}
#comjshop_list_product .product-info .product-access-true .product-price {
    font-size: 14px;
    color: #a63622;
}
#comjshop_list_product .product-info .product-access-false .product-price {
    font-size: 24px;
    font-weight: bold;
}
#comjshop_list_product .product-info .uk-button {
    float: right;
}
.productfull .old_price,
#comjshop_list_product .old_price {
    display: block;
    height: 20px;
    line-height: 22px;
    margin: 0 auto;
    text-align: left;
    color: #3F879F;
    font-weight: bold;
}
#sort_count .form_sort_count .control-group > div {display: inline-block;}
#sort_count .form_sort_count .control-group .controls .inputbox {
    width: auto;
}
.jshop h1 {
    font-size: 36px;
    margin-bottom: 35px;
}
#category-list .category-item {
    background: #F0F0F0;
    border: 1px solid #f0f0f0;
}
#category-list .category-type {
    top: 0;
    right: 0;
    z-index: 1;
}
#category-list .category-type > div {
    color: #fff;
    float: left;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}
#category-list .category-info {
    padding: 30px;
}
#category-list .category-info h4, 
#category-list .category-info h4 a {
    color: #444444;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
    text-align: center;
}
/*PRODUCTFULL
==============================================*/
.productfull .image_middle {
    width: auto;
}
.productfull  h1 {
    margin-bottom: 10px;
}
#lightbox-nav > a {transition: none;}
.productfull .prod_price #block_price {
    color: #444444;
    font-size: 30px;
    font-weight: bold;
}
.productfull .prod_price {
    text-align: right;
}

.productfull .old_price {
    line-height: 10px;
    text-align: right;
}
/*CART_MODULE
==============================================*/
.dragon_cart {
    float: left;
    margin-right: 15px;
}
.dragon_login {
    float: right;
}
.dragon_login .uk-button {
    border-radius: 0;
}
.d_cart_btn {
    background: #1B667F;
    border-radius: 0;
}
.d_cart_btn:hover,
.d_cart_btn:focus {
    background: #005F7F;
}
.dragon_cart .uk-dropdown {
   background: #005F7F; 
   color: #fff;
   width: 400px;
}
/*CART
==============================================*/
.cart th {
    background-color: #54a7c3;
    border: 1px solid #1798c3;
    color: #fff;
    text-align: center;
}
.cart td {
    border: 1px solid #36a0c3;
}
.product_name .data a {
    color: #1b667f;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
.jshop_img_description_center .data img {
    height: 100px;
}
.jshop .cart th.product_name {
    text-align: center;
}
.cart_block_discount .name {
    font-weight: bold;
    line-height: 30px;
    margin-right: 20px;
}
.cart_block_discount .uk-button {
    margin-left: 15px;
}
.uk-tooltip {
  background: #1B667F;
  color: #fff;
}
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
  border-top-color: #1B667F;
}
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
  border-bottom-color: #1B667F;
}
.uk-tooltip-left:after {
  border-left-color: #1B667F;
}
.uk-tooltip-right:after {
  border-right-color: #1B667F;
}
.cart_reload i {
    color: #1b667f;
    font-size: 20px;
    margin-left: 5px;
}
.button-img i {
    color: #1b667f;
    font-size: 20px;
}
.cart_block_discount {
    text-align: right;
    margin-top: 50px;
}
.cart_block_discount .name{
    display: inline-block;
    float: none;
}
/*CHECKOUT
==============================================*/
.control-group input {
    height: auto;
    line-height: 26px;
    min-height: auto;
}
.control-group input#remember_me {
    line-height: 26px;
}
span.text_pay_without_reg {
    background: #54a7c3 none repeat scroll 0 0;
    border: 1px solid #1798c3;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
}
span.text_pay_without_reg a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}
.form-horizontal .control-label {
    width: 175px!important;
}
#jshop_menu_order {
    background-color: #54a7c3;
    border: 1px solid #1798c3;
    color: #fff;
}
#jshop_menu_order .jshop_order_step a {
    color: #fff;
}

.table_order_list {
    background-color: #54a7c3;
    border: 1px solid #1798c3;
    color: #fff;
    border-radius: 0;
}
.table_order_list .uk-button {
    border: 2px solid #fff;
    color: #fff;
}
.table_order_list .uk-button:hover,
.table_order_list .uk-button:focus {
    background: #fff;
    color: #54a7c3;
}
.myorderinfo .userinfo {
    background-color: #54a7c3;
    border: 1px solid #1798c3;
    color: #fff;
    border-radius: 0;
}
/*HOME_CAT
==============================================*/
.cat_small {
    overflow: hidden;
}
.cat_small img {
    height: 300px;
    width: auto !important;
    max-width: none;
}
.cat_big {
    overflow: hidden;
}
.cat_big img {
    height: 630px;
    width: auto !important;
    max-width: none;
}
.cat_details {
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.501961) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.501961) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.501961) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.501961) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.501961) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
}
.cat_details:hover {
    height: 100%;
}
.cat_title,
.cat_arrow {
    position: absolute;
    top: 20px;
}
.cat_title {
    left: 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
    color: #ffffff;
}
.cat_arrow {
    right: 20px;
    width: 40px;
    height: 40px;
    background: url('/templates/yoo_uniq/images/cat_arrow.png') no-repeat center;
}
.home_mod_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    color: #444444;
    text-transform: uppercase;
    margin: 40px 0 30px;
}
#home_slider {
    margin-bottom: 30px;
}
#home_cat {
    margin-bottom: 30px;
}
#home_about {
    background: #1B667F;
    border-bottom: 3px solid #FF8068;
    padding: 75px 100px;
    color: #fff;
    margin-bottom: 30px;
}
#home_about h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    color: #fff;
}
#home_about ul {
    margin: 50px 0;
    padding: 0;
}
#home_about ul li {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 32px;
    list-style: none;
    position: relative;
}
#home_about ul li i {
    left: 0;
    position: absolute;
    top: 7px;
}
#home_about span {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    font-style: italic;
}
#home_about span i {
    font-size: 17px;
    margin-left: 15px;
}
#home_about .videowrap {
    border: 10px solid #fff;
}
#home_review {
    margin-top: 60px;
}
#home_review .review_wrap{
    padding: 50px 100px;
}
#home_review ul.uk-slideshow {
    border: 1px solid #B9B9B9;
}
#home_review .review_img > img{
    height: 250px;
}
#home_review .review_info {
    margin-left: 70px;
    position: relative;
}
#home_review .review_info p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
}
#home_review .review_info .review_name {
    color: #54a7c3;
    font-weight: normal;
    line-height: 29px;
    font-size: 15px;
    font-style: italic;
}
#home_review .review_info .review_quote {
    height: 56px;
    left: -87px;
    position: absolute;
    top: 8px;
    width: 67px;
    background: url('/templates/yoo_uniq/images/review_quote.png');
}
.uk-slidenav-previous, .uk-slidenav-next {
    background: none!important;
    color: rgba(0, 0, 0, 0.2) !important;
    font-size: 25px;
}
.uk-slidenav-previous:before {
    content: '\f053';
}
.uk-slidenav-next:before {
    content: '\f054';
}
/*LANDING*/

#icon_block .icon_wrap {
    margin-top: 70px;
}
#icon_block .icon_wrap div{
    margin-top: 30px;
    margin-bottom: 30px;
}
.land_block {
    padding: 40px 0;
}
.land_block .uk-container {
    max-width: 1000px;
}
.land_block h2,
.land_block h3 {
    text-align: center;
    font-weight: bold;
}
.land_block h2 {
    font-size: 35px;
    text-transform: uppercase;
}
.land_block h3 {
    font-size: 22px;
}
.land_block p {
    font-size: 20px;
    text-align: justify;
}

#teacher span#line {
    display: block;
    height: 0;
    padding: 0 0 35px;
    text-align: center;
}
#teacher #ava img {
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
.land_marker {
    margin: 0 20px;
}
.land_marker_text{
    margin: 0 20px;
    font-size: 25px;
    line-height: 1.3;
    list-style: outside none none;
}
.land_marker li {
    font-size: 22px;
    line-height: 1.3;
    list-style: outside none none;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
}
.land_marker_p li {
    font-size: 14px;
    line-height: 1.3;
    list-style: outside none none;
    margin-bottom: 20px;
    padding-left: 40px;
    text-align: left;
    position: relative;
}
.land_marker li i {
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.land_marker_p li i {
    left: 0;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}
.land_marker.drag_number li {
    padding-left: 70px;
}
.land_marker.drag_number li i {
    background: #fff;
    border-radius: 50%;
    font-style: normal;
    height: 50px;
    left: 0;
    line-height: 2;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}
.land_btn {
    background: #eb7c3b;
    border-radius: 30px;
    color: #fff;
    display: table;
    font-size: 30px;
    font-weight: bold;
    margin: 70px auto 0;
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
}
.land_btn:hover,
.land_btn:focus {
    background: #E17638;
    color: #fff;
}
.land_block.orange *,
.land_block.purple *,
.land_block.blue *,
.land_block.green *,
.land_block.pink * {
    color: #fff;
}
.land_block.orange {
    background: #C17D28;
}
.land_block.purple {
   background: #4E2A68; 
}
.land_block.blue {
   background: #0176AB; 
}
.land_block.green {
   background: #6EA726; 
}
.land_block.pink {
   background: #D4476A; 
}
.land_btn.orange {
    background: #F9A034;
}
.land_btn.orange:hover,
.land_btn.orange:focus {
    background: #EA9731;
}
.land_btn.purple {
    background: #A257D8;
}
.land_btn.purple:hover,
.land_btn.purple:focus {
    background: #8F4DBE;
}
.land_btn.blue {
    background: #018ACA;
}
.land_btn.blue:hover,
.land_btn.blue:focus {
    background: #0174A9;
}
.land_btn.green {
    background: #82C72D;
}
.land_btn.green:hover,
.land_btn.green:focus {
    background: #6DB811;
}
.land_btn.red {
    background: #c40000;
}
.land_btn.red:hover,
.land_btn.red:focus {
    background: #E60022;
}
.land_btn.pink {
    background: #F67091;
}
.land_btn.pink:hover,
.land_btn.pink:focus {
    background: #F63968;
}
.land_marker.orange * {
    color: #C17D28;
}
.land_marker.purple * {
    color: #4E2A68;
}
.land_marker.blue * {
    color: #0176AB;
}
.land_marker.green * {
    color: #6EA726;
}
.land_marker.pink * {
    color: #D4476A;
}

.land_block .biryza h3, .land_block .biryza p{
    color: #33cccc!important; 
}
.land_block .purple h3, .land_block .purple p{
    color: #cc0066!important; 
}
.land_block .tomato h3, .land_block .tomato p{
    color:#ff6633!important; 
}
.land_block .lightpurple h3, .land_block .lightpurple p{
    color:#ff3399!important; 
}
.land_block .lightgreen h3, .land_block .lightgreen p{
    color:#66cc33!important; 
}
.icon_wrap_w img{
    !width: 90%!important;
}
.icon_wrap_w img:hover{
    !width: 110%!important;
}
#buy_block {
    padding: 70px 0;
}
#buy_block .course-price {
    background: url(/templates/yoo_uniq/images/course_price.png) no-repeat center;
    width: 264px;
    height: 264px;
}
#buy_block .course-price span {
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 8;
    text-align: center;
}
#buy_block #buy_btn {
    background: #f0211d none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: right;
    font-size: 30px;
    font-weight: bold;
    margin-top: 90px;
    padding: 10px 60px;
    text-transform: uppercase;
}
#buy_block #buy_btn:hover,
#buy_block #buy_btn:focus {
    background: #E11F1B;
}
#adminForm .form-horizontal .alert-info {
    display: block!important;
}
/*FILTERS
========================================*/
.filter-worns  {
    display: inline-block;
}
.filter-worns div.alert {
    display: block!important;
    background: #54A7C3;
}

/*
     */
/*
*/