/*=========================================================
CSS Rest
=========================================================*/
html{}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing: 0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-weight:normal}q:before,q:after{content:""}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom
}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;font-size: 100%}legend{color:#000}#yui3-cs-stamp.cssreset{display:none}

/*=========================================================
Common styles
=========================================================*/
.alignleft{float:left;margin-right:15px}
.alignright{float:right;margin-left:15px}
.aligncenter{display: block;margin:0 auto 15px}
a:focus{outline:solid 0}
img{max-width:100%;height: auto}
.fix{overflow:hidden}
h1,h2,h3,h4,h5,h6{margin: 0 0 15px;font-weight: 400}
body,html{}
a{transition:.3s;color#333}
a:hover{text-decoration:none}
a{transition: all 0.7s ease 0s;}
.sticknavmenu{display: block}
header, section, footer, aside, nav, main, article, figure {display: block;} 
h1,h2,h3,h4,h5,h6{font-weight: 400; line-height: 1.0em}
p{font-weight: 300; line-height: 1.5em; margin-bottom: 15px;}
ol{list-style: inside none decimal;}
ul{list-style: inside none disc;}
body{background: none repeat scroll 0 0; font-family: "Roboto", sans-serif; font-size: 15px; font-weight: 300; line-height: 1.5em;}
#scrollUp{background: url() no-repeat;height: 38px; width: 38px;bottom: 5px; right: 5px; text-indent: -999999px; display: block;}
.content{margin: 0 auto; width: 1170px;}
label{display: block;}
input[type='name'], input[type="text"], input[type="email"], input[type="phone"], input[type='tel'], input[type="password"], textarea {background: #fff none repeat scroll 0 0; border: 1px solid #ddd; color: #000; font-weight: 400;margin-bottom: 10px; max-height: 150px; padding: 2%; width: 95%;}
input[type="submit"]{background: #333 none repeat scroll 0 0;border:1px solid #333;color:#fff;cursor: pointer; font-weight: 700;padding:10px;transition: all 0.5s ease 0s;width: 100px;}
input[type="submit"]:hover {background: #111 none repeat scroll 0 0;border: 1px solid #111;}
input#password{background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 1px solid #ddd;color:#111;padding: 10px;}
/*Advert CSS*/
.sking-above-header-ad a img {
    margin: 5px 0;
}

.sking-above-article-ad {
    margin-bottom: 5px;
}

.sking-homepage-ad-1 {
    margin: 18px auto;
}

#top-header-area {
    background: #d5b035;
    color: #fff;
    width: 100%;
    padding: 10px
}

#top-header-area .login-area {}

#top-header-area .social-icon-area {}

#top-header-area .social-icon-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

#top-header-area.top_header_content {}

#top-header-area .login-area {
    width: 50%;
    float: left;
}

#top-header-area .login-area a {
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    font-weight: bold;
}

#top-header-area .login-area a:hover {
    color: #333;
}

#top-header-area .social-icon-area {
    width: 50%;
    float: right;
}

#top-header-area .social-icon-area ul li {
    display: inline-block;
    position: relative;
}

#top-header-area .social-icon-area ul li a {
    color: #fff;
    padding: 0 10px;
    display: block;
}

#top-header-area .social-icon-area ul li a:hover {
    color: #333;
}

/*Header area*/
.sking-header-area {
    box-shadow: 1px 1px 1px #ddd;
}

.logo-area a img {
    width: 110px;
    height: auto;
    margin: 7px 0;
}

.nav-menu ul {
    list-style: none;
    float: right;
    margin-top: 27px;

}

.nav-menu ul li {
    display: inline-block;
    position: relative;

}

.nav-menu ul li a {
    color: #333;
    font-size: 17px;
    padding: 15px 10px;
    display: block;
    font-weight: bold;
}

.nav-menu ul li a:hover {
    background: #333;
    color: #fff;
}

.nav-menu ul li:hover a {
    background: #333;
    color: #fff;
}

.nav-menu ul li ul {
    background: #333 none repeat scroll 0 0;
    left: -999999px;
    position: absolute;
    text-align: left;
    top: 25px;
    width: 200px;
}

