@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.eot');
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/OpenSans-Light.woff') format('woff'),
  url('../fonts/OpenSans-Light.ttf') format('truetype'),
  url('../fonts/OpenSans-Light.svg#open_sanslight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/OpenSans-Regular.woff') format('woff'),
  url('../fonts/OpenSans-Regular.ttf') format('truetype'),
  url('../fonts/OpenSans-Regular.svg#open_sansregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/OpenSans-Bold.woff') format('woff'),
  url('../fonts/OpenSans-Bold.ttf') format('truetype'),
  url('../fonts/OpenSans-Bold.svg#open_sansbold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/OpenSans-Bold.woff') format('woff'),
  url('../fonts/OpenSans-Bold.ttf') format('truetype'),
  url('../fonts/OpenSans-Bold.svg#open_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {height: 100%}
html {max-width: 100%;}
body {
  table-layout: fixed;
  width: 100%;
  min-width: 320px;
  color: #5b5b5b;
  font: 12px/16px 'Open Sans', Arial, Helvetica, sans-serif;
  background: #f8f8f8;
  -webkit-overflow-scrolling: touch;
}
a {
  text-decoration: none;
  color: #08c;
}
a:hover {text-decoration: underline;}
img {
  border-style: none;
  vertical-align: top;
}
form,
fieldset {
  border-style: none;
}
input,
textarea,
select {
  font: 100% 'Open Sans', Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display:block;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
input[type="submit"]:hover {cursor: pointer;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {-webkit-appearance: none;}
input[type=password] {-webkit-text-security: disc;}
*::-moz-placeholder {opacity: 1;}
/* reset css styles form elements */
input[type=submit],
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=file],
textarea {-webkit-appearance: none;}
textarea,
input[type=submit],
input[type=text],
input[type=email],
input[type=search],
input[type=password] {-webkit-border-radius: 0;}
input[type=image] {border:none;}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea,
textarea:focus,
input:focus {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-modify: read-write-plaintext-only;
}
input[type=number]::-webkit-outer-spin-button {margin: 0;}
input::-ms-clear {display: none;}
.holder-section:after,
.spell-form .row:after,
.results-info:after,
#word-block:after,
.results:after,
.related-list:after,
.word-wrap:after,
.results dl:after,
.results .details-block dd:after,
.related-list .heading:after{
  clear: both;
  display: block;
  content: '';
}
.wrapper-section {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* <editor-fold desc="wrapper"> */
#wrapper {
  display: table-row;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  position: relative;
}
/* </editor-fold> */
.wrapper-content{
  display: table;
  width: 100%;
  height: 100%;
}
/* <editor-fold desc="header"> */
#header {display: table-row;}
/* </editor-fold> */
.header-holder {
  background: #efefef;
  overflow: hidden;
  position: relative;
  padding: 0 0 10px;
}
#header:not(.has-nav) .header-holder:after{
  clear: both;
  display: block;
  content: '';
  height: 10px;
  background: #ccc;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.holder-section {
  max-width: 1000px;
  margin: 0 auto;
}
.logo {
  float: left;
  margin: 20px 0 0;
}
.logo a {
  display: block;
  height: 56px;
  background: url(../images/sprite.png) no-repeat;
  width: 208px;
  overflow: hidden;
  text-indent: -9999px;
}
.header-area {
  float: right;
  padding: 0 10px;
  height: 90px;
  background: url(../images/sprite.png) no-repeat 100% -700px;
  max-width: 1000px;
  overflow: hidden;
  width: 728px;
}
.header-area .header-text {
  display: block;
  text-align: right;
  color: #095765;
  padding: 8px 0 8px 0;
  letter-spacing: -1px;
  font: bold 30px/36px 'Open Sans', Arial, Helvetica, sans-serif;
}
.header-area .header-text span {color: #c37015;}
/* <editor-fold desc="spell-form"> */
.spell-form {
  float: right;
  padding: 0;
}
/* <editor-fold> */
.spell-form input[type=email],
.spell-form input[type=text] {
  float: left;
  background: #fff;
  border: 1px solid #9caab0;
  font: 12px/16px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #999;
  width: 168px;
  padding: 7px 10px;
  margin-right: 17px;
}
.spell-form .btn-send {
  background: #e6a24a;
  padding: 4px 8px 5px;
  float: right;
  border: 0;
  font: italic bold 15px/22px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #795424;
  text-shadow: 1px 1px 0 rgba(255, 255, 255,.6);
  overflow: hidden;
  transition: all 0.5s;
}
.spell-form .btn-send:hover {
  color: #000;
  cursor: pointer;
}
.sign-form {
  float: right;
  padding: 31px 11px 0 0;
}
.sign-form .row {overflow: hidden;}
.sign-form .col {
  float: left;
  text-align: center;
  font-size: 10px;
}
.sign-form input[type="text"],
.sign-form input[type="password"] {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 12px;
  display: block;
  overflow: hidden;
  color: #5c5c5c;
  font: 11px/13px 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 0 5px;
  width: 92px;
  margin: 0 0 2px;
  outline: none;
  text-align: left;
}
.sign-form .btn-send {
  position: relative;
  float: left;
  overflow: visible;
  margin: 0 !important;
  padding: 0 4px;
  height: 18px;
  text-align: center;
  border: 0 none;
  background: rgb(0,163,210);
  background: -moz-linear-gradient(top,  rgba(0,163,210,1) 0%, rgba(24,111,176,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,163,210,1)), color-stop(100%,rgba(24,111,176,1)));
  background: -webkit-linear-gradient(top,  rgba(0,163,210,1) 0%,rgba(24,111,176,1) 100%);
  background: -o-linear-gradient(top,  rgba(0,163,210,1) 0%,rgba(24,111,176,1) 100%);
  background: -ms-linear-gradient(top,  rgba(0,163,210,1) 0%,rgba(24,111,176,1) 100%);
  background: linear-gradient(to bottom,  rgba(0,163,210,1) 0%,rgba(24,111,176,1) 100%);
  color: #fff;
  font: 11px/13px 'Open Sans', Arial, Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 2px;
}
.sign-form .btn-send:hover {
  background: rgba(0,163,210,1);
  text-decoration: none;
}
.sign-list {
  float: right;
  padding: 28px 11px 0 0;
  font: 16px/22px 'Open Sans', Arial, Helvetica, sans-serif;
  list-style: none;
}
.sign-list li {
  float: left;
  padding: 6px 10px;
  list-style: none;
}
.sign-list li:before {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 20px;
  content: '';
  clear: both;
  margin: 2px 16px 0 0;
  background: #999;
}
.sign-list li:first-child:before {
  display: none;
}
.nav-holder {
  overflow: hidden;
  background: rgb(61,61,61);
  background: -moz-linear-gradient(top, rgba(61,61,61,1) 0%, rgba(1,1,1,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,61,61,1)), color-stop(100%,rgba(1,1,1,1)));
  background: -webkit-linear-gradient(top, rgba(61,61,61,1) 0%,rgba(1,1,1,1) 100%);
  background: -o-linear-gradient(top, rgba(61,61,61,1) 0%,rgba(1,1,1,1) 100%);
  background: -ms-linear-gradient(top, rgba(61,61,61,1) 0%,rgba(1,1,1,1) 100%);
  background: linear-gradient(to bottom, rgba(61,61,61,1) 0%,rgba(1,1,1,1) 100%);
}
#nav {
  overflow: hidden;
  position: relative;
}
#nav ul {
  display: table;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
  font: 13px/16px 'Open Sans', Arial, Helvetica, sans-serif;
  text-align: center;
}
#nav ul li {display: table-cell;}
#nav ul a {
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 7px 5px;
  text-decoration: underline;
}
#nav:after,
#nav ul a:before {
  content: '';
  clear: both;
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/sprite.png) no-repeat 0 -610px;
}
#nav ul a:hover {text-decoration: none;}
#nav:after {
  left: auto;
  right: 0;
}
/* <editor-fold desc="main"> */
#main {
  display: table-row;
  height: 100%;
  width: 100%;
}
/* </editor-fold> */
#main .holder-section {
  display: table;
  width: 100%;
  height: 100%;
}
#main .holder-section > div {display: table-row;}
/* <editor-fold desc="contentWrapper"> */
#contentWrapper {
  display: table;
  width: 100%;
}
/* <editor-fold> */
#contentWrapper > div,
#contentWrapper > aside {
  display: table-cell;
  vertical-align: top;
}
/* <editor-fold desc="mainTop"> */
#mainTop {position: relative;}
.spell-promo{
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: rgb(251,199,73);
  background: -moz-linear-gradient(top,  rgba(251,199,73,1) 0%, rgba(240,166,34,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,199,73,1)), color-stop(100%,rgba(240,166,34,1)));
  background: -webkit-linear-gradient(top,  rgba(251,199,73,1) 0%,rgba(240,166,34,1) 100%);
  background: -o-linear-gradient(top,  rgba(251,199,73,1) 0%,rgba(240,166,34,1) 100%);
  background: -ms-linear-gradient(top,  rgba(251,199,73,1) 0%,rgba(240,166,34,1) 100%);
  background: linear-gradient(to bottom,  rgba(251,199,73,1) 0%,rgba(240,166,34,1) 100%);
}
.spell-promo a {
  font: 21px/42px 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 13px 10px;
  color: #9f480c;
  display: block;
  overflow: hidden;
}
.spell-promo a:hover {
  text-decoration: none;
  background: rgba(251,199,73,1);
}
.spell-promo .bolder:after{
  clear: both;
  display: inline-block;
  vertical-align: top;
  content: '';
  background: url(../images/sprite.png) no-repeat -400px 0;
  width: 42px;
  height: 42px;
  margin: 0 0 0 10px;
}
.spell-promo strong {font-weight: 600;}
.spell-promo strong.bolder {
  font-weight: 700;
  white-space: nowrap;
}
.spell-promo a:hover,
.spell-promo a:hover * {
  text-decoration: none;
}
/* <editor-fold> */
/* <editor-fold desc="mainContent"> */
#mainContent {height: 100%;}
/* <editor-fold> */
.promo-block {
  overflow: hidden;
  margin: 0 0 8px;
  text-align: center;
}
.promo-block h1 {
  color: #2b3035;
  font: bold 18px/24px 'Trebuchet MS', 'Open Sans', Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 0 0 3px;
  margin: 0;
}
.promo-block p {margin: 0 0 10px;}
.short-area{
  margin: 0 auto 5px;
  width: 468px;
  color: #4e4e4e;
}
.language-block {
  background: #fcf8e3;
  padding: 6px 10px;
  text-align: center;
  font: 12px/16px 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0 0 7px;
  border-radius: 5px;
  border: 1px solid #fbeed5;
  color: #c09853;
}
.language-block h4 {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px 0 0;
  margin: 0;
  color: #c09853;
  font: 12px/16px 'Open Sans', Arial, Helvetica, sans-serif;
}
.short-area h2 {
  font: 12px/16px 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0 0 10px;
  text-align: center;
}
.submit-text-form {padding: 5px 0 40px;}
.submit-text-form .row {width: 100%;}
.submit-text-form input[type=search] ,
.submit-text-form input[type=text],
.submit-text-form textarea {
  margin: 0;
  padding: 6px 15px;
  background: #fff;
  border: 1px solid #999;
  width: 100% !important;
  font-size: 14px;
  line-height: 18px;
  overflow: auto;
  min-height: 90px;
  height: 90px;
  outline: none;
  color: #6b7a82;
  border-radius: 5px;
}
.submit-text-form input[type=text],
.submit-text-form input[type=search] {
  height: 41px;
  min-height: 41px;
  box-shadow: inset 0 0 4px 0px rgba(0,0,0,0.2);
}
.spellcheck-form-holder {
  overflow: hidden;
  border: 1px solid #999;
  border-radius: 6px;
}
.spellcheck-form-holder .submit-text-form {padding: 0;}
.spellcheck-form-holder .submit-text-form textarea {
  border: 0;
  padding: 11px;
  min-height: 152px;
}
.spellcheck-form-holder .text-holder {
  text-align: center;
  padding: 22px 16px;
  overflow: hidden;
  font: bold 16px/22px 'Open Sans', Arial, Helvetica, sans-serif;
  background: rgb(226,226,226);
  background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(206,206,206,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(100%,rgba(206,206,206,1)));
  background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(206,206,206,1) 100%);
  background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(206,206,206,1) 100%);
  background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(206,206,206,1) 100%);
  background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(206,206,206,1) 100%);
}
.spellcheck-form-holder .text-holder .btn {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin: -4px 0 0 5px;
  padding: 4px 8px;
  border-radius: 5px;
  font: 600 16px/22px 'Open Sans', Arial, Helvetica, sans-serif;
  background: rgb(251,179,76);
  background: -moz-linear-gradient(top,  rgba(251,179,76,1) 0%, rgba(248,148,7,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,179,76,1)), color-stop(100%,rgba(248,148,7,1)));
  background: -webkit-linear-gradient(top,  rgba(251,179,76,1) 0%,rgba(248,148,7,1) 100%);
  background: -o-linear-gradient(top,  rgba(251,179,76,1) 0%,rgba(248,148,7,1) 100%);
  background: -ms-linear-gradient(top,  rgba(251,179,76,1) 0%,rgba(248,148,7,1) 100%);
  background: linear-gradient(to bottom,  rgba(251,179,76,1) 0%,rgba(248,148,7,1) 100%);
}
.spellcheck-form-holder .text-holder .btn:hover {
  text-decoration: none;
  background: #fbb34c;
}
.spellcheck-form-holder .text-holder {overflow: hidden;}
.spellcheck-form-holder .btn-holder {
  overflow: hidden;
  display: table;
  width: 100%;
}
.spellcheck-form-holder a[class^=btn-check] {
  font: 600 22px/28px 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 16px 20px;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  color: #000;
  text-align: center;
  background: rgb(226,226,226);
  background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(206,206,206,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(100%,rgba(206,206,206,1)));
  background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(206,206,206,1) 100%);
  background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(206,206,206,1) 100%);
  background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(206,206,206,1) 100%);
  background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(206,206,206,1) 100%);
}
.spellcheck-form-holder a.btn-check-advanced {
  border-left: 1px solid #999;
  color: #fff;
  background: rgb(251,179,76);
  background: -moz-linear-gradient(top,  rgba(251,179,76,1) 0%, rgba(248,148,7,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,179,76,1)), color-stop(100%,rgba(248,148,7,1)));
  background: -webkit-linear-gradient(top,  rgba(251,179,76,1) 0%,rgba(248,148,7,1) 100%);
  background: -o-linear-gradient(top,  rgba(251,179,76,1) 0%,rgba(248,148,7,1) 100%);
  background: -ms-linear-gradient(top,  rgba(251,179,76,1) 0%,rgba(248,148,7,1) 100%);
  background: linear-gradient(to bottom,  rgba(251,179,76,1) 0%,rgba(248,148,7,1) 100%);
}
.spellcheck-form-holder a[class^=btn-check]:hover {
  background: #e2e2e2;
  text-decoration: none;
}
.spellcheck-form-holder a.btn-check-advanced:hover {background: #fbb34c;}
.spell-area {
  overflow: hidden;
  margin: 0 0 8px;
}
.spell-area h2 {
  color: #585858;
  margin: 0 0 10px;
  padding: 16px 0 0;
  font: 13px/16px 'Open Sans', Arial, Helvetica, sans-serif;
}
.spell-area h2 .btn-spelling {
  display: inline-block;
  vertical-align: top;
  margin: -16px 0 0;
  background: url(../images/sprite.png) no-repeat -300px -100px;
  width: 114px;
  height: 51px;
  text-indent: -9999px;
}
.spell-area h2 .btn-spelling:hover {background-position: -300px -151px;}
.spell-area h2 .btn-search {
  display: inline-block;
  vertical-align: top;
  margin: -13px 5px 0;
  padding: 10px 18px;
  border-radius: 5px;
  font: 600 17px/24px 'Open Sans', Arial, Helvetica, sans-serif;
  background-color: #3d92e0;
  border-color: #3d92e0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #3188d7;
  background-image: -moz-linear-gradient(top,#3d92e0,#2079ca);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#3d92e0),to(#2079ca));
  background-image: -webkit-linear-gradient(top,#3d92e0,#2079ca);
  background-image: -o-linear-gradient(top,#3d92e0,#2079ca);
  background-image: linear-gradient(to bottom,#3d92e0,#2079ca);
  background-repeat: repeat-x;
  border-width: 1px;
  border-color: #2079ca #2079ca #165188;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.spell-area h2 .btn-search:hover {
  text-decoration: none;
  background: #2079ca;
}
.container {
  overflow: hidden;
  margin: 0 auto;
}
#contentTop {margin: 0 0 15px;}
#contentTop:empty {
  display: none;
}
#content {
  padding: 12px 0;
  width: 100%;
}
h2 {
  margin: 0 0 13px;
  font: 700 24px/28px 'Open Sans', Arial, Helvetica, sans-serif;
}
h3 {
  margin: 0 0 6px;
  color: #505050;
  font: 600 15px/20px 'Open Sans', Arial, Helvetica, sans-serif;
}
h3.title {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 16px;
}
p {margin: 0 0 16px;}
.content-section {overflow: hidden;}
.product-block {
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 8px 20px;
  border-radius: 5px;
  margin: 0 0 10px;
}
.product-block .heading {
  border-bottom: 1px solid #d8d8d8;
  margin: -5px -27px 0;
  padding: 5px 27px;
}
.product-block .heading h2 {
  font: 600 21px/26px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #2b3035;
  margin: 0;
}
.product-list {overflow: hidden;}
.product-list .item {
  overflow: hidden;
  padding: 7px 0 9px;
}
.product-list .logo {
  float: left;
  margin: 16px 10px 0 0;
  background: url(../images/sprite.png) no-repeat -300px -500px;
  width: 96px;
  height: 52px;
  color: #fff;
  overflow: hidden;
  font: 20px/52px 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.product-list .logo:hover {
  background-position: -397px -500px;
  text-decoration: none;
}
.product-list .text {
  overflow: hidden;
  color: #4e4e4e;
  font-size: 12px;
  line-height: 18px;
}
.product-list .text h2 {
  font: 600 19px/26px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #0d81ad;
  margin: 0;
}
.product-list .text p {margin: 0;}
.product-list .text-block {overflow: hidden;}
.product-list .text-holder {overflow: hidden;}
.product-list .text-holder a {color: #0c53a5;}
.product-list .btn-demo {
  float: right;
  margin: 0 0 0 10px;
  width: 80px;
}
.product-list .btn-demo:before {
  float: left;
  content: '';
  clear: both;
  background: url(../images/sprite.png) no-repeat -300px 0;
  width: 32px;
  margin: 0 5px 0 0;
  height: 32px;
}
.trial-block {
  overflow: hidden;
  margin: 0 0 20px;
  line-height: 18px;
  display: table;
  width: 100%;
}
.trial-block .btn-holder {
  display: table-cell;
  vertical-align: top;
}
.trial-block .btn-trial {
  display: block;
  margin: 0 17px 0 0;
  background: url(../images/sprite.png) no-repeat 0 -100px;
  width: 254px;
  height: 73px;
  text-indent: -9999px;
}
.trial-block .btn-trial:hover {background-position: 0 -180px;}
.trial-block .text-holder {
  overflow: hidden;
  display: table-cell;
}
.trial-block .text-holder p {margin: 0;}
.info-container {
  overflow: hidden;
  margin: 0 0 9px;
}
.info-container .info-heading {
  background: #eef6fd;
  display: table;
  width: 100%;
  font: 600 13px/16px 'Open Sans', Arial, Helvetica, sans-serif;
}
.info-container .info-content {
  display: table;
  width: 100%;
  font-size: 11px;
  line-height: 14px;
}
.info-container .col {
  width: 33%;
  display: table-cell;
  padding: 8px 0;
}
.info-container .info-heading .col {padding: 5px 10px;}
.info-container ul {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: none;
  overflow: hidden;
}
.info-container ul li {
  list-style: none;
  padding: 0 0 7px;
}
.info-container ul li:before {
  float: left;
  margin: 4px 6px 0 0;
  content: '';
  width: 8px;
  height: 7px;
  clear: both;
  background: url(../images/sprite.png) no-repeat -500px 0;
}
.info-container ul a {color: #000;}
.content-article {
  overflow: hidden;
  background: #fff;
  margin: 0;
  padding: 18px;
  color: #2b3035;
  text-align: justify;
  font: 12px/18px 'Open Sans', Arial, Helvetica, sans-serif;
}
.content-article h2 {
  font: bold 18px/24px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #2b3035;
  margin: 0 0 7px;
  text-align: center;
}
.content-article p {margin: 0 0 10px;}
.ad-holder {overflow: hidden;}
.ad-holder embed, 
.ad-holder object, 
.ad-holder iframe {
  margin: 0 auto;
  display: block;
}
.ad-holder .ads300x250 {
  width: 300px;
  margin: 0 auto;
}
.ad-holder-right {
  float: right;
  padding: 0 0 20px 20px;
  background: #fff;
}
.ad-holder-left {
  float: left;
  padding: 0 20px 20px 0;
  background: #fff;
}
.ad-holder-right img, 
.ad-holder-left img {
  display: block;
  margin: 0 auto;
}
.ad-holder-right .adsbygoogle, 
.ad-holder-left .adsbygoogle {
  display: block!important;
  margin: 0 auto;
}
#mainTop .ad-holder {
  margin: 0 auto;
  padding: 5px 0 3px;
  display: block;
  max-width: 728px;
}
#mainTop .ad-holder:empty {display: none;}
#word-block {margin:0;}
.results-info {
  margin: 0 0 10px;
  padding: 10px 0;
  border: solid #cecece;
  border-width: 1px 0;
}
.word-wrap h1,
.word-wrap h2 {
  margin: 0 0 5px;
  font: bold 18px/24px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #4e4e4e;
  display: inline-block;
  vertical-align: top;
}
.word-wrap h1 span,
.word-wrap h2 span {
  color: #e12f00;
}
.word-wrap p {margin: 0 0 5px;}
.add_widgets {
  display: inline-block;
  float: right;
}
.add_widgets #easybib_cite_widget,
.add_widgets .plus_one {
  float:left;
  margin-right: 5px;
}
#EBwidget_citation {right: 0;}
.results {
  font-size: 13px;
  line-height: 16px;
}
.results p {margin: 0 0 20px;}
.results-list {
  overflow: hidden;
  letter-spacing: -4px;
  text-align: center;
  padding: 0;
}
.results-list ul {
  margin: 0;
  padding: 8px 10px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 33%;
  text-align: left;
}
.results-list ul li {padding: 0 0 4px;}
.results-list ul a:hover{color: #005080;}
ol {
  margin: 0;
  line-height: 16px;
  color: #505050;
  width: 100%;
  counter-reset: item;
  font-style: italic;
}
ol ol {margin: 0;}
ol li {
  display: block;
  padding: 0 0 8px;
}
ol li:before,
ol .num {
  float: left;
  color: #505050;
  padding: 0 5px 0 0;
  font-style: italic;
  content: counters(item, '') ')';
  counter-increment: item;
}
ol blockquote {
  display: block;
  line-height: 16px;
  margin: 0;
  display: inline;
}
ol mark {
  color: #1f77aa;
  background: none;
}
ol span {color: #204159;}
ol blockquote q {
  text-indent: 0;
  display: inline;
}
ol blockquote cite {
  width: 60%;
  font-size: 12px;
  color: #8c8c8c;
  font-style: normal;
  padding: 4px 0 0;
  display: block;
}
.details-block {
  overflow: hidden;
  margin: 0 0 8px;
}
.details-block h1,
.details-block h2 {
  font: 600 16px/22px 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0 0 6px;
}
.details-block h1 span,
.details-block h2 span {
  color: #e12f00;
}
.details-block h1 em,
.details-block h2 em {
  font-size: 13px;
  color: #4e4e4e;
  font-weight: 300;
}
.results dt {
  font: 600 12px/16px 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0 8px 5px 0;
}
.results dd {margin: 0 0 10px;}
.results .details-block dl {
  overflow: hidden;
  font: italic 12px/16px 'Open Sans', Arial, Helvetica, sans-serif;
}
.results .details-block dt {
  float: left;
  margin: 0 8px 0 0;
  font-style: italic;
}
.results .details-block dt.multi-line {
  float: none;
  display: block;
}
.results .details-block dd {margin: 0 0 5px;}
hr.line {
  display: block;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.define-block {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 8px;
}
.define-block h3 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
}
.define-block h1 {
  font: bold 38px/46px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #06c;
  margin: 0 0 2px;
}
.part-of-speech{
  display: block;
  overflow: hidden;
  margin: 0;
  color: #999;
  font-size: 12px;
}
.examples-list {overflow: hidden;}
.examples-block {
  overflow: hidden;
  padding: 0 0 10px;
  font-size: 12px;
  /*line-height: 18px;*/
}
.define-block .current {color: #06c;}
.define-block blockquote {
  display: block;
  margin: 0;
  display: inline;
}
.define-block blockquote q {
  text-indent: 0;
  display: inline;
}
.define-block blockquote cite {
  color: #8c8c8c;
  padding: 2px 0 0;
  display: block;
}
.define-block a:hover {color: #005580;}
.position-block {position: relative;}
.misspelling-list {
  overflow: hidden;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 5px;
}
.misspelling-list li {padding: 0 0 8px;}
.misspelling-note {
  font-size: 10px;
  line-height: 13px;
  display: block;
  margin: 0 0 11px;
}
.related-list {
  margin: 0;
  list-style: none;
}
.related-list li:first-child,
.related-list li div {overflow: hidden;}
.related-list li {
  padding: 23px 0 15px;
  border-top: 1px solid #cecece;
}
.related-list .heading h2,
.related-list .title {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #0d3d5e;
  display: inline-block;
  vertical-align: top;
}
.related-list .heading h2 + span,
.related-list .title span {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #505050;
  display: inline-block;
  vertical-align: top;
  padding-left: 7px;
}
.related-list .heading ~ p {text-align: justify;}
.related-list p {margin: 0;}
#contentBottom {position: relative;}
.paging {
  margin: 0;
  padding: 10px 0;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  list-style: none;
  overflow: hidden;
  letter-spacing: -4px;
}
.paging li {
  display: inline-block;
  vertical-align: top;
  padding: 0 2px 3px;
  letter-spacing: 0;
}
.paging span {
  display: block;
  padding: 7px 1px;
}
.paging .current {
  color: #fff;
  margin: 0;
  display: block;
  padding: 6px 8px;
  border: 1px solid #d8d8d8;
  background: #069;
  border-radius: 5px;
}
.alphabet-holder .alphabet ul li {
  float: left;
  list-style: none;
  width: auto;
  margin: 0;
  letter-spacing: 0;
}
.paging a {
  display: block;
  padding: 6px 8px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
}
.paging li:first-child a {margin-left: 0;}
.paging a.active {
  background: #069;
  color: #fff;
}
.paging a:hover {
  background: #eee;
  text-decoration: none;
}
.block {padding: 30px 0;}
.policy-container {
  overflow: hidden;
  margin: 8px 0 0;
  background: #fff;
  border: 1px solid #d9d8d4;
  padding: 26px 10px 10px;
  border-radius: 5px;
  line-height: 18px;
}
.policy-container h1 {
  font: 600 18px/24px 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
  text-align: center;
  color: #5b5b5b;
}
.policy-container a:hover {color: #005080;}
.policy-container p {margin: 0 0 10px;}
#contentBottom [class*="ads"] {
  width: 400px;
  margin: 0 auto;
}
#sideLeft,
#sideRight {padding: 12px 0 26px 19px;}
#sideLeft {padding: 12px 19px 26px 0;}
aside:empty {padding: 0 !important;}
aside > div {margin: 17px 0 0;}
aside > div:first-child {margin: 0;}
.sidebar-box {overflow: hidden;}
.sidebar-box h3 {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.btn-online-spellcheck {
  background: url(../images/sprite.png) no-repeat -300px -300px;
  width: 230px;
  display: block;
  overflow: hidden;
  height: 66px;
  margin: 0 auto;
  text-indent: -9999px;
}
.btn-online-spellcheck:hover {
  text-decoration: none;
  background-position: -300px -374px;
}
.widget-download {
  background: url(../images/sprite.png) no-repeat 0 -300px;
  width: 217px;
  display: block;
  overflow: hidden;
  height: 147px;
  margin: 0 auto;
  text-indent: -9999px;
}
.widget-download:hover {
  text-decoration: none;
  background-position: 0 -453px;
}
.sidebar-block {
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 6px;
  padding: 7px 15px;
  color: #2b3035;
}
.sidebar-block .heading {
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
  padding: 7px 15px;
  margin: 0 -15px 10px;
}
.sidebar-block .heading h2 {
  font: 600 19px/26px 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0;
  color: #2b3035;
}
.sidebar-block .text-holder {
  font-size: 11px;
  text-align: justify;
  text-indent: 11px;
}
.sidebar-block p {margin: 0 0 11px;}
/* <editor-fold desc="Имя блока"> */
#mainBottom h4 {
  color: #000;
  font: 12px/26px 'Open Sans', Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px 6px 0;
  position: relative;
}
.alphabet-holder {
  text-align: center;
  padding: 10px 2px 16px;
  margin: 0;
  border-radius: 6px;
}
.alphabet-holder .alphabet{
  display: inline-block;
  vertical-align: top;
}
.alphabet-holder .alphabet ul {
  margin: 0;
  padding: 2px 0 4px;
  text-transform: uppercase;
  font: 12px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  letter-spacing: -4px;
  overflow: hidden;
}
.alphabet-holder .alphabet ul li {
  float: left;
  list-style: none;
  width: auto;
  margin: 0;
  letter-spacing: 0;
}
.alphabet-holder .alphabet ul a {
  margin: 2px 0 0 3px;
  display: block;
  padding: 4px 8px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.alphabet-holder .alphabet ul li:first-child a {margin-left: 0;}
.alphabet-holder .alphabet ul a.active {
  background: #069;
  color: #fff;
}
.alphabet-holder .alphabet ul a:hover {
  background: #eee;
  text-decoration: none;
}
/* <editor-fold> */
/* <editor-fold desc="footer"> */
#footer {
  display: table-row;
  width: 100%;
  color: #888;
}
.footer-holder {
  padding: 2px 0;
  overflow: hidden;
  display: table-cell;
}
.footer-menu {
  overflow: hidden;
  margin: 0 0 38px;
  text-align: center;
}
.footer-menu ul {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  letter-spacing: -4px;
}
.footer-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 8px;
  list-style: none;
  letter-spacing: 0;
}
.footer-menu li:first-child {margin: 0;}
.footer-menu a {
  display: block;
  padding: 9px 8px;
  border-radius: 5px;
  overflow: hidden;
}
.footer-menu a:hover {
   background: #eee;
   text-decoration: none;
}
.footer-block {
  font-size: 11px;
  max-width: 788px;
  line-height: 14px;
  overflow: hidden;
  margin: 0 auto 31px;
}
.footer-block .text-block {
  overflow: hidden;
  padding: 12px 0 0;
  line-height: 18px;
}
.footer-logo {
  float: right;
  width: 132px;
  height: 44px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 3px 0 14px;
  background: url(../images/sprite.png) no-repeat -300px -600px;
}
.policy {
  float: right;
  margin: 26px 0 0 10px;
}
.footer-block p a {color: #888;}
#footer p {margin: 0 0 11px;}
/* <editor-fold> */
@media only screen and (max-width: 1020px) {
  .header-area {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 728px;
  }
  .logo {
    text-align: center;
    display: block;
    float: none;
    margin: 10px 0 10px;
  }
  .logo a {margin: 0 auto;}
  #mainTop,
  .footer-holder,
  #contentWrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  #mainBottom h4 {
    display: block;
    padding: 6px 0 0;
  }
  .sign-form {
    float: none;
    padding: 4px 0 0;
    text-align: center;
  }
  .sign-form .row {
    display: inline-block;
    vertical-align: top;
  }
  #contentWrapper {display: block;}
  .trial-block .btn-holder {vertical-align: middle;}
}
@media (max-width:916px) {
  #contentWrapper > #sideLeft {display: none;}
  .alphabet-holder .alphabet ul {overflow: visible;}
  .alphabet-holder .alphabet ul li{
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  #contentWrapper > .show-sidebar {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 727px) {
  .header-area {
    height: auto;
    background: #a0deed;
    padding: 0 0 8px;
    width: auto;
    display: none;
  }
  .header-area .header-text {text-align: center;}
  .spell-form {
    float: none;
    text-align: center;
  }
  .spell-form .row {
    display: inline-block;
    vertical-align: top;
  }
  #contentWrapper #content {display: block;}
  #mainBottom h4 {margin-bottom: 2px;}
  #mainTop {display: none;}
  .header-area .header-text,
  .spell-form {
    padding: 6px 10px;
  }
  .spell-form .row {display: block;}
  .spell-form input[type=email], .spell-form input[type=text] {
    margin: 0 0 10px;
    width: 100%;
  }
  .alphabet-holder .alphabet ul a {margin: 3px;}
  .results-list {padding: 15px 0 10px;}
  .results-list ul {
    display: block;
    width: 100%;
    padding: 0;
  }
  .alphabet-holder {margin: 0 10px 18px;}
  .ad-holder-right,
  .ad-holder-left {
    display: block;
    float: none;
    margin: 0 auto 10px;
    padding: 0;
  }
  .position-block {padding-bottom: 290px;}
  .position-block .ad-holder {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -160px;
  }
  .results .position-block {padding-bottom: 0;}
  .results .position-block .ad-holder {
    position: static;
    margin-left: 0;
  }
  .results .position-block .ad-holder-right {float: right;}
  .results .position-block .ad-holder-left { float: left;}
}
/* <editor-fold desc="lightbox"> */
#dp-lightbox-wrapper, #dp-lightbox-overlay {
  top: 0;
  left: 0;
  z-index: 9900;
}
#dp-lightbox-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}
#dp-lightbox-wrapper {
  display: none;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  padding: 20px;
  border-radius: 10px;
}
#dp-lightbox-loading {
  background: #000000;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  opacity: 0.8;
  cursor: pointer;
  width: 44px;
  height: 44px;
  z-index: 9910;
}
#dp-lightbox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/loading.gif') center center no-repeat;
}
.dp-close {
  background: url('../images/sprite.png') -600px 0 ;
  width: 31px;
  height: 31px;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9950;
}
#dp-lightbox-wrapper iframe, .dp-lightbox-content img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
.dp-lightbox-content .dp-lightbox-html {overflow: auto;}
#language-section .columns {overflow: hidden;}
.language-columns ul {
  float: left;
  width: 23%;
  margin: 0 0 0 2%;
  font-size: 13px;
}
.language-columns ul:first-child {margin: 0;}
.language-columns ul li {
  list-style: none;
  padding: 0 0 3px;
}
.flag-NOWHERE, .flag-ABKHAZIA, .flag-AD, .flag-AE, .flag-AF, .flag-AG, .flag-AI, .flag-AL, .flag-AM, .flag-AN, .flag-AO, .flag-AQ, .flag-AR, .flag-AS, .flag-AT, .flag-AU, .flag-AW, .flag-AX, .flag-AZ, .flag-BA, .flag-BB, .flag-BD, .flag-BE, .flag-BF, .flag-BG, .flag-BH, .flag-BI, .flag-BJ, .flag-BL, .flag-BM, .flag-BN, .flag-BO, .flag-BR, .flag-BS, .flag-BT, .flag-BV, .flag-BW, .flag-BY, .flag-BZ, .flag-CA, .flag-CC, .flag-CD, .flag-CF, .flag-CG, .flag-CH, .flag-CI, .flag-CK, .flag-CL, .flag-CM, .flag-CN, .flag-CO, .flag-CR, .flag-CU, .flag-CV, .flag-CX, .flag-CY, .flag-CZ, .flag-DE, .flag-DJ, .flag-DK, .flag-DM, .flag-DO, .flag-DZ, .flag-EC, .flag-EE, .flag-EG, .flag-EH, .flag-ER, .flag-ES-CE, .flag-ES-ML, .flag-ES, .flag-ET, .flag-EU, .flag-FI, .flag-FJ, .flag-FK, .flag-FM, .flag-FO, .flag-FR, .flag-GA, .flag-GB, .flag-GD, .flag-GE, .flag-GF, .flag-GG, .flag-GH, .flag-GI, .flag-GL, .flag-GM, .flag-GN, .flag-GP, .flag-GQ, .flag-GR, .flag-GS, .flag-GT, .flag-GU, .flag-GW, .flag-GY, .flag-HK, .flag-HM, .flag-HN, .flag-HR, .flag-HT, .flag-HU, .flag-IC, .flag-ID, .flag-IE, .flag-IL, .flag-IM, .flag-IN, .flag-IO, .flag-IQ, .flag-IR, .flag-IS, .flag-IT, .flag-JE, .flag-JM, .flag-JO, .flag-JP, .flag-KE, .flag-KG, .flag-KH, .flag-KI, .flag-KM, .flag-KN, .flag-KOSOVO, .flag-KP, .flag-KR, .flag-KW, .flag-KY, .flag-KZ, .flag-LA, .flag-LB, .flag-LC, .flag-LI, .flag-LK, .flag-LR, .flag-LS, .flag-LT, .flag-LU, .flag-LV, .flag-LY, .flag-MA, .flag-MC, .flag-MD, .flag-ME, .flag-MF, .flag-MG, .flag-MH, .flag-MK, .flag-ML, .flag-MM, .flag-MN, .flag-MO, .flag-MP, .flag-MQ, .flag-MR, .flag-MS, .flag-MT, .flag-MU, .flag-MV, .flag-MW, .flag-MX, .flag-MY, .flag-MZ, .flag-NA, .flag-NC, .flag-NE, .flag-NF, .flag-NG, .flag-NI, .flag-NKR, .flag-NL, .flag-NO, .flag-NP, .flag-NR, .flag-NU, .flag-NZ, .flag-OM, .flag-PA, .flag-PE, .flag-PF, .flag-PG, .flag-PH, .flag-PK, .flag-PL, .flag-PM, .flag-PN, .flag-PR, .flag-PS, .flag-PT, .flag-PW, .flag-PY, .flag-QA, .flag-RE, .flag-RO, .flag-RS, .flag-RU, .flag-RW, .flag-SA, .flag-SB, .flag-SC, .flag-SD, .flag-SE, .flag-SG, .flag-SH, .flag-SI, .flag-SJ, .flag-SK, .flag-SL, .flag-SM, .flag-SN, .flag-SO, .flag-SOUTH-OSSETIA, .flag-SR, .flag-SS, .flag-ST, .flag-SV, .flag-SY, .flag-SZ, .flag-TC, .flag-TD, .flag-TF, .flag-TG, .flag-TH, .flag-TJ, .flag-TK, .flag-TL, .flag-TM, .flag-TN, .flag-TO, .flag-TR, .flag-TT, .flag-TV, .flag-TW, .flag-TZ, .flag-UA, .flag-UG, .flag-UM, .flag-US, .flag-UY, .flag-UZ, .flag-VA, .flag-VC, .flag-VE, .flag-VG, .flag-VI, .flag-VN, .flag-VU, .flag-WF, .flag-WS, .flag-YE, .flag-YT, .flag-ZA, .flag-ZM, .flag-ZW
{
  background: url("../images/flags.png") no-repeat 0 9px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  overflow: hidden;
  width: 16px;
  height: 9px;
  font-size: 0;
  line-height: 0;
  margin: 0 5px 0 0;
  padding: 0;
}
.flag-ABKHAZIA { background-position: 0 0;}
.flag-AD { background-position: 0 -9px;}
.flag-AE { background-position: 0 -18px;}
.flag-AF { background-position: 0 -27px;}
.flag-AG { background-position: 0 -36px;}
.flag-AI { background-position: 0 -45px;}
.flag-AL { background-position: 0 -54px;}
.flag-AM { background-position: 0 -63px;}
.flag-AN { background-position: 0 -72px;}
.flag-AO { background-position: 0 -81px;}
.flag-AQ { background-position: 0 -90px;}
.flag-AR { background-position: 0 -99px;}
.flag-AS { background-position: 0 -108px;}
.flag-AT { background-position: 0 -117px;}
.flag-AU { background-position: 0 -126px;}
.flag-AW { background-position: 0 -135px;}
.flag-AX { background-position: 0 -144px;}
.flag-AZ { background-position: 0 -153px;}
.flag-BA { background-position: 0 -162px;}
.flag-BB { background-position: 0 -171px;}
.flag-BD { background-position: 0 -180px;}
.flag-BE { background-position: 0 -189px;}
.flag-BF { background-position: 0 -198px;}
.flag-BG { background-position: 0 -207px;}
.flag-BH { background-position: 0 -216px;}
.flag-BI { background-position: 0 -225px;}
.flag-BJ { background-position: 0 -234px;}
.flag-BL { background-position: 0 -243px;}
.flag-BM { background-position: 0 -252px;}
.flag-BN { background-position: 0 -261px;}
.flag-BO { background-position: 0 -270px;}
.flag-BR { background-position: 0 -279px;}
.flag-BS { background-position: 0 -288px;}
.flag-BT { background-position: 0 -297px;}
.flag-BV { background-position: 0 -306px;}
.flag-BW { background-position: 0 -315px;}
.flag-BY { background-position: 0 -324px;}
.flag-BZ { background-position: 0 -333px;}
.flag-CA { background-position: 0 -342px;}
.flag-CC { background-position: 0 -351px;}
.flag-CD { background-position: 0 -360px;}
.flag-CF { background-position: 0 -369px;}
.flag-CG { background-position: 0 -378px;}
.flag-CH { background-position: 0 -387px;}
.flag-CI { background-position: 0 -396px;}
.flag-CK { background-position: 0 -405px;}
.flag-CL { background-position: 0 -414px;}
.flag-CM { background-position: 0 -423px;}
.flag-CN { background-position: 0 -432px;}
.flag-CO { background-position: 0 -441px;}
.flag-CR { background-position: 0 -450px;}
.flag-CU { background-position: 0 -459px;}
.flag-CV { background-position: 0 -468px;}
.flag-CX { background-position: 0 -477px;}
.flag-CY { background-position: 0 -486px;}
.flag-CZ { background-position: 0 -495px;}
.flag-DE { background-position: 0 -504px;}
.flag-DJ { background-position: 0 -513px;}
.flag-DK { background-position: 0 -522px;}
.flag-DM { background-position: 0 -531px;}
.flag-DO { background-position: 0 -540px;}
.flag-DZ { background-position: 0 -549px;}
.flag-EC { background-position: 0 -558px;}
.flag-EE { background-position: 0 -567px;}
.flag-EG { background-position: 0 -576px;}
.flag-EH { background-position: 0 -585px;}
.flag-ER { background-position: 0 -594px;}
.flag-ES-CE { background-position: 0 -603px;}
.flag-ES-ML { background-position: 0 -612px;}
.flag-ES { background-position: 0 -621px;}
.flag-ET { background-position: 0 -630px;}
.flag-EU { background-position: 0 -639px;}
.flag-FI { background-position: 0 -648px;}
.flag-FJ { background-position: 0 -657px;}
.flag-FK { background-position: 0 -666px;}
.flag-FM { background-position: 0 -675px;}
.flag-FO { background-position: 0 -684px;}
.flag-FR { background-position: 0 -693px;}
.flag-GA { background-position: 0 -702px;}
.flag-GB { background-position: 0 -711px;}
.flag-GD { background-position: 0 -720px;}
.flag-GE { background-position: 0 -729px;}
.flag-GF { background-position: 0 -738px;}
.flag-GG { background-position: 0 -747px;}
.flag-GH { background-position: 0 -756px;}
.flag-GI { background-position: 0 -765px;}
.flag-GL { background-position: 0 -774px;}
.flag-GM { background-position: 0 -783px;}
.flag-GN { background-position: 0 -792px;}
.flag-GP { background-position: 0 -801px;}
.flag-GQ { background-position: 0 -810px;}
.flag-GR { background-position: 0 -819px;}
.flag-GS { background-position: 0 -828px;}
.flag-GT { background-position: 0 -837px;}
.flag-GU { background-position: 0 -846px;}
.flag-GW { background-position: 0 -855px;}
.flag-GY { background-position: 0 -864px;}
.flag-HK { background-position: 0 -873px;}
.flag-HM { background-position: 0 -882px;}
.flag-HN { background-position: 0 -891px;}
.flag-HR { background-position: 0 -900px;}
.flag-HT { background-position: 0 -909px;}
.flag-HU { background-position: 0 -918px;}
.flag-IC { background-position: 0 -927px;}
.flag-ID { background-position: 0 -936px;}
.flag-IE { background-position: 0 -945px;}
.flag-IL { background-position: 0 -954px;}
.flag-IM { background-position: 0 -963px;}
.flag-IN { background-position: 0 -972px;}
.flag-IO { background-position: 0 -981px;}
.flag-IQ { background-position: 0 -990px;}
.flag-IR { background-position: 0 -999px;}
.flag-IS { background-position: 0 -1008px;}
.flag-IT { background-position: 0 -1017px;}
.flag-JE { background-position: 0 -1026px;}
.flag-JM { background-position: 0 -1035px;}
.flag-JO { background-position: 0 -1044px;}
.flag-JP { background-position: 0 -1053px;}
.flag-KE { background-position: 0 -1062px;}
.flag-KG { background-position: 0 -1071px;}
.flag-KH { background-position: 0 -1080px;}
.flag-KI { background-position: 0 -1089px;}
.flag-KM { background-position: 0 -1098px;}
.flag-KN { background-position: 0 -1107px;}
.flag-KOSOVO { background-position: 0 -1116px;}
.flag-KP { background-position: 0 -1125px;}
.flag-KR { background-position: 0 -1134px;}
.flag-KW { background-position: 0 -1143px;}
.flag-KY { background-position: 0 -1152px;}
.flag-KZ { background-position: 0 -1161px;}
.flag-LA { background-position: 0 -1170px;}
.flag-LB { background-position: 0 -1179px;}
.flag-LC { background-position: 0 -1188px;}
.flag-LI { background-position: 0 -1197px;}
.flag-LK { background-position: 0 -1206px;}
.flag-LR { background-position: 0 -1215px;}
.flag-LS { background-position: 0 -1224px;}
.flag-LT { background-position: 0 -1233px;}
.flag-LU { background-position: 0 -1242px;}
.flag-LV { background-position: 0 -1251px;}
.flag-LY { background-position: 0 -1260px;}
.flag-MA { background-position: 0 -1269px;}
.flag-MC { background-position: 0 -1278px;}
.flag-MD { background-position: 0 -1287px;}
.flag-ME { background-position: 0 -1296px;}
.flag-MF { background-position: 0 -1305px;}
.flag-MG { background-position: 0 -1314px;}
.flag-MH { background-position: 0 -1323px;}
.flag-MK { background-position: 0 -1332px;}
.flag-ML { background-position: 0 -1341px;}
.flag-MM { background-position: 0 -1350px;}
.flag-MN { background-position: 0 -1359px;}
.flag-MO { background-position: 0 -1368px;}
.flag-MP { background-position: 0 -1377px;}
.flag-MQ { background-position: 0 -1386px;}
.flag-MR { background-position: 0 -1395px;}
.flag-MS { background-position: 0 -1404px;}
.flag-MT { background-position: 0 -1413px;}
.flag-MU { background-position: 0 -1422px;}
.flag-MV { background-position: 0 -1431px;}
.flag-MW { background-position: 0 -1440px;}
.flag-MX { background-position: 0 -1449px;}
.flag-MY { background-position: 0 -1458px;}
.flag-MZ { background-position: 0 -1467px;}
.flag-NA { background-position: 0 -1476px;}
.flag-NC { background-position: 0 -1485px;}
.flag-NE { background-position: 0 -1494px;}
.flag-NF { background-position: 0 -1503px;}
.flag-NG { background-position: 0 -1512px;}
.flag-NI { background-position: 0 -1521px;}
.flag-NKR { background-position: 0 -1530px;}
.flag-NL { background-position: 0 -1539px;}
.flag-NO { background-position: 0 -1548px;}
.flag-NP { background-position: 0 -1557px;}
.flag-NR { background-position: 0 -1566px;}
.flag-NU { background-position: 0 -1575px;}
.flag-NZ { background-position: 0 -1584px;}
.flag-OM { background-position: 0 -1593px;}
.flag-PA { background-position: 0 -1602px;}
.flag-PE { background-position: 0 -1611px;}
.flag-PF { background-position: 0 -1620px;}
.flag-PG { background-position: 0 -1629px;}
.flag-PH { background-position: 0 -1638px;}
.flag-PK { background-position: 0 -1647px;}
.flag-PL { background-position: 0 -1656px;}
.flag-PM { background-position: 0 -1665px;}
.flag-PN { background-position: 0 -1674px;}
.flag-PR { background-position: 0 -1683px;}
.flag-PS { background-position: 0 -1692px;}
.flag-PT { background-position: 0 -1701px;}
.flag-PW { background-position: 0 -1710px;}
.flag-PY { background-position: 0 -1719px;}
.flag-QA { background-position: 0 -1728px;}
.flag-RE { background-position: 0 -1737px;}
.flag-RO { background-position: 0 -1746px;}
.flag-RS { background-position: 0 -1755px;}
.flag-RU { background-position: 0 -1764px;}
.flag-RW { background-position: 0 -1773px;}
.flag-SA { background-position: 0 -1782px;}
.flag-SB { background-position: 0 -1791px;}
.flag-SC { background-position: 0 -1800px;}
.flag-SD { background-position: 0 -1809px;}
.flag-SE { background-position: 0 -1818px;}
.flag-SG { background-position: 0 -1827px;}
.flag-SH { background-position: 0 -1836px;}
.flag-SI { background-position: 0 -1845px;}
.flag-SJ { background-position: 0 -1854px;}
.flag-SK { background-position: 0 -1863px;}
.flag-SL { background-position: 0 -1872px;}
.flag-SM { background-position: 0 -1881px;}
.flag-SN { background-position: 0 -1890px;}
.flag-SO { background-position: 0 -1899px;}
.flag-SOUTH-OSSETIA { background-position: 0 -1908px;}
.flag-SR { background-position: 0 -1917px;}
.flag-SS { background-position: 0 -1926px;}
.flag-ST { background-position: 0 -1935px;}
.flag-SV { background-position: 0 -1944px;}
.flag-SY { background-position: 0 -1953px;}
.flag-SZ { background-position: 0 -1962px;}
.flag-TC { background-position: 0 -1971px;}
.flag-TD { background-position: 0 -1980px;}
.flag-TF { background-position: 0 -1989px;}
.flag-TG { background-position: 0 -1998px;}
.flag-TH { background-position: 0 -2007px;}
.flag-TJ { background-position: 0 -2016px;}
.flag-TK { background-position: 0 -2025px;}
.flag-TL { background-position: 0 -2034px;}
.flag-TM { background-position: 0 -2043px;}
.flag-TN { background-position: 0 -2052px;}
.flag-TO { background-position: 0 -2061px;}
.flag-TR { background-position: 0 -2070px;}
.flag-TT { background-position: 0 -2079px;}
.flag-TV { background-position: 0 -2088px;}
.flag-TW { background-position: 0 -2097px;}
.flag-TZ { background-position: 0 -2106px;}
.flag-UA { background-position: 0 -2115px;}
.flag-UG { background-position: 0 -2124px;}
.flag-UM { background-position: 0 -2133px;}
.flag-US { background-position: 0 -2142px;}
.flag-UY { background-position: 0 -2151px;}
.flag-UZ { background-position: 0 -2160px;}
.flag-VA { background-position: 0 -2169px;}
.flag-VC { background-position: 0 -2178px;}
.flag-VE { background-position: 0 -2187px;}
.flag-VG { background-position: 0 -2196px;}
.flag-VI { background-position: 0 -2205px;}
.flag-VN { background-position: 0 -2214px;}
.flag-VU { background-position: 0 -2223px;}
.flag-WF { background-position: 0 -2232px;}
.flag-WS { background-position: 0 -2241px;}
.flag-YE { background-position: 0 -2250px;}
.flag-YT { background-position: 0 -2259px;}
.flag-ZA { background-position: 0 -2268px;}
.flag-ZM { background-position: 0 -2277px;}
.flag-ZW { background-position: 0 -2286px;}
/* <editor-fold> */

.sidebar-search-area .row{
  overflow: hidden;
  width: 100%;
}
.sidebar-search-area .submit-text-form-side input[type=search] {
  float: left;
  width: 80%;
  height: 41px;
  min-height: 41px;
  box-shadow: inset 0 0 4px 0px rgba(0,0,0,0.2);
  margin: 0;
  padding: 6px 15px;
  background: #fff;
  border: 1px solid #999;
  font-size: 14px;
  line-height: 18px;
  overflow: auto;
  outline: none;
  color: #6b7a82;
  border-radius: 5px;
}
.sidebar-search-area .btn-search-side {
  float: right;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 10px 5px;
  border-radius: 5px;
  font: 600 13px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  background-color: #3d92e0;
  border-color: #3d92e0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #3188d7;
  background-image: -moz-linear-gradient(top,#3d92e0,#2079ca);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#3d92e0),to(#2079ca));
  background-image: -webkit-linear-gradient(top,#3d92e0,#2079ca);
  background-image: -o-linear-gradient(top,#3d92e0,#2079ca);
  background-image: linear-gradient(to bottom,#3d92e0,#2079ca);
  background-repeat: repeat-x;
  border-width: 1px;
  border-color: #2079ca #2079ca #165188;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}