/*
Nyelviskolák Szakmai Egyesülete
Készítette: netpeople.hu
http://netpeople.hu
(c) 2012
*/

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&subset=latin,latin-ext);

body {
    background: url(../img/bg.png) top repeat-x #fff;
    font: normal 13px/1.5em 'Open Sans', Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
    overflow-y: scroll;
}

.wrapper {
    width: 1080px;
    position: relative;
    margin: 0 auto;
    text-align: left;
}

.left {
    float: left;
}
.right {
    float: right !important;
}

/* Header section */
#header {
    width: 100%;
    height: 235px;
    position: relative;
    float: left;
    background: url(../img/header.png) no-repeat;
}

#header .home {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 10px;
    color: #333;
    padding: 3px 0 0 20px;
    background: url(../img/home.png) left center no-repeat;
}

#header .logo {
    width: 164px;
    height: 152px;
    display: block;
    position: absolute;
    top: 10px;
    left: 55px;
    background: url(../img/logo.png) no-repeat;
}

#header .logo:hover {
    opacity: 0.9;
}

#header h1 {
    position: absolute;
    top: 180px;
    left: 110px;
    font: normal 25px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #111;
    text-transform: uppercase;
}

#header h1 span {
    color: #e30613;
}

#header .facebook {
    width: 42px;
    height: 39px;
    position: absolute;
    top: 8px;
    right: 0;
    background: #3c5a9a;
    font: bold 12px/1.3em 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fff;
    border-radius: 10px;
    text-align: right;
    text-transform: lowercase;
}

#header .facebook:hover {
    background: #4263a9;
}

#header .facebook:after {
    content: ' ';
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 5px;
    right: 7px;
    background: url(../img/facebook.png) no-repeat;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* Header white line */
#header .top-line {
    width: 555px;
    height: 35px;
    position: absolute;
    top: 55px;
    right: 0;
    background: #fff;
}

#header .top-line ul {
    /* width: 500px; */
    width: 100%;
    float: left;
    list-style: none;
}

#header .top-line ul li {
    float: left;
    margin: 0 9px;
}

#header .top-line ul li a {
    line-height: 35px;
    color: #222;
}

/* Search box */
#search {
    width: 220px;
    height: 35px;
    position: absolute;
    top: -38px;
    right: 50px;
}

#search .search-input {
    width: 184px;
    height: 22px;
    float: right;
    position: relative;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 0 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    outline: none;
}

#search .search-submit {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 4px;
    right: 5px;
    background: url(../img/search.png) no-repeat;
    border: none;
    cursor: pointer;
}

/* Login widget */
#login {
    width: 280px;
    height: 100px;
    position: absolute;
    top: 19px;
    left: 240px;
}

#login .error {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #c11d1d;
}

#login .field-wrapper {
    width: 250px;
    height: 55px;
    background: url(../img/lock.png) left center no-repeat #f3f3f3;
    border-radius: 3px;
    margin-top: 5px;
    padding: 10px 0 0 30px;
}

#login .field-wrapper span {
    width: 180px;
    float: left;
    margin-top: 0;
    line-height: 1.5em;
    font-size: 11px;
}

#login .field-wrapper span a {
    color: #c11d1d;
    font-weight: normal;
    text-decoration: underline;
}

#login .text-input {
    width: 157px;
    height: 20px;
    float: left;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #222;
    background: #fff;
    border: none;
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 0 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

#login .login-submit {
    font: bold 12px 'Open Sans', Arial, Helvetica, sans-serif;
    background: #e30613;
    border: none;
    border-radius: 3px;
    color: #fff;
    float: right;
    margin: -12px 10px 0 0;
    padding: 3px 6px;
    cursor: pointer;
}

#login.logged-in .login-submit {
    margin-top: 13px;
}

/* Navigation elements */
#menubar,
#menubar ul {
    width: 100%;
    height: 82px;
    position: relative;
    float: left;
}