.nav-menu ul li:hover ul {
    left: 0;
    z-index: 1;

}

.nav-menu ul li ul li {
    display: block;
    padding-top: 0px;
}

.nav-menu ul li ul li a {
    padding: 8px 10px;
    color: #fff;
}

.nav-menu ul li ul li a:hover {
    background: #ddd;
    color: #333;

}

.nav-menu ul li ul ul {
    left: -999999px;
    top: 0px;
    position: absolute;
}

.nav-menu ul li:hover ul li ul {
    left: -999999px;
}

.nav-menu ul li ul li:hover ul {
    left: 200px;
    top: -27px;
}

.nav-menu ul li ul li:hover a {
    background: #ddd;
    color: #333;
}

.nav-menu ul li ul li:hover ul li a {
    background: #333;
    color: #fff;
}

.nav-menu ul li ul li ul li a:hover {
    background: #ddd;
    color: #333;
}

.current-menu-item > a {
    background: #d5b035;
    color: #fff !important;
}

/*Blog section*/

#blog-section {
    padding: 25px 0;
}

.sking-blog-info a {
    color: #333;
}

.sking-blog-info a:hover {
    color: #ba3053;
}

#blog-section .blog-post {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;

}

#blog-section .thumbnail {
    width: 35%;
    margin-right: 2%;
    float: left;
}

#blog-section .thumbnail a img {
    width: 100%;
    height: 130px;
}

#blog-section .post-part {
    width: 63%;
    float: right;
}

#blog-section h2 {
    font-size: 20px;
    font-weight: bold;

}

#blog-section h2 a {
    color: #333;
}

#blog-section h2 a:hover {
    color: #ba3053;
}

.sking-blog-info {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
    font-size: 13px;
    /*    font-style: italic;*/
}

.sking-read-more a:link,
.sking-read-more a:visited {
    background-color: #d5b035;
    color: #fff;
    padding: 5px 15px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    float: right;
}

.sking-read-more a:hover {
    background: #333;
}

.sking-latest-post {
    background: #333;
    color: #fff;
    margin: 10px 0;
    padding: 10px;
}

.sking-single-post-part ol,
.sking-single-post-part ul {
    margin-left: 30px;
    margin-bottom: 5px;
}

.sking-single-post-part p a,
.comment-body p a {
    color: #ba3053;
}

.sking-single-post-part p a:hover,
.comment-body p a:hover {
    color: #d5b035;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #d5b035;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #d5b035;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
    font-style: italic;
}
/*Align content image to center*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*Pagination*/

#page-navi {}

#page-navi p.pages {
    background: #333;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 3px;

}

#page-navi p.pages span {
    padding: 0px 2px;
    display: inline-block;

}

#page-navi span.page-numbers {
    background: #d5b035;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}

#page-navi a.page-numbers {
    background: #333;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;

}

#page-navi a.page-numbers:hover {
    background: #d5b035;
}

/*Pages*/

#blog-section .pages .post-part {
    width: 100%;
}

#blog-section .pages h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#blog-section .pages .blog-post {
    border: none;
}

.sking-post-part ol,
.sking-post-part ul {
    margin-left: 20px;
    padding-bottom: 15px;
}

.sking-post-part p strong {
    font-weight: bold;
}

/*Blog post*/
#blog-section .sking-blog-post {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px 10px 10px;
}

#blog-section .sking-blog-post .sking-single-post-part {
    width: 100%;
    margin-top: 15px;
}

#blog-section .sking-blog-post h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 15px 0;
}

#blog-section .sking-blog-post h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 15px 0;
}

#blog-section .sking-blog-post h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 15px 0;
}

#blog-section .sking-blog-post h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}

#blog-section.sking-blog-post .sking-single-post-thumbnail {
    width: 100%;
    margin-right: 0;
}

.sking-single-post-thumbnail img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/*Tags*/
.sking-post-tags > span {
    font-size: 14px;
    font-weight: 700;
    background: #333;
    color: #fff;
    padding: 2px 10px;
}

