/* -------------------------------------------------------------
    Document   : style
    Created on : Dec 31, 2012, 12:54:06 AM
    Author     : Chris

----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Desktop
    1.1 - Content
    1.2 - Header
        1.2.1 - toolbar
        1.2.2 - main banner
        1.2.3 - language nav
    1.3 - Footer
    1.4 - Sidebar
    1.5 - Comments
        1.5.1 - Form
        1.5.2 - Listing
    1.6 Search Form
    1.7 Admin Bar
    1.8 Popup
    1.9 Wordpress Specific
    1.10 Wordpress Language Shortcodes
2.0 - Tablet Specific
3.0 - Phone Specific
4.0 - /Language-Teacher/ Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Desktop
--------------------------------------------------------------*/
video.html5-video-player {
    max-width: 98vw;
}
*
{
	margin:0px;
	padding:0px;
}
html
{
    margin-top:38px !important;
}
body
{
    background-color: #D1EBFA;
    font-family: Arial, Helvetica, sans-serif;
}
table
{
  border-spacing:0;
  border-collapse:collapse;
}
td
{
    vertical-align:top;
}
a
{
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
    /* color:#3E6987;*/
}
h1, h2, h3
{
    color:#2A4567
}
.question
{
    cursor:pointer;
    width:30px;
    height:30px;
}
.question:hover
{
    background-image:url(../images/question_hover.png);
}
.plus-read
{
    float: right;

}

