/*=============================================
    Reset css
===============================================*/

.rtl{
	direction:rtl;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display:block;
}
audio,canvas,video {
    display:inline-block;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
    display:none;
    height:0;
}
[hidden],template {
    display:none;
}
html {
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}
body {
    margin:0;
}
a {
    background:transparent;
}
a:active,a:focus,a:hover {
    outline:0;
	outline-offset: 0;
}

*, input, select, textarea, option, button {
    outline: none!important;
}

input[type=text], input[type=password], input[type=number], input[type=email], #kiss_reg, input[type=submit], #check_input_word{
border:1px solid rgb(209,209,209);
}
	
h1 {
    font-size:2em;
    margin:0.67em 0;
}
abbr[title] {
    border-bottom:1px dotted;
}
b,strong {
    font-weight:bold;
}
dfn {
    font-style:italic;
}
small {
    font-size:80%;
}
sub, sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
img {
    border:0;
}
svg:not(:root) {
    overflow:hidden;
}
figure {
    margin:0;
}
fieldset {
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em;
}
legend {
    border:0;
    padding:0;
}
button,input,select,textarea {
    font-family:inherit;
    font-size:100%;
    margin:0;
}
button,input {
    line-height:normal;
}
button,select {
    text-transform:none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance:button;
    cursor:pointer;
}
button[disabled],html input[disabled] {
    cursor:default;
}
input[type="checkbox"],input[type="radio"] {
    box-sizing:border-box;
    padding:0;
}
input[type="search"] {
    -webkit-appearance:textfield;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
    border:0;
    padding:0;
}
textarea {
    overflow:auto;
    vertical-align:top;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/*=============================================
    Common css
===============================================*/
*,*:before,*:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
body {
    font-family:"Arial", Helvetica, sans-serif;
    font-size:12px;
    line-height:20px;
    color:#333;
    background-color:#fff;
}
input,button,select,textarea {
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
}
button,input,select[multiple],textarea {
    background-image:none;
}
a {
    color:#428bca;
    text-decoration:none;
}
a:hover,a:focus {
    color:#2a6496;
    text-decoration:none;
    outline:none;
}
img {
    vertical-align:middle;
    height:auto;
    max-width:100%;
}
.img-responsive {
    display:block;
    max-width:100%;
}
p {
    margin:0 0 10px;
}
/*=============================================
    Heading
===============================================*/
h1,h2,h3,h4,h5,h6 {
    line-height:1.1;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    font-weight:normal;
    line-height:150%;
    color:#333;
}
h1,h2,h3,h4,h5,h6 {
    margin-bottom:10px;
}
h1 {
    font-size:36px;
}
h2 {
    font-size:30px;
}
h3 {
    font-size:24px;
}
h4 {
    font-size:18px;
}
h5 {
    font-size:14px;
}
h6 {
    font-size:12px;
}

#sidebar h4{
	margin-bottom:3px;
	margin-top:7px;
}

/*============================================
    List
==============================================*/
ul,ol {
    margin-top:0;
    margin-bottom:10px;
}
ul ul,ol ul,ul ol,ol ol {
    margin-bottom:0;
}
.list-unstyled,.list-inline {
    padding-left:0;
    list-style:none;
}
.list-inline > li {
    display:inline-block;
    padding-left:5px;
    padding-right:5px;
}
blockquote {
    padding:6px 5px;
    margin:0 0 20px;
    border-left:4px solid #eeeeee;
}

blockquote.he{
	border-right:4px solid #497EB4;
	border-left:none;
	direction:rtl;
}

blockquote p {
    font-size:17.5px;
    font-weight:300;
    line-height:1.25;
}
blockquote p:last-child {
    margin-bottom:0;
}
blockquote:before,blockquote:after {
    content:"";
}
.container {
    margin-right:auto;
    margin-left:auto;
}
.container:before,.container:after {
    content:" ";
    display:table;
}
.container:before,.container:after {
    content:" ";
    display:table;
}
.container:after {
    clear:both;
}
/*==============================================
    Fluid
================================================*/
.row {
    margin-left:-10px;
    margin-right:-10px;
}
.row:before,.row:after {
    content:" ";
    display:table;
}
.row:after {
    clear:both;
}
.row:before,.row:after {
    content:" ";
    display:table;
}
.row:after {
    clear:both;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
    position:relative;
    min-height:1px;
    padding-left:10px;
    padding-right:10px;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11 {
    float:left;
}
.col-1 {
    width:8.333333333333332%;
}
.col-2 {
    width:16.666666666666664%;
}
.col-3 {
    width:25%;
}
.col-4 {
    width:33.33333333333333%;
}
.col-5 {
    width:41.66666666666667%;
}
.col-6 {
    width:50%;
}
.col-7 {
    width:58.333333333333336%;
}
.col-8 {
    width:66.66666666666666%;
}
.col-9 {
    width:75%;
}
.col-10 {
    width:83.33333333333334%;
}
.col-11 {
    width:91.66666666666666%;
}
.col-12 {
    width:100%;
}
/*==========================================================
    Form
============================================================*/
label {
    display:inline-block;
    margin-bottom:5px;
}
input[type="search"] {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.form-control:-moz-placeholder,.form-control::-moz-placeholder,.form-control:-ms-input-placeholder,.form-control::-webkit-input-placeholder {
    color:#999999;
    font-size:12px;
    opacity:1;
}
.form-control {
    display:block;
    width:100%;
    height:28px;
    padding:6px 12px;
    font-size:14px;
    line-height:20px;
    color:#333;
    vertical-align:middle;
    background-color:#ffffff;
}
.form-control:focus {
    border-color:#66afe9;
}
textarea.form-control {
    height:auto;
}
.form-group {
    margin-bottom:15px;
}
/*==========================================================
    Button
============================================================*/
.btn {
    display:inline-block;
    padding:3px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:normal;
    line-height:1.428571429;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    border:1px solid transparent;
    white-space:nowrap;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.btn-default {
    color:#333333;
    background-color:#ffffff;
    border-color:#cccccc;
}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active {
    color:#333333;
    background-color:#ebebeb;
    background-image:none;
    border-color:#adadad;
}
.btn-primary {
    color:#ffffff;
    background-color:#428bca;
    border-color:#357ebd;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active {
    color:#ffffff;
    background-color:#3276b1;
    background-image:none;
    border-color:#285e8e;
}
.btn-block {
    display:block;
    width:100%;
    padding-left:0;
    padding-right:0;
}
.btn-block + .btn-block {
    margin-top:5px;
}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width:100%;
}
/*==========================================================
    Breadcrumb
============================================================*/
.breadcrumb {
    padding:8px 15px;
    margin-bottom:20px;
    list-style:none;
    background-color:#f5f5f5;
}
.breadcrumb > li {
    display:inline-block;
}
.breadcrumb > li + li:before {
    content:"/";
    padding:0 5px;
    color:#cccccc;
}
.breadcrumb > .active {
    color:#999999;
}
/*==========================================================
    Pager
============================================================*/
.pager {
    padding-left:0;
    margin:20px 0;
    list-style:none;
    text-align:center;
}
.pager:before,.pager:after {
    content:" ";
    display:table;
}
.pager:after {
    clear:both;
}
.pager li {
    display:inline;
}
.pager li > a,.pager li > span {
    display:inline-block;
    padding:5px 14px;
    background-color:#ffffff;
    border:1px solid #dddddd;
}
.pager li > a:hover,.pager li > a:focus {
    text-decoration:none;
    background-color:#eeeeee;
}
.pager .next > a,.pager .next > span {
    float:right;
}
.pager .previous > a,.pager .previous > span {
    float:left;
}
.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span {
    color:#999999;
    background-color:#ffffff;
    cursor:not-allowed;
}
/*==========================================================
    Clear
============================================================*/
.clearfix:before,.clearfix:after {
    content:" ";
    display:table;
}
.clearfix:after {
    clear:both;
}
.pull-right {
    float:right !important;
}
.item-right {
    overflow:hidden;
}
.pull-left {
    float:left !important;
}
.hide {
    display:none !important;
}
.show {
    display:block !important;
}
/*==========================================================
    Carousel
============================================================*/
.list_carousel {
    background-color:#ccc;
    margin:0;
    width:360px;
}
.list_carousel ul {
    margin:0;
    padding:0;
    list-style:none;
    display:block;
}
.list_carousel li {
    color:#333;
    text-align:center;
    background-color:#eee;
    width:50px;
    padding:0;
    margin:6px;
    display:block;
    float:left;
}
.list_carousel.responsive {
    width:auto;
    margin-left:0;
}
.list_carousel .prev {
    float:left;
}
.list_carousel .next {
    float:right;
}
.list_carousel .pager {
    float:left;
    width:300px;
    text-align:center;
}
.list_carousel .pager a {
    margin:0 5px;
    text-decoration:none;
}
.list_carousel .pager a.selected {
    text-decoration:underline;
}
body {
    background:#ededed;
    font-family:Tahoma, Geneva, sans-serif;
    color:#2f2f2f;
}

body.english{
	background: #ededed url(../images/english_bg.jpg) 0 0;
}

body.deutsch{
	background: #ededed url(../images/german_bg.jpg) 0 0;
}

body.hebrew{
	background: #ededed url(../images/hebrew_bg.jpg) 0 0;
}

body.french{
	background: #ededed url(../images/french_bg.jpg) 0 0;
}

body.spanish{
	background: #ededed url(../images/spanish_bg.jpg) 0 0;
}

.container {
    width:1200px;
}
/*==========================================================
    Retina
============================================================*/
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2 / 1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .list_carousel .prev {
        background:url("images/hoverPrev@2x.png") no-repeat;
    }
     .list_carousel .next {
        background:url("images/hoverNext@2x.png") no-repeat;
    }
     .kp-gallery-slider .flex-prev {
        background-image:url(../images/slider/flex-prev-2@2x.png);
    }
     .kp-gallery-slider .flex-next {
        background-image:url(../images/slider/flex-next-2@2x.png);
    }
     .kp-gallery-carousel .flex-prev {
        background-image:url(../images/slider/small-flex-prev-2@2x.png);
    }
     .kp-gallery-carousel .flex-next {
        background-image:url(../images/slider/small-flex-next-2@2x.png);
    }
     .kp-gallery-carousel .flex-prev:hover {
        background-image:url(../images/slider/small-flex-prev-2-hover@2x.png);
    }
     .kp-gallery-carousel .flex-next:hover {
        background-image:url(../images/slider/small-flex-next-2-hover@2x.png);
    }
 }

h1, h2, h3, h4, h5, h6 {
    font-weight:700;
    color:#2f2f2f;
}
.page-numbers {
    margin:20px 0px;
    padding-left:0;
}
.page-numbers li {
    display:inline-block;
    margin-left:2px;
    cursor:pointer;
    background:#fff;
    text-align:center;
    background:#38cfcf;
    margin-top:0 !important;
    transition:all 1s;
}
ul.page-numbers li a,ul.page-numbers li span {
    font-size:13px;
    text-decoration:none;
    margin:0;
    color:#fff;
	padding:5px 12px !important;
}

ul.page-numbers li.current {
	background:#497EB4;
}

ul.page-numbers li:hover {
    background:#497EB4;
}
.wrap-page-links .page-numbers {
    float:right;
}
.widget {
    margin-bottom:20px;
    background:#fff;
}
#sidebar .widget-title,.accordion-style-1 .widget-title,.accordion-style-2 .widget-title,.toggle .widget-title,.col-area-1 .widget-title,.kp-blog .col-area-4 .widget-title,.kp-single .col-area-4 .widget-title,
.kp-contact .col-area-4 .widget-title,  .mobile_login .widget-title, .accordion-style-grammar .widget-title, .cl_login_block_mobile .widget-title{
    margin:0 !important;
    height:40px !important;
    font-size:14px !important;
    color:#fff !important;
    font-family:Tahoma, Geneva, sans-serif !important;
    text-transform:uppercase !important;
    font-family:Tahoma, Geneva, sans-serif !important;
    font-weight:700 !important;
    background:#497EB4 !important;
    line-height:40px !important;
}
 #sidebar .widget-title span, .accordion-style-1 .widget-title span, .accordion-style-2 .widget-title span, .accordion-style-grammar .widget-title span, .toggle .widget-title span, .col-area-1 .widget-title span, .kp-blog .col-area-4 .widget-title span, .kp-single .col-area-4 .widget-title span, .kp-contact .col-area-4 .widget-title span {
    background:#38cfcf !important;
    padding:13px 16px 13px 16px !important;
    margin-right:10px !important;
    color:#fff !important;
}
#main-content .col-area-3 .widget-title,.kp-home .col-area-4 .widget-title {
    padding:11px 0 15px;
    margin:0 15px;
    background:#fff;
    font-family:Tahoma, Geneva, sans-serif;
    position:relative;
    font-size:18px;
    font-weight:700;
    color:#2f2f2f;
    border-bottom:3px solid #38cfcf;
    padding-bottom:6px;
    margin-bottom:15px;
}




 #main-content .col-area-3 .widget-title a, .kp-home .col-area-4 .widget-title a {
    float:right;
    color:#497EB4;
    border:1px solid #497EB4;
    font-size:12px;
    border-radius:8px;
    padding-left:10px;
    padding-right:10px;
    height:18px;
    line-height:16px;
}
 #main-content .col-area-3 .widget-title span, .kp-home .col-area-4 .widget-title span {
    width:70px;
    height:3px;
    position:absolute;
    bottom:-3px;
    right:0;
}
.kp-breadcrumb {
    color:#2f2f2f;
    border-bottom:3px solid #2f2f2f;
    margin-bottom:15px;
    position:relative;
}
 .kp-breadcrumb > span {
    background:url("../images/border-right.jpg") no-repeat;
    width:70px;
    height:3px;
    position:absolute;
    bottom:-3px;
    right:0;
}
 .kp-breadcrumb .breadcrumb {
    margin-bottom:0;
    padding:0 0 8px;
    background:none;
    text-transform:uppercase;
}
 .kp-breadcrumb .breadcrumb li {
    color:#497EB4;
    font-size:14px;
    font-weight:700;
}
 .kp-breadcrumb .breadcrumb li span {
    font-size:12px;
    color:#2f2f2f;
    font-weight:400;
    margin-right:10px;
}
 .kp-breadcrumb .breadcrumb li a {
    font-size:12px;
    font-weight:400;
}
 .kp-breadcrumb .breadcrumb li a:hover {
    color:#497EB4;
}
/*==========================================================
    Metadata
============================================================*/
.kp-metadata {
    margin-bottom:0;
}
 .kp-metadata li {
    padding:0;
    color:#9c9c9c;
    float:right !important;
    margin:0;
    font-family:'Arial', sans-serif;
    width:auto !important;
    line-height:20px;
    font-size:11px;
}
 .kp-metadata li:first-child {
    float:left !important;
}
 .kp-metadata li a {
    color:#979797;
    transition:all 1s;
}
 .kp-metadata li a:hover {
    color:#497EB4;
}
 .kp-metadata span {
    margin:5px 5px 0 0;
}
.header-item {
    margin-bottom:7px;
    font-family:Tahoma, Geneva, sans-serif;
}
 .header-item > span {
    color:#497EB4;
    display:block;
    border:2px solid #497EB4;
    border-radius:50%;
    width:40px;
    height:40px;
    font-size:18px;
    margin-right:10px;
    line-height:35px;
    text-align:center;
	padding:5px;
}

 .header-item > span img{
	width:30px;
	vertical-align:top;
 }

 .header-item h4 {
    font-size:14px;
    line-height:20px;
    text-align:left;
    margin:0;
}
 .header-item h4 a {
    color:#1f1f1f;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    transition:all 1s;
}
 .header-item h4 a:hover {
    color:#497EB4;
}
 .header-item .kp-metadata li {
    background:none;
    float:left !important;
    margin-right:0px !important;
}
/*===========================================
     CAROUSEL 
=============================================*/
.list_carousel {
    position:relative;
}
 .list_carousel:hover .prev, .list_carousel:hover .next {
    opacity:1;
    z-index:999 !important;
}
 .list_carousel .prev, .list_carousel .next {
    position:absolute;
    top:50%;
    margin-top:-25px;
    color:#2f2f2f;
    width:26px;
    height:51px;
    line-height:51px;
    font-size:22px;
    opacity:0;
    transition:all 1s;
}
 .list_carousel .prev {
    left:0;
    background:url("../images/hoverPrev.png") no-repeat;
    margin-left:0;
}
 .list_carousel .next {
    right:0;
    margin-right:0;
    background:url("../images/hoverNext.png") no-repeat;
    padding-left:5px;
}