.sking-post-tags > a {
    font-size: 14px;
    color: #333;
    background: #ccc;
    padding: 2px 10px;

}

.sking-post-tags > a:hover {
    color: #ba3053;
}

/*Next/Previous posts*/
.sking-previous-post {}

.sking-previous-post span,
.sking-next-post span {
    font-size: 20px;
    font-weight: bold;
    background: #333;
    color: #fff;
    padding: 5px;
    display: block;
    border-left: 5px solid #d5b035;
}

.sking-previous-post a,
.sking-next-post a {
    font-weight: bold;
    color: #333;
    margin-top: 3px;
}

.sking-previous-post a:hover,
.sking-next-post a:hover {
    color: #d5b035;
}


/*Related post*/
.sking-related-post {
    font-size: 20px;
    font-weight: bold;
    background: #333;
    color: #fff;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
}

.sking-intro-hover {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 200px;
    margin-bottom: 20px;
    background-color: #d5b035;
}

.sking-intro-hover p {
    text-align: center;
    margin-top: 20px;
}

.sking-intro-hover:hover .caption {
    opacity: 1;
    transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
}

.sking-intro-hover img {
    z-index: 4;
    height: 100%;
}

.sking-intro-hover .caption {
    position: absolute;
    top: 140px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.sking-intro-hover .blur {
    background-color: rgba(0, 0, 0, 0.7);
    height: 300px;
    z-index: 5;
    position: absolute;
    width: 100%;
}

.sking-intro-hover .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    height: 300px;
    text-align: center;
    top: 15px;
    width: 100%;
}

.sking-intro-hover .caption-text h2 {
    padding: 8px;
    font-size: 14px !important;
    margin: auto;
    margin-bottom: 60px;
}

.sking-read-more-1 a {
    background: #d5b035;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    margin-top: 20px;
}

.sking-read-more-1 a:hover {
    color: #333;
}

/*Comment section*/
#comment-template {}

#comment-template .sking-comment-count p {
    font-size: 26px;
    font-weight: 700;
}

#comment-template .sking-comment-count p span {
    color: #fff;
    background: #d5b035;
    font-size: 16px;
    padding: 4px 12px;
    border-radius: 2px;
}

#comment-template ol {
    border: 1px solid #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;

}

#comment-template ol li {
    list-style: none;
    margin-top: 10px;
}

#comment-template ol li img {
    border-radius: 50%;
}

#comment-template ol li ol {
    margin-left: 30px;
    margin-top: 10px;

}

#comment-template ol li ol li {
    margin-left: 30px;
    margin-top: 10px;
}

.fn a {
    color: #333;
    font-weight: bold;
}

.comment-meta a {
    color: #ba3053;
    font-size: 10px;
}

.fn a:hover {
    color: #ba3053;
}

.reply a {
    background: #ddd;
    color: #333;
    padding: 3px 5px;
    border-radius: 2px;
}

.sking-comment-textarea {
    padding: 0;
}

.sking-comment input {
    margin: 0;
    width: 100%;
}

.sking-comment input.form-control {
    margin-right: 0;
}

#reply-title small a {
    font-size: 12px;
    background: #ddd;
    color: #333;
    padding: 3px 5px;
    border-radius: 2px;
}

.form-submit .sking-submit-btn {
    background: #333;
    padding: 10px;
    border-radius: 3px;
    border: none
}

.form-submit .sking-submit-btn:hover {
    background: #d5b035;
    border: none
}

#commentform .logged-in-as a {
    font-size: 12px;
    background: #ddd;
    color: #333;
    padding: 3px 5px;
    border-radius: 2px;
}

#commentform .logged-in-as a:hover,
.reply a:hover,
#reply-title small a:hover {
    color: #ba3053;
}