.read
{

    background-image: linear-gradient(bottom, rgb(224,214,191) 15%, rgb(255,255,255) 50%, rgb(230,219,193) 85%);
    background-image: -o-linear-gradient(bottom, rgb(224,214,191) 15%, rgb(255,255,255) 50%, rgb(230,219,193) 85%);
    background-image: -moz-linear-gradient(bottom, rgb(224,214,191) 15%, rgb(255,255,255) 50%, rgb(230,219,193) 85%);
    background-image: -webkit-linear-gradient(bottom, rgb(224,214,191) 15%, rgb(255,255,255) 50%, rgb(230,219,193) 85%);
    background-image: -ms-linear-gradient(bottom, rgb(224,214,191) 15%, rgb(255,255,255) 50%, rgb(230,219,193) 85%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgb(224,214,191)),
            color-stop(0.5, rgb(255,255,255)),
            color-stop(0.85, rgb(230,219,193))
    );
    border:1px solid #C4C48C;
    cursor:pointer;
    background-color:#D1CCB2;
    padding:4px 10px;
    color:black;
    border-radius:4px;
}
.read:hover
{
    background-image: linear-gradient(bottom, rgb(222,202,158) 15%, rgb(255,255,255) 50%, rgb(222,202,158) 85%);
    background-image: -o-linear-gradient(bottom, rgb(222,202,158) 15%, rgb(255,255,255) 50%, rgb(222,202,158) 85%);
    background-image: -moz-linear-gradient(bottom, rgb(222,202,158) 15%, rgb(255,255,255) 50%, rgb(222,202,158) 85%);
    background-image: -webkit-linear-gradient(bottom, rgb(222,202,158) 15%, rgb(255,255,255) 50%, rgb(222,202,158) 85%);
    background-image: -ms-linear-gradient(bottom, rgb(222,202,158) 15%, rgb(255,255,255) 50%, rgb(222,202,158) 85%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgb(222,202,158)),
            color-stop(0.5, rgb(255,255,255)),
            color-stop(0.85, rgb(222,202,158))
    );
    background-color:rgb(188,174,152);
    color:black !important;
    text-shadow: 2px 2px 2px white;
}
p.dropcap:first-letter
{
    float: left;
    font-size: 315%;
    line-height: 43px;
    margin: 8px 5px 0 0;
}
.post-edit
{
    float:right;
}
.article-link
{
    color:#2A455A;
}
img
{
    border:0px;
}
.entry, summary-blurb
{
    padding-left:2px;
    padding-top:6px;
    line-height:30px;
    margin:1%;
}
.entry p:first-child
{
    margin-top:0px !important;
}
.summary-blurb
{
    line-height: 150%;
    font-size:120%;
    margin: 3% 0px 20px 0px;
}
.summary-blurb a.more-link
{
    display: block;
    margin-top: 1%;
}
.summary-blurb p {
    margin-bottom: 15px;
}
.warn
{
    margin:15px;
    background-color:rgb(255,230,210);
    padding:20px;
}
.blue-button, .slide-news-content .plus-read
{
    cursor:pointer;
    font-size:120%;
    padding: 3px 8px 3px 8px;
    color:white;
    border-radius:6px;
    /*border:solid 1px #1B90D3;*/
    background-color: #1FB3DD;
    font-weight:bold;
    background-image: linear-gradient(bottom,  #3D668C 10%, #1FA3CD 50%, #3D668C 90%);
    background-image: -o-linear-gradient(bottom,  #3D668C 10%, #1FA3CD 50%, #3D668C 90%);
    background-image: -moz-linear-gradient(bottom,  #3D668C 10%, #1FA3CD 50%, #3D668C 90%);
    background-image: -webkit-linear-gradient(bottom,  #3D668C 10%, #1FA3CD 50%, #3D668C 90%);
    background-image: -ms-linear-gradient(bottom,  #3D668C 10%, #1FA3CD 50%, #3D668C 90%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,

            color-stop(0.30, #3D668C),
            color-stop(0.5, #5BB9EF),
            color-stop(0.8, #3D668C)
            );
}
.blue-button:hover, .slide-news-content .plus-read
{
    color:#EEEEEE;
    text-decoration:none;
    background-image: linear-gradient(bottom,  #1FA3CD 10%, #6BC9FF 50%, #1FA3CD 90%);
    background-image: -o-linear-gradient(bottom,  #1FA3CD 10%, #6BC9FF 50%, #1FA3CD 90%);
    background-image: -moz-linear-gradient(bottom,  #1FA3CD 10%, #6BC9FF 50%, #1FA3CD 90%);
    background-image: -webkit-linear-gradient(bottom,  #1FA3CD 10%, #6BC9FF 50%, #1FA3CD 90%);
    background-image: -ms-linear-gradient(bottom,  #1FA3CD 10%, #6BC9FF 50%, #1FA3CD 90%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,

            color-stop(0.30, #1FA3CD),
            color-stop(0.5, #6BC9FF),
            color-stop(0.8, #1FA3CD)
            );
}
.slide-news-content .plus-read
{
    background-image: linear-gradient(bottom,  #3D668C 10%, #1FA3CD 50%, #3D668C 90%);
    background-image: -o-linear-gradient(bottom,  #3D668C 10%, #1FA3CD 50%, #3D668C 90%);
    background-image: -moz-linear-gradient(bottom,  #3D668C 10%, #1FA3CD 50%, #3D668C 90%);
    background-image: -webkit-linear-gradient(bottom,  #3D668C 10%, #1FA3CD 50%, #3D668C 90%);
    background-image: -ms-linear-gradient(bottom,  #3D668C 10%, #1FA3CD 50%, #3D668C 90%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,

            color-stop(0.30, #3D668C),
            color-stop(0.5, #1FA3CD),
            color-stop(0.8, #3D668C)
            );
}
.slide-news-content .plus-read:hover
{
     background-image:-moz-linear-gradient(center bottom , #33567C 10%, #1793BD 50%, #33567C 90%)
}
.posts-navigation
{
    margin-top:20px;
    font-size:125%;
}
.article-area
{
    margin-bottom:30px;
}
.alignleft
{
    float:left;
}
.alignright
{
    float:right;
}
.alignleft, .alignright
{
    font-size:120%;
    margin:10px 0px;
}
/* 1.1 Content */
.img-within-post-full {
    width: 100%;
    height: auto;
}
.blog-roll-thumbnail {
    width: 100%;
    height: auto;
    margin: 5px 0 5px 0;
}
.how-it-works
{
    color: #345671;
    font-size: 240%;
    font-weight: bold;
    padding-left: 18px;
    text-align: center;
}

.why-video
{
    text-align:left;
    margin:50px 50px;
}
.container
{
    background-color:#FFFFFF;
    border-bottom:solid 4px #5B584B;
    text-align: center;
    margin:0px auto;
    width:1024px;
    margin:0px auto;
    -moz-box-shadow: 0 -16px 40px 32px #888888;
    -webkit-box-shadow: 0 -16px 40px 32px #888888;
    box-shadow: 0 -16px 40px 32px #888888;
    border-bottom:solid 3px #333333;
    border-radius:0px 0px 20px 20px;
    min-height:800px;
}
.main-content
{
    vertical-align:top;
    padding-left:86px;
    padding-right:76px;
    text-align:left;
    width:578px;
}

.entry h1, .main-content .entry h2, .main-content .entry h3
{
    line-height:normal;
}
.main-wrapper
{
    margin-top:28px;
    width:100%;
}
.main-content .entry p,.main-content .summary-blurb p
{
    margin: 26px 0px;
}
.content-page, .content-post
{
    font-size: 120%;
    margin: 0 20px;
}
#maincontent h1, #maincontent h2, #maincontent h3
{
    padding-top:15px;
}
.gradient-background
{
    width:100%;
    background-color:#D1EBFA;
    background-image: linear-gradient(bottom, #717F87 0%, #D1EBFA 10%);
    background-image: -o-linear-gradient(bottom, #717F87 0%, #D1EBFA 10%);
    background-image: -moz-linear-gradient(bottom, #717F87 0%, #D1EBFA 10%);
    background-image: -webkit-linear-gradient(bottom, #717F87 0%, #D1EBFA 10%);
    background-image: -ms-linear-gradient(bottom, #717F87 0%, #D1EBFA 10%);
}
.top-bottom
{
   height:100%;
}
.top-bottom tr:last-child td
{
   vertical-align:bottom;
   text-align:right;
}
.video
{
    border-radius:4px;
    text-align:center;
    margin:20px -37px 20px -50px;
    padding:10px;
    vertical-align:middle;
}
/* 1.2 - Header */
.header {
    background: transparent;
    text-align:left;
    width:100%;
}

/* 1.2.1 - toolbar */
div.toolbar-button-img.home-btn {
    background: url('../images/language-home.png') no-repeat;
    background-position:0px 2px;
}
div.toolbar-button-img.contact-btn {
    background: url('../images/phone.png') no-repeat;
    background-position:-1px 5px;
}
div.toolbar-button-img.support-btn {
    background: url('../images/mail.png') no-repeat;
    background-position:-1px 2px;
}

/* 1.2.2 - Banner at the top of the page */
.main-banner {
    width:100%;
    height:127px;
}

.main-banner #three-d-logo {
    margin-bottom:-14px;
    margin-top:8px;
}

.main-banner #left {
    width:200px;
    display:block;
    float:left;
    text-align:left;
}

.main-banner #left img {
    margin: 2px 0px -5px 0px
}

.main-banner #center {

}

.main-banner #right {
    display: block;
    float: right;
    margin-top: -110px;
}

/* Buy It Now Button */
.BuyItNowBTN, .BuyItNowBTN2 {
    color: white;
    font-weight: bold;
    height: 76px;
    margin-left: 12px;
    text-align: center;
    vertical-align: middle;
    width: 175px;
    display:table-cell;

}
.BuyItNowBTN {
    background-image: url("/wp-content/themes/language-main/images/red_buy_now_button.png");
}
.BuyItNowBTN2 {
    /*background-image: url("/wp-content/themes/language-main/images/redButton.png");*/ /*lugva changes*/
    background-image: url("/wp-content/themes/language-main/images/red_buy_now_button.png");
}
.BuyItNowBTN span, .BuyItNowBTN2 span {
    line-height: 8px;
}
.BuyItNowBTN:hover, .BuyItNowBTN2:hover {
    cursor: pointer;
}

/* Buy It Now Language List */
.languageListContainer {
    position: relative;
    padding-right: 300px;
    top: -45px;
    float: right;
    display: none;
}

#menu-pricing-list {
    list-style-type: none;
    width: 230px;
    position: relative;
    left: -45px;
    text-align: left;
}
#menu-pricing-list li {
    padding: 5px;
    cursor: pointer;
    width: 100%;
    border: medium solid #ac1c2c;
    border-top: none;
    background-color: #edebe4;
    border-radius: 5px;
}
#menu-pricing-list li:hover {
    background-color: #b6ae93;
}
#menu-pricing-list a:first-child li {
    border-top: medium solid #AC1C2C;
}
#menu-pricing-list a {
    color: black !important;
    font-size: 1rem;
    font-weight: normal;
}
#menu-pricing-list img {
    margin-bottom:-7px;
    margin-left:3px;
}

#languageList {
    list-style-type: none;
    width: 274px;
    position: absolute;
}
#languageList li {
    padding: 10px;
    cursor: pointer;
    width: 100%;
}
.languageListContainer li {
    border: medium solid #AC1C2C;
    border-bottom: medium solid #000;
    border-top: none;
    background-color: #EDEBE4;
}
#languageList:first-child {
    border-top: medium solid #AC1C2C;
}
#languageList #last {
    border-bottom: medium solid #AC1C2C;
}
#languageList img {
    margin-bottom:-7px;
    margin-left:3px;
}
#languageList a {
    color: black;
    text-decoration: none;
}
#languageList a:hover > li {
    background-color: #b6ae93;
}
.main-menu-wrapper
{
    text-align: left;
    font-size:125%;
    border-top:solid 1px #8CA6C1;
    border-bottom:#4490D3 solid 1px;
    padding:2px 0px;
    min-height:39px;
    height:39px;
    overflow:hidden;
    background-color:#E0E9FF;
}
.main-menu
{
    border-top:solid 1px #8CA6C1;
    border-bottom:#4490D3 solid 1px;
    background-color:white;
    overflow:hidden;
    height:37px;
}
.main-menu-td
{
    vertical-align:middle;
    height:36px;
}
.main-menu table
{
    width:100%;
}
.more-menu
{
    padding:32px;
}
.slide-news
{
    width:100%;
}
.slide-news-td
{
    width:33.3%;
}
.slide-news-content
{
    margin:10px;
    padding:15px;
    border:solid 3px #3D668C;
    background-color:white;
    font-size:80%;
    border-radius:6px;
}
.slide-news-content .plus-read
{
    margin:10px 12px -5px 0px;
    padding: 4px 8px !important;
    font-size:98% !important;
}
.slide-news-content .top-bottom
{
    height:105px;
}
.slide-news h3
{
    margin-bottom:10px;
}
.learn-motto
{
    color:#335570;
    font-size:200%;
    font-weight:bold;
}

.language-flag a
{
    color:#2A455A;
    font-size:90%;
    padding: 4px 5px;
}
.main-menu .language-flag img
{
    margin-bottom:-7px;
    margin-left:3px;
}

.language-flag a:hover
{
    color:#333333;
    text-shadow:1px 1px #E0E9FF;
    background-color:#E0E9FF;
    box-shadow: 0px 0px 5px #E0E9FF;
    -moz-box-shadow: 0px 0px 5px #E0E9FF;
    -webkit-box-shadow: 0px 0px 5px #E0E9FF;
    border-radius:4px;
    text-decoration: none;
}
.language-flag.menu a:hover
{
    text-decoration: underline;
}
.slider-button {
    cursor:pointer;
}

.more-languages {
    font-size:100%;
    width:75px;
    height:24px;
    float:right;
    margin-right:10px;
    /*position:relative;*/
    top:134px;
    z-index:1;
    border-radius:3px;
}
.more-languages .plus,.more-languages .minus {
    font-size:180%;
    line-height:23px;
}
.more-languages .minus {
    position: relative;
    top: -2px;
}
.more-languages .text {
    position:relative;
    top:-5px;
}
.choose-language {
    font-weight:bold;
    color:#555555;
    padding-left:12px;
}
.choose-pointer
{
    color: #555555;
    font-size: 205%;
    line-height: 28px;
    vertical-align: top;
}
.language-logo
{
    width:200px;
}
.language-logo img
{
    margin: 2px 0px -5px 0px
}
.three-d-logo
{
    margin-bottom:-14px;
    margin-top:8px;
}
/* 1.3 - Footer */
.ruler
{
    line-height:0px;
    border-top:solid 2px #5BB9EF;
    border-bottom:solid 2px white;
}
.footer
{
    background-color:#5BB9EF;
    border-radius:0px 0px 17px 17px;
    text-align: left;
}

.footer-menu-table td
{
    width:210px;
    margin:0px 20px;
}

.footer-menu
{
    width:240px;
    font-size:110%;
}
.footer-menu ul
{
    margin:12px 0 0 22px !important;
}
.footer .search-form
{
    float:right;
}

.top-footer
{
    padding:16px 0 32px 0
}
.footer-wrapper
{
    padding:0px 20px;
    background-image: linear-gradient(bottom,  #5B9FC5 90%, #5BB9EF 99%);
    background-image: -o-linear-gradient(bottom,  #5B9FC5 90%, #5BB9EF 99%);
    background-image: -moz-linear-gradient(bottom,#5B9FC5 90%, #5BB9EF 99%);
    background-image: -webkit-linear-gradient(bottom, #5B9FC5 90%, #5BB9EF 99%);
    background-image: -ms-linear-gradient(bottom,  #5B9FC5 90%, #5BB9EF 99%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,

            color-stop(0.90, #5B9FC5),
            color-stop(0.99, #5BB9EF)
            );
    background-color:transparent;
}
.footer-content
{
    background-color: white;
    background-image: linear-gradient(bottom,  #CCCCCC 3%,  #EEEEEE 12%, #FFFFFF 24%);
    background-image: -o-linear-gradient(bottom,  #CCCCCC 3%,   #EEEEEE 12%, #FFFFFF 24%);
    background-image: -moz-linear-gradient(bottom ,   #CCCCCC 3%, #EEEEEE 12%, #FFFFFF 24%);
    background-image: -webkit-linear-gradient(bottom,  #CCCCCC 3%,  #EEEEEE 12%, #FFFFFF 24%);
    background-image: -ms-linear-gradient(bottom,   #CCCCCC 3%,  #EEEEEE 12%,#FFFFFF  24%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.03, #CCCCCC),
            color-stop(0.12, #EEEEEE),
            color-stop(0.24, #FFFFFF)
            );
    border-radius:15px;
    border-color:#333333;
    min-height:80px;
    border-left:solid 1px #BBBBBB;
    border-right:solid 1px #BBBBBB;
    border-top:solid 2px #999999;
    border-bottom: solid 1px #999999;
}
.base-area
{
    color:white;
    width:100%;
    text-align: center;
    padding:10px 0px;
    border-radius:0px 0px 16px 16px;
    background-image: linear-gradient(bottom,  #345671 3%, #5B9FC5 99%);
    background-image: -o-linear-gradient(bottom,  #345671 3%, #5B9FC5 99%);
    background-image: -moz-linear-gradient(bottom,#345671 3%, #5B9FC5 99%);
    background-image: -webkit-linear-gradient(bottom, #345671 3%, #5B9FC5 99%);
    background-image: -ms-linear-gradient(bottom,  #345671 3%, #5B9FC5  99%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,

            color-stop(0.03, #345671),
            color-stop(0.99, #5B9FC5)
            );
}
.base-area a
{
    font-weight:bold;
    color:white;
}

.copyright
{
    margin-top:10px;
    color:#DFDFDF;
}

.social-media
{
    margin-left:10px;
    height:32px;
}
.social-media a
{
    margin-right:12px;
}
.footer-menu h3
{
   border-bottom: solid 2px #2A455A;
   text-align:center;
   margin-bottom:8px;
   color:#2A455A;
   width:205px;
}
/* 1.4 - Sidebar */
.sidebar-menu div
{
    padding:1px 0px 0px 0px;
    font-family:Helvetica;
    line-height:125%;
}
.menu-area ul
{
    margin: 12px 0 0 10px;
    padding: 0;
    list-style-image: url("../images/bullet.png")
}
.menu-area .menu li
{
    margin-top:7px;
}
.menu.extra-li li
{
    margin-bottom:15px;
}
.sidebar-menu
{

    margin:20px 0px;
    width:92%;
    font-size:115%;
}

.sidebar-menu h3, .news-feed
{
   border-bottom: solid 2px #2A455A;
   text-align:left;
   margin-bottom:8px;
   width:100%;
   font-size:175%;
   color:#2A455A;
   font-weight:normal;
   letter-spacing: 1px;
   padding-bottom:8px;
}
.sidebar-menu h3 a
{
    color:#2A455A;
}
.sidebar-menu h3 a:hover
{
    text-decoration:none;
    color:#3E6987;
}
.news-feed
{
    font-size:240%;
    margin-bottom:12px;
    border-width:2px;
}
.sidebar-column
{
    vertical-align:top;
    height: 100%;
    text-align: left;
    padding-left: 10px;
    font-size:105%;
}
.topbar-menu .language-flag img
{
    margin-right:5px;
}

.topbar-menu h3
{
   border-bottom: solid 2px #2A455A;
   text-align:left;
   margin-bottom:8px;
   width:96%;
   padding-bottom:7px;
   color:#2A455A;
}

.topbar-menu ul
{
    list-style: none !important;
    margin:0px 14px 0px -17px !important;
}
.topbar-menu .menu li
{
    padding:5px 9px;
}
.topbar-menu .menu li img
{
    margin-bottom:-6px;
}
.menu li
{
    margin:0px 4px;
}
.menu-area li a
{
    font-size: 105%;
    text-align: left;
    color:#3E6987;
    line-height:26px;
}
.menu-area li a:visited
{
    color:#732BB0;
}
/* 1.5 - Comments */

.comment-respond
{
    background-color: #DEDEDE;
    border: 2px solid #CEC9AE;
    padding: 10px 15px 4px;
    border-radius:8px;
}
.postform
{
    font-size: 140%;
}
.commentlist
{
    list-style: none;
    font-size:90%;
}
.comment-area
{
    border-radius: 10px 10px 10px 10px;
    background-color: #F4F3EE;
    border:solid 2px #CEC9AE;
    margin:10px 0px;

}
#comment
{
    padding:8px;
    font-size:110%;
    background-color:white;
    width:97%;
}
.subscribe
{
    font-size:90%;
}
.reply
{
    float:right;
}
.comment-author img, .gravatar img
{
    border-radius: 50% 50% 50% 50%;
    float:left;
}
.post-form
{
    width:100%;
}
.comment-area-wrapper
{
    padding:10px;
    width:100%;
    background-color:#28527B;
    border-radius:10px 10px 10px 10px;
    box-shadow: 0px 0px 2px #28527B;

}
.comment-area-title a
{
    color:white;
}
.comment-area-title
{
    color:white;
    font-weight:bold;
    text-shadow:1px 1px 1px black;
    font-size:130%;
    padding: 4px;
    border-radius:10px 10px 0px 10px;
    background-image: linear-gradient(bottom, rgb(40,82,123) 11%,  #4490D3 69%);
    background-image: -o-linear-gradient(bottom, rgb(40,82,123) 11%,  #4490D3 69%);
    background-image: -moz-linear-gradient(bottom, rgb(40,82,123) 11%,  #4490D3 69%);
    background-image: -webkit-linear-gradient(bottom, rgb(40,82,123) 11%,  #4490D3 69%);
    background-image: -ms-linear-gradient(bottom, rgb(40,82,123) 11%, #4490D3 69%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.11, rgb(40,82,123)),
            color-stop(0.69,  #4490D3 69%)
    );
    padding:10px;
}
.comment-author-name
{
    font-size:130%;
    margin-left:45px;
}
.comment-date
{
    float:right;
	display: none;
}
.post-date
{
	display: none;
}
.comment-area p
{
    margin:0px;
    padding:0px;
}
.comment-text p
{
    margin:26px 0px;
}
.comment-head
{
    background-color: #DEDEDE;
    border-bottom: 1px solid black;
    border-radius: 10px 10px 0 0;
    padding: 6px;
}
ul.children li
{
    padding-left:40px;
    list-style: none;
}
ul.children li:first-child
{
    background-image: url('../images/reply-arrow.png');
    background-repeat: no-repeat;
    background-position: 0 .5em;
}
/* 1.6 - Search Form */
.search-form
{

    color: white;
    font-weight: bold;
    text-shadow: 1px 2px 1px black;
    border-radius:10px;
    border:solid #345671 2px;
    background-color:#345671;
    background-image: linear-gradient(bottom, #5B7C9B 0%, #345671 30%,#345671 70%, #5B7C9B 100%);
    background-image: -o-linear-gradient(bottom, #5B7C9B 0%, #345671 30%,#345671 70%, #5B7C9B 100%);
    background-image: -moz-linear-gradient(bottom, #5B7C9B 0%, #345671 30%,#345671 70%, #5B7C9B 100%);
    background-image: -webkit-linear-gradient(bottom, #5B7C9B 0%, #345671 30%,#345671 70%, #5B7C9B 100%);
    background-image: -ms-linear-gradient(bottom, #5B7C9B 0%, #345671 30%,#345671 70%, #5B7C9B 100%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, #5B7C9B),
            color-stop(0.3,#345671 ),
            color-stop(0.7,#345671 ),
            color-stop(1, #5B7C9B)
            );
}

.search-form:hover
{
    border-color: #e54040;
}

.search-form input[type=text]
{
    width: 200px;
    height: 34px;
    font: bold 18px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    margin-right:-5px;
    padding-left:8px;
}

.search-form input[type=text]:focus
{
    outline: 0;
    background: #fff;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.search-form input[type=text]::-webkit-input-placeholder, #comment::-webkit-input-placeholder
{
    color: #999;
    font-weight: normal;
    font-style: italic;
}
.search-form input[type=text]:-moz-placeholder, #comment:-moz-placeholder
{
    color: #999;
    font-weight: normal;
    font-style: italic;
}
.search-form input[type=text]:-ms-input-placeholder, #comment:-ms-input-placeholder
{
    color: #999;
    font-weight: normal;
    font-style: italic;
}
.search-submit
{
    overflow: visible;
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 115px;
    font-weight: bold;
    font-family: 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    background: transparent;
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    height:32px;
    font-size:18px;
}
.search-submit:hover
{
    background-color: #5B7C9B;
    background-image: linear-gradient(bottom, #508AAD 0%, #3D668C 30%,#3D668C 70%, #508AAD 100%);
    background-image: -o-linear-gradient(bottom, #508AAD 0%, #3D668C 30%,#3D668C 70%, #508AAD 100%);
    background-image: -moz-linear-gradient(bottom, #508AAD 0%, #3D668C 30%,#3D668C 70%, #508AAD 100%);
    background-image: -webkit-linear-gradient(bottom, #508AAD 0%, #3D668C 30%,#3D668C 70%, #508AAD 100%);
    background-image: -ms-linear-gradient(bottom, #508AAD 0%, #3D668C 30%,#3D668C 70%, #508AAD 100%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, #508AAD),
            color-stop(0.3,#3D668C ),
            color-stop(0.7,#3D668C ),
            color-stop(1, #508AAD)
            );
}
.search-submit:active, .search-submit:focus
{
    background: #c42f2f;
}
.search-submit:before
{
    content: '';
    position: absolute;
    border-width: 9px 9px 9px 0;
    border-style: solid solid solid none;
    border-color: transparent #345671 transparent;
    left: -8px;
    top:8px;
}
.search-submit:hover:before
{
    border-right-color: #3D668C;
}
.search-submit:focus:before
{
    border-right-color: #c42f2f;
}
.search-submit::-moz-focus-inner
{
    border: 0;
    padding: 0;
}
/* 1.7 Admin Bar */
#toolbar
{
    overflow:hidden;
    background-color: #51A6D7;
    background-image: linear-gradient(bottom, #6DBDEE 0%, #097BBB 100%);
    background-image: -o-linear-gradient(bottom, #6DBDEE 0%, #097BBB 100%);
    background-image: -moz-linear-gradient(bottom, #6DBDEE 0%, #097BBB 100%);
    background-image: -webkit-linear-gradient(bottom, #6DBDEE 0%, #097BBB 100%);
    background-image: -ms-linear-gradient(bottom, #6DBDEE 0%, #097BBB 100%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, #6DBDEE),
            color-stop(1, #097BBB)
            );
    height:36px;
    margin: 0 auto;
    width:1024px;
    direction: ltr;
    font: 19px/34px sans-serif;
    min-width: 600px;
    position: fixed;
    top: 0;
    z-index: 10;
    font-weight: bold;
    color:white;
    letter-spacing:1px;
    border-bottom:solid 2px #51A6D7;
}
#toolbar a
{
    color:inherit;
    cursor:pointer;
}
#toolbar a:hover
{
    text-decoration:none;
    color:#EEEEEE;
}
#toolbar a:hover .toolbar-button
{
    background-color: #066AAA;
    background-image: linear-gradient(bottom, #50A0D0 0%, #0660A0 100%);
    background-image: -o-linear-gradient(bottom, #50A0D0 0%, #0660A0 100%);
    background-image: -moz-linear-gradient(bottom, #50A0D0 0%, #0660A0 100%);
    background-image: -webkit-linear-gradient(bottom, #50A0D0 0%, #0660A0 100%);
    background-image: -ms-linear-gradient(bottom, #50A0D0 0%, #0660A0 100%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, #50A0D0),
            color-stop(1, #0660A0)
            );
}



#toolbar-home .toolbar-button
{
    padding-left:15px;
}
.toolbar-button-img
{
    padding-left:36px;
}
#toolbar-products{
background: #9C131C!important;
    border-left: 10px solid #FFF;
    border-right: 10px solid #fff;
	display: inline-table;
	width: 150px;
    text-align: center;
    padding: 0 40px;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#toolbar-products:hover {
    background: #BB1824!important;
}
#toolbar-right
{
    float:right;
}
#toolbar-left
{
    float:left;
}
.toolbar-button
{
    padding:0px 32px;
}
.toolbar-line
{
    line-height:0px;
    border-bottom:solid 2px white;
    width:100%;
}
.toolbar .avatar
{
    border: 2px solid #EEEEEE;
    float: right;
    height: 22px;
    margin: 3px -18px 0 14px;
    border-radius:3px;
}
#pending-notifications
{
    background-color:white;
    border-radius:50%;
    border: 1px solid #D0D0F0;
    color: #2B5171;
    font-size: 85%;
    margin-right: 14px;
    padding: 0 4px;

}
#pending-notifications:hover
{
    background-color:#D0D0F0;
}
/* 1.8 Popup */
.popup-box-background
{
    background-color:black;
    opacity:0.5;
    position:fixed;
    top:0px;
    text-align:center;
    width:100%;
    filter:alpha(opacity=50);
    z-index:12;
    display:none;
}
.popup-box-text
{
    border:solid 2px black;
    border-radius:20px;
    -moz-box-shadow:    8px 8px 20px 8px #4A4A4A;
    -webkit-box-shadow: 8px 8px 20px 8px #4A4A4A;
    box-shadow:         8px 8px 20px 8px #4A4A4A;
    margin:0px auto;
    width:550px;
    font-size:125%;
    display:none;
    text-align: center;
    margin-top:40px;
}
.popup-box
{
    position:fixed;
    z-index:13;
    width:100%;
}
.popup-wrapper
{
    width:108%;
    background-color:#333333;
    border-radius:16px;
}
.popup-top
{
    color:white;
    width:100%;
    text-align:left;

}
.popup-title
{
    font-size: 135%;
    padding-bottom: 3px;
    padding-left: 243px;
}
.top-right-close
{
    float:right;
    padding-right:15px;
    cursor:pointer;
}
/* 1.9 - Wordpress Specific */
.wp-caption
{
    background-color: rgb(240, 240, 240);
    text-align: center;
    padding:6px 0px;
    border:solid 1px gray;
    -moz-border-radius:5px;
    border-radius:5px;

}
.wp-caption-text
{
    color: black;
    font-size: 80%;
    font-weight: normal;
    line-height: 24px;
    margin: 0 !important;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.wp-caption
{
    float:left;
    margin-right:14px;
    font-weight: bold;
}
.page-title, .post-title
{
    padding-top:30px;
    line-height:115%;
    padding-bottom:10px;
    font-size:30pt;
}
/* 1.10 - Carusel */
.carusel-wrapper
{
    width:96%;
    /* border-top:solid #4490D3 2px;
    border-bottom:solid #4490D3 2px; */
    margin:0% 0% 0% 2%;
}
.carusel
{
    margin: 0px auto;
    text-align:left;
}
.carusel a:hover
{
    text-decoration:none;
}

.carusel-top
{
    width:300px;
    height:287px;
    font-size:230%;
    font-weight:bold;
    color:#F5FCFF;
    text-shadow:2px 2px 2px black, -2px 2px 2px black, 2px -2px 2px black,-2px -2px 2px black;
    cursor:pointer;
    margin:10px;
    background-repeat:no-repeat;
}
.carusel-top:hover
{
    background-color:#DDDDEE;
    text-decoration:none;
}
.pleasant-learning-experiences .carusel-top-float
{
    margin-top:45px;
    text-align:right;
}
.learning-without-forgetting .carusel-top-float
{
    margin-top:90px;
    text-align:right;
}
.learning-without-forgetting
{
    border-width:3px 1px;
}
/* 1.11 - Login Popup */
.popup-login-form, .popup-white
{
    background-color:white;
    border-radius: 20px;
    padding: 20px 70px 35px;
}
.popup-login-form label
{
    color: #777777;
    font-size: 24px;
}
.popup-login-form .input
{
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    color: #555555;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px;
    width: 98%;
}
.popup-login-form .input:focus
{
    border-color:#333333;
}
.popup-login-form .input:hover
{
    border-color:#AAAAAA;
}

.popup-submission
{
    text-align:right;
    vertical-align:middle;
}
.forgot-pw
{
    text-align:left;
    vertical-align:middle;
}
#popup-login-submit
{
     background-color: #2A455A;
    background-image: none;
    border: medium none;
    display: inline-block;
    font-size: 125%;
    font-weight: normal;
    padding: 2px 26px;
}
#popup-login-submit:hover
{
    background-color:#3A556A;
}
#popup-login-error
{
    color:red;
    margin-bottom:20px;
    font-ze:85%;
}
/* 1.12 - Language Shortcodes */
.shortcode-language-menu .language-flag img
{
    margin-right:5px;
}

.shortcode-language-menu h3
{
   /*border-bottom: solid 2px #2A455A;*/
   text-align:left;
   margin-bottom:8px;
   padding-bottom:7px;
   color:#2A455A;
}

.shortcode-language-menu ul
{
    list-style: none !important;
    margin:0px 14px 0px -17px !important;
}
.shortcode-language-menu .menu li
{
    padding:5px 9px;
}
.shortcode-language-menu .menu li img
{
    margin-bottom:-6px;
}



/*---------------------------------------------------------------
2. 0 Tablet Specific
-----------------------------------------------------------------*/
 @media only screen and (max-width: 1024px)
 {
    #toolbar, .popup-box, .popup-box-background
    {
        position:absolute;
    }
    .gradient-background
    {
        background-image:none;
    }

 }

/*---------------------------------------------------------------
3.0 /Language-Teacher/ Page
-----------------------------------------------------------------*/

.MsoNormal2 {
	font-family: Arial;
	margin-top: 0;
	margin-bottom: 0;
}

#redTwenty.MsoNormal2 {
	color: #B80000;
	font-size: 20pt;
	font-weight: bold;
}

#languageTeacherSidebar ul {
	list-style-type: none !important;
}
.video-mobile-review{
    display: none;
}

/*---------------------------------------------------------------
3.0 /Language-main/ WillPower
-----------------------------------------------------------------*/

.willpower input[type="radio"]{
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}
.willpower input[type="radio"]:not(:nth-child(1)){
    margin-left: 7px;
}
.willpower input[type="checkbox"]:not(:nth-child(1)){
    margin-left: 10px;
}
.willpower input[type="number"]{
    height: 21px;
    width: 50px;
    border-radius: 5px;
    border-color: rgba(93, 179, 230, 0.72);
    box-shadow: none;
    padding: 0 4px;
    font-size: 15px;
}
.buy-willpow{
    text-align: center;
}
.buy-willpow button:hover{
    box-shadow: 0 8px 16px -3px #069;
}
.buy-willpow button{
    cursor: pointer;
    width: 280px;
    font-size: 18px;
    padding: 9px 10px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 15px;
    border: 2px solid rgba(31, 163, 205, 0.45);
    background: #bfdbff;
    background: -webkit-linear-gradient(top, #bfdbff 0%,#4490d3 29%,#5fb3fc 100%);
    background: linear-gradient(to bottom, #bfdbff 0%,#4490d3 29%,#5fb3fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfdbff', endColorstr='#5fb3fc',GradientType=0 );
}
.willpower input[type="checkbox"]{
    position: relative;
    bottom: 2px;
}
.willpower input[type="text"]:focus{
    outline: none;
}
.willpower input[type="text"]{
    height: 25px;
    width: 300px;
    border: 1px solid rgb(93, 179, 230);
    border-radius: 10px;
    box-shadow: 3px 3px 12px -6px #069;
    padding: 2px 9px 4px;
    font-size: 15px;
    margin-bottom: 10px;
}
.willpower textarea{
    width:300px!important;
    max-width: none!important;
    border: 1px solid rgb(93, 179, 230);
    border-radius: 10px;
    box-shadow: 3px 3px 12px -6px #069;
    padding: 2px 9px 4px;
    font-size: 15px;
}
.willpower input[type="submit"]{
    cursor: pointer;
    width: 100px;
    font-size: 18px;
    padding: 2px 10px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 15px;
    border: 2px solid rgba(31, 163, 205, 0.45);
    background: #bfdbff;
    background: -webkit-linear-gradient(top, #bfdbff 0%,#4490d3 29%,#5fb3fc 100%);
    background: linear-gradient(to bottom, #bfdbff 0%,#4490d3 29%,#5fb3fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfdbff', endColorstr='#5fb3fc',GradientType=0 );
}
.willpower input[type="submit"]:hover{
    box-shadow: 0 8px 16px -3px #069;
}

/*--------------------- Andrii changes --------------------*/

#languageList a li{
	border: medium solid #ac1c2c;
	border-top: none;
}
#languageList a:nth-child(1) li{
	border: medium solid #ac1c2c;
}
#languageList:nth-child(1){
    border-top: none;
}
#languageList{
	right: -20px;
}
#languageList li{
    width: 75%;
    border-radius: 10px;
}
.main-banner a:hover{
	text-decoration: none;
}
.learn-motto{
	cursor: default;
}


#FSContact1 textarea{
	border: 2px solid rgba(64, 159, 215, 0.68);
    border-radius: 5px;
    margin: 0 auto;
    max-width: none!important;
    font-size: 92%;
    box-shadow: 0px 7px 34px -13px #5db3e6;

    -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}
#FSContact1 label{
	color: #345671;
}
#FSContact1 input[type="text"]:focus{
	box-shadow: 0 7px 12px -3px #3d668c;
	outline: none;
}
#FSContact1 textarea:focus{
	box-shadow: 0 7px 12px -3px #3d668c;
	outline: none;
}
#FSContact1 input[type="text"]{
	width: 97%;
    height: 30px;
    font-size: 92%;
    border: 2px solid rgba(64, 159, 215, 0.68);;
    border-radius: 5px;
    padding: 0 1%;
    margin: 0px auto 10px;
    max-width: none !important;
    box-shadow: 0 7px 12px -9px #5db3e6;

    -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}
#FSContact1{
	width: 100%!important;
}
#FSContact1 input[type="submit"]:hover{
	box-shadow: 0 7px 12px -3px #3d668c;
}
#FSContact1 input[type="submit"]{
	font-size: 100%;
    width: 120px;
    background: #208ac7;
    height: 35px;
    color: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 7px 12px -9px #5db3e6;
    float: left;

    -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}
#FSContact1 #fscf_required1{
	margin: 10px 0;
}
#FSContact1 span{
	color: red;
}
#fscf_submit_div1{
	text-align: center!important;
}
#languageList{
    z-index: 1;
}

.pimsleur-lang{
    text-align: center;
}
.pimsleur-lang .lang-item span{
    display: block;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}
.pimsleur-lang .lang-item{
    display: inline-block;
    min-width: 32%;
    margin-top: 10px;
    padding: 5px;
    border-radius: 4px;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}
.pimsleur-lang .lang-item a{
    color: #333;
    text-decoration: none;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
    display: block;
}

.lang-item:hover{
    background-color: lightgrey;
    cursor: pointer;
}

/*------------ products -------------*/
.main-menu-wrapper .blue-button{
	position: relative;
	top: -30px;
}
.main-menu-wrapper  .more-languages{
	position: static;
}
/* nik changes */
.mybar{
	padding-left: 30px;
	padding-top: 6px;
	text-align: left;
}
.main-content-home
{
       vertical-align: top;
    padding-left: 45px;
    padding-right: 34px;
    text-align: left;
    width: 635px;
}


.e-s {
    float:left;
    margin-right: 12%;
}
.e-sem {
   float:right;
    margin: -19% 3% 0px 0;
     width: 13%;
}

.carusel-mobile-element {
    display: none;
}
.footer-menu-area-mobile {
    display: none;
}
.client-mobile-container {
    display: none;
}

@media (max-width: 1024px){
    .carusel-mobile-element {
        display: block !important;
    }
    .footer-menu-area-mobile {
        display: block !important;
    }
    .client-mobile-container {
        display: block !important;
    }


    #toolbar, .popup-box, .popup-box-background
    {
        position:absolute;
    }
    .gradient-background
    {
        background-image:none;
    }


    .flex-box{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .mobile-logo{
        margin: 0 auto;
        height: 110px;
    }

    html{
        margin-top: 0px !important;
    }
    .container{
        box-shadow: none!important;
    }
    .main-wrapper{
        margin-top: 0;
    }
    .logo-menu{
        padding: 20px 0 0;
        margin-bottom: -2px;
    }
    .mobile-menu {
        float: right;
        font-size: 80px;
        color: #2A4567;
        position: absolute;
        padding-right: 1.25em;
        position: relative;
        top: 6px;
        /*top: 2vw;*/
    }
    .mobile-menu:before {
        content: "";
        position: absolute;
        top: 0.25em;
        right: 0;
        width: 1em;
        height: 0.125em;
        border-top: 0.375em double #2A4567;
        border-bottom: 0.125em solid #2A4567;
    }
    .mobile-container{
        /*padding: 10px;*/
        background: #fff;
        /*width: 100%;*/
        width: 1024px;
        text-align: center;
    }
    .header,#toolbar{
        display: none;
    }
    .lang-item span{
        margin: 0 auto;
    }
    .lang-item a img{
        vertical-align: middle;
        height: 35px;
        display: block;
        margin: 0 auto;
    }
    .mobile-language{
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 15px 0 25px;
        margin: 0 9px;
        display: none;
    }
    .try-free-lang div{
        font-size: 130%;
        padding: 9px;
        border-radius: 10px;
        cursor: pointer;

        background: #45a34e;
        color: #fff;
        box-shadow: 0 7px 13px -6px #276042;
    }
    .try-free-lang{
        padding: 50px 10px 20px;
        cursor: pointer;
    }
    .how-it-works{
        font-size: 160%;
        padding: 0;
    }
    .lang-item{
        display: inline-block;
        margin-top: -20px;
        font-size: 16px;
        border-radius: 5px;
        padding: 5px;
        width: 20%;
    }
    .lang-item a{
        color: #2A4567
    }
    .lang-item--topic{
        font-size: 25px;
        display: block;
        width: auto;
        color: #2A4567;
        margin: 60px 0 20px;
        padding-top: 10px;
        /*display: inline-block;*/
        /*border-top: 5px solid #2A4567;*/
    }
    .logo-menu--header{
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 9999;
        box-shadow: 0 -7px 36px -10px #2A4567;
    }


/*================= MOBILE MENU =================*/
    .menu-slide{
        /*display: none;*/
        position: fixed;
        top: -100%;
        left: 0;
        color: #2A4567;
        width: 100%;
        background: #fff;
        z-index: 9998;
        overflow-y: scroll;
        height: calc(100% - 45px);
        -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            visibility: hidden;
    }
    .e-s {
    display: none;
}
.e-sem {
    float: right;
    margin: -40% 4% 0 0;
    width: 26%;
}
.font {
    font-size: 115% !important;
}

.imb {
        width: 30% !important;
    margin: 5% 35% !important;
}
.rrr {
    margin: 2% 3% !important;
}
.e-style {
    font-size: 300% !important;
}
    .is-showing{
        top: 45px;
        overflow: scroll;
        visibility: visible;
    }
    .html-no-scroll{
        overflow: hidden;
    }
    .slide-item a{
        color: #2A4567;
    }
    .slide-item{
        font-size: 20px;
        margin-top: 10px;
    }
    .slide-item--reviews{
        margin-top: 10px;
        border-top: 2px solid #2A4567;
        font-size: 40px;
        padding-top: 10px;
    }
    .logo-menu--header--text a{
        color: #345671;
        text-decoration: none;
    }
    .logo-menu--header--text{
        display: inline-block;
        font-size: 160%;
        color: #345671;
        font-weight: bold;
    }

/*================= MOBILE MENU =================*/


/*================= Buy NOW =================*/


.buy-now{
    position: relative;
    display: none;
    margin: 0;
}
.mobile-buy-btn{
    margin-top: 15px;
    display: inline-block;
    border-radius: 30px;
    font-size: 20px;
    padding: 5px 20px;
    color: #fff;
    background: rgba(210, 31, 46, 0.95);
    box-shadow: 0px 4px 10px -3px #A21824;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
}

.mobile-buy-item a{
    color: #2A4567;
}
.mobile-buy-item{
    border: 1px solid #2A4567;
    border-radius: 30px;
    font-size: 18px;
    padding: 6px 4px;
    color: #2A4567;
    margin: 8px 4px;
    display: inline-block;
    width: 44%;
}
.mobile-buy-container{
    -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    -webkit-align-items: center;
                    align-items: center;
    position: relative;
    opacity: 1;
    filter:alpha(opacity=100);
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    width: 100vw;
    padding-bottom: 10px;
    background: #fff;
}




/*================= Buy NOW =================*/


/*=================== Corect CSS =================*/
.footer-menu-table{
    display: none;
}
.footer-menu-table--mobile{
    display: block;
}


.mobile-container{
    width: 100%;
}
.logo-menu--header{
    /*padding-top: 10px;*/
}
.logo-menu--header img{
    width: auto;
    height: 70%;
    margin-top: 1vh;
}
.logo-menu--header{
    width: 100vw;
    height: 45px;
}
.container{
    width: 100%;
}
.main-content {
    padding-left: 0px;
    padding-right: 0px;
    width: auto!important;
}
.main-content-home {
    padding-left: 0px;
    padding-right: 0px;
    width: auto!important;
    margin: 0 2%;
}
.content-page{
    width: 100%;
    margin: 0px;
}
.main-content .entry p, .main-content .summary-blurb p {
    font-size: 16px;
    padding: 0 10px;
}
.entry h1, .main-content .entry h2, .main-content .entry h3 {
    font-size: 25px;
}
.wp-caption{
    float: none;
    margin: 0 auto;
}
.page-title, .post-title{
    font-size: 170%;
}
.rosseta-bad-link{
    font-size: 15px!important;
}
.mobile-menu{
    display: inline;
    float: none;
    font-size: 35px;
}

.line{
    margin-top: 10px;
    border-bottom: 5px solid #2A4567;
}

.video-desktop-review{
    display: none;
}
.video-mobile-review{
    display: block;
}
/*----------*/

#FSContact1 textarea{
    border: 1px solid rgba(0,0,0,0.2);
}
#FSContact1 input[type="text"]{
    border: 1px solid rgba(0,0,0,0.2);
}
#FSContact1{
    width: 100%!important;
}
#FSContact2{
    width: 100%!important;
}
.sidebar-column{
    display: none;
}
.flash-video-player{
    width: 100%;
    height: auto;
}

/*=================== /Corect CSS ================*/




/*=================== FOOTER ================*/


.search-form input[type="text"]{
    width: 150px;
}
.footer-ul{
    display: none;
}
.footer-title{
    width: auto!important;
}
.social-media{
    display: none;
}
.footer-content{
    margin: 20px 0 -1px;
}
.footer-menu{
    width: auto;
}


/*=================== /FOOTER ================*/


/*=================== HOME PAGE ================*/


.video{
    margin: 0px;
}
.video video{
    width: 100%;
    height: auto;
}
.carusel{
    display: none;
}
.carusel--mobile{
    display: table;
}
.news-feed{
    font-size: 215%;
    width: auto;
}
.carusel-top{
    margin: 10px auto;
}
/*=================== /HOME PAGE ================*/


/*=================== MODAl WINDOW ================*/

.login-popup-box-text{
    width: 100%!important;
    position: fixed;
    top: 20%;
}
.popup-wrapper{
    width: 100%;
}
.popup-login-form{
    background-color: white;
    border-radius: 20px;
    padding: 0px 10px 20px;
}
.popup-top{
    position: relative;
}
.top-right-close {
    position: absolute;
    right: 10px;
    top: 5px;
}
.popup-title {
    padding-left: 0px;
    text-align: right;
    padding-right: 50px;
}


/*=================== /MODAl WINDOW ================*/

.content-page h1, .content-page h2, .content-page h3, .content-page h4{
    padding: 0 10px;
}
.content-page li{
    font-size: 16px;
    padding: 0 10px;
}
.content-page .updated{
    padding: 0 10px;
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4{
    padding: 0 10px;
}
.main-content li{
    font-size: 16px;
    padding: 0 10px;
}
.main-content .updated{
    padding: 0 10px;
}

.shortcode-language-menu ul{
    margin: 12px 0 0 10px!important;
}
.shortcode-language-menu .menu li{
    padding: 5px 0;
}

.pimsleur-lang .lang-item{
    min-width: 30%;
}
.mybar{
display: none;
}
}

@media (min-width: 600px) and (max-width: 1023px) {
    .blog-roll-thumbnail {
        width: 50%;
        margin: 10px 15px 0 0;
        float: left;
        height: auto;
    }
}
@media (min-width: 1024px) {
    .blog-roll-thumbnail {
        width: 50%;
        margin: 10px 30px 0 0;
        float: left;
        height: auto;
    }
    .query-hide-desktop {
        display: none;
    }
}

@media (max-width: 425px){
    .content-page, .content-post {
        font-size: 120%;
    }
    .main-content .entry p, .main-content .summary-blurb p {
        margin: 30px 0px;
    }
    .entry h1, .main-content .entry h2, .main-content .entry h3 {
        margin-top: 30px;
    }
    .content-page .entry{
        line-height: 1;
    }
}

/*@media all and (orientation:landscape) {
    .menu-slide{
        top:-150%;
    }
}*/


img.preload {
    display: none;
}