#menubar:before {
    content: ' ';
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 10px;
    right: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    border-radius: 10px / 100px;
}

#menubar ul {
    position: relative;
    z-index: 50;
    border-left: 1px solid #fff;
    list-style: none;
}

#menubar ul li {
    width: 179px;
    height: 80px;
    position: relative;
    float: left;
    text-align: center;
    border: 1px solid #fff;
    border-left: none;
}

#menubar ul li:nth-of-type(1),
#menubar ul li:nth-of-type(1) ul.submenu {
    background: #fcbc3a;
}
#menubar ul li:nth-of-type(2),
#menubar ul li:nth-of-type(2) ul.submenu {
    background: #d61434;
}
#menubar ul li:nth-of-type(3),
#menubar ul li:nth-of-type(3) ul.submenu {
    background: #a61400;
}
#menubar ul li:nth-of-type(4),
#menubar ul li:nth-of-type(4) ul.submenu {
    background: #990847;
}
#menubar ul li:nth-of-type(5),
#menubar ul li:nth-of-type(5) ul.submenu {
    background: #0183de;
}
#menubar ul li:nth-of-type(6),
#menubar ul li:nth-of-type(6) ul.submenu {
    background: #3cb939;
}

#menubar ul li a {
    height: 80px;
    position: relative;
    display: block;
    font: bold 15px/80px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -20px 20px rgba(0, 0, 0, 0.15);
}

#menubar ul li a:hover {
    box-shadow: inset 0 -30px 25px rgba(0, 0, 0, 0.15);
}

/*
#menubar ul li:nth-of-type(1) a {
	padding-top: 12px;
	height: 68px;
	line-height: 26px;
}
*/

#menubar ul li:last-child {
    width: 178px;
}

#menubar ul li:hover ul.submenu {
    display: block;
}

#menubar ul.submenu {
    width: 260px;
    display: none;
    height: auto !important;
    border: 1px solid #fff !important;
    border-top: none !important;
    margin-left: -1px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

#menubar ul li:nth-of-type(6) ul.submenu {
    margin-left: -83px;
}

#menubar ul.submenu li {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    box-shadow: none !important;
    background: none !important;
    border: none !important;
}

#menubar ul.submenu li a {
    font-size: 12px !important;
    line-height: 1.3em !important;
    height: auto !important;
    border: none !important;
    margin: 0 !important;
    padding: 10px 0 !important;
}

/* Main wrappers */
#main {
    width: 100%;
    min-height: 400px;
    position: relative;
    z-index: 10;
    float: left;
    background: url(../img/sidebar-repeat.png) repeat-y #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    margin-bottom: 70px;
}

.is-full #main {
    background: #fff;
}

.main-wrapper {
    width: 710px;
    float: left;
    padding: 20px 0;
}

.full-wrapper {
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #fff !important;
}

h2.page-title {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5em;
    color: #4a9d48;
    margin: 10px 0 20px 0;
}

ul.school-data {
    width: 100%;
    float: left;
    display: block;
    margin: 10px 0 10px 30px !important;
}

/* Page wrappers */
.page-content {
    width: 670px;
    margin: 20px 0 20px 10px;
    padding: 0 20px;
}

.page-content .lead {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.page-content div,
.page-content p {
    line-height: 1.5em;
    margin-bottom: 2px;
}

.page-content ul,
.page-content ol {
    width: 100%;
    float: left;
    margin: 0 0 10px 30px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    display: block;
    margin: 5px 0;
    line-height: 1.3em;
}

.page-content a,
.ker-wrapper a {
    color: #4a9d48;
}
.page-content a:hover {
    text-decoration: underline;
}

.page-content .back {
    margin-top: 10px;
    font-weight: bold;
    display: inline-block;
    color: #4a9d48;
}

.hidden-content {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    display: none;
}

.more-toggler {
    font-size: 14px;
    font-weight: bold;
    color: #111;
    cursor: pointer;
}

.ker-wrapper {
    width: 1040px;
    padding: 20px;
}

.ker-table {
    width: 100%;
    float: left;
    margin: 15px 0;
    border-collapse: collapse;
}

.ker-table th {
    background: #3cb939;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.ker-table th em {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    display: block;
}

.ker-table td {
    width: 15%;
    font-size: 11px;
    line-height: 1.3em;
    vertical-align: top;
    padding: 5px;
    border: 1px solid #e1e1e1;
}

.ker-table td.skill {
    width: 150px !important;
    font-size: 14px;
    text-transform: uppercase;
}

/* Main news */
#news {
    width: 100%;
    float: left;
    margin-bottom: -20px;
}