/*Default sidebar    */
.sking-default-sidebar {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.sking-default-sidebar h2.title {
    background: #d5b035;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
}

.sking-default-sidebar ul li {
    display: block;
    margin-bottom: 10px;
    border-left: 4px solid #333;
    padding-left: 10px;
}

.sking-default-sidebar ul li a {
    color: #333;
}

.sking-default-sidebar ul li a:hover {
    color: #ba3053;
}

.sking-default-sidebar .post-date {
    font-size: 10px;
    font-weight: bold;
    color: #ba3053
}

/*Search button    */
.sking-btn {
    background: #d5b035 none repeat scroll 0 0;
    color: #fff;
    margin-left: 5px;
}

.sking-btn:hover {
    background: #333 none repeat scroll 0 0;
    color: #fff;
}

.no-search-result {
    margin: 20px 0;
}

.sking-back-to-homepage a {
    background: #d5b035 none repeat scroll 0 0;
    color: #fff;
    padding: 10px;
    margin: auto;
    border-radius: 3px;
}

.sking-back-to-homepage a:hover {
    background: #333 none repeat scroll 0 0;
}

/*Footer area */
#footer-area {
    background: #363839;
    width: 100%;
    color: #fff;
    padding: 40px;
}

#footer-area h2.title {
    font-size: 25px;
    font-weight: bold;
    padding: 10px 0;
}

.sking-age > img {
    width: 60px;
    height: auto;
}

#footer-area a,
#copyright-area a {
    color: #fff;
}

#footer-area a:hover,
#copyright-area a:hover {
    color: #ba3053;

}

.sking-widget-area {
    background: #d5b035;
    left: 0px;
    top: 0px;
    /*    z-index: 1;*/
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
}

.blog-widget li a {
    text-decoration: none;
    list-style: none;
    padding-bottom: 5px;

}

.sking-footer-ad {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 20px;
}

.contact-form-holder input {
    border-radius: 5px;
    /*    text-align: center;*/

}

#copyright-area {
    background: #000;
    color: #ddd;
    width: 100%;
    padding: 20px;
}

/*404 Page*/
.sking-404 {
    margin-bottom: auto;
    margin-top: 20px;
    text-align: center;
}

.sking-search-header {
    margin: 20px 0;
}

.sking-search-box {
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
}

/*Archive page*/
.sking-archive-title {
    background: #333;
    color: #fff;
    padding: 10px;

}

/*Homepage style*/
#sking-pred-table {
    /*    margin:  0 auto;*/
}

#sking-pred-table h2 {
    margin: 20px 0;
}

.sking-form {
    width: 40%;
    margin: auto;
    padding: 10px;
}

.sking-pred-date {
    width: 60%;
    float: left;
    padding-left: 20%;
}

.sking-calender-button {
    margin-left: 5px;
    background: #333;
    border: 1px solid #333;

    color: #fff;
}

.sking-calender-button:hover {
    background: #d5b035;
    border: 1px solid #d5b035;
}

#sking-pred-table-data tbody tr td {
    /*    font-size: 12px;*/
}

#sking-pred-table-data tbody tr td span {}

.sking-win,
.sking-lose,
.sking-draw {
    padding: 2px 3px;
    font-size: 8px;
    color: #fff;
    border-radius: 2px;
    font-weight: bold;
}

.sking-win {
    background: #018a00;
    ;
}

.sking-lose {
    background: #ea0000;
}

.sking-draw {
    background: #fa6705;
}

.sking-right {
    background: #018a00;
    color: #fff;
    font-weight: 700;
}

.sking-wrong {
    background: #ea0000;
    color: #fff;
    font-weight: 700;

}

/*Prediction table*/
#sking-pred-table-data thead {
    background: #d5b035;
    color: #fff;
    font-weight: 400;
}

.sking-error-msg {
    font-size: 15px !important;
}

/*Latest post -homepage*/
.sking-home-thumbnail {
    height: 190px;
    width: 100%;
    overflow: hidden;
}

.sking-homepage-read-more {
    border: 1px solid #333;
    padding: 5px;
    border-radius: 5px;
}

.sking-homepage-read-more a {
    color: #333;
    font-weight: bold;
}

.sking-homepage-read-more a:hover,
.sking-h2 a:hover {
    color: #ba3053;

}

.sking-h2 a {
    font-size: 16px;
    margin-top: 5px;
}

.sking-h2 a:hover {
    color: #ba3053;
}