.col-area-2 .list_carousel li .item > a, .widget-tab-news .ui-tabs-panel .item > a, .widget-gallery .item > a, .widget-lifestyle > ul > li:first-child .item > a, .widget-movie .item > a, .list-posts .item > a, .popular-post ul.list-unstyled > li > a, .photo-post ul.list-unstyled > li > a {
    display:block;
    position:relative;
}


 .col-area-2 .list_carousel li .item > a:hover .mask, .widget-tab-news .ui-tabs-panel .item > a:hover .mask, .widget-gallery .item > a:hover .mask, .widget-lifestyle > ul > li:first-child .item > a:hover .mask, .widget-movie .item > a:hover .mask, .list-posts .item > a:hover .mask, .popular-post ul.list-unstyled > li > a:hover .mask, .photo-post ul.list-unstyled > li > a:hover .mask {
    display:block;
}


 .col-area-2 .list_carousel li .item > a img, .widget-tab-news .ui-tabs-panel .item > a img, .widget-gallery .item > a img, .widget-lifestyle > ul > li:first-child .item > a img, .widget-movie .item > a img, .list-posts .item > a img, .popular-post ul.list-unstyled > li > a img, .photo-post ul.list-unstyled > li > a img {
    width:100%;
}
 

 .col-area-2 .list_carousel li .item > a .mask, .widget-tab-news .ui-tabs-panel .item > a .mask, .widget-gallery .item > a .mask, .widget-lifestyle > ul > li:first-child .item > a .mask, .widget-movie .item > a .mask, .list-posts .item > a .mask, .popular-post ul.list-unstyled > li > a .mask, .photo-post ul.list-unstyled > li > a .mask {
    background:rgba(0, 0, 0, 0.3);
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
}
 

 .col-area-2 .list_carousel li .item > a span, .widget-tab-news .ui-tabs-panel .item > a span, .widget-gallery .item > a span, .widget-lifestyle > ul > li:first-child .item > a span, .widget-movie .item > a span, .list-posts .item > a span, .popular-post ul.list-unstyled > li > a span, .photo-post ul.list-unstyled > li > a span {
    position:absolute;
    bottom:-100px;
    left:50%;
    margin-left:-20px;
    color:#fff;
    font-size:18px;
    border:2px solid #fff;
    border-radius:50%;
    text-align:center;
    width:40px;
    height:40px;
    line-height:35px;
}
.col-area-2 .list_carousel li .item p, .widget-tab-news .ui-tabs-panel .item p, .widget-gallery .item p, .widget-lifestyle > ul > li:first-child .item p, .widget-movie .item p, .list-posts .item p, .popular-post ul.list-unstyled > li p, .photo-post ul.list-unstyled > li p {
    margin-bottom:0;
    font-size:13px;
    text-align:left;
    line-height:18px;
    color:#5b5b5b;
}
.col-area-2 .list_carousel li .item .item-content, .widget-tab-news .ui-tabs-panel .item .item-content, .widget-gallery .item .item-content, .widget-lifestyle > ul > li:first-child .item .item-content, .widget-movie .item .item-content, .list-posts .item .item-content, .popular-post ul.list-unstyled > li .item-content, .photo-post ul.list-unstyled > li .item-content {
    background:#fff;
    padding:15px;
}
.widget-news .widget-content > ul > li, .widget-tab-news .ui-tabs-nav > li, .widget-lifestyle > ul > li, .widget-list-images-news .ui-accordion-content > ul > li, .topusers .ui-accordion-content ul li {
    padding:0 15px 0 14px;
    font-family:Tahoma, Geneva, sans-serif;
    margin:0;
    border:none;
    background:#fff;
    width:100%;
    line-height:20px;
}

.topusers .ui-accordion-content ul li{
padding-left: 0px;	
}

 .widget-news .widget-content > ul > li:first-child .item, .widget-tab-news .ui-tabs-nav > li:first-child .item, .widget-lifestyle > ul > li:first-child .item, .widget-list-images-news .ui-accordion-content > ul > li:first-child .item {
    border-top:none;
}
 .widget-news .widget-content > ul > li .item, .widget-tab-news .ui-tabs-nav > li .item, .widget-lifestyle > ul > li .item, .widget-list-images-news .ui-accordion-content > ul > li .item{
    padding:14px 0 10px;
    border-top:1px solid #eee;
}
 .widget-news .widget-content > ul > li .item > a, .widget-tab-news .ui-tabs-nav > li .item > a, .widget-lifestyle > ul > li .item > a, .widget-list-images-news .ui-accordion-content > ul > li .item > a {
    display:block;
    margin-right:15px;
    width:52px;
    height:52px;
    border:1px solid transparent;
    transition:all 1s;
}

.widget-list-images-news .ui-accordion-content > ul > li .item > a {
	width:36px;
    height:36px;
	margin-right:5px;
}

.widget-list-images-news .ui-accordion-content > ul > li .item > a.video_img{
	height:24px;
	margin-top:8px;
}

.widget-list-images-news .ui-accordion-content{
	padding:0 !important;
}

.widget-list-images-news .ui-accordion-content > ul > li .item h4, .widget-list-images-news .ui-accordion-content > ul > li .item h4 a{
	line-height:38px !important;
	margin:0 !important;
}

.widget-list-images-news .ui-accordion-content > ul > li .item{
	padding:6px 0 2px !important;
}

 .widget-news .widget-content > ul > li .item > a:hover, .widget-tab-news .ui-tabs-nav > li .item > a:hover, .widget-lifestyle > ul > li .item > a:hover, .widget-list-images-news .ui-accordion-content > ul > li .item > a:hover {
    border-color:#497EB4;
}
 .widget-news .widget-content > ul > li .item h4, .widget-tab-news .ui-tabs-nav > li .item h4, .widget-lifestyle > ul > li .item h4, .widget-list-images-news .ui-accordion-content > ul > li .item h4 {
    line-height:20px;
    font-size:14px;
    color:#2f2f2f;
    font-weight:700;
    white-space:normal;
    margin-top:-4px;
    margin-bottom:0;
}
 .widget-news .widget-content > ul > li .item h4 a, .widget-tab-news .ui-tabs-nav > li .item h4 a, .widget-lifestyle > ul > li .item h4 a, .widget-list-images-news .ui-accordion-content > ul > li .item h4 a {
    color:#2f2f2f;
    font-weight:700;
    line-height:20px;
    transition:all 1s;
}
 .widget-news .widget-content > ul > li .item h4 a:hover, .widget-tab-news .ui-tabs-nav > li .item h4 a:hover, .widget-lifestyle > ul > li .item h4 a:hover, .widget-list-images-news .ui-accordion-content > ul > li .item h4 a:hover {
    color:#497EB4;
}
.video-wrapper {
    height:0;
    padding-bottom:56.25%;
    padding-top:0px;
    position:relative;
    z-index:1;
}
.video-wrapper iframe,.video-wrapper object,.video-wrapper video {
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100% !important;
}
.read-more {
    color:#497EB4 !important;
    font-weight:700;
    margin-top:5px;
    display:inline-block;
    font-family:Tahoma, Geneva, sans-serif;
}
/*==========================================================
    Header
============================================================*/
.top-header {
    background:#497EB4;
    height:53px;
    padding-top:8px;
}
 .top-header .container {
    position:relative;
}
 .top-header nav.pull-right a {
    color:#e3e3e3 !important;
}
/*==========================================================
    Main menu
============================================================*/
#main-menu {
    margin-bottom:0;
}
 #main-menu > li {
    background:none;
    margin-left:4px;
}
 #main-menu > li > a {
    font-size:14px;
    text-transform:uppercase;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:700;
    font-style:normal;
    border:2px solid transparent;
    padding:5px 15px;
    color:#fff !important;
    transition:all 1s;
}
 #main-menu > li > a:hover {
    border-color:transparent;
    border-radius:0;
    color:#fff !important;
}
 #main-menu .current-item-menu > a {
    border-color:#e3e3e3;
    border-radius:25px;
    color:#fff !important;
}
 #main-menu .current-item-menu > a:hover {
    border:2px solid #e3e3e3;
    border-radius:25px;
}
 #main-menu .sf-with-ul {
    padding-right:auto;
}
 #main-menu .sf-with-ul:after {
    display:none;
    border:none;
}
.sf-menu ul {
    top:45px;
    box-shadow:none;
    width:195px;
}
 .sf-menu ul li {
    white-space:normal;
    background:#497EB4 !important;
}
 .sf-menu ul li a {
    font-size:14px;
    color:#fff;
    font-family:Tahoma, Geneva, sans-serif;
    border-left:none;
    border-color:#fff;
    border-bottom:none;
    padding-top:10px;
    padding-bottom:11px;
}
 .sf-menu ul li:first-child a {
    border-top:none;
}
 .sf-menu ul li:hover > a {
    color:#fff !important;
}
#mobile-menu > span {
    font-family:Tahoma, Geneva, sans-serif;
    padding:0;
    transition:all .3s;
}
 #mobile-menu > span:hover {
    color:#497EB4;
}
#toggle-view-menu {
    left:0;
    top:50px;
}
 #toggle-view-menu a {
    color:#fff !important;
    font-family:Tahoma, Geneva, sans-serif;
}
 #toggle-view-menu li {
    background:#497EB4 li;
    background-background:none;
}
 #toggle-view-menu h3 a {
    display:inline-block;
}
#toggle-view-menu .menu-panel {
    background:#428bca;
}