#news article {
    width: 639px;
    float: left;
    padding: 30px 40px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #fff),
        color-stop(100%, #f0f0f0)
    );
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #fff 0% #f0f0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(top, #fff 0%, #f0f0f0 100%);
}

#news article h2 a {
    display: block;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.3em;
    color: #4a9d48;
    margin-bottom: 10px;
}

#news article p.date {
    display: block;
    font-size: 11px;
    margin: -5px 0 15px 0;
}

#news .more-news {
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #111;
    display: inline-block;
    margin: 30px 10px 30px 0;
}

/* General button */
.button {
    display: inline-block;
    border-radius: 4px;
    padding: 1em 2em;
    font-weight: bold;
    font-size: 1.2em;
    background: #111;
    color: white;
    cursor: pointer;
    text-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

.button--red {
    background: #e30613;
    color: white !important;
}

.button--blue {
    background: #0183de;
    color: white !important;
}

.button--green {
    background: #3cb939;
    color: white !important;
}

.button--yellow {
    background: #fcbc3a;
    color: white !important;
}

.button--purple {
    background: #990847;
    color: white !important;
}

/* Main colored boxes */
.color-box {
    width: 718px;
    position: relative;
    float: left;
    margin-left: 1px;
}

.full-wrapper .color-box {
    width: 1078px;
}
.full-wrapper .color-box .title {
    width: 1058px;
}
.full-wrapper .color-wrapper {
    width: 1018px !important;
    margin-bottom: 60px !important;
}
.full-wrapper .color-box section {
    width: 210px;
}

.color-box .title {
    width: 698px;
    height: 55px;
    font: bold 20px/55px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    float: left;
    padding-left: 20px;
    box-shadow: inset 0 -20px 20px rgba(0, 0, 0, 0.15);
}

.color-box .color-wrapper {
    width: 658px;
    float: left;
    padding: 20px;
}

.color-box section {
    width: 210px;
    float: left;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding: 5px 0;
}

.color-box section select {
    width: 90%;
    display: block;
    margin: 10px 0;
}

.color-box .form-submit {
    float: right;
    font: bold 14px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 3px;
    margin: -10px 15px 15px 0;
    padding: 10px 35px;
    cursor: pointer;
}

.color-box .form-submit:hover {
    background: rgba(0, 0, 0, 0.25);
}

#schools {
    background: #f8b630;
    margin-top: -20px;
}

#courses {
    background: #ce0225;
}

#courses section {
    font-size: 13px;
    margin-right: 5px;
}

#courses.inner {
    margin-top: -20px;
}

#courses.inner .form-submit {
    margin: -70px 15px 15px 0;
}

#exams {
    background: #3cb939;
}

#exams.inner {
    margin-top: -20px;
}

/* Google Maps */
#schoolmap {
    width: 100%;
    height: 400px;
    float: left;
    margin: 10px 0 20px 0;
}

/* Listing courses */
table.results {
    width: 100%;
    float: left;
    border-collapse: collapse;
}

table.results th {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.3em;
    padding: 5px 10px;
    text-align: center;
    background: #4a9d48;
    color: #fff;
    vertical-align: middle;
}

table.results th:first-child {
    text-align: left;
}

