a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    background: #f5f5f5;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #313843;
    line-height: 120%
}

b,
strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700
}

a {
    color: #46536a;
    text-decoration: none;
    -webkit-transition: color .3s linear 0s, background .3s linear 0s;
    transition: color .3s linear 0s, background .3s linear 0s
}

a:hover {
    color: #35a509
}

.sideBarRow a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .3s linear 0s, background .3s linear 0s;
    transition: color .3s linear 0s, background .3s linear 0s
}

.sideBarRow a:hover {
    color: #215219
}

p {
    font-size: 15px;
    margin: 0 0 12px 0;
	text-align:justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 130%;
    font-weight: 400;
    margin: 0 0 12px 0
}

h1 {
    font-size: 38px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 19px
}

h5 {
    font-size: 17px
}

h6 {
    font-size: 16px
}

input[type=file],
input[type=password],
input[type=text],
select,
textarea {
    background: #fff;
    height: 50px;
    padding: 0 20px 2px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #717e92;
    border: none;
    box-sizing: border-box;
    margin: 0
}

input[type=file].error,
input[type=password].error,
input[type=text].error,
textarea.error {
    border: 2px solid #d91c1c
}

input[type=file]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
    border: none
}

ol {
    list-style: decimal;
    margin: 0 0 10px 10px
}

ol>li {
    margin: 0 0 10px
}

ul {
    margin: 0 0 15px 0
}

ul li {
    margin: 0 0 5px;
    padding: 0 0 0 10px
}

ul>li:before {
    content: ''
}