#logo {
    position:absolute;
    bottom:0;
    right:0;
    max-height:40px;
}
 #logo img {
    width:auto;
}
.bottom-header {
    background:#497EB4;
    color:#fff;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:700;
    height:40px;
    overflow:hidden;
}
 .bottom-header .search-box {
    width:250px;
}
 .bottom-header .form-group {
    float:left;
    margin-bottom:0;
    width:204px;
    margin:6px 0;
}
 .bottom-header .form-group .form-control {
    border:none;
    background:none;
    border-left:1px solid #fff;
    padding:2px 15px 2px 15px;
    height:28px;
    color:#fff;
    font-family:Tahoma, Geneva, sans-serif;
    font-style:italic;
    font-size:12px;
}
 .bottom-header button[type="submit"] {
    overflow:hidden;
    border:none;
    background:#2f2f2f;
    color:#fff;
    font-size:16px;
    padding:10px 15px;
    transition:all 1s;
}
 .bottom-header button[type="submit"]:hover {
    color:#497EB4;
}
/*==========================================================
    Slide top news
============================================================*/
/*
.top-news {
    width:800px;
}
 .top-news span {
    font-size:14px;
    padding-right:20px;
    border-right:1px solid #fff;
    float:left;
    padding:4px 15px 4px 0;
    margin:6px 15px 6px 0;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:700;
}
 .top-news .list_carousel {
    background:none;
    float:left;
    width:640px;
    height:20px;
    overflow:hidden;
    margin:10px 0;
}
 .top-news .list_carousel li {
    background:none;
    display:list-item;
    list-style:disc;
    margin:0 0 0 20px;
    color:#fff;
    width:300px;
    text-align:left;
}
 .top-news .list_carousel li a {
    color:#fff;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:13px;
    font-weight:400;
}
.form-control:-moz-placeholder {
    color:#fff;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
    opacity:1;
}
.form-control::-moz-placeholder {
    color:#fff;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
    opacity:1;
}
.form-control:-ms-input-placeholder {
    color:#fff;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
    opacity:1;
}
.form-control::-webkit-input-placeholder {
    color:#fff;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
    opacity:1;
}

*/

/*==========================================================
    Content
============================================================*/
#content {
    margin-top:10px;
}
.col-area-1 {
    width:380px;
    margin-left:20px;
}

.kp-home .col-area-1 {
    width:260px;
    margin-left:0px;
	margin-right:20px;
}

.kp-home .main-top  .pull-left{
	float:left !important;	
}

.widget-news .widget-content {
    background:#fff;
}
 .widget-news .widget-content > ul {
    margin-bottom:0;
}
.widget-social {
    padding:0;
	padding-top:5px;
	margin-bottom:5px;
	background:none;
}
 .widget-social ul {
    margin-bottom:0;
}
 .widget-social li {
    float:right;
    margin-right:20px;
    font-size:14px;
    font-weight:700;
    color:#2f2f2f;
    line-height:45px;
	/*display: table-cell;
	width:auto;
	vertical-align:middle;*/
}
 .widget-social li:first-child {
    margin-left:0;
}
 .widget-social li:hover {
    color:#497EB4;
}
 .widget-social li a span {
    display:block;
    width:23px;
    height:23px;
    text-align:center;
    line-height:23px;
    font-size:16px;
    color:#fff;
    margin-right:10px;
    border-radius:4px;
    font-weight:400;
}
 .widget-social li .icon-feed {
    background:#ec7013;
}
 .widget-social li .icon-twitter {
    background:#62d0ed;
}
 .widget-social li .icon-facebook {
    background:#496290;
}
.col-area-2 {
    width:800px;
	height:78px;
}

.col-area-2 h3{
	font-size:46px;
	margin:10px;
	text-shadow: 2px 2px #ffffff;
	color:#5b5b5b;
	font-weight:900;
	font-family: 'Neucha', cursive;
}

 .col-area-2 .list_carousel {
    width:920px;
    background:#fff;
}
 .col-area-2 .list_carousel li {
    margin:0;
    width:250px;
}
 .col-area-2 .list_carousel .thumb-large {
    width:420px;
}
 .col-area-2 .list_carousel .header-item > span {
    margin-top:5px;
}
 .col-area-2 .list_carousel .header-item h4 {
    font-size:18px;
}
 .col-area-2 .list_carousel .header-item h4 a {
    font-size:18px;
}
 .col-area-2 .list_carousel .item-content {
    padding-top:10px !important;
}
 .col-area-2 .list_carousel .item > a {
    overflow:hidden;
}
 .col-area-2 .list_carousel .item > a img {
    transition:all 1s ease;
}
 .col-area-2 .list_carousel .item > a:hover img {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
/*
.newsletter {
    height:50px;
    line-height:50px;
    background:#2f2f2f;
    font-size:13px;
    color:#eee;
}
 .newsletter i {
    display:block;
    font-size:24px;
    background:#497EB4;
    padding:13px 0;
    width:64px;
    text-align:center;
}
 .newsletter h2 {
    font-size:13px;
    line-height:50px;
    padding-left:15px;
    color:#fff;
    margin:0;
}
 .newsletter h2 span {
    font-size:14px;
    text-transform:uppercase;
    color:#eee;
    margin-right:10px;
    color:#fff;
}
 .newsletter .newsletter-form input[type="submit"] {
    background:#497EB4;
    color:#fff;
    font-size:14px;
    font-weight:700;
    float:left;
    transition:all .3s;
    width:90px;
    height:50px;
    border:none;
}
 .newsletter .newsletter-form input[type="submit"]:hover {
    color:#497EB4;
    background:#fff;
}
 .newsletter .newsletter-form .form-group {
    float:left;
    width:160px;
}
 .newsletter .newsletter-form .form-group input {
    height:50px;
    border:none;
    background:#4a4a4a;
    color:#fff;
}

*/

/*==========================================================
    Main content
============================================================*/
#main-content {
    width:930px;
    float:left;
}
 #main-content .widget-tweet {
    height:70px;
    clear:both;
    background:#497EB4;
}
 #main-content .widget-tweet > span {
    color:#fff;
    background:#2f2f2f;
    float:left;
    width:65px;
    text-align:center;
    font-size:24px;
    line-height:70px;
}
 #main-content .widget-tweet #tweets {
    overflow:hidden;
}
 #main-content .widget-tweet .tweetList {
    list-style:none;
    padding:15px 100px;
    text-align:center;
    color:#fff;
    font-size:13px;
    font-style:italic;
    margin-bottom:0;
}
 #main-content .widget-tweet .tweetList p {
    margin-bottom:0;
}
 #main-content .widget-tweet .tweetList a {
    color:#2f2f2f;
}
.col-area-3 {
    width:660px;
    margin-right:20px;
}
/*==========================================================
    Tabs
============================================================*/
.widget-tab-news {
    padding:0;
    border-radius:0;
    font-family:Tahoma, Geneva, sans-serif;
    border:0;
    background:#fefefe;
}
 .widget-tab-news > div.pull-left {
    width:280px;
    background:#fff;
}
 .widget-tab-news > div.pull-right {
    width:380px;
    z-index:1;
	border-left:1px solid #eee;
}
 .widget-tab-news .ui-tabs-nav {
    background:none;
    border:none;
    border-radius:0;
    padding:0;
}
 .widget-tab-news .ui-tabs-nav > li {
    border:none;
    border-radius:0;
    position:relative;
    padding-left:15px;
    transition:all .3s;
    z-index:999;
}
 .widget-tab-news .ui-tabs-nav > li img {
    width:52px;
    height:52px;
    margin-right:15px;
    display:block;
}
 .widget-tab-news .ui-tabs-nav > li:hover {
    background:#f8f8f8;
}
 .widget-tab-news .ui-tabs-nav > li:hover .item {
    border-top-color:#f8f8f8;
    color:#2f2f2f;
}
 .widget-tab-news .ui-tabs-nav > li:hover img:hover {
    border-color:transparent;
}
 .widget-tab-news .ui-tabs-nav > li:hover:after {
    position:absolute;
    right:-10px;
    display:block;
    content:'';
    width:10px;
    height:19px;
    background:url("../images/hover-tab.png") no-repeat left center;
    top:50%;
    margin-top:-10px;
    z-index:999;
}
 .widget-tab-news .ui-tabs-nav > li:hover + li .item {
    border-color:transparent;
}
 .widget-tab-news .ui-tabs-nav > li .item {
    padding-top:15px;
}
 .widget-tab-news .ui-tabs-nav .ui-tabs-active {
    background:#38cfcf;
}
 .widget-tab-news .ui-tabs-nav .ui-tabs-active:hover {
    background:#38cfcf;
}
 .widget-tab-news .ui-tabs-nav .ui-tabs-active:hover:after {
    border-left:10px solid #38cfcf;
}
 .widget-tab-news .ui-tabs-nav .ui-tabs-active:hover .item {
    border-top-color:#38cfcf;
}
 .widget-tab-news .ui-tabs-nav .ui-tabs-active .item {
    border-top-color:#38cfcf;
    color:#fff;
}
 .widget-tab-news .ui-tabs-nav .ui-tabs-active .item .kp-metadata li {
    color:#fff;
}
 .widget-tab-news .ui-tabs-nav .ui-tabs-active:after {
    position:absolute;
    right:-10px;
    content:'';
    width:0;
    height:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:10px solid #38cfcf;
    top:50%;
    margin-top:-10px;
}
 .widget-tab-news .ui-tabs-nav .ui-tabs-anchor {
    padding:0;
    display:block;
    width:100%;
}
 .widget-tab-news .ui-tabs-panel {
    padding:0;
}
 .widget-tab-news .ui-tabs-panel .item .item-content {
    background:#fefefe;
}
 .widget-tab-news .ui-tabs-panel .item > a {
    overflow:hidden;
}
 .widget-tab-news .ui-tabs-panel .item > a img {
    transition:all 1s ease;
}
 .widget-tab-news .ui-tabs-panel .item > a:hover img {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
/*==========================================================
    GAllery
============================================================*/
.widget-gallery {
    clear:both;
}
 .widget-gallery .list_carousel {
	padding:0;
	padding-left:5px;
    width:660px;
    background:#fff;
}

.carousel-5{
	margin-left:-10px !important;
}

 .widget-gallery .list_carousel li {
    width:200px;
    margin:0 15px 0 0;
    overflow:hidden;
}
 .widget-gallery .item > a img {
    transition:all 1s ease;
}
 .widget-gallery .item > a:hover img {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
.col-area-4 {
    width:250px;
}
.widget-lifestyle > ul {
    margin-bottom:0;
}
 .widget-lifestyle > ul > li:first-child {
    padding:0;
}
 .widget-lifestyle > ul > li:first-child img {
    width:100%;
}
 .widget-lifestyle > ul > li:first-child .item {
    padding:0;
}
 .widget-lifestyle > ul > li:first-child .item > a {
    width:100%;
    height:auto;
    margin:0;
    border:none;
}
 .widget-lifestyle > ul > li:first-child .item .item-content {
    padding-bottom:10px;
}
 .widget-lifestyle > ul > li:first-child .item > a {
    overflow:hidden;
}
 .widget-lifestyle > ul > li:first-child .item > a img {
    transition:all 1s ease;
}
 .widget-lifestyle > ul > li:first-child .item > a:hover img {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
.widget-movie .carousel-3 {
    background:#fff;
}
 .widget-movie .carousel-3 > li {
    margin:0;
    background:#fff;
}
 .widget-movie .carousel-3 .item-content {
    text-align:left;
}
.widget-movie .prev, .widget-movie .next {
    top:55%;
    z-index:999 !important;
}
.widget-movie iframe {
    width:100%;
    z-index:1 !important;
}
.widget-ads {
    background:none;
}
 .widget-ads a {
    display:block;
    margin-bottom:20px;
}
/*==========================================================
    Sidebar
============================================================*/
#sidebar {
    width:250px;
    margin-left:20px;
}
 #sidebar .widget-title, .cl_login_block_mobile .widget-title{
    border:none;
    border-top:1px solid #fff;
}
 #sidebar .widget-title:first-child, .cl_login_block_mobile .widget-title:first-child{
    border-top:none;
}
 #sidebar .widget-title:first-child span, .col-area-4 .widget-title:first-child span, .cl_login_block_mobile .widget-title:first-child span {
    padding-bottom:13px !important;
}
 #sidebar .widget-title span, .cl_login_block_mobile .widget-title span {
    padding-bottom:12px !important;
}
 #sidebar .widget-list-news .ui-accordion-content ul li, .topusers .ui-accordion-content ul li, .col-area-4 .widget-list-news .ui-accordion-content ul li {
    display:inline-block;
    border-top:1px solid #eee;
    vertical-align:middle;
    padding-top:10px;
    padding-bottom:10px;
    font-size:13px;
    font-weight:700;
}
 #sidebar .widget-list-news .ui-accordion-content ul li:first-child,  .col-area-4 .widget-list-news .ui-accordion-content ul li:first-child {
    border-top:none;
}
 #sidebar .widget-list-news .ui-accordion-content ul li:hover span, #sidebar .widget-list-news .ui-accordion-content ul li:hover a , .col-area-4 .widget-list-news .ui-accordion-content ul li:hover a {
    color:#497EB4;
    border-color:#497EB4;
}
 #sidebar .widget-list-news .ui-accordion-content ul li span, .col-area-4 .widget-list-news .ui-accordion-content ul li span {
    display:block;
    border:1px solid #2f2f2f;
    border-radius:50%;
    width:22px;
    float:left;
    margin-top:8px;
    height:22px;
    text-align:center;
    line-height:18px;
    margin-right:10px;
}
 #sidebar .widget-list-news .ui-accordion-content ul li a, .col-area-4 .widget-list-news .ui-accordion-content ul li a, .ui-accordion .widget-title{
    overflow:hidden;
}
 #sidebar .widget-list-images-news .ui-accordion-content, .col-area-4 .widget-list-images-news .ui-accordion-content {
    padding:0;
}
 #sidebar .widget-facebook iframe {
    width:100% !important;
}
 #sidebar .widget_archive ul, #sidebar .widget_meta ul, #sidebar .widget_categories ul,
 #sidebar .widget_pages ul, #sidebar .widget_recent_entries ul, #sidebar .widget_recent_comments ul,
 .mobile_login ul, .cl_login_block_mobile .widget_archive ul{
    padding:10px 15px;
}
 #sidebar .widget_archive ul li, #sidebar .widget_meta ul li, #sidebar .widget_categories ul li,
 #sidebar .widget_pages ul li, #sidebar .widget_recent_entries ul li,
 #sidebar .widget_recent_comments ul li, .mobile_login ul li, .cl_login_block_mobile ul li {
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:700;
    padding:7px 0;
    border-top:1px solid #eee;
}
 #sidebar .widget_archive ul li:first-child, #sidebar .widget_meta ul li:first-child, #sidebar .widget_categories ul li:first-child, #sidebar .widget_pages ul li:first-child, 
 #sidebar .widget_recent_entries ul li:first-child, #sidebar .widget_recent_comments ul li:first-child, .mobile_login ul li:first-child{
    border-top:none;
}
/*
 #sidebar .widget_archive ul li:hover, #sidebar .widget_meta ul li:hover, #sidebar .widget_categories ul li:hover, #sidebar .widget_pages ul li:hover, #sidebar .widget_recent_entries ul li:hover, #sidebar .widget_recent_comments ul li:hover {
    color:#497EB4;
}
*/
 #sidebar .widget_archive ul li:hover a, #sidebar .widget_meta ul li:hover a, #sidebar .widget_categories ul li:hover a, #sidebar .widget_pages ul li:hover a, #sidebar .widget_recent_entries ul li:hover a, #sidebar .widget_recent_comments ul li:hover a {
    color:#497EB4;
}
 #sidebar .widget_archive ul li a, #sidebar .widget_meta ul li a, #sidebar .widget_categories ul li a, #sidebar .widget_pages ul li a, #sidebar .widget_recent_entries ul li a, #sidebar .widget_recent_comments ul li a, .mobile_login ul li a{
    color:#2f2f2f;
    font-size:14px;
}
/*==========================================================
    Accordion
============================================================*/
.ui-accordion .ui-accordion-header-icon {
    display:none;
}
.ui-accordion .ui-accordion-header {
    margin:0;
    border-radius:0;
}
.ui-accordion .ui-accordion-icons {
    padding:0;
}
.ui-accordion .ui-state-default {
    background:none;
}
.ui-accordion .ui-accordion-content {
    padding:0 15px;
    border-radius:0;
    border:none;
    font-family:Tahoma, Geneva, sans-serif;
}


