/* ========================================================================== Fonts ========================================================================== */   @font-face {
  font-family: 'proxima_nova';
  src: url('fonts/proximanova-bold.eot');
  src: url('fonts/proximanova-bold.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-bold.woff2') format('woff2'), url('fonts/proximanova-bold.woff') format('woff'), url('fonts/proximanova-bold.ttf') format('truetype'), url('fonts/proximanova-bold.svg#proxima_nova_rgbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova';
  src: url('fonts/proximanova-reg.eot');
  src: url('fonts/proximanova-reg.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-reg.woff2') format('woff2'), url('fonts/proximanova-reg.woff') format('woff'), url('fonts/proximanova-reg.ttf') format('truetype'), url('fonts/proximanova-reg.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova';
  src: url('fonts/proximanova-light.eot');
  src: url('fonts/proximanova-light.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-light.woff2') format('woff2'), url('fonts/proximanova-light.woff') format('woff'), url('fonts/proximanova-light.ttf') format('truetype'), url('fonts/proximanova-light.svg#proxima_nova_light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova';
  src: url('fonts/proximanova-regit.eot');
  src: url('fonts/proximanova-regit.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-regit.woff2') format('woff2'), url('fonts/proximanova-regit.woff') format('woff'), url('fonts/proximanova-regit.ttf') format('truetype'), url('fonts/proximanova-regit.svg#proxima_novaregular_italic') format('svg');
  font-weight: normal;
  font-style: italic;
}   /* ========================================================================== Author's custom styles ========================================================================== */
html, body {
  height: 100%;
  font-family: 'proxima_nova', Arial, sans-serif;
  font-size: 16px;
}
body {
  background: #ededed url(/design/images/main_bg.png) 50% 0 no-repeat;
  background-size: cover;
}
a:hover {
  opacity: 0.9;
}
h1 {
  margin: 5px 0;
  color: #e33030;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
}
h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #2f549b;
  font-weight: normal;
}
h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #e33030;
  margin: 10px 0 0 0;
}
h4 a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #3f4a63;
}
h3+hr {
  margin: 0px;
}
.lessons {
  padding: 0px;
  margin: 0px;
}
.lessons li {
  list-style: none;
  padding-left: 5px;
}
.lessons li a {
  color:#0072bc;
}
.header_image {
  position: relative;
  height: 240px;
  width: 100%;
  background: url(/design/images/header_bg.png) 50% 63% no-repeat;
  background-size: cover;
  z-index: 50;
}
.container {
  position: relative;
  max-width: 1025px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.0rem;
}
.titlecon {
  font-size: 92px;
  font-size: 5.75rem;
}
.main_title {
  width: 100%;
  float: left;
  margin: 0px;
  color: #fff;
  line-height: 200px;
  font-weight: 300;
  background: url(/design/images/england_b.png) 100% 50% no-repeat;
}
.main_title a {
  color: #fff;
  line-height: 200px;
  font-weight: 300;
  text-decoration: none;
}
.main_title a:hover {
  opacity: 1 !important;
}
.eng_flag {
  float: right;
  height: 200px;
  width: 99px;
}
.hamb_menu {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.hamb_menu .stick {
  float:left;
  height: 6px;
  width: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  background: #fff;
  margin: 2px 0px;
}
.menu {
  position: absolute;
  bottom: 0px;
  height: 40px;
  width: 100%;
  background: #474747;
}
.menu ul {
  margin: 0px;
  padding: 0px;
}
.menu ul li {
  list-style: none;
  display: inline;
  padding-right:2%;
  position: relative;
}
.menu ul li a {
  color: #fff;
  line-height: 40px;
  z-index:5;
}
.drop {
  visibility: hidden;
  top: 1em;
  left: -5px;
  position: absolute;
  min-width: 100px;
}
.menu ul li .drop li {
  display: block;
  background: #505050;
  padding: 0 20px 0 20px;
}
.menu ul li .drop li a {
  white-space: nowrap;
}
.menu ul li .drop .hover_void {
  background: none;
  height: 0.8em;
  z-index: -2;
}
.menu ul li .drop {
  -webkit-transition: top 1s ease-out 0.5s;
  -moz-transition: top 1s ease-out 0.5s;
  -o-transition: top 1s ease-out 0.5s;
  transition: top 1s ease-out 0.5s;
}
.menu ul li:hover .drop, .menu ul li .drop:hover li {
  visibility: visible;
}
.menu ul li .drop li:hover {
  background: #646464;
}
.test {
  height: 2000px;
}
.container.global {
  display: table;
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.left_column {
  vertical-align: top;
  overflow: hidden;
  display:table-cell;
  width: 200px;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.right_column {
  vertical-align: top;
  display:table-cell;
  overflow: hidden;
  padding-left: 20px;
}
.left_content {
  padding: 20px;
}
.main_content {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.content p {
  font-size: 16px;
  font-size: 1rem;
}
.indicator {
  position: fixed;
  background: yellow;
  padding: 0 5px;
  z-index: 990;
}
.indicator2 {
  position: fixed;
  background: red;
  padding: 0 5px;
}
.indicator3 {
  position: fixed;
  background: blue;
  padding: 0 5px;
}
.banner_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.dummy_banner336 {
  float: left;
  height: 280px;
  width: 336px;
  margin-right: 10px;
}
.dummy_banner336.right {
  float: right;
}
.dummy_banner160s {
  height: 90px;
  width: 160px;
}
.footer {
  height: 100px;
}
.footer {
  text-align: right;
  padding: 0 20px;
}
.mat_links {
  display: table;
  width: 100%;
}
.dict_block {
  display: table-cell;
  width: 50%;
  padding: 20px;
}
.dict_block ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.dict_block ul li {
  padding: 5px 0;
}
.dict_block ul li a {
  padding: 20px 0;
  color:#0072bc;
}
.dict_block h3 {
  margin-top: 0px;
  color: #2f549b;
}
.dict_block+.dict_block {
  border-left: 1px solid #ccc;
}
.bottom_links {
  height: 70px;
  border-bottom: 1px solid #344c7d;
  display: table;
  width: 100%;
}
.lin {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
div.lin {
  width: 200px;
}
ul.lin {
  margin: 0px;
  padding: 0px;
}
ul.lin li {
  display: inline-block;
}
ul.lin li a {
  color: #344c7d;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 15px;
}
.main_content h1 {
  margin: 5px 0;
  color: #e33030;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
}
.main_content h2, .main_content h2 a {
  font-size: 28px;
  font-size: 1.75rem;
  color: #2f549b;
  font-weight: normal;
}
.main_content h3, .main_content h3 a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #3f4a63;
}
.main_content h4 {
  font-size: 16px;
  color: #444;
  font-weight: bold;
}
.main_content p {
  font-family: 'proxima_nova', Arial, sans-serif;
  color: #222;
}
.main_content ul {
  font-family: 'proxima_nova', Arial, sans-serif;
  color: #222;
}
.main_content img {
  max-width: 100%;
  height: auto;
}
.main_content a {
  color:#0072bc;
}
.main_content .inlesson_t {
  width: 100%;
}
.main_content .inlesson_t td {
  padding: 7px 10px;
  text-align: center;
  vertical-align: middle;
  color:#222;
}
.main_content .clearfix {
  padding-top: 20px;
}
.main_table {
  width: 100%;
  border: 1px solid #505050;
}
.main_table tr td {
  padding: 7px 10px;
  text-align: left;
  vertical-align: middle;
  color:#222;
  border-bottom:1px solid #505050;
}
.main_table tr:nth-child(odd) td {
  background: #f9f9f9;
}
.main_table tr:first-child td {
  background:#505050;
  color: #fff;
  font-weight: bold;
}
.fl-rgh {
  float: right;
}
.text-cntr {
  text-align: center;
}
.text-lft, .tbl_lft td {
  text-align: left !important;
}
.text-rgh {
  text-align: right;
}
.mleft5 {
  margin-left: 5px;
}
.mrght5 {
  margin-right: 5px;
}
.vtop {
  vertical-align: top !important;
}
.vmiddle {
  vertical-align: middle;
}
.form_container {
  display: table;
  width: 100%;
}
.form_container > div {
  display: table-cell;
}
.form_container > div:first-child {
  width: 70%;
}
.form_container {
  color: #505050;
}
.form_container span {
  color: #e33030;
}
.form_container > div table td {
  padding: 10px 5px;
}
.form_container td input[type="text"], .form_container td input[type="email"], .form_container td input[type="password"], .form_container td select, .form_container td textarea {
  width: 100%;
  border: 1px solid #dde2e4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 0 7px;
}
.form_container td input[type="text"], .form_container td input[type="email"], .form_container td input[type="password"], .form_container td select {
  height: 35px;
}
.form_container td input[type="text"]:focus, .form_container td select:focus, .form_container td textarea:focus {
  background: #f6f9ff;
  border: 1px solid #2f549b;
}
.form_container td input[type="checkbox"] {
  margin-right: 10px;
}
.capcha_table {
  width: 100%;
}  /*.capcha_table tr td{ width: 50%; }*/
.c_capcha {
  width: 100%;
}
.form_container .add_info {
  padding:0px 10px;
  vertical-align: top;
  font-size: 14px;
}
.form_container button {
  background: #ea6060;
  border: none;
  height: 38px;
  padding: 0px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
}
.form_container button:hover {
  background: #dc3e3e;
}
.form_container .res_b {
  background: #a7a7a7;
}
.form_container .res_b:hover {
  background: #7e7e7e;
}
.form_container label {
  cursor: pointer;
}
.error_message {
  color: #e33030 !important;
}
#jsErr .error_message p, td.error_message p {
  color: #e33030;
  margin: 0 0 5px;
}
.answBlock {
  display: none;
  padding-top: 10px;
}
.pdfLink {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding:20px 42px 20px 0;
  background: url(/design/images/pdf.png) no-repeat 100% 50%;
}
.nun_proper {
  display: inline-block;
  width: 140px;
}
.underl {
  text-decoration: underline;
}
.bordb {
  border-bottom: 1px solid #222;
}
.sp_disc::before {
  content: "○";
  font-size: 22px;
  line-height: 1;
  padding-right: 10px;
}
.sp_disc2::before {
  content: "●";
  font-size: 22px;
  line-height: 1;
  padding-right: 10px;
}
.answ_select {
  border: 1px solid #ddd;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 2px;
  padding: 3px 5px;
}
.balloon {
  background: url(/design/images/balloon.png) 0 0 no-repeat;
  display: inline-block;
  height: 180px;
  margin-right: 20px;
  padding: 20px 0 0 25px;
  vertical-align: top;
  width: 101px;
}
.balloon p {
  margin: 0 5px;
}
.dblspan p span {
  width: 50%;
}
.borderNo td, .borderNo {
  border: none !important;
}
#dictionarybox {
  background: #fff;
}
#dictionarybox tr {
  border-top:1px solid #ccc;
}
#dictionarybox input[type="radio"] {
  margin: 0px !important;
  border: none;
  position: relative;
  top: 1px;
  left: -2px;
}
#dictionarybox label {
  display: block;
  cursor: pointer;
  padding: 7px;
  font-size: 16px;
}
#dictionarybox label:hover {
  background: #ddd;
}
.other_languages {
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.products_block {
  border:1px solid #dde2e4;
  display: table;
  margin: 20px 0;
}
.products_block > div {
  display: table-row;
}
.img_block, .text_block, .price_block {
  display: table-cell;
  vertical-align: middle;
}
.img_block, .price_block {
  width: 25%;
}
.img_block {
  text-align: center;
}
.img_block img {
  float: none;
  display: inline-block;
}
.text_block {
  width: 50%;
}
.text_block h4 {
  color: #3f4a63;
  font-size: 30px;
  font-weight: normal;
  margin: 15px 0px;
}
.text_block p {
  margin: 0px;
  font-size: 14px;
  margin: 15px 0px;
}
.text_block a {
  display: inline-block;
  margin: 15px 0px;
}
.price_block {
  text-align: center;
}
.price_block span, .price_block2 span {
  color: #abb0bb;
  font-size: 30px;
  text-decoration: line-through;
}
.price_block p, .price_block2 p {
  color: #3f4a63;
  font-size: 30px;
}
.price_block button, .price_block2 button {
  border: none;
  background: #ea6060;
  padding: 10px 20px;
  color: #fff;
  border-radius: 3px;
}
.price_block button:hover, .price_block2 button:hover {
  background: #d53f3f;
}
.swf {
  min-height: 390px;
  width: 100%;
}
.swf2 {
  min-height: 500px;
  width: 100%;
}
.price_block2 {
  float: right;
  text-align: center;
  width: 25%;
}
.your_order {
  border: 1px solid #dde2e4;
  margin: 20px 0;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.your_order h2 {
  margin: 0;
}
.yo_table {
  width: 100%;
}
.yo_table th {
  font-weight: bold;
  color: #555;
  text-align: left;
}
.yo_table td {
  border-top: 1px solid #e5e5e5;
  line-height: 35px;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.yo_table td:last-child {
  width: 90px;
}
.yo_table a.remove {
  line-height: 25px;
  width: 80px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background: #ccc;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.yo_table a.remove:hover {
  background: #a7a7a7;
}
.yo_table button {
  line-height: 25px;
  width: 80px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background: #ccc;
}
.apply_line button {
  background: #0072bc;
}
.apply_line button:hover {
  background: #035b94;
}
.apply_line td[colspan="4"] {
  text-align: right;
  padding-top: 2px;
}
.price {
  font-weight: bold;
  color: #3f4a63;
}
.yo_table tr:last-child td {
  border-top: none;
}
.total_price {
  font-size: 20px;
  color: #3f4a63;
  font-weight: bold;
  text-align: right;
}
.subprice {
  color: #3f4a63;
}
.capcha_table {
  width: 100%;
}
.form_container > div .capcha_table tr td {
  width: 50%;
  padding: 0px;
}
.c_capcha {
  width: 100%;
}
.capcha_table.exp_date img {
  width: auto;
  float: left;
}
.form_container .capcha_table.cvv td {
  width: 47%;
}
.form_container .capcha_table.exp_date td {
  width: 47%;
}
.form_container .capcha_table.exp_date .septd {
  width: 6%;
}
.left_content.checkout h3 {
  color: #444c52;
  font-size: 16px;
}
.left_content.checkout ul {
  padding-left: 20px;
  padding-top: 5px;
}
.left_content.checkout li {
  color: #5e5e5e;
  font-size: 14px;
  list-style: disc;
  position: relative;
  line-height: 20px;
}
.left_content.checkout h5 {
  font-size: 14px;
  color: #0072bc;
  margin:10px 0;
}
.left_content.checkout p {
  margin: 0;
}
.left_content.checkout i {
  display: block;
  text-align: right;
}
.left_content.checkout a {
  color: #0072bc;
}
.green {
  color: #179301;
}
.dwnld_table button {
  line-height: 25px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background: #0072bc;
}
.dwnld_table button:hover {
  background: #2089cd;
}
.fwidth {
  width: 100%;
}
.fwidth td {
  vertical-align: top;
  text-align: center;
  padding: 7px 0;
}
.dblue {
  color: #ff6600;
}
.search_table tr td {
  vertical-align: top;
}
.search {
  height: 25px;
  padding: 0 7px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.submit {
  padding: 0px;
  padding-right: 25px;
  height: 25px;
  background: url(/design/images/search.png) no-repeat 100% 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: none;
}
.glr_img {
  border: 1px solid #ccc;
  margin: 0 20px 20px 0;
}
.glr_img_bord {
  border: 1px solid #ccc;
}
#breadcrumbs {
  font-size: 0.8rem;
}
#breadcrumbs span, #breadcrumbs a {
  margin: 0 3px;
}
.gsc-input {
  padding: 0px;
  margin: 0px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0px !important;
  margin: 0px;
  line-height: 1.0;
  vertical-align: top;
  box-sizing: border-box;
}
#gsc-iw-id1 {
  box-sizing: border-box;
}
.gsc-search-button.gsc-search-button-v2 {
  margin: 0px;
  padding: 5px;
}
.bold {
  font-weight: bold;
}   /* ========================================================================== Media Queries ========================================================================== */
@media (max-width: 950px) {
.dummy_banner336.right {
  float: left;
}
.menu .container {
  font-size: 0.8rem;
}
}
@media (max-width: 767px) {
.menu .container {
  font-size: 0.7rem;
}
.form_container, .form_container > div {
  display: block;
}
.form_container > div:first-child {
  width: 100%;
}
.form_container .add_info {
  padding:10px 0px;
}
}
@media (max-width: 640px) {
html, body {
  font-size: 12px;
}
.menu .container {
  font-size: 1rem;
}
.main_title {
  white-space: nowrap;
  text-align: center;
  font-size: 2rem;
  line-height: 240px;
  background: url(/design/images/england_s.png) 50% 65% no-repeat;
  text-transform: uppercase;
}
.main_title a {
  font-size: 2rem;
  line-height: 240px;
}
.hamb_menu {
  display: block;
  z-index: 100;
}
.menu {
  display: none;
  position: absolute;
  top:0px;
}
.menu ul {
  padding: 20px 0 20px 20px;
  background: rgba(18,32,56,0.85);
  width: 100%;
}
.menu ul li {
  display:block;
  position: relative;
  font-weight: bold;
  font-size: 1.1rem;
}
.menu ul li .drop {
  visibility: visible;
  top: 1em;
  padding: 0px;
  position: static;
  min-width: 100px;
  background: none;
  font-size: 1.0rem;
}
.menu ul li .drop li {
  display: block;
  background: none;
  padding: 0 20px 0 20px;
  font-style: italic;
  color: #eee;
  font-weight: normal;
}
.menu ul li .drop li::before {
  content:'- ';
  color:#fff;
}
.menu ul li .drop li a {
  white-space: nowrap;
}
.menu ul li .drop .hover_void {
  background: none;
  height: 0.8em;
  z-index: -2;
}
.menu ul li .drop {
  -webkit-transition: top 1s ease-out 0.5s;
  -moz-transition: top 1s ease-out 0.5s;
  -o-transition: top 1s ease-out 0.5s;
  transition: top 1s ease-out 0.5s;
}
.container {
  padding: 0px;
}
.left_column {
  display:block;
  width: auto;
}
.right_column {
  display:block;
  padding-left: 0px;
}
.banner_wrap {
  height: 280px;
}
.dummy_banner336 {
  position: absolute;
  height: 280px;
  width: 336px;
  margin:0 auto;
}
.dummy_banner160s {
  height: 90px;
  width: 160px;
  margin: 0 auto;
}
.bottom_links {
  min-height: 70px;
}
.lin {
  display: block;
  padding: 20px;
}
ul.lin li {
  display:block;
  margin: 15px 0;
}
ul.lin {
  padding-bottom: 30px;
}
.balloon {
  background: url(/design/images/balloon_sm.png) 0 0 no-repeat;
  height: 128px;
  padding: 20px 0 0 15px;
  width: 83px;
}
.swf {
  min-height: 200px;
}
.swf2 {
  min-height: 200px;
}
}