/*BOOKING CODES*/
.sking-bookingcode {
    background: #f8f8f8;
    height: auto;
    padding-left: 0;
    margin-bottom: 10px;
    padding-right: 0 !important;
}

.sking-code-cover-img {
    float: left;
    margin-right: 10px;
    width: 80px;
}

.sking-code-cover-img img {
    height: 80px;
}

.sking-code-info > p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 17px;
}

.sking-code-date {
    font-size: 12px;
    margin-right: 5px;
}

.sking-code-info a {
    margin-top: -27px;
    font-weight: bold;
}

.sking-code {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}

.sking-code-right {
    background: #018a00;
    color: #fff;
    border-radius: 5px;
}

.sking-code-wrong {
    background: #ea0000;
    color: #fff;
    border-radius: 5px;
}
/*Premium tip*/
.sking-premium-tips a {
    background: #d5b035;
    color: #fff;
    padding: 2px 5px;
    float: right;
    margin-right: 5px;
    border-radius: 2px;
    margin-top: -9px;
    font-weight: bold;

}
.sking-premium-tips a:hover {
    background: #333;
}
.sking-premium-tips p {
    font-size: 16px;
    font-weight: bold;
}
.sking-bookie h3 {
    color: #fff;
    background: #d5b035;
    padding: 10px 5px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}

/*Previous booking codes*/
.sking-prev-booking-code {
    width: 100%;
    height: 60px;
    background: #f8f8f8;
    margin-bottom: 20px;
    padding: 0px;
}

.sking-prev-cover {
    float: left;
    margin-right: 10px;
    padding-left: 0;
    width: 80px;
}

.sking-prev-cover img {
    height: 60px;
    width: 100%;

}

.prev-booking-code-info > p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.sking-prev-booking-code-date {
    font-size: 12px;
    margin-right: 5px;
}

/*DOWNLOADABLE FILES*/
.sking-downloads {
    background: #f8f8f8;
    height: 100px;
    padding-left: 0;
    margin-bottom: 10px;
    padding-right: 0 !important;
}

.sking-file-cover {
    float: left;
    margin-right: 10px;
    width: 80px;
}

.sking-file-cover img {
    height: 98px;
    width: 100%;
}

.sking-file-info {
    word-break: break-word;
}

.sking-file-info a,
.sking-code-info a {
    background: #d5b035;
    color: #fff;
    padding: 2px 5px;
    float: right;
    margin-right: 5px;
    border-radius: 2px;
}

.sking-file-info a:hover,
.sking-code-info a:hover {
    background: #333;
}

/*ARMember register page*/
.sking-register {
    text-align: left;
}

.sking-register ol,
.sking-register ul {
    margin-left: 10px;
    margin-bottom: 10px;
}

.sking-register p strong {
    font-weight: bold;
}

.arm_already_logged_in_message {
    background: #018a00;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    width: 50%;
    margin: 0 auto;
}



@media screen and (max-width: 1024px) {
    .sking-pred-date {
        padding-left: 15%;
    }

}

@media screen and (max-width: 990px) {
    .sking-form {
        width: 48%;
    }

    .sking-pred-date {
        padding-left: 8%;
    }
    .table-bordered thead th {
        font-size: 12px;
        font-weight: bold;

    }
    #sking-pred-table-data tbody tr td span {
        padding: 2px 3px;
        font-size: 10px;

    }

    #sking-pred-table-data tbody tr td {
        font-size: 12px;
    }

    .nav-menu ul {
        margin-top: 18px;

    }

    .nav-menu ul li a {
        font-size: 14px;

    }

    .nav-menu ul li ul li:hover ul {
        left: 200px;
        top: -18px;
    }
}