.ui-accordion .ui-accordion-content.chart_list{
	padding:0 !important;
}

.ui-accordion .ui-accordion-content.chart_list a{
	color: #428bca !important;
}

 .ui-accordion .ui-accordion-content ul {
    margin-bottom:0;
}
.ui-accordion .widget-title {
    border:none;
    border-top:1px solid #fff;
}
 .ui-accordion .widget-title:first-child {
    border-top:none;
}
 .ui-accordion .widget-title:first-child span {
    padding-bottom:13px !important;
}
 .ui-accordion .widget-title span {
    padding-bottom:12px !important;
}
/*==========================================================
    Bottom sidebar
============================================================*/
#bottom-sidebar {
    background:url("../images/bg.jpg");
    border-top:5px solid #497EB4;
    padding-bottom:20px;
    color:#979797;
    font-size:13px;
}
 #bottom-sidebar .col-area-5, #bottom-sidebar .col-area-6, #bottom-sidebar .col-area-7, #bottom-sidebar .col-area-8, #bottom-sidebar .col-area-9 {
    float:left;
    margin-top:18px;
    margin-left:30px;
}
 #bottom-sidebar .col-area-5 {
    margin-left:0;
    width:280px;
    position:relative;
}
 #bottom-sidebar .col-area-6 {
    width:270px;
}
 #bottom-sidebar .col-area-7, #bottom-sidebar .col-area-8 {
    width:130px;
}
 #bottom-sidebar .col-area-9 {
    width:270px;
}
 #bottom-sidebar .bottom-logo {
    position:absolute;
    display:block;
    top:-10px;
}
 #bottom-sidebar .bottom-logo img {
    max-width:100%;
}
 #bottom-sidebar .widget {
    margin-bottom:0;
    background:none;
}
 #bottom-sidebar .widget-title {
    color:#ffffff !important;
    font-weight:700;
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:20px !important;
    background:none !important;
    height:auto !important;
    line-height:20px !important;
}
 #bottom-sidebar .widget-text {
    padding-top:37px;
}
 #bottom-sidebar .widget-text .widget-title {
    display:none;
}
 #bottom-sidebar .widget-flickr {
    margin-right:-5px;
}
 #bottom-sidebar .widget-flickr .widget-title {
    margin-bottom:25px !important;
}
 #bottom-sidebar .widget-flickr li {
    display:inline-block;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
}
 #bottom-sidebar .widget-flickr a {
    width:50px;
    height:50px;
    border:1px solid transparent;
    display:block;
    transition:all 1s;
}
 #bottom-sidebar .widget-flickr a:hover {
    border-color:#497EB4;
}
 #bottom-sidebar .widget_categories span, #bottom-sidebar .widget_pages span, #bottom-sidebar .widget_meta span, #bottom-sidebar .widget_pages span, #bottom-sidebar .widget_recent_entries span, #bottom-sidebar .widget_recent_comments span, #bottom-sidebar .widget_archive span {
    margin-right:13px;
    margin-bottom:5px;
}
 #bottom-sidebar .widget_categories a, #bottom-sidebar .widget_pages a, #bottom-sidebar .widget_meta a, #bottom-sidebar .widget_pages a, #bottom-sidebar .widget_recent_entries a, #bottom-sidebar .widget_recent_comments a, #bottom-sidebar .widget_archive a {
    color:#ffffff;
    transition:all 1s;
}
 #bottom-sidebar .widget_categories a:hover, #bottom-sidebar .widget_pages a:hover, #bottom-sidebar .widget_meta a:hover, #bottom-sidebar .widget_pages a:hover, #bottom-sidebar .widget_recent_entries a:hover, #bottom-sidebar .widget_recent_comments a:hover, #bottom-sidebar .widget_archive a:hover {
    color:#38cfcf;
}
 #bottom-sidebar .widget_categories li, #bottom-sidebar .widget_pages li, #bottom-sidebar .widget_meta li, #bottom-sidebar .widget_pages li, #bottom-sidebar .widget_recent_entries li, #bottom-sidebar .widget_recent_comments li, #bottom-sidebar .widget_archive li {
    margin-bottom:5px;
}
 #bottom-sidebar .widget-contact span {
    margin-bottom:15px;
    display:inline-block;
}
 #bottom-sidebar .widget-contact li {
    margin-bottom:10px;
}
 #bottom-sidebar .widget-contact li a {
    color:#979797;
    transition:all 1s;
}
 #bottom-sidebar .widget-contact li a:hover {
    color:#497EB4;
}
 #bottom-sidebar .widget-contact li span {
    width:24px;
    line-height:24px;
    height:24px;
    text-align:center;
    background:#497EB4;
    border-radius:50%;
    color:#fff;
    margin-bottom:0;
    font-size:12px;
    margin-right:15px;
}
/*==========================================================
    Footer
============================================================*/
#page-footer {
    background:#497EB4;
    height:50px;
}
 #page-footer p {
    color:#fff;
    margin:15px 0;
}
 #page-footer p  a{
    color:#fff;
}

 #page-footer p span {
    color:#497EB4;
}
 #page-footer ul {
    margin:9.5px 0;
}
 #page-footer ul li {
    margin-left:13px;
    padding:0;
}

 #page-footer ul a.icon-flickr, #page-footer ul a.icon-dribbble, #page-footer ul a.icon-twitter {
    line-height:28px;
}
 #page-footer .container {
    position:relative;
}
.back-to-top {
    display:block;
    position:absolute;
    bottom:70px;
    right:70px;
    height:50px;
    width:50px;
    text-align:center;
    font-size:25px;
    line-height:52px;
    background:#38cfcf;
    cursor:pointer;
    color:#fff;
    position:fixed;
}


.learn-selected-verbs{
	position: fixed; 
	left: 50%;	
    display:none;
    bottom:70px;
    height:50px;
    width:280px;
    text-align:center;
    font-size:20px;
    line-height:36px;
    background:#38cfcf;
    cursor:pointer;
    color:#fff;
	margin-left: -125px;
}

.verbs-grey{
	cursor:default;
	background: #B5D1D1;
}

.verbs_small, .verbs_small_info{
	line-height:12px;
	position: relative;
	top:-6px;
	display:none;
	font-size:12px;
}

/*==========================================================
    Blog
============================================================*/
.kp-blog .col-area-3 {
    padding:15px;
    background:#fff;
}
 .kp-blog .col-area-3 .widget-gallery {
    margin-left:-15px;
}



.list-posts {
    background:#fff;
}
 .list-posts ul.list-unstyled {
    margin-bottom:0;
}
 .list-posts ul.list-unstyled li:first-child .item {
    padding-top:0;
}
 .list-posts .item {
    padding-bottom:15px;
    padding-top:15px;
    border-bottom:1px solid #ededed;
}

.list-posts .list_carousel .item{
	padding-bottom:0px;
    padding-top:0px;
    border-bottom:none;
}


 .list-posts .item > a {
    width:380px;
    float:left;
}

.list-posts .list_carousel .item > a {
    width:auto;
    float:none;
}




 .list-posts .item .item-content {
    overflow:hidden;
    padding-top:0;
    padding-bottom:0;
}
 .list-posts .item .header-item .kp-metadata {
    margin-top:8px;
    margin-bottom:3px;
    border-top:1px solid #ededed;
    border-bottom:1px solid #ededed;
}
 .list-posts .item iframe, .list-posts .item .video-wrapper {
    float:left;
    width:380px;
}

 .list-posts .item audio {
    float:left;
    width:380px;
}