table.results td {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #fff),
        color-stop(100%, #f0f0f0)
    );
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #fff 0% #f0f0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(top, #fff 0%, #f0f0f0 100%);
    border-bottom: 1px solid #c0c0c0;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

table.results td:nth-of-type(1) {
    width: 210px;
    font-size: 12px;
    text-align: left;
}

table.results tr:hover td {
    background: #f5f5f5;
}

table.results tr:last-child td {
    border: none;
}

table.results td a {
    color: #111;
}

/* Listing nodes */
.node-list,
.node-list article {
    width: 100%;
    float: left;
}

.node-list article {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #c0c0c0;
}

.node-list article h4 {
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.node-list article .more {
    font-weight: bold;
    color: #4a9d48;
}

.node-list article:last-child {
    border: none;
}

/* Course info page */
.course-info {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.course-info h4 {
    color: #999;
    font-size: 18px;
    margin-top: 20px;
}

.course-info .big-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
}

/* Fast search */
.search-results h5 {
    font-size: 16px;
    font-weight: normal;
}

.search-results h5 span {
    font-weight: bold;
    color: #c11d1d;
}

/* Pager */
.pager {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px 0;
    border-top: 1px dashed #c0c0c0;
    border-bottom: 1px dashed #c0c0c0;
}

.pager a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px;
}

.pager a.selected {
    color: #4a9d48;
}

/* Map container */
#map {
    width: 341px;
    height: 230px;
    position: relative;
    float: right;
    display: block;
    margin: -75px 0 -25px 0;
    background: url(../img/map.png) no-repeat;
}

.inner #map {
    margin-top: -50px;
}

#map .marker {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 998;
    display: block;
    background: url(../img/marker.png) no-repeat;
    cursor: pointer;
}

#map .marker span {
    width: 170px;
    display: none;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 9999;
    line-height: 1.2em !important;
    color: #333 !important;
    font-size: 10px !important;
}

#map .marker:hover span {
    display: block;
}

/* Search results */
#result {
    width: 680px;
    float: left;
    margin: 10px 20px;
}

.full-wrapper #result {
    width: 1040px !important;
}

#result article {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}

#result article:last-child {
    border: none;
}

#result article h3 a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #d61434;
}

#result article p {
    width: 480px;
    float: left;
}

#result article p a {
    color: #555;
}

#result article p a:hover {
    text-decoration: underline;
}

#result article figure {
    width: 100px;
    height: 100px;
    float: right;
}

/* File manager */
#files {
    width: 96%;
    float: left;
    margin-top: 20px;
    padding: 2%;
}

#files ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

#files ul li {
    width: 94%;
    float: left;
    padding: 4px 4px 4px 25px;
    border-bottom: 1px solid #f0f0f0;
}

#files ul li.file-doc {
    background: url(../img/file-doc.png) left center no-repeat;
}
#files ul li.file-img {
    background: url(../img/file-img.png) left center no-repeat;
}
#files ul li.file-pdf {
    background: url(../img/file-pdf.png) left center no-repeat;
}
#files ul li.file-ppt {
    background: url(../img/file-ppt.png) left center no-repeat;
}
#files ul li.file-txt {
    background: url(../img/file-txt.png) left center no-repeat;
}
#files ul li.file-xls {
    background: url(../img/file-xls.png) left center no-repeat;
}
#files ul li.file-zip {
    background: url(../img/file-zip.png) left center no-repeat;
}

#files ul li:nth-of-type(even) {
    background-color: #f5f5f5;
}

#files ul li a {
    color: #444;
    font-weight: bold;
}

/* Login modal window */
#filelogin {
    width: 400px;
    float: left;
    margin: 40px 0 0 100px;
    z-index: 999;
    padding: 25px;
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

#filelogin .alert {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 4px 0;
    margin: 10px 0 0 0;
    display: block;
}