sub,
sup {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

table {
    width: 100%;
    font-size: 14px;
    border: none
}

table td,
table th {
    padding: 5px 10px
}

table th {
    font-weight: 700
}

hr {
    background: #e3eef3;
    border: 0 none;
    font-size: 0;
    height: 2px;
    line-height: 0;
    margin: 15px 0;
    clear: both
}

.container {
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

button {
    border: 0;
    background: 0 0;
    cursor: pointer
}

.btn {
    background: 0 0;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #49c7ff;
    display: inline-block;
    border: 2px solid #49c7ff;
    padding: 8px 30px 10px;
    box-sizing: border-box;
    transition: background .3s linear 0s, color .3s linear 0s
}

.btn:hover {
    background: rgba(73, 199, 255, .5);
    color: #fff
}

.btnGrey {
    background: 0 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #46536a;
    display: inline-block;
    border: 2px solid #a2a9b4;
    padding: 10px 0 11px;
    margin: 10px 0 20px;
    box-sizing: border-box;
    transition: background .3s linear 0s, color .3s linear 0s;
    letter-spacing: 2px
}

.btnGrey:hover {
    background: #ced1d7;
    color: #46536a
}

.rounded {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -icab-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.biggerRounded {
    -moz-border-radius: 13px;
    -khtml-border-radius: 13px;
    -icab-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px
}

.clear {
    clear: both
}

.imgRight {
    float: right;
    margin: 0 0 10px 30px
}

.imgLeft {
    float: left;
    margin: 0 30px 10px 0
}

.toLeft {
    float: left
}

.toRight {
    float: right
}

.txtCenter {
    text-align: center
}

.txtRight {
    text-align: right
}

.overflow {
    overflow: hidden
}

.blueText {
    color: #2992cd
}

.mainTopHome {
    background: url(../images/bg-top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    min-width: 960px;
    height: 570px;
    clear: both
}

.mainTopSubPage {
    background: url(../images/bg-top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    min-width: 960px;
    height: 220px;
    clear: both
}

header {
    background: rgba(2, 13, 32, .7);
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: table;
    clear: both
}

header .logo {
    margin: 23px 0 0;
    float: left
}

header a.submitExtension {
    border: 2px solid #46536a;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px 11px;
    box-sizing: border-box;
    margin: 19px 0 0;
    letter-spacing: 2px;
    float: right
}

header a.submitExtension:hover {
    background: rgba(70, 83, 106, .65)
}

.selectLanguage {
    width: 130px;
    margin: 22px 20px 0 0;
    font-size: 12px;
    color: #fff;
    position: relative;
    float: right
}

.selectLanguage a:hover {
    color: #ccc
}

.selectLanguage a.selected {
    width: 130px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.languageSelector {
    position: absolute;
    z-index: 2;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.languageSelector.open {
    background: #4c4a5d;
    border-radius: 5px
}

.languageSelector.open a {
    color: #ccc
}

.languageSelector>ul {
    display: none;
    z-index: 999;
    position: relative
}

.flagEnglish:before {
    content: '';
    background: url(../images/flag-en.jpg);
    width: 22px;
    height: 16px;
    margin: 0 8px 0 0;
    float: left
}

.languageSelector a.selected .toRight {
    position: absolute;
    top: 9px;
    right: 13px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.languageSelector.open a.selected .toRight {
    top: 11px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.flagGermany:before {
    content: '';
    background: url(../images/flag-de.jpg);
    width: 22px;
    height: 16px;
    margin: 0 8px 0 0;
    float: left
}

.flagSpain:before {
    content: '';
    background: url(../images/flag-sp.jpg);
    width: 22px;
    height: 16px;
    margin: 0 8px 0 0;
    float: left
}

.flagFrance:before {
    content: '';
    background: url(../images/flag-fr.jpg);
    width: 22px;
    height: 16px;
    margin: 0 8px 0 0;
    float: left
}

.flagPoland:before {
    content: '';
    background: url(../images/flag-pl.png);
    width: 22px;
    height: 16px;
    margin: 0 8px 0 0;
    float: left
}

.flagNetherlands:before {
    content: '';
    background: url(../images/flag-nl.png);
    width: 22px;
    height: 16px;
    margin: 0 8px 0 0;
    float: left
}

.flagPortugal:before {
    content: '';
    background: url(../images/flag-pt.png);
    width: 22px;
    height: 16px;
    margin: 0 8px 0 0;
    float: left
}

.flagItaly:before {
    content: '';
    background: url(../images/flag-it.png);
    width: 22px;
    height: 16px;
    margin: 0 8px 0 0;
    float: left
}

.flagJapan:before {
    content: '';
    background: url(../images/flag-ja.png);
    width: 22px;
    height: 16px;
    margin: 0 8px 0 0;
    float: left
}

.flagRussia:before {
    content: '';
    background: url(../images/flag-ru.png);
    width: 22px;
    height: 16px;
    margin: 0 8px 0 0;
    float: left
}

ul.subLang li {
    margin: 15px 0 0
}

.contentTop {
    width: 100%;
    padding: 55px 0 0;
    clear: both
}

.contentTop h1 {
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, .7);
    margin: 35px 0 7px;
    clear: both
}

.contentTop h5 {
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, .7);
    margin: 0 0 50px;
    clear: both
}

.contentTop .searchForm {
    width: 100%;
    display: table;
    text-align: center;
    margin: 0;
    clear: both
}

.contentTop .searchForm input {
    width: 325px;
    margin: 0 7px 0 0;
    z-index: 999
}

.contentTop .inputInfo {
    top: 146px;
    left: 235px;
    font-family: architects_daughterregular;
    position: absolute
}

.contentTop .inputInfo img {
    float: left
}

h1 span {
    font-weight:bold;
}

.contentTop .inputInfo span {
    margin: 43px 0 0 10px;
    font-size: 19px;
    color: #78ef28;
    line-height: 100%;
    text-shadow: 1px 1px rgba(0, 0, 0, .7);
    float: right
}

.contentTop .buttonInfo {
    top: 145px;
    right: 0;
    font-family: architects_daughterregular;
    position: absolute
}

.contentTop .buttonInfo img {
    float: left
}

.contentTop .buttonInfo span {
    margin: -50px 0 0 -30px;
    font-size: 19px;
    color: #78ef28;
    line-height: 100%;
    text-shadow: 1px 1px rgba(0, 0, 0, .7);
    float: right
}

.content {
    background: #fff;
    width: 100%;
    margin: -75px 0 20px 0;
    padding: 100px 30px 30px;
    box-sizing: border-box;
    float: left
}

.content .rowBoxes {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
    clear: both
}

.content .rowBoxes:first-child {
    margin: -60px 0 20px
}

.content .box {
    max-width: 317px;
    text-align: left;
    display: inline-table;
    vertical-align: top;
    top: 0
}

.content .box:first-child {
    margin: 0 20px 0 0
}

.content .box:last-child {
    margin: 0 0 0 20px
}

.info {
    color: #545d63
}

.info h4 {
    font-weight: 600;
    color: #1f85c6;
    line-height: 100%;
    margin: 0 0 30px
}

.info h4.icoWhatIs:before {
    content: '';
    background: url(../images/ico-circle-what-is.png);
    width: 60px;
    height: 60px;
    margin: -10px 13px 0 0;
    float: left
}

.info h4.icoDownloads:before {
    content: '';
    background: url(../images/ico-circle-downloads.png);
    width: 60px;
    height: 60px;
    margin: -10px 13px 0 0;
    float: left
}

.info h4.icoHelp:before {
    content: '';
    background: url(../images/ico-circle-help.png);
    width: 60px;
    height: 60px;
    margin: -10px 13px 0 0;
    float: left
}

.info h4.icoContact:before {
    content: '';
    background: url(../images/ico-circle-contact.png);
    width: 60px;
    height: 60px;
    margin: -10px 13px 0 0;
    float: left
}

.info h6 {
    font-weight: 600
}

.info p {
    line-height: 145%
}

.stats {
    width: 100%;
    border: 2px solid #e3eef3;
    padding: 0 20px 20px;
    margin: 0 0 15px;
    box-sizing: border-box;
    position: relative
}

.stats h4 {
    background: #fff;
    font-weight: 600;
    text-transform: uppercase;
    color: #35a509;
    line-height: 100%;
    margin: -11px 0 15px -6px;
    display: inline-block;
    padding: 0 6px
}

.stats h4 span {
    font-weight: 800
}

.arrowLink {
    top: 13px;
    right: 23px;
    position: absolute
}

.statTable tr {
    margin: 0 0 8px;
    display: block
}

.statTable tr:last-child {
    margin: 0
}

.tableNumber {
    background: #eff6f9;
    width: 47px;
    height: 45px;
    border-radius: 50%;
    vertical-align: middle;
    padding: 0 0 2px;
    text-align: center;
    font-weight: 700;
    color: #219bd2;
    font-size: 16px;
    box-sizing: border-box
}

.tableStat {
    width: 47px;
    height: 45px;
    vertical-align: middle;
    padding: 0 0 2px;
    text-align: center;
    box-sizing: border-box
}

.tableName {
    width: 106px;
    height: 45px;
    vertical-align: middle;
    padding: 0 0 2px;
    font-size: 18px;
    font-weight: 700;
    box-sizing: border-box
}

.tableDowns {
    width: 50px;
    font-size: 11px;
    color: #919db1;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    box-sizing: border-box
}

.moreLink {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #7f8796;
    padding: 4px 15px 4px 20px;
    border: 2px solid #ddd;
    letter-spacing: 3px;
    margin: 10px 0 -5px;
    float: right
}

.moreLink:hover {
    background: #d1d5da;
    color: #4d5768
}

.alphabet {
    background: url(../images/bg-above-footer.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    min-width: 960px;
    height: 230px;
    clear: both
}

.alphabet h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 29px 0;
    clear: both
}

.alphabet ul.alphabetList {
    max-width: 780px;
    display: table;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    clear: both
}

.alphabet ul.alphabetList li {
    width: 44px;
    height: 44px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-table;
    margin: 0 2.5px 5px;
    padding: 0;
    line-height: 39px
}

.alphabet ul.alphabetList li a {
    width: 44px;
    height: 44px;
    color: #fff;
    border: 2px solid #fff;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -icab-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    display: block
}

.alphabet ul.alphabetList li a:hover {
    background: #fff;
    color: #38a6d8
}

footer {
    background: #d4e5ec;
    width: 100%;
    line-height: 20px;
    clear: both
}

footer nav.footerMenu {
    width: 100%;
    padding: 45px 0 20px;
    clear: both
}

footer nav.footerMenu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: table
}

footer nav.footerMenu ul li {
    margin: 0;
    padding: 0 15px;
    display: inline-table
}

footer nav.footerMenu ul li a {
    color: #4a505c
}

footer nav.footerMenu ul li a:hover {
    text-decoration: underline
}

footer .copyText {
    width: 100%;
    text-align: center;
    padding: 0 0 45px;
    clear: both
}

footer .copyText p {
    margin: 0
}

ul.subAlphabetList {
    width: 100%;
    display: table;
    text-align: center;
    margin: 32px 0 0
}

ul.subAlphabetList li {
    width: 29px;
    height: 29px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-table;
    margin: 0 1px;
    padding: 0;
    line-height: 26px
}

ul.subAlphabetList li a {
    width: 29px;
    height: 29px;
    color: #2d97d0;
    border: 1px solid #2d97d0;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -icab-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    display: block
}

ul.subAlphabetList li a:hover {
    background: #206999;
    color: #fff
}

.borderTop {
    border-top: 5px solid #258cc5
}

.subPageContent {
    width: 100%;
    margin: -80px 0 40px;
    float: left
}

.subPageContent h2 {
    width: 80%;
    color: #2d97d0;
    margin: 0 0 22px;
    float: left
}

.softPage {
    width: 80%;
    color: #2d97d0;
    margin: 0 0 22px;
    float: left
}

.converter {
    width: 80%;
    color: #2d97d0;
    margin: 0 0 22px;
    float: left
}

.softIcon {
    margin: 6px 12px 0 0;
    vertical-align: middle;
    padding-bottom: 3px;
    float: left
}

.subPageContent h2 span {
    font-weight: 700
}

.backLink {
    top: -44px;
    right: 32px;
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.backLink a {
    color: #999ea6
}

.backLink a:hover {
    color: #63c31f
}

.backLink a:before {
    content: url(../images/ico-back-arrow.png);
    top: 1px;
    left: -40px;
    position: absolute
}

.row {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.contents {
    line-height: 140%;
    width: 100%;
    padding: 10px 0 10px 0;
    margin: 10px 0 0;
    float: left
}

.contents a {
    color: #2d97d2
}

.contents p {
    font-size: 15px;
    color: #727b85;
    text-align: justify
}

.contents li {
    font-size: 15px
}

.contents ul {
    list-style-type: circle;
    font-size: 12px;
    color: #727b85;
    padding-left: 30px
}

.decimal {
    list-style-type: decimal
}

.contents h4 {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px;
    float: left
}

.fileInfo {
    background: #f4f4f4;
    width: 48.5%;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    color: #151c23;
    box-sizing: border-box;
    float: left;
    min-height: 240px
}

.softInfo {
    background: #eff7ff;
    width: 48.5%;
    padding: 15px 0 0 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    color: #151c23;
    box-sizing: border-box;
    float: left;
    min-height: 135px
}

.convertInfo {
    background: #f3ffef;
    width: 48.5%;
    padding: 15px 0 0 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    color: #151c23;
    box-sizing: border-box;
    float: left;
    min-height: 280px
}

.convertInfo a {
    color: #35a509;
}

.convertInfo a:hover {
    text-decoration: underline	
}

.second
{
    margin-right: 0px;
}

.first
{
	padding: 0px 0 20px 0;
    margin: 0px
}

.titleTable {
    width: 32%;
    height: 40px;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 16px
}

.contentTable {
    vertical-align: middle;
    width: 68%;
    font-size: 18px;
    font-weight: 700;
    /*padding-bottom: 7px;*/
	line-height:110%;
}

.contentTable ul {
    margin: 0;
    padding: 0
}

.contentTable ul li {
    margin: 0 2px 0 0;
    padding: 0;
    float: left
}

.fileConvDesc {
    line-height: 140%;
    float: left;
    padding: 10px 30px 10px 10px
}

.fileConvDesc p {
    font-size: 15px;
    color: #727b85;
    text-align: justify
}

.fileConvDesc a {
    color: #2d97d0;
    text-decoration: underline
}

.fileConvDesc a:hover {
    color: #35a509
}

.fileDesc {
    width: 48.5%;
    line-height: 140%;
    float: left;
    padding-bottom: 10px
}

.fileDesc p {
    font-size: 15px;
    color: #727b85;
    text-align: justify
}

.fileDesc a {
    color: #2d97d0;
    text-decoration: underline
}

.fileDesc a:hover {
    color: #35a509
}

.fileDesc ul {
    margin: 0;
    padding: 0 0 10px 30px;
    color: #727b85;
    list-style-type: circle;
    float: none;
    display: table
}

.fileDesc ul li {
    margin: 0 2px 0 0;
    padding: 0;
    float: none
}

.fileDesc ol {
    list-style-type: decimal;
    margin: 0;
    padding: 0 0 10px 30px;
    color: #727b85;
    float: none;
    display: table
}

.fileDesc ol li {
    margin: 0 2px 0 0;
    padding: 0;
    float: none
}

.desc_title {
	float:left;
}

.translate__switcher {
	float:right;
	margin-top:8px;
	margin-right:8px;
	color:#2d97d0;
	text-decoration:underline;
}

.translate__primary {
	display: none;
}

.detailedFileDesc a {
    color: #2d97d0;
    text-decoration: underline
}

.detailedFileDesc a:hover {
    color: #35a509
}

.detailedFileDesc ul {
    margin: 0;
    padding: 0 0 10px 30px;
    color: #727b85;
    list-style-type: circle;
    float: none;
    display: table
}

.detailedFileDesc ul li {
    margin: 0 2px 0 0;
    padding: 0;
    float: none
}

.detailedFileDesc ol {
    list-style-type: decimal;
    margin: 0;
    padding: 0 0 10px 30px;
    color: #727b85;
    float: none;
    display: table
}

.detailedFileDesc ol li {
    margin: 0 2px 0 0;
    padding: 0;
    float: none
}

.detailedFileDesc h4 {
    text-transform: none
}

.mainTitle {
    width: 100%;
    color: #2d97d0;
    clear: both
}

.optionsTitle {
    width: 100%;
    text-transform: uppercase;
    color: #2d97d0;
    clear: both;
    border-bottom: 2px solid #e3eef2
}

.fileVariant {
    width: 100%;
    border: 2px solid #e3eef2;
    padding: 0 20px 20px;
    margin: 0 0 32px;
    box-sizing: border-box;
    float: left
}

.fileVariant h6 {
    background: #fff;
    padding: 0 5px;
    margin: -13px -5px 0;
    display: inline;
    font-weight: 700;
    float: left
}

ul.selectVariant {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
    float: left
}

ul.selectVariant li {
    width: 33%;
    margin: 13px -25px 0 15px;
    padding: 0 10px 0 0;
    font-size: 15px;
    position: relative;
    box-sizing: border-box;
    display: inline-table
}

.icoVariant-01:before {
    content: url(../images/ico-pdst-01.png);
    position: absolute;
    left: -22px
}

ul.selectVariant li a:hover {
    text-decoration: underline;
    color: inherit
}

ul.selectVariant li img {
    margin: 0 8px 2px 0
}

.fileInfoLeft {
    width: 728px;
    float: right
}

.fileInfoLeft ul.selectVariant li {
    width: 100%
}

.SoftwareList {
    width: 50%;
    float: right;
    padding-top: 15px
}

.logoWindows:before {
    content: '';
    background: url(../images/logo-windows.png);
    width: 38px;
    height: 38px;
    margin: -8px 8px 0 0;
    float: left
}

.logoMacOS:before {
    content: '';
    background: url(../images/logo-mac-os.png);
    width: 42px;
    height: 45px;
    margin: -10px 8px 0 0;
    float: left
}

.logoLinux:before {
    content: '';
    background: url(../images/logo-linux.png);
    width: 36px;
    height: 44px;
    margin: -10px 8px 0 0;
    float: left
}

.logoAndroid:before {
    content: '';
    background: url(../images/logo-android.png);
    width: 38px;
    height: 44px;
    margin: -11px 8px 0 0;
    float: left
}

.logoIOS:before {
    content: '';
    background: url(../images/logo-ios.png);
    width: 36px;
    height: 46px;
    margin: -14px 8px 0 0;
    float: left
}

.logoWindowsPhone:before {
    content: '';
    background: url(../images/logo-windows-phone.png);
    width: 42px;
    height: 42px;
    margin: -10px 8px 0 0;
    float: left
}

.similaryEx {
    width: 100%;
    border: 2px solid #e3eef2;
    padding: 0 15px 10px;
    margin: 10px 0 0;
    box-sizing: border-box;
    float: left
}

.similaryEx h4 {
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #33a40a;
    display: inherit;
    padding: 0 5px;
    margin: -14px -5px 10px;
    float: left
}

.similaryEx table {
    font-size: 17px;
    border: 0
}

.similaryEx table tr {
    height: 35px
}

.similaryEx table tr td {
    padding: 5px 0 0
}

.similaryEx table tr td:first-child {
    font-weight: 700
}

.similaryEx table tr td:last-child {
    font-size: 13px;
    text-align: right;
    color: #929db1
}

.comments {
    width: 100%;
    float: left
}

.comments h4 {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 35px 0 10px;
    float: left
}

.comments h4 span {
    color: #1d84c6
}

.comments .commentsForm {
    width: 100%;
    float: left
}

.comments .commentsForm .row {
    width: 100%;
    margin: 20px 0 0;
    float: left
}

.comments .commentsForm .poll:first-child {
    width: 48.5%;
    float: left
}

.comments .commentsForm .poll:last-child {
    width: 48.5%;
    float: right
}

.comments .commentsForm label {
    width: 100%;
    color: #313a43;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
    float: left
}

.comments .commentsForm input {
    width: 100%;
    height: 44px;
    border: 1px solid #ececec;
    border-bottom: 1px solid #afafaf;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -icab-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px 3px
}

ul.rated {
    margin: 0;
    padding: 0
}

ul.rated li {
    margin: 0 2px 0 0;
    padding: 0;
    float: left
}

.comments .commentsForm textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ececec;
    border-bottom: 1px solid #afafaf;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -icab-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px
}

.postComment {
    background: #6cb6de;
    width: 100%;
    border: 2px solid #2d97d0;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    -webkit-transition: background .3s linear 0s;
    transition: background .3s linear 0s;
    float: left
}

.postComment {
    background: #6cb6de;
    width: 100%;
    border: 2px solid #2d97d0;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    -webkit-transition: background .3s linear 0s;
    transition: background .3s linear 0s;
    float: left
}

.developerButton {
    text-align: center;
    background: #6cb6de;
    width: 100%;
    border: 2px solid #2d97d0;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    -webkit-transition: background .3s linear 0s;
    transition: background .3s linear 0s;
    float: left
}

.developerButton:hover {
    background: #2d97d0;
    color: #fff
}

.postComment:hover {
    background: #2d97d0
}

.sampleComment {
    width: 100%;
    border: 2px solid #eceded;
    padding: 15px 20px;
    margin: 5px 0 5px;
    box-sizing: border-box;
    position: relative;
    float: left
}

.sampleComment:last-child {
    margin: 5px 0 0
}

.commentCloud {
    background: url(../images/comment-part.jpg);
    width: 8px;
    height: 15px;
    top: 20px;
    left: -8px;
    position: absolute
}

ul.rateComment {
    top: 15px;
    right: 20px;
    position: absolute
}

ul.rateComment li {
    margin: 0 2px 0;
    padding: 0;
    float: left
}

.sampleComment p {
    margin: 0
}

.sampleComment p.nameUser {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #545e60
}

.sampleComment p.commentContent {
    font-size: 12px;
    margin: 0 0 5px;
    color: #545e60
}

.sampleComment p.commentDate {
    font-size: 10px;
    color: #8a9496
}

.sideBarRight {
    width: 250px;
    float: left
}

.sideBarRow {
    width: 100%;
    margin: 0 0 20px;
    float: left
}

.icoVariant {
    margin: 2px 2px 3px 5px;
    vertical-align: middle;
    padding-bottom: 3px;
    width: 26px
}

.mayBeGrey {
    background: #bebebe;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    float: left
}

.mayBeTitleGrey {
    width: 100%;
    border-bottom: 2px solid #848686;
    padding: 0 0 13px;
    float: left;
    margin-bottom: 10px
}

.mayBeTitleGrey img {
    float: right
}

.mayBeTitleGrey h6 {
    text-transform: uppercase;
    line-height: 115%;
    font-weight: 600;
    font-size: 14px;
    margin: 1px 0 0;
    float: left
}

.mayBe {
    background: #33a40a;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    float: left
}

.mayBeTitle {
    width: 100%;
    border-bottom: 2px solid #5cb63b;
    padding: 0 0 13px;
    float: left
}

.mayBeTitle h6 {
    width: 80%;
    line-height: 115%;
/*    font-weight: 600; */
    font-size: 16px;
    margin: 1px 0 0;
    float: left
}

.mayBeTitle img {
    float: right
}

.mayBe ul {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    margin: 10px 0 0;
    float: left
}

.mayBe p {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin: 10px 0 0;
    float: left
}

.exArticles {
    background: #f4f4f4;
    width: 100%;
    padding: 20px 20px 22px;
    box-sizing: border-box;
    float: left
}

.exArticles .sampleArticle {
    width: 100%;
    padding: 0 0 20px;
    clear: both
}

.exArticles .sampleArticle:last-child {
    padding: 0
}

.exArticles .sampleArticle h6 {
    font-weight: 700;
    color: #2d97d0;
    margin: 0 0 13px 30px;
    position: relative
}

.exArticles .sampleArticle h6:before {
    content: url(../images/ico-question.png);
    top: -2px;
    left: -30px;
    position: absolute
}

.exArticles .sampleArticle p {
    font-size: 15px;
    margin: 0;
    line-height: 140%;
    color: #545e60
}

.fb-like {
    display: inline-block;
    position: relative;
    margin-left: -25px;
    margin-right: 6px
}

.socialIcons {
    float: left;
    list-style: none;
    margin-top: 3px
}

.socialIcons li {
    float: left
}

ul.results {
    font-size: 16px;
    width: 322px;
    border: 1px solid #eaeaea;
    position: absolute;
    z-index: 9;
    background: #fff;
    list-style: none;
    margin-left: 255px
}

ul.results li {
    padding: 10px
}

ul.results li:hover {
    background: #eaeaea
}

#search_extensions_list {
    display: none
}

@media screen and (max-width:960px) {
    .container {
        padding: 0 10px
    }
    .buttonInfo,
    .inputInfo {
        display: none
    }
    .mainTopHome {
        min-width: 0;
        max-width: 960px
    }
    .mainTopSubPage {
        min-width: 0;
        max-width: 960px
    }
    .alphabet {
        min-width: 0;
        max-width: 960px
    }
    .contentTop h1 {
        margin-top: 52px
    }
    .content .box {
        max-width: 80%;
        display: inline-table
    }
    .content .box:first-child {
        margin: 0 0 10px
    }
    .content .box:last-child {
        margin: 30px 0 0
    }
    .stats {
        width: 100%;
        margin: 0
    }
    .content .rowBoxes:first-child {
        margin-bottom: 30px
    }
    ul.subAlphabetList {
        margin: 25px 0 0
    }
    ul.subAlphabetList li {
        margin: 0 0 5px
    }
    .mainTopSubPage {
    /*   height: 250px */
    }
    .backLink {
        width: 100%;
        top: 0;
        right: 0;
        margin: 5px 0 10px;
        position: relative;
        text-align: center;
        float: left
    }
    .backLink a:before {
        content: ''
    }
    .subPageContent h2 {
        width: 100%
    }
    .fileInfo {
        width: 100%
    }
    .softInfo {
        width: 100%
    }
    .fileDesc {
        width: 100%;
        margin: 13px 0 0
    }
    .optionsTitle {
        padding: 15px 0 21px
    }
    ul.selectVariant li {
        width: 33.333%
    }
    .fileInfoLeft {
        width: 100%
    }
    .sideBarRight {
        width: 100%;
        float: left
    }
    .adImage {
        display: none
    }
}

@media screen and (max-width:750px) {
    header {
        height: auto;
        padding: 0 0 20px;
        text-align: center
    }
    header .logo {
        width: 100%
    }
    header a.submitExtension {
        width: 48%
    }
    .selectLanguage {
        width: 48%;
        margin: 19px 0 0;
        float: left
    }
    .languageSelector a.selected .toRight {
        top: 14px
    }
    .languageSelector.open a.selected .toRight {
        top: 15px
    }
    .selectLanguage a.selected {
        width: auto;
        float: left
    }
    .languageSelector {
        width: 100%;
        position: absolute;
        text-align: left;
        padding: 4px 5px .5px
    }
    .contentTop h1 {
        margin-top: 25px
    }
    .alphabet {
        background: #2f9ad2;
        height: auto;
        padding-bottom: 42px
    }
    .mainTopSubPage {
        height: 250px
    }
    .SoftwareList {
        width: 100%
    }	
	.convertInfo {
		width: 100%;
	}
}

@media screen and (max-width:580px) {
    .contentTop h1 {
        font-size: 30px
    }
    .contentTop h5 {
        font-size: 14px
    }
    .contentTop .searchForm input {
        width: 280px;
        font-size: 14px
    }
}

@media screen and (max-width:516px) {
    .mainTopSubPage {
       /* height: 250px */
    }
}

@media screen and (max-width:500px) {
    header a.submitExtension {
        width: 46%
    }
    .selectLanguage {
        width: 46%
    }
    .contentTop h1 {
        font-size: 24px;
        margin-top: 40px
    }
    .contentTop h5 {
        margin-bottom: 20px
    }
    .contentTop .searchForm input {
        width: 200px;
        font-size: 14px
    }
    ul.selectVariant li {
        width: 50%
    }
    .contentTable {
        font-size: 16px
    }
}

@media screen and (max-width:450px) {
    .contentTop h1 {
        margin-top: 0
    }
    .contentTop .searchForm input {
        width: 90%;
        font-size: 14px
    }
    .contentTop .searchForm button {
        width: 90%;
        margin-top: 10px
    }
    .content .box {
        max-width: 100%
    }
    .mainTopSubPage {
      /*   height: 540px */
    }
}

@media screen and (max-width:437px) {
    .mainTopSubPage {
     /*    height: 570px */
    }
}

@media screen and (max-width:401px) {
    .contentTop {
        padding: 45px 0 0
    }
    footer nav.footerMenu ul li {
        width: 100%;
        margin: 0;
        padding: 0;
        float: left
    }
    .mainTopSubPage {
     /*    height: 555px */
    }
    ul.selectVariant li {
        width: 100%
    }
}

@media screen and (max-width:390px) {
    .contentTable {
        font-size: 14px;
        padding-bottom: 5px
    }
}

@media screen and (max-width:350px) {
    header .logo img {
        width: 90%
    }
}

@media screen and (max-width:332px) {
    .mainTopSubPage {
      /*   height: 565px */
    }
}

.cc-cookies {
    position: fixed;
    width: 90%;
    left: 0;
    top: 0;
    padding: .5em 5%;
    background: #565656;
    background: rgba(86, 86, 86, .95);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .35);
    z-index: 99999;
    text-align: center;
    color: #fff
}

.cc-cookies a,
.cc-cookies a:hover {
    color: #fff;
    text-decoration: underline
}

.cc-cookies a:hover {
    text-decoration: none
}

.cc-overlay {
    height: 100%;
    padding-top: 25%
}

.cc-cookies-error {
    float: left;
    width: 90%;
    text-align: center;
    margin: 1em 0 2em 0;
    background: #fff;
    padding: 2em 5%;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #333
}

.cc-cookies a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #7daf3b;
    padding: .5em .75em;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .35);
    -o-transition: background .5s ease-in;
    -webkit-transition: background .25s ease-in;
    -moz-transition: background .25s ease-in
}

.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
    background: #af3b3b;
    margin-left: .5em
}

.cc-cookies a.cc-cookie-reset {
    background: #f15b00
}

.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset,
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-decline {
    background: #000;
    -o-transition: background .5s ease-in;
    -webkit-transition: background .25s ease-in;
    -moz-transition: background .25s ease-in
}

.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
    display: block;
    margin-top: 1em
}

.cc-cookies.cc-discreet {
    width: auto;
    padding: .5em 1em;
    left: auto;
    top: auto
}

.cc-cookies.cc-discreet a.cc-cookie-reset {
    background: 0 0;
    text-shadow: none;
    padding: 0;
    text-decoration: underline
}

.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
    text-decoration: none
}

@media screen and (max-width:768px) {
    .cc-cookies a.cc-cookie-accept,
    .cc-cookies a.cc-cookie-decline,
    .cc-cookies a.cc-cookie-reset {
        display: block;
        margin: 1em 0
    }
}

@media screen and (max-width:480px) {
    .cc-cookies {
        position: relative;
        float: left
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

@font-face {
    font-family: architects_daughterregular;
    src: url(fonts/architectsdaughter-webfont.eot);
    src: url(fonts/architectsdaughter-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/architectsdaughter-webfont.woff2) format('woff2'), url(fonts/architectsdaughter-webfont.woff) format('woff'), url(fonts/architectsdaughter-webfont.ttf) format('truetype'), url(fonts/architectsdaughter-webfont.svg#architects_daughterregular) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}