.list-posts .item iframe.small_youtube{
	width:250px;
}


 .list-posts .item > a {
    overflow:hidden;
}
 .list-posts .item > a img {
    transition:all 1s ease;
}
 .list-posts .item > a:hover img {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
.popular-post ul.list-unstyled > li a img {
    width:100%;
}
.photo-post ul.list-unstyled > li a img {
    width:100%;
}
.photo-post .header-item {
    margin-bottom:0 !important;
}
.widget-video iframe {
    width:100% !important;
}

.page-1-sidebar .col-area-3 {
    width:930px;
    margin-right:0;
}
 .page-1-sidebar .col-area-3 .list-posts .item > a, .page-1-sidebar .col-area-3 .list-posts .item iframe, .page-1-sidebar .col-area-3 .list-posts .item audio {
    width:665px;
}
 .page-1-sidebar .col-area-3 .widget-gallery .list_carousel {
    width:900px;
}
 .page-1-sidebar .col-area-3 .widget-gallery .list_carousel li {
    width:208px;
}
/*==========================================================
    Contact
============================================================*/

/*
.kp-contact .col-area-3 {
    background:#fff;
    padding:15px;
}
.kp-contact .page-content {
    font-size:13px;
}
 .kp-contact .page-content h4 {
    line-height:20px;
    font-size:14px;
    font-weight:700;
    color:#497EB4;
    text-transform:uppercase;
    margin-top:20px;
    margin-bottom:10px;
    padding-bottom:5px;
    border-bottom:1px solid #cecece;
}
 .kp-contact .page-content .evanto {
    font-size:13px;
    margin-bottom:10px;
    display:inline-block;
}
 .kp-contact .page-content ul.list-unstyled li {
    padding-left:0;
    margin-right:15px;
    margin-top:15px;
}
 .kp-contact .page-content ul.list-unstyled li:first-child {
    margin-top:0;
}
 .kp-contact .page-content ul.list-unstyled li span {
    width:22px;
    line-height:22px;
    height:22px;
    text-align:center;
    background:#497EB4;
    border-radius:50%;
    font-size:12px;
    color:#fff;
    margin-right:15px;
}
 .kp-contact .page-content input.form-control {
    height:40px;
}
 .kp-contact .page-content textarea.form-control {
    height:160px;
}
 .kp-contact .page-content .form-control, #check_mp3_input, #translate_input {
    font-size:12px;
    color:#9c9c9c;
    border:1px solid #eee;
}
 .kp-contact .page-content .form-control:focus {
    border-color:#497EB4;
}
 .kp-contact .page-content .form-group {
    position:relative;
    margin-bottom:20px;
}
 .kp-contact .page-content .form-group label {
    position:absolute;
    top:9px;
    left:15px;
    color:#9c9c9c;
}
 .kp-contact .page-content .form-group label span {
    color:#497EB4;
}
 .kp-contact .page-content .form-group label.error {
    right:10px;
    left:auto;
}

*/

input.btn {
    background:#497EB4;
    color:#fff;
    height:28px;
    font-weight:700;
    float:right;
    font-size:14px;
    border:none;
    transition:all .5s;
}
/*

 .kp-contact .page-content input.btn:hover {
    background:#fff;
    color:#497EB4;
}
.kp-contact .widget-gallery {
    margin-left:-15px;
    margin-bottom:0;
    margin-top:15px;
}
 .kp-contact .widget-gallery .list_carousel {
    padding-bottom:0;
}
.kp-contact .kp-map iframe {
    width:100%;
    height:330px;
}

*/

.kp-single .col-area-3 {
    background:#fff;
    padding:15px;
}
.page-content article img {
    width:100%;
}
.page-content article iframe {
    width:100%;
}
.page-content article audio {
    width:100%;
}
.page-content article h4 {
    font-size:16px;
    line-height:20px;
    font-weight:700;
    text-transform:uppercase;
    margin:9px 0 10px;
    margin-top:11px;
    margin-bottom:13px;
}
.page-content article p {
    font-size:13px;
    color:#5b5b5b;
}
.page-content article .wrap-page-links {
    border-top:1px solid #cecece;
    margin-top:10px;
}
 .page-content article .wrap-page-links .page-links {
    float:right;
    padding-top:5px;
}
 .page-content article .wrap-page-links .page-links a {
    margin-left:10px;
    color:#2f2f2f;
}
 .page-content article .wrap-page-links .page-links a:hover {
    color:#497EB4;
}
.page-content article .kp-metadata {
    border-top:1px solid #cecece;
    border-bottom:1px solid #cecece;
    margin-bottom:8px;
}
 .page-content article .kp-metadata li {
    float:left !important;
    margin-right:15px;
}
.page-content article .bottom-article {
    padding:15px 0;
    margin-top:5px;
    border-top:1px solid #cecece;
    border-bottom:1px solid #cecece;
}
 .page-content article .bottom-article .col-3 div, .page-content article .bottom-article .col-4 div {
    border:1px solid #cecece;
    text-align:center;
    padding:5px 15px 0;
}
 .page-content article .bottom-article .kp-previous, .page-content article .bottom-article .kp-next {
    font-size:14px;
}
 .page-content article .bottom-article .kp-previous > a, .page-content article .bottom-article .kp-next > a {
    color:#497EB4;
    font-weight:700;
    text-transform:uppercase;
}
 .page-content article .bottom-article .kp-previous > a span, .page-content article .bottom-article .kp-next > a span {
    margin-right:5px;
}
 .page-content article .bottom-article .kp-previous h4, .page-content article .bottom-article .kp-next h4 {
    font-size:14px;
    line-height:20px;
    margin-top:5px;
}
 .page-content article .bottom-article .kp-previous h4 a, .page-content article .bottom-article .kp-next h4 a {
    color:#2f2f2f;
    font-weight:700;
    text-transform:none;
    transition:all 1s;
}
 .page-content article .bottom-article .kp-previous h4 a:hover, .page-content article .bottom-article .kp-next h4 a:hover {
    color:#497EB4;
}
 .page-content article .bottom-article .kp-share span {
    font-size:14px;
    color:#497EB4;
    text-transform:uppercase;
}
 .page-content article .bottom-article .kp-share ul {
    margin-top:15px;
    margin-bottom:22px;
}
 .page-content article .bottom-article .kp-share li a {
    color:#2f2f2f;
    font-size:18px;
    transition:all 1s;
}
 .page-content article .bottom-article .kp-share li a:hover {
    color:#497EB4;
}
 .page-content article .bottom-article .kp-share a.icon-vimeo {
    font-size:16px;
}
.page-content article .kp-tag {
    margin-top:20px;
}
 .page-content article .kp-tag li {
    float:left;
    display:block;
}
 .page-content article .kp-tag a {
    background:#e8e8e8;
    margin-right:5px;
    display:block;
    height:30px;
    line-height:28px;
    padding:0 10px;
    font-size:14px;
    color:#5b5b5b;
    color:#2f2f2f;
    transition:all 1s;
}
 .page-content article .kp-tag a:hover {
    color:#497EB4;
}
.page-content article .kp-author h4 {
    font-size:18px;
    line-height:20px;
    font-weight:700;
}
.page-content article .kp-author .sumary-author {
    border:1px solid #cecece;
    padding:15px;
}
.page-content article .kp-author img {
    width:80px;
    margin-right:15px;
}
.page-content article .kp-author h5 {
    font-size:16px;
    font-weight:700;
    color:#497EB4;
    line-height:20px;
    margin-top:-5px;
}
.page-content article .kp-author p {
    font-size:13px;
    margin-bottom:5px;
}
.page-content article .kp-author ul {
    margin-bottom:0;
}
.page-content article .kp-author li {
    padding:0;
}
.page-content article .kp-author li a {
    display:block;
    border-radius:2px;
    margin-right:2px;
    width:16px;
    height:16px;
    font-size:12px;
    text-align:center;
    line-height:16px;
    color:#fff;
}
.page-content article .kp-author a.icon-facebook {
    background:#175183;
}
.page-content article .kp-author a.icon-google-plus {
    background:#497EB4;
}
.page-content article .kp-author a.icon-twitter {
    background:#00dfd2;
}
.page-content .related-article > ul {
    margin-bottom:-20px;
}
 .page-content .related-article > ul > li {
    width:49%;
    padding-left:0;
    padding-right:20px;
    margin-bottom:15px;
}
.page-content .related-article .item > a {
    display:block;
    width:80px;
    margin-right:15px;
}
.page-content .related-article .item h5 {
    font-size:14px;
    line-height:14px;
    margin-top:5px;
}
 .page-content .related-article .item h5 a {
    font-size:14px;
    color:#2f2f2f;
    transition:1s all;
    font-weight:700;
}
 .page-content .related-article .item h5 a:hover {
    color:#497EB4;
}
.page-content .related-article .item .kp-metadata li {
    float:left !important;
    margin-right:15px;
}
.page-content .kp-comment, .page-content .related-article {
    margin-top:20px;
}
 .page-content .kp-comment h2, .page-content .related-article h2 {
    background:#497EB4;
    margin-bottom:15px;
    height:40px;
}
 .page-content .kp-comment h2 span, .page-content .related-article h2 span {
    color:#fff;
    font-size:18px;
    font-weight:700;
    background:#2f2f2f;
    height:40px;
    line-height:38px;
    display:block;
    text-transform:uppercase;
    width:185px;
    padding-left:15px;
}
.page-content .kp-comment .detail-comment {
    margin-bottom:20px;
}
 .page-content .kp-comment .detail-comment img {
    width:50px;
    margin-right:15px;
}
 .page-content .kp-comment .detail-comment header {
    border-bottom:1px solid #cecece;
    padding-bottom:8px;
    margin-bottom:5px;
}
 .page-content .kp-comment .detail-comment header div.pull-left h4 {
    font-size:14px;
    font-weight:700;
}
 .page-content .kp-comment .detail-comment header div.pull-left span {
    color:#497EB4;
    font-size:13px;
    font-style:italic;
}
 .page-content .kp-comment .detail-comment header p.pull-right {
    font-size:13px;
    font-style:italic;
    margin:15px 0 0;
}
 .page-content .kp-comment .detail-comment header p.pull-right a {
    color:#2f2f2f;
}
 .page-content .kp-comment .detail-comment header p.pull-right .edit {
    margin-right:5px;
}
 .page-content .kp-comment .detail-comment header p.pull-right .edit a {
    color:#497EB4;
}
 .page-content .kp-comment .detail-comment p {
    font-size:13px;
    color:#5b5b5b;
    margin-bottom:0;
}
.page-content .kp-comment .list-comments .list-comments .detail-comment {
    margin-left:65px;
}
.page-content .kp-form-comment h2 {
    font-size:18px;
    line-height:20px;
    font-weight:700;
    margin-bottom:5px;
}
.page-content .kp-form-comment p {
    font-size:14px;
    color:#5b5b5b;
    margin-bottom:15px;
}
.page-content .kp-form-comment input.form-control {
    height:40px;
}
.page-content .kp-form-comment textarea.form-control {
    height:160px;
}
.page-content .kp-form-comment .form-control {
    font-size:12px;
    color:#9c9c9c;
    border:1px solid #eee;
}
.page-content .kp-form-comment .form-control:focus {
    border-color:#497EB4;
}
.page-content .kp-form-comment .form-group {
    position:relative;
    margin-bottom:20px;
}
 .page-content .kp-form-comment .form-group label {
    position:absolute;
    top:9px;
    left:15px;
    color:#9c9c9c;
}
 .page-content .kp-form-comment .form-group label span {
    color:#497EB4;
}
 .page-content .kp-form-comment .form-group label.error {
    right:10px;
    left:auto;
}
.page-content .kp-form-comment input.btn {
    background:#497EB4;
    color:#fff;
    height:40px;
    float:right;
    font-size:14px;
    transition:all .3s;
    font-weight:700;
    border:none;
}
 .page-content .kp-form-comment input.btn:hover {
    background:#fff;
    color:#497EB4;
}
.page-1-sidebar .page-content article .bottom-article .kp-share ul {
    margin-bottom:6px;
    margin-top:10px;
}
/*==========================================================
    Element
============================================================*/
.kp-element #main-content {
    background:#fff;
    padding:15px;
    margin-bottom:20px;
}
.kp-element .page-content .title-element {
    font-size:18px;
    color:#497EB4;
    font-weight:700;
    text-transform:uppercase;
    padding-bottom:12px;
    margin-bottom:15px;
    line-height:20px;
    border-bottom:1px solid #cecece;
}
.kp-element .page-content .accordion-style-1, .kp-element .page-content .accordion-style-2 {
    margin-bottom:15px;
}
.kp-element blockquote {
    margin-bottom:0;
}
.tabs {
    border:none;
    border-radius:0;
}
 .tabs .ui-tabs-nav {
    background:none;
    padding:0;
    border:none;
    border-radius:0;
}
 .tabs .ui-tabs-nav .ui-state-default {
    border:none;
    border-radius:0;
}
 .tabs .ui-tabs-nav .ui-state-default a {
    border-radius:0;
    background:#2f2f2f;
    color:#fff;
    font-size:14px;
    font-family:Tahoma, Geneva, sans-serif;
    padding:11px 15px;
}
 .tabs .ui-tabs-nav .ui-state-active a {
    background:#497EB4;
}
 .tabs .ui-tabs-panel {
    padding-left:0;
    padding-right:0;
}
 .tabs .ui-tabs-panel p {
    font-size:13px;
    font-family:Tahoma, Geneva, sans-serif;
    color:#5b5b5b;
}
.kp-dropcap {
    margin-bottom:0;
}
 .kp-dropcap li {
    font-size:13px;
    font-family:Tahoma, Geneva, sans-serif;
    color:#5b5b5b;
    clear:both;
    display:block;
    margin-bottom:10px;
}
 .kp-dropcap li:first-letter {
    text-transform:uppercase;
    color:#fff;
    background:#497EB4;
    float:left;
    margin-right:15px;
    text-align:center;
    display:inline-block;
    margin-top:5px;
    width:35px;
}
 .kp-dropcap .style-1 {
    margin-bottom:20px;
}
 .kp-dropcap .style-1:first-letter {
    height:40px;
    font-size:30px;
    line-height:38px;
}
 .kp-dropcap .style-2:first-letter {
    height:35px;
    font-size:25px;
    line-height:34px;
    border-radius:50%;
}
@-moz-document url-prefix() {
    .kp-dropcap li:first-letter {
    padding:10px;
}
 }