#filelogin .alert.correct {
    background: #cee181 !important;
    border: 1px solid #8e9c56 !important;
    color: #556809 !important;
}

#filelogin .alert.incorrect {
    background: #f2dedf !important;
    border: 1px solid #dccccc !important;
    color: #a60100 !important;
}

#filelogin p {
    font-size: 18px;
}

#filelogin div {
    width: 48%;
    float: left;
    margin: 15px 0;
}

#filelogin div label {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5em;
}

#filelogin .login-input {
    width: 95%;
    font: normal 11px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #444;
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    padding: 1% 2.5%;
}

#filelogin .login-btn {
    font: bold 14px 'Open Sans', Helvetica, Arial, sans-serif;
    background: #d61434;
    border: none;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    padding: 1% 4%;
    cursor: pointer;
}

/* Sidebar elements */
#sidebar {
    width: 360px;
    float: right;
}

#sidebar article {
    width: 320px;
    float: right;
    padding: 20px;
}

#sidebar article h3 a {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.3em;
    color: #e30613;
}

#sidebar article p.date {
    font-size: 11px;
    display: block;
    margin: 5px 0 10px 0;
}

#sidebar article figure {
    width: 100%;
    float: left;
    margin: 15px 0;
    text-align: center;
}

#bottom-menu {
    width: 100%;
    float: left;
    text-align: right;
    margin: -40px 0 30px 0;
}

#bottom-menu a {
    text-decoration: none;
    color: black;
}

/* Footer section */
#footer {
    width: 100%;
    float: left;
    text-align: center;
    margin: -40px 0 30px 0;
}

#footer a img {
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}

#footer p.small {
    font-size: 11px;
    line-height: 1.4em;
    color: #444;
}

#footer p.small a {
    color: #ce0225;
}

/* QapTcha elements */
.QapTcha {
    float: left;
    background: none;
}

.QapTcha .clr {
    clear: both;
}

.QapTcha #bgSlider {
    width: 202px;
    height: 22px;
    background: transparent url(../img/qaptcha-sprites.png) no-repeat 0 -22px;
    float: left;
}

.QapTcha #Slider {
    width: 48px;
    height: 22px;
    background: transparent url(../img/qaptcha-sprites.png) no-repeat -32px 0;
    cursor: e-resize;
}

.QapTcha #Icons {
    float: left;
    width: 16px;
    height: 16px;
    background: transparent url(../img/qaptcha-sprites.png) no-repeat 0 0;
    margin-top: 3px;
    margin-left: 10px;
}

.QapTcha #TxtStatus {
    width: 202px;
    margin-top: -37px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    clear: both;
}

.QapTcha .dropSuccess {
    color: #869a18;
}
.QapTcha .dropError {
    color: #c11d1d;
}

/* Flickity main */

.color-box.nyelvkonyvbolt {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #fff),
        color-stop(100%, #f0f0f0)
    );
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #fff 0% #f0f0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(top, #fff 0%, #f0f0f0 100%);
    color: #333;
}

.color-box.nyelvkonyvbolt .title {
    color: #333;
    text-shadow: none;
}

.main-carousel {
    display: none;
    height: 360px;
    width: 718px;
    float: left;
    margin: 1px;
    position: relative;
}

.main-carousel .carousel {
    height: 100%;
}

.main-carousel .carousel-cell {
    width: 130px;
    height: 150px;
    margin: 5px 5px 0;
}

.main-carousel .carousel-cell > a {
    display: block;
    overflow: hidden;
}

.main-carousel .carousel-cell p {
    margin-bottom: 10px !important;
}

.main-carousel .carousel-cell a:not(.nykb-add-cart):hover {
    text-decoration: underline;
}

.main-carousel .carousel-cell > a img {
    display: block;
    width: auto;
    height: auto;
    max-height: 150px;
    margin: 0 auto;
}

.main-carousel .carousel-cell .nykb-add-cart:hover {
    background-color: #1786a9 !important;
}