@media screen and (max-width: 770px) {

    /*Mobile header*/
	 .sking-logo{
        width: 20%;
        float: left;
    }
    .sking-logo a img{
        width: 100px;
        height: auto;
        margin: 10px 0;
        
    }
    .sking-tagline{
        width: 70%;
        float: left;
    }
    .sking-tagline p {
        margin: 22px 15px 0px 15px;
		font-size: 12px;
		font-style: italic;
        font-weight: bold;
		line-height: normal;
    }
    
    .sking-toggle{
        width: 10%;
        float: right;
    }

    .sportingking365-reorder:before {
        font-size: 35px;
        color: #333;
        float: right;
        margin-top: 18px;
    }

    #mobile-nav-menu {
        display: none;
    }

    .menu-main-menu-container ul {
        list-style: none;
    }

    #menu-nav-menu ul li {
        display: block;
    }

    .menu-main-menu-container ul li a {
        color: #333;
        padding: 15px 10px;
        display: block;
        font-weight: bold;
    }


    .menu-main-menu-container ul li a:hover {
        background: #333;
        color: #fff;
    }

    .menu-main-menu-container ul li:hover a {
        background: #333;
        color: #fff;
    }

    .menu-main-menu-container ul li ul {
        background: #333 none repeat scroll 0 0;
        left: -999999px;
        position: absolute;
        text-align: left;
        top: 0px;
        width: 200px;
    }

    .menu-main-menu-container ul li:hover ul {
        position: relative;
        left: 0px;
 
    }

    #menu-nav-menu ul li ul li {
        display: block;
        position: relative;
        padding-top: 0px;
        margin-left: 100px;
        /*    left: 0px;*/

    }

    #menu-nav-menu ul li ul li a {
        display: block;
        position: absolute;
        padding: 7px 10px;
        margin-left: 30px;
        color: #fff;

    }

    .menu-main-menu-container ul li ul li a:hover {
        background: #ddd;
        color: #333;

    }

    #menu-nav-menu ul li ul ul {
        left: -999999px;
        top: 0px;

    }

    .menu-main-menu-container ul li:hover ul li ul {
        left: -999999px;
        position: absolute;
        top: 52px;

    }

    .menu-main-menu-container ul li ul li:hover ul {
        left: 200px;
        /*     top: -51px;*/
    }

    #menu-nav-menu ul li ul li:hover a {
        background: #ddd;
        color: #333;
    }

    #menu-nav-menu ul li ul li:hover ul li a {
        background: #333;
        color: #fff;
    }

    #menu-nav-menu ul li ul li ul li a:hover {
        background: #ddd;
        color: #333;
    }

    */
}

@media screen and (max-width: 736px) {
    #sking-pred-table-data tbody tr td span {
        padding: 2px 2px;
        font-size: 6px;

    }

    .sking-score {
        width: 12%;
    }
}

@media screen and (max-width: 568px) {
    .sking-form {
        width: 65%;

    }

    .sking-pred-date {
        padding-left: 8%;
    }

    #sking-pred-table-data tbody tr td span {
        padding: 2px 2px;
        font-size: 6px;

    }

    #sking-pred-table-data tbody tr td {
        font-size: 11px;
    }

    .sking-score {
        width: 11%;
    }

    /*download*/
    .sking-file-info > h2 {
        font-size: 16px !important;
        margin-bottom: 5px;
    }

    .sking-file-info span {
        font-size: 12px;
    }

    /*    Blog section*/
    #blog-section .thumbnail {
        width: 100%;
        margin-bottom:
    }

    #blog-section .thumbnail a img {
        width: 100%;
        height: 250px;
    }

    #blog-section .post-part {
        width: 100%;
        margin-top: 10px;
    }

    /*    booking code*/

    .sking-code-info > p {
        line-height: normal;
        margin-bottom: 25px;


    }
}

.sking-code-info a {
    margin-top: -24px;
}



}

@media screen and (max-width: 414px) {
    .sking-form {
        width: 95%;
    }

    .sking-pred-date {
        padding-left: 13%;
    }	 
	
}

@media screen and (max-width: 375px) {
    .sking-form {
        width: 95%;
    }

    .sking-pred-date {
        padding-left: 5%;
    }

    .sking-score {
/*         width: 15%; */
    }
	.table-bordered thead th {
        font-size: 10px;
		font-weight: bold;

    }
   #sking-pred-table-data tbody tr td {
        font-size: 9px;
    }


}