.accordion-style-1 p, .accordion-style-2 p, .accordion-style-grammar p {
    margin-top:10px;
    font-size:13px;
}
.accordion-style-2 .widget-title , .accordion-style-grammar .widget-title {
    background:none !important;
    border:1px solid #F4F4F4 !important;
    color:#2f2f2f !important;
    margin-bottom:1px !important;
	padding-top:0 !important;
	text-transform:none !important;
	padding-left:50px !important;
	background:#F4F4F4 !important;
}

 .accordion-style-2 .widget-title span,  .accordion-style-grammar .widget-title span {
    margin-top:-1px;
    margin-left:-1px;
    padding-bottom:13px !important;
    padding-right:0 !important;
    line-height:14px !important;
    font-size:24px;
    width:44px !important;
}

.accordion-style-2  .ui-accordion-content *{
	font-size:13px !important;
}

.accordion-style-grammar  .ui-accordion-content *{
	font-size:14px !important;
}

.accordion-style-2  .ui-accordion-content, .accordion-style-grammar  .ui-accordion-content{
	padding:0 !important;
	padding-top:5px !important;
}


.accordion-style-2 .widget-title .pull-left, .accordion-style-grammar .widget-title .pull-left{
	left:0 !important;
	bottom:-2px !important;
	height:40px !important;
}

.accordion-style-2 .ui-accordion-header-active, .accordion-style-grammar .ui-accordion-header-active {
    color:#497EB4 !important;
}
.kp-button li {
    margin-bottom:15px;
}
 .kp-button li .btn {
    margin-right:15px;
}
.btn {
    border-color:#cecece;
    font-size:14px;
    color:#5b5b5b;
}
.btn-small {
    padding-top:8px;
    padding-bottom:8px;
}
.btn-medium {
    padding-top:9px;
    padding-bottom:9px;
}
.btn-big {
    padding-top:10px;
    padding-bottom:10px;
}
.btn-color {
    background:#497EB4;
    color:#fff;
    border-color:#497EB4;
}
.toggle .widget-title {
    margin-bottom:1px !important;
}
 .toggle .widget-title span {
    line-height:14px !important;
    font-size:24px;
    cursor:pointer;
    width:44px !important;
    padding-right:0 !important;
}
.toggle div {
    padding-left:15px;
}
 .toggle div p {
    margin-top:10px;
    font-size:13px;
}
h1 {
    font-size:36px;
}
h2 {
    font-size:30px;
}
h3 {
    font-size:24px;
}
h4 {
    font-size:16px;
}
h5 {
    font-size:14px;
}
h6 {
    font-size:12px;
}
.kp-heading p {
    margin-bottom:15px;
    font-size:13px;
}
blockquote {
    border-color:#497EB4;
    background:#F4F4F4;
    font-size:14px;
    font-style:italic;
    font-family:Tahoma, Geneva, sans-serif;
    margin-bottom:10px;
}

blockquote.lev1{
	 border-color:#00CC0A;
}

blockquote.lev2{
	 border-color:#FFE349;
}

blockquote.lev3{
	 border-color:#FF895B;
}


blockquote.learn_w, .learn_w, .learn_cat{
	width:48%;
	float:left;
	margin-right:2%;
}

blockquote.learn_w{
	width:100%;
	float:none;
	margin-right:0%;
}


div.learn_w, div.learn_cat{
	padding-bottom:8px;
}


blockquote.he.learn_w{
	float:right;
	margin-right:0;
	margin-left:2%;
}

#Searchresult blockquote.learn_w{
	float:none !important;
	width:auto !important;
}


/*==========================================================
    404
============================================================*/
.error-404 {
    margin:50px 10% 50px;
}
.error-404 .left-col {
    width:41%;
    float:left;
    margin:0 2%;
}
.error-404 .left-col p {
    font-size:120px;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:700;
    color:#497EB4;
    line-height:100px;
    text-align:right;
}
.error-404 .right-col {
    width:50%;
    float:left;
    margin:0 2%;
}
.error-404 .right-col h1 {
    margin-bottom:10px;
    font-size:44px;
    color:#497EB4;
    margin-top:-2px;
    font-family:Tahoma, Geneva, sans-serif;
}
.error-404 .right-col p {
    margin-bottom:10px;
}
.error-404 .right-col ul {
    padding-left:15px;
}
.error-404 .right-col a {
    color:#497EB4;
    font-size:14px;
    transition:all 1s;
    margin-bottom:5px;
}
.error-404 .right-col a:hover {
    color:#2f2f2f;
}


/* custom css */

.before-top-header{
	max-width:1200px;
	margin: 0 auto;
}

ul.general-nav{
	margin: 0;
	min-width:320px;	
	display:table-row;
}

.general-nav li {
    display: table-cell;
    padding:7px 10px;
	width:auto;
	vertical-align:middle;
}
.general-nav li a {
    text-decoration:none;
	font-size: 34px;
	text-transform: uppercase;
	text-decoration: none;
	color: #497EB4;
	display: table-cell;
	width:1000px;
	text-align:center;
}

.general-nav li.current{
	font-weight: bold;
	background: white;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	line-height:30px;
}

.general-nav li img, .general-nav li i{
  opacity: 0.5;
}

.general-nav li.current img, .general-nav li.current i{
  opacity: 1;
}

.sf-menu img{
	padding-right:5px;
}

.before-top-header-out{
	background:#F9F9F9;
}

li.cat{
	width:100%;
}

.main-top .form-group label, .login-group label{
	float:left;
}

.main-top .form-group label img, .login-group label img{
	padding:0 5px;
	width:37px;
}

.main-top .form-group .form-control{
	float:left;
	width:70%;
}

.main-top .form-group{
	float:left;
	width:50%;
	margin-bottom:5px;
}

.login-group{
	padding:8px 15px;
}

.login{
	width:80%;
	float:left;	
}

#input-submit{
	float:left;
	width:20%;
}

.main-top .col-area-1.pull-left{
	background:white;
	padding:5px;
	margin-bottom:10px;
}

.reglinks{
	text-align:right;
}

.mm_right{
	width:12%;
	float:right;
}

.mm_left{
	width:88%;
	float:left;
}

.mc-head-container{
opacity: 0 !important;
}

h1, h2{
color: #497EB4;
font-size:20px;
line-height: 1.3;
}

h2{
font-size:18px;
}


.list-posts .lessons_list .item > a {
    width:250px;
    float:left;
}

.audirovanie, .translate_right{
	padding:10px;
}



#check_no, .helper{
	margin-left:5px !important;
}

#check_go, #check_no, #translate_go, .helper, .submit_answer{
	height:30px !important;
	float:left !important;
}

#translate_go{
	float:right;
}

.check_v{
	float:right;
	height:20px;
}

.ls { padding:1px 4px;border:1px solid #E8F0EE;margin:3px; cursor:pointer; font-size:15px; background:#E8F0EE}
.correctText { padding:1px 4px;border:1px solid #38cfcf; background:#38cfcf; color:white; margin:3px; font-size:15px;}

#jumbleWords{
	height:70px;
	padding-top:4px;
}

#jumblewrap{
	padding:5px;
	padding-bottom:10px;
}

.other{
	cursor:pointer;
	text-align:right;
	padding:5px 10px;
	color:#497EB4;
	font-weight:bold;
	display:block;	
	float:right;
	width:110px;
	padding-left:0;
}

.tip{
	float:left;
	padding:5px 10px;	
	padding-right:0px;
	width: 50px;
	display:block;
	color:#497EB4;
	font-weight:bold;
	cursor:pointer;
}

/* Verbs table */

.verbs{
	width:100%;
	font-size:14px;
}

.tr_grey td{
	background:#F0F0F0;
}

.verbs td{
	border-bottom: 1px solid #999999;
	padding:10px;
}

.verbs th{
	text-align:left;
	padding:10px;
	white-space:nowrap;
}

/*language main page */
.mainlan .ui-accordion .widget-title:first-child span{
	display:none;
}

.mainlan  .widget-title{
	margin-bottom:5px !important;
}

/* ---------------------- */


.banner{
	background:#497EB4;
	padding:10px;
	text-align:center;
	margin-bottom:10px;
}

.banner a{
	color:white;
	font-size:14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

.incap_page-tooltip.incap_from-right.incap_bottom {
	display:none !important;
}

/* user */
.user_info, .user_top {
	width:100%;
}

.user_info td,  .user_top  td {
	vertical-align: middle;
	text-align: center;
	height: 40px;
	border-bottom: 1px dotted gray;
	border-collapse:collapse;
}

.user_top  td {
	padding:10px;
	height: 50px;
}

.block.complete, tr.complete td{
	background:#baefef;
}

.newUser td{
	padding-bottom:5px;
}

.circular {
	width: 50px;
	height: 50px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	margin: 0 auto;
	margin-top:-25px;
}

.u_name{
	text-align:center;
	color:#59676B;
	font-size:18px;
	text-align:center;
	font-size:bold;
	margin-top: 10px;
	margin-bottom:0;
}

span.points{
	color:#497EB4;
	font-size:14px;
}

.logout_form{
	padding:15px;
	text-align:center;
	padding-top:0;
}

#lesson_end .notice{
	background:#e3f7fc url('images/finish_flag.png') no-repeat right 50%;
	padding-right:60px;
}

.gsc-input-box{
	height:30px !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{
	width:auto !important;
	height: auto !important;
}

.rtl{
	direction:rtl;
}

.verbs.rtl .vrussian{
	text-align:right;
	direction:ltr;
}

.verbs.rtl th{
	text-align:right;
}

/* infobox */


.alert-box {
	color:#555;
	border-radius:5px;
	font-family:Tahoma,Geneva,Arial,sans-serif;font-size:12px;
	padding:10px 16px;
	margin:10px 0;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
}
.error {
	background:#ffecec;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9;
	border:1px solid #a6ca8a;
}
.warning {
	background:#fff8c4;
	border:1px solid #f2c779;
}
.notice {
	background:#e3f7fc;
	border:1px solid #8ed9f6;
}

.btn-cl{
	border:1px solid #cecece;
	cursor:pointer;
	display:inline-block;
	padding:2px;
}

.dop_links{
	font-size:12px;
	float:right;
}

.he .dop_links{
	float:left;
}

/*----*/
.chart{
	padding-top:1em;
}
.chart_list ul{
	padding: 1.5em 0em 1em;
}
.chart_list li span{
	width:12px;
	height:12px;
	display:inline-block;
	float:left;
	margin: 0.3em 0.5em 0 0;
}
.chart_list li label{
	float:right;
}
.chart_list li span.color0{
	background:#78C8E6;
}
.chart_list li span.color1{
	background:#7C94BE;
}
.chart_list li span.color2{
	background:#FF895B;
}
.chart_list li span.color3{
	background:#CC33FF;
}

.chart_list li span.color4{
	background:#FF6699;
}

.chart_list li span.color5{
	background:#00CC0A;
}

.chart_list li span.color6{
	background:#FFE349;
}

.chart_list ul {
	padding: 1em;
}

.diagram{
	text-align:center;
}
/*----*/

.add_words_from_video_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#497EB4;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.add_words_from_video_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.add_words_from_video_btn:active {
	position:relative;
	top:1px;
}

.add_words_from_video_btn_ok{
	display:none;
}

select.flat_select {
	width:60%;	
  padding:4px;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  border-radius:3px;
  -webkit-border-radius:3px;
  -webkit-appearance: none;
  border:0;
  outline:0;
  -webkit-transition:0.3s ease all;
	   -moz-transition:0.3s ease all;
	    -ms-transition:0.3s ease all;
	     -o-transition:0.3s ease all;
	        transition:0.3s ease all;
			
	background-color:#F4F4F4;		
}

select.flat_select:hover {
  background-color:#F6F6F6;
}

select.flat_select:focus, select.flat_select:active {
  border:0;
  outline:0;
}

.status_img {
float:right;
width:26px;
margin-top:-4px;
}

.status_img.he {
float:left;
}

.he{
direction:rtl;
}

.he .grammar_input{
vertical-align:middle;
}


.dash_button{
background: #FF624A;
padding:10px;
text-align:center;
margin-bottom:10px;
font-size:16px;
font-weight:bold;
border:1px dashed #666;
}

.dash_button.ye{
	background: #FFC214;
}

.dash_button a{
	color:white;
	text-align:center;
}

.padding_bottom_10{
	padding-bottom:10px;
}

.clear{
	clear:both;
}

/* superfish menu*/
.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none}
.sf-menu li{position:relative}
.sf-menu ul{position:absolute;display:none;top:100%;left:0;z-index:99}
.sf-menu > li{float:left}
.sf-menu li:hover > ul,.sf-menu li.sfHover > ul{display:block}
.sf-menu a{display:block;position:relative}
.sf-menu ul ul{top:0;left:100%}
.sf-menu{float:left;margin-bottom:1em}
.sf-menu ul{box-shadow:2px 2px 6px rgba(0,0,0,.2);min-width:12em;*width:12em}
.sf-menu a{border-left:1px solid #fff;border-top:1px solid #dFeEFF;border-top:1px solid rgba(255,255,255,.5);padding:.75em 1em;text-decoration:none;zoom:1}
.sf-menu a{color:#13a}
.sf-menu li{background:#BDD2FF;white-space:nowrap;*white-space:normal;-webkit-transition:background .2s;transition:background .2s}
.sf-menu ul li{background:#AABDE6}
.sf-menu ul ul li{background:#9AAEDB}
.sf-menu li:hover,.sf-menu li.sfHover{background:#CFDEFF;-webkit-transition:none;transition:none}
.sf-arrows .sf-with-ul{padding-right:2.5em;*padding-right:1em}
.sf-arrows .sf-with-ul:after{content:'';position:absolute;top:50%;right:1em;margin-top:-3px;height:0;width:0;border:5px solid transparent;border-top-color:#dFeEFF;border-top-color:rgba(255,255,255,.5)}
.sf-arrows > li > .sf-with-ul:focus:after,.sf-arrows > li:hover > .sf-with-ul:after,.sf-arrows > .sfHover > .sf-with-ul:after{border-top-color:#fff}
.sf-arrows ul .sf-with-ul:after{margin-top:-5px;margin-right:-3px;border-color:transparent;border-left-color:#dFeEFF;border-left-color:rgba(255,255,255,.5)}
.sf-arrows ul li > .sf-with-ul:focus:after,.sf-arrows ul li:hover > .sf-with-ul:after,.sf-arrows ul .sfHover > .sf-with-ul:after{border-left-color:#fff}
#mobile-menu{display:none;position:relative}
#mobile-menu > span{display:inline-block;text-transform:uppercase;font-size:20px;padding:10px 0;cursor:pointer;color:#fff;margin-left:20px}
#mobile-menu > span:hover{color:#fff}
#toggle-view-menu{display:none;list-style:none;margin:0;padding:0;border-top:none;position:absolute;top:40px;left:0;z-index:99999;width:240px}
#toggle-view-menu > li{border-bottom:1px solid #406F9D;border-top:1px solid #32577C;margin:0;position:relative;cursor:pointer;list-style:none;background-color:#497EB4}
#toggle-view-menu h3{font-size:16px;margin:0;float:left;line-height:40px;padding:7px 0 0 20px}
#toggle-view-menu h3 a{color:#fff;width:100%;display:block}
#toggle-view-menu h3 a:hover{color:#141414}
#toggle-view-menu span{float:right;font-size:26px;width:40px;height:40px;font-weight:700;text-align:center;color:#fff;line-height:40px}
#toggle-view-menu li.active{background-color:#91c448}
#toggle-view-menu li.active span,#toggle-view-menu li.active h3 a{color:#fff}
#toggle-view-menu .menu-panel{margin:0;display:none;padding:10px 15px 0;font-size:14px;color:#fff;background-color:#141414}
#toggle-view-menu .menu-panel ul{margin:0;padding-left:0}
#toggle-view-menu li .menu-panel ul li{border:none;list-style:disc inside;margin:0 0 10px;color:#fff}
#toggle-view-menu .menu-panel ul li a{display:inline-block;*display:inline;zoom:1;color:#fff;font-size:12px}
#toggle-view-menu .menu-panel ul li a:hover{color:#E04A3F}
#toggle-view-menu .menu-panel ul li ul{margin-left:40px;margin-top:10px}

/* responsive.css */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?fie8jb");
  src: url("../fonts/icomoon.eot?#iefixfie8jb") format("embedded-opentype"), 
  url("../fonts/icomoon.ttf?fie8jb") format("truetype"), 
  url("../fonts/icomoon.woff?fie8jb") format("woff"), 
  url("../fonts/icomoon.svg?fie8jb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*="icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-thumbs-up:before{content:"\e600"}
.icon-arrow-left:before{content:"\e601"}
.icon-arrow-right:before{content:"\e602"}
.icon-arrow-left2:before{content:"\e603"}
.icon-arrow-right2:before{content:"\e604"}
.icon-chat:before{content:"\e611"}
.icon-location:before{content:"\e606"}
.icon-mail:before{content:"\e607"}
.icon-video:before{content:"\e608"}
.icon-search:before{content:"\e609"}
.icon-arrow-up:before{content:"\e623"}
.icon-drawer:before{content:"\e60a"}
.icon-eye:before{content:"\e60b"}
.icon-phone:before{content:"\e60c"}
.icon-play:before{content:"\e60d"}
.icon-image:before{content:"\e60e"}
.icon-images:before{content:"\e60f"}
.icon-camera:before{content:"\e610"}
.icon-list:before{content:"\e611"}
.icon-menu:before{content:"\e612"}
.icon-list2:before{content:"\e613"}
.icon-link:before{content:"\e614"}
.icon-thumbs-up2:before{content:"\e615"}
.icon-flickr:before{content:"\e616"}
.icon-vimeo:before{content:"\e617"}
.icon-feed:before{content:"\e618"}
.icon-twitter:before{content:"\e619"}
.icon-facebook:before{content:"\e61a"}
.icon-google-plus:before{content:"\e61b"}
.icon-dribbble:before{content:"\e61c"}
.icon-tumblr:before{content:"\e61d"}
.icon-calendar:before{content:"\e61e"}
.icon-bubbles:before{content:"\e61f"}
.icon-notebook:before{content:"\e611"}
.icon-film:before{content:"\e621"}
.icon-compose:before{content:"\e622"}
.icon-headphones:before{content:"\e626"}
.icon-music:before{content:"\e627"}
.icon-double-angle-right:before{content:"\e624"}
.icon-double-angle-left:before{content:"\e625"}
@media only screen and (max-width: 1240px) {
#main-content .widget-tweet .tweetList{padding:15px 5px}
.newsletter h2 span{display:none}
.list-posts .item > a,.list-posts .item > iframe,.list-posts .item > audio,.list-posts .item > .video-wrapper{float:none;width:100%!important;margin-bottom:15px}
.list-posts .item > .video-wrapper iframe{margin-bottom:0}
.page-full-width .col-area-3 .list-posts .item > a,.page-full-width .col-area-3 .list-posts .item iframe,.page-full-width .col-area-3 .list-posts .item audio{width:480px;margin:0 20px 0 0;float:left}
.list-posts .item .item-content{padding-left:0}
.col-area-6,.col-area-7,.col-area-8,.col-area-9{margin-left:20px!important}
.page-single .bottom-article .kp-share{display:none}
.page-single .bottom-article .col-4{width:50%}
}
@media only screen and (max-width: 1023px) {
.widget-news .kp-metadata,.top-news span,.widget-social li > span,.widget-tab-news div.pull-left .kp-metadata,.widget-lifestyle .kp-metadata,.widget-list-images-news .kp-metadata,.widget-movie .kp-metadata{display:none}
.col-area-4,#sidebar{width:200px}
.col-area-1{width:350px}
.page-single .related-article .item h5{margin-top:0}
.newsletter h2{display:none}
.kp-gallery-caption{display:none}
.widget-social li{margin-left:20px}
.col-area-2 h3{font-size:38px;margin:10px}
}
@media only screen and (max-width: 979px) {
.col-area-2 .list_carousel .header-item > span{display:none}
.widget-social li{margin-left:40px}
.widget-social li span{margin-right:5px}
.newsletter h2{display:none}
.widget-tab-news .header-item > span{display:none}
#main-content .widget-tweet .tweetList{padding:5px}
.col-area-6,.col-area-7,.col-area-8,.col-area-9{margin-left:0!important}
.col-area-7{clear:left!important}
.col-area-5,.col-area-6{width:50%!important}
.col-area-5,.col-area-7{padding-right:15px}
.col-area-6{padding-left:15px}
.col-area-7,.col-area-8,.col-area-9{width:33.333333333%!important}
.col-area-8,.col-area-9{padding-left:15px;padding-right:15px}
.page-full-width .col-area-3 .list-posts .item > a,.page-full-width .col-area-3 .list-posts .item iframe,.page-full-width .col-area-3 .list-posts .item audio{width:380px;margin:0 20px 0 0;float:left}
.widget-social li{margin-left:20px}
}
@media only screen and (max-width: 899px) {
#sidebar{margin-left:0}
#sidebar .widget{float:left;margin-left:20px}
#sidebar .widget.first{margin-left:0;clear:left}
}
@media only screen and (max-width: 799px) {
#main-menu{display:none}
#mobile-menu{display:block;}
.col-area-4 .widget.first{margin-left:0}
.page-single .kp-comment .list-comments .list-comments .detail-comment{margin-left:0}
.back-to-top{width:40px;height:40px;line-height:40px;right:0}
}
@media only screen and (max-width: 767px) {
#sidebar .widget.first{margin-left:0;clear:left}
.page-full-width .col-area-3 .list-posts .item > a,.page-full-width .col-area-3 .list-posts .item iframe,.page-full-width .col-area-3 .list-posts .item audio{width:320px}
.widget-ads{display:none}
.col-area-2 h3{font-size:32px;margin:10px}
}
@media only screen and (max-width: 639px) {
.widget-ads{display:none}
.page-full-width .col-area-3 .list-posts .item > a,.page-full-width .col-area-3 .list-posts .item iframe,.page-full-width .col-area-3 .list-posts .item audio{width:280px}
.col-area-2 h3{font-size:26px;margin:10px}
#sidebar .widget{width:48%}
}
@media only screen and (max-width: 599px) {
.top-news{display:none}
#page-footer ul{display:none}
.error-404 .left-col{width:100%;float:none}
.error-404 .left-col p{text-align:left}
.error-404 .right-col{width:100%}
.col-area-5,.col-area-6,.col-area-7,.col-area-8,.col-area-9{width:100%!important;clear:both!important;padding-left:0!important}
.col-area-6,.col-area-7,.col-area-8,.col-area-9{margin-top:20px!important}
.page-full-width .col-area-3 .list-posts .item > a,.page-full-width .col-area-3 .list-posts .item iframe,.page-full-width .col-area-3 .list-posts .item audio{width:100%;float:none;margin-bottom:10px;margin-right:0}
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
.container{width:980px}
.top-news{width:730px}
.widget-social li{margin-left:12px}
.widget-social li a span{margin-right:5px}
.top-news .list_carousel{width:580px}
.top-news .list_carousel li{width:270px}
.col-area-4,#sidebar{width:250px}
.col-area-2,.col-area-2 .list_carousel,#main-content,.page-full-width .col-area-3,.page-full-width .col-area-3 .widget-gallery .list_carousel,.page-1-sidebar .col-area-3{width:710px}
.page-full-width .col-area-3 .widget-gallery .list_carousel li{width:223px}
.col-area-2 .list_carousel li{width:220px}
.col-area-2 .list_carousel .thumb-large{width:290px}
.col-area-2.pull-left{width:450px}
.col-area-1{width:400px}
.newsletter h2 span{display:none}
.col-area-3,.widget-gallery .list_carousel,.page-1-sidebar .col-area-3 .widget-gallery .list_carousel{width:100%}
.widget-tab-news > div.pull-left{width:250px}
.widget-tab-news > div.pull-right{width:360px}
.widget-gallery .list_carousel li{width:140px}
.col-area-5{width:220px!important}
.col-area-6{width:215px!important}
.col-area-9{width:205px!important}
.page-single article .bottom-article .kp-share ul li:last-child{display:none}
.widget.widget-social img{width:30px}
#main-menu > li > a{font-size:13px}
}
@media only screen and (min-width: 980px) and (max-width: 1023px) {
.container{width:940px}
.top-news{width:670px}
.widget-social li{margin-left:40px}
.widget-social li span{margin-right:5px}
.top-news .list_carousel{width:580px}
.top-news .list_carousel li{width:270px}
.col-area-4,#sidebar{width:200px}
.col-area-2,.col-area-2 .list_carousel,#main-content,.page-full-width .col-area-3,.page-full-width .col-area-3 .widget-gallery .list_carousel,.page-1-sidebar .col-area-3{width:720px}
.col-area-2.pull-left{width:450px}
.col-area-1{width:350px}
.page-1-sidebar .col-area-3 .widget-gallery .list_carousel{width:690px}
.page-full-width .col-area-3 .widget-gallery .list_carousel li{width:220px}
.col-area-2 .list_carousel li{width:200px}
.col-area-2 .list_carousel .thumb-large{width:320px}
.col-area-3,.widget-gallery .list_carousel{width:500px}
.widget-tab-news > div.pull-left{width:220px}
.widget-tab-news > div.pull-right{width:280px}
.widget-gallery .list_carousel li{width:146px}
.col-area-5{width:220px!important}
.col-area-6{width:160px!important}
.col-area-9{width:220px!important}
.widget.widget-social img{width:30px}
#main-menu > li > a{font-size:13px}
}
@media only screen and (min-width: 900px) and (max-width: 979px) {
.container{width:860px}
.top-news{width:600px}
.top-news .list_carousel{width:580px}
.top-news .list_carousel li{width:270px}
.col-area-2 .list_carousel,#main-content,.page-full-width .col-area-3,.page-full-width .col-area-3 .widget-gallery .list_carousel,.page-1-sidebar .col-area-3{width:640px}
.page-1-sidebar .col-area-3 .widget-gallery .list_carousel{width:610px}
.col-area-2{width:450px}
.page-full-width .col-area-3 .widget-gallery .list_carousel li{width:193px}
.col-area-2 .list_carousel li{width:170px}
.col-area-2 .list_carousel .thumb-large{width:300px}
.newsletter .newsletter-form .form-group{width:486px}
.col-area-3,.widget-gallery .list_carousel{width:420px}
.widget-tab-news > div.pull-left{width:220px}
.widget-tab-news > div.pull-right{width:200px}
.widget-gallery .list_carousel li{width:120px}
.page-single article .bottom-article .kp-share ul li:last-child{display:none}
.page-single .related-article .item .kp-metadata{display:none}
.mm_right{display:none}
.mm_left{width:100%;float:left}
#main-menu > li > a{font-size:12px}
#reformal_tab{display:none!important}
}
@media only screen and (min-width: 800px) and (max-width: 899px) {
.print{display:none}
.container{width:760px}
.top-news{width:500px}
.top-news .list_carousel{width:500px}
.top-news .list_carousel li{width:230px}
.col-area-2,.col-area-2 .list_carousel{width:540px}
.col-area-2 .list_carousel li{width:170px}
.col-area-2 .list_carousel .thumb-large{width:200px}
.col-area-2.pull-left{width:390px}
.newsletter .newsletter-form .form-group{width:386px}
#main-content,.page-full-width .col-area-3,.page-full-width .col-area-3 .widget-gallery .list_carousel,.page-1-sidebar .col-area-3,#sidebar{width:760px}
.page-full-width .col-area-3 .widget-gallery .list_carousel li{width:233px}
#sidebar .widget{width:370px}
.col-area-3,.widget-gallery .list_carousel{width:500px}
.col-area-4{width:240px}
.widget-tab-news > div.pull-left{width:200px}
.widget-tab-news > div.pull-right{width:300px}
.widget-gallery .list_carousel li{width:146.2px}
.page-single article .bottom-article .col-4:nth-child(2){display:none}
.page-single article .bottom-article .col-4{width:50%}
.page-single article .bottom-article .col-3 div,.page-single article .bottom-article .col-4 div{height:110px}
.page-single article .kp-tag a{margin-bottom:5px}
.page-single .related-article > ul > li{padding-right:0;width:100%;margin-bottom:15px}
.page-single .related-article > ul > li:last-child{margin-bottom:0}
.page-single .kp-form-comment .col-6{width:100%}
.page-element .ui-tabs-nav a{padding-left:10px!important;padding-right:10px!important}
.form-contact .col-6{width:100%}
.mm_right{display:none}
.mm_left{width:100%;float:left}
#main-menu > li > a{font-size:12px}
.main-top .col-area-1.pull-left{width:100%}
#main-menu > li > a{padding:5px 10px}
.page-1-sidebar .col-area-3 .widget-gallery .list_carousel{width:730px}
#reformal_tab{display:none!important}
}
@media only screen and (min-width: 768px) and (max-width: 799px) {
.print{display:none}
.container{width:720px}
.top-news{width:450px}
.top-news .list_carousel{width:450px}
.top-news .list_carousel li{width:430px}
.col-area-2,.col-area-2 .list_carousel{width:500px}
.col-area-2 .list_carousel li{width:150px}
.col-area-2 .list_carousel .thumb-large{width:200px}
.newsletter .newsletter-form .form-group{width:346px}
#main-content,.page-full-width .col-area-3,.page-full-width .col-area-3 .widget-gallery .list_carousel,.page-1-sidebar .col-area-3,.page-1-sidebar .col-area-3 .widget-gallery .list_carousel{width:720px}
.col-area-2.pull-left{width:350px}
.page-full-width .col-area-3 .widget-gallery .list_carousel li{width:220px}
.col-area-3,.widget-gallery .list_carousel{width:500px}
.widget-tab-news > div.pull-left{width:220px}
.widget-tab-news > div.pull-right{width:280px}
.widget-gallery .list_carousel li{width:146px}
#sidebar{width:720px}
#sidebar .widget{width:350px}
.mm_right{display:none}
.mm_left{width:100%;float:left}
.main-top .col-area-1.pull-left{width:100%}
#reformal_tab{display:none!important}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
.print{display:none}
.container{width:600px}
.top-news,.top-news .list_carousel{width:340px}
.top-news .list_carousel li{width:320px}
.col-area-2,.col-area-2 .list_carousel{width:380px}
.col-area-2 .list_carousel li,.col-area-2 .list_carousel .thumb-large{width:380px}
.col-area-2 .carousel-2{height:450px}
.newsletter .newsletter-form .form-group{width:226px}
#main-content,.col-area-3,.widget-gallery .list_carousel,.col-area-4,#sidebar,.page-full-width .col-area-3,.page-full-width .col-area-3 .widget-gallery .list_carousel,.page-1-sidebar .col-area-3{width:600px;margin-right:0}
.page-1-sidebar .col-area-3 .widget-gallery .list_carousel{width:570px}
.page-full-width .col-area-3 .widget-gallery .list_carousel li{width:180px}
.widget-tab-news > div.pull-left{width:220px}
.widget-tab-news > div.pull-right{width:380px}
.widget-gallery .list_carousel li{width:180px}
#sidebar .widget{width:290px}
.mm_right{display:none}
.mm_left{width:100%;float:left}
.main-top .col-area-1.pull-left{width:100%}
.col-area-4.pull-left img{display:none}
#reformal_tab{display:none!important}
.col-area-1{width:100%}
.col-area-2{height:55px}
}
@media only screen and (min-width: 600px) and (max-width: 639px) {
.print{display:none}
.container{width:560px}
.top-news,.top-news .list_carousel{width:300px}
.top-news .list_carousel li{width:280px}
.col-area-2,.col-area-2 .list_carousel{width:340px}
.col-area-2 .list_carousel li,.col-area-2 .list_carousel .thumb-large{width:340px}
.newsletter .newsletter-form .form-group{width:186px}
#main-content,.col-area-3,.widget-gallery .list_carousel,.col-area-4,#sidebar,.page-full-width .col-area-3,.page-full-width .col-area-3 .widget-gallery .list_carousel,.page-1-sidebar .col-area-3{width:560px;margin-right:0}
.page-1-sidebar .col-area-3 .widget-gallery .list_carousel{width:520px}
.page-full-width .col-area-3 .widget-gallery .list_carousel li{width:166px}
.widget-tab-news > div.pull-left{width:220px}
.widget-tab-news > div.pull-right{width:340px}
.widget-gallery .list_carousel li{width:166px}
.
#sidebar .widget{width:270px}
.page-single article .bottom-article .col-3 div,.page-single article .bottom-article .col-4 div{height:110px}
.page-element .ui-tabs-nav a{padding-left:10px!important;padding-right:10px!important}
.mm_right{display:none}
.mm_left{width:100%;float:left}
.main-top .col-area-1.pull-left{width:100%}
.general-nav li a{font-size:11px}
.col-area-4.pull-left img{display:none}
#reformal_tab{display:none!important}
.col-area-1{width:100%}
.col-area-2{height:50px}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
.mobile_login{display:block!important}
.print{display:none}
.container{width:440px}
.col-area-1,.col-area-2,.col-area-2 .list_carousel,.col-area-2 .list_carousel li,.col-area-2 .list_carousel .thumb-large,#main-content,.col-area-3,.widget-gallery .list_carousel,.col-area-4,#sidebar,.page-full-width .col-area-3,.page-full-width .col-area-3 .widget-gallery .list_carousel,.page-1-sidebar .col-area-3{width:440px;margin-right:0}
.page-1-sidebar .col-area-3 .widget-gallery .list_carousel{width:410px}
.page-full-width .col-area-3 .widget-gallery .list_carousel li{width:197px}
.newsletter .newsletter-form .form-group{width:286px}
.widget-tab-news > div.pull-left{width:200px}
.widget-tab-news > div.pull-right{width:240px}
.widget-gallery .list_carousel li{width:197px}
#sidebar .widget{width:210px}
.page-single article .bottom-article .col-4:nth-child(2){display:none}
.page-single article .bottom-article .col-4{width:50%}
.page-single .related-article > ul > li{padding-right:0;width:100%;margin-bottom:15px}
.page-single .related-article > ul > li:last-child{margin-bottom:0}
.page-single .kp-form-comment .col-6{width:100%}
.page-element .ui-tabs-nav a{padding-left:3px!important;padding-right:3px!important}
.kp-button li .btn{margin-right:30px;margin-bottom:15px}
.mm_right{display:none}
.mm_left{width:100%;float:left}
.main-top .col-area-1.pull-left{width:100%}
.general-nav li a{font-size:11px}
.col-area-4.pull-left img{display:none}
#reformal_tab{display:none!important}
.col-area-2.pull-left{height:50px}
}

.cl_login_block{
	display:block;
}

.cl_login_block_mobile{
	display:none;
}

@media only screen and (max-width: 479px) {
	
 .cl_login_block{
	display:none;
 } 

 .cl_login_block_mobile{
	display:block;
 }

.general-nav li.home-link{display:none};
.mobile_login{display:block!important}
.print{display:none}
.container{width:320px}
.col-area-1,.col-area-2,.col-area-2 .list_carousel,.col-area-2 .list_carousel li,.col-area-2 .list_carousel .thumb-large,#main-content,.col-area-3,.widget-gallery .list_carousel,.col-area-4,#sidebar,.page-full-width .col-area-3,.page-full-width .col-area-3 .widget-gallery .list_carousel,.page-1-sidebar .col-area-3{width:320px;margin-right:0}
.page-full-width .col-area-3 .widget-gallery .list_carousel li{width:288px}
.newsletter .newsletter-form .form-group{width:166px}
.widget-tab-news .widget-title-2 span.pull-right{display:none}
.widget-tab-news .ui-tabs-nav .ui-state-default img{display:none}
.widget-tab-news > div.pull-left{width:130px}
.widget-tab-news > div.pull-right{width:190px}
.widget-gallery .list_carousel li{width:290px}
.col-area-4 .widget,#sidebar .widget{margin-left:0;width:320px}
.page-single article .bottom-article .col-4:nth-child(2){display:none}
.page-single article .bottom-article .col-4{width:50%}
.page-single .related-article > ul > li{padding-right:0;width:100%;margin-bottom:15px}
.page-single .related-article > ul > li:last-child{margin-bottom:0}
.page-single .kp-form-comment .col-6{width:100%}
.page-single article .kp-tag a{margin-bottom:5px}
.page-element .col-6,.page-element .col-9,.page-element .col-3{width:100%}
.form-contact .col-6{width:100%}
.mm_right{display:none}
.mm_left{width:100%;float:left}
.main-top .col-area-1.pull-left{width:100%}
.page-1-sidebar .col-area-3 .widget-gallery .list_carousel{width:300px}
.general-nav li a{font-size:10px}
.general-nav .end{display:none}
#reformal_tab{display:none!important}
.main-top{display:none}
}
.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}
.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}


blockquote.s0, .s0{
	border-color: #666;
	background: #F4F4F4;
}

blockquote.s11, .s11{
	border-color: #497EB4;
	background: #E9EFF5;
}

blockquote.s5, .s5{
	border-color: #00CC00;
	background: #E1FFE1;
}

blockquote.s2, .s2{
	border-color: #FF3300;
	background: #FFE3DD;
}

blockquote.s1, .s1{
	border-color: #FF6600;
	background: #FFE6D5;
}

blockquote.s4, .s4{
	border-color: #ECEC00;
	background: #FFFFDF;
}

div.learn_w.s0, div.learn_w.s1, div.learn_w.s2, div.learn_w.s4, div.learn_w.s5, div.learn_w.s11{
	padding:5px;
	border-left-width: 4px;
	border-left-style: solid;
}



