* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background: #ffffff;
}

body {
    text-align: -moz-center;
    text-align: center;
}

body {
    /*-webkit-transform: translate3d(0, 0, 0);*/
}

body {
    line-height: 1.4em;
    font-family: Arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}

a {
    color: #338ec7;
    outline: none;
    text-decoration: underline;
}

a:hover {
    outline: none;
    text-decoration: none !important;
}

/*
a:focus, *:focus {
    noFocusLine: expression(this.onFocus=this.blur());
}

button {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
    noFocusLine: expression(this.onFocus=this.blur());
}
*/

p {
    margin: 10px 30px 0px 0px;
}

img {
    border: none;
}

span {
}

strong {
    font-weight: 500;
}

.red,
.badly_color {
    color: #e01515;
}

.fine_color {
    color: #d07f2f;
}

.green,
.done_color {
    color: #49a12f;
}

h1 {
    display: inline;
    line-height: 1.2em;
    font-size: 28px;
    font-family: Arial, helvetica, sans-serif;
    font-weight: normal;
    color: #353535;
}

h2 {
    margin: 30px 0px;
    text-indent: 10px;
    font-size: 36px;
    font-weight: normal;
}

h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal;
}

h4 {
    margin: 20px 0px;
    text-indent: 10px;
    font-size: 22px;
    color: #999999;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

ol, ul, li {
    padding: 0px;
}

ol, ul {
    list-style: none outside none;
}

input {
    vertical-align: middle;
}

input, textarea {
    outline: none;
}

input:active, textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

/*========================================================================================================================
  GLOBAL
 =========================================================================================================================*/

.container {
    min-width: 1258px;
}

.wrapper {
    width: 1258px;
    /*width: 99%;*/
    margin: 0px auto;
}

.no_r {
    margin-right: 0px !important;
}

.clear {
    clear: both;
}

.between {
    width: 1258px;
    /*width: 100%;*/
    margin-bottom: 75px;
    padding-top: 15px;
    clear: both;
    border-bottom: 1px solid #eaeaea;
}

.delimeter {
}

.form_element {
    display: inline;
}

.input_txt_default {
    font-size: 11px;
    color: #000000;
}

.input_txt_active {
    font-size: 11px;
    color: #7c7780;
}

.adaptivator {
    margin-top: 10px;
    padding-top: 20px;
    color: #5c4c6c;
    font-size: 15px;
}

.rule {
    padding-top: 20px;
    color: #000000;
    font-size: 18px;
}

.rule_done {
    padding-top: 10px;
    color: #000000;
    font-size: 16px;
}

.rule .rule_dotted {
    cursor: pointer;
    border-bottom: 2px dotted #000000;
    outline: medium none;
    text-decoration: none;
    font-weight: normal;
}

.rule_dotted_open {
    width: 20px;
    height: 10px;
    margin-left: 7px;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    background: url("/themes/design/icon-rule-open.png") no-repeat;
}

.rule_dotted_close {
    width: 20px;
    height: 10px;
    margin-left: 7px;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    background: url("/themes/design/icon-rule-close.png") no-repeat;
}

.advice {
    margin-bottom: 15px;
    padding: 5px;
    color: #595959;
    font-family: 'Conv_SegoeUI-Light',Sans-Serif;
    font-size: 15px;
    background: #efefef;
}

.rule_result {
    margin-bottom: 10px;
    padding-left: 5px;
    color: #595959;
    font-style: italic;
    font-family: 'Conv_SegoeUI-Light',Sans-Serif;
    font-size: 15px;
}

.rule_result_item {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #595959;
    font-style: italic;
    font-family: 'Conv_SegoeUI-Light',Sans-Serif;
    font-size: 14px;
}

.rule_advice {
    margin: 0.2em 2.6em 0.2em 1.8em;
    /*padding: 0.2em 2.6em 0.2em 1.8em;*/
    list-style: none outside none;
}

.rule_advice_item {
    margin: 0px;
    padding-bottom: 0.1em;
    font: 14px/1.4em 'Conv_SegoeUI-Light',Sans-Serif;
    font-style: italic;
    color: #595959;
}

.rule_advice_bullet {
    margin-left: -1.0em;
    position: absolute;
    color: #595959;
}

.done_result {
    margin-bottom: 15px;
    color: #595959;
    font-family: 'Conv_SegoeUI-Light',Sans-Serif;
    font-size: 15px;
}

span.badly_color {
    width: 17px;
    height: 22px;
    margin-right: 8px;
    float: left;
    background: url("/themes/design/result_badly.jpg") no-repeat top center;
}

span.fine_color {
    width: 17px;
    height: 22px;
    margin-right: 8px;
    float: left;
    background: url("/themes/design/result_fine.jpg") no-repeat top center;
}

span.done_color {
    width: 17px;
    height: 22px;
    margin-right: 8px;
    float: left;
    background: url("/themes/design/result_done.jpg") no-repeat top center;
}

/*========================================================================================================================
  HEADER SECTION
 =========================================================================================================================*/

.header_top_section {
    max-width: 1920px;
    margin: 5px auto;
    background: #ffffff;
}

.header_top_section .wrapper {
    max-width: 1920px;
    overflow: hidden;
}

.header_top_section_block {
    width: 97%;
    margin-left: 20px;
    display: inline-block;
    font-size: 13px;
    text-align: left;
}

.language_block {
    width: 450px;
    margin: 10px 10px 0px 270px;
    float: left;
    text-align: left;
}

.language_block a {
    outline: none;
    text-decoration: none;
    color: #5c4c6c;
}

.language_block a:hover {
    outline: none;
    text-decoration: none;
    color: #338ec7;
}

.language_ru {
    height: 12px;
    margin-right: 6px;
    padding-left: 26px;
    background: url("/themes/design/language-rus.jpg") no-repeat top left;
}

.language_ru_disbl {
    height: 12px;
    margin-right: 6px;
    padding-left: 26px;
    background: url("/themes/design/language-rus-non.jpg") no-repeat top left;
}

.language_ru:hover,
.language_ru_disbl:hover {
    height: 12px;
    margin-right: 6px;
    padding-left: 26px;
    background: url("/themes/design/language-rus.jpg") no-repeat top left;
}

.language_en {
    height: 12px;
    margin-right: 6px;
    padding-left: 26px;
    background: url("/themes/design/language-eng-non.jpg") no-repeat top left;
}

.language_en_enbl {
    height: 12px;
    margin-right: 6px;
    padding-left: 26px;
    background: url("/themes/design/language-eng.jpg") no-repeat top left;
}

.language_en:hover,
.language_en_enbl:hover {
    height: 12px;
    margin-right: 6px;
    padding-left: 26px;
    background: url("/themes/design/language-eng.jpg") no-repeat top left;
}

.language_es {
    height: 12px;
    margin-right: 6px;
    padding-left: 26px;
    background: url("/themes/design/language-esp-non.jpg") no-repeat top left;
}

.language_es:hover {
    height: 12px;
    margin-right: 6px;
    padding-left: 26px;
    background: url("/themes/design/language-esp-non.jpg") no-repeat top left;
}

.language_de {
    height: 12px;
    margin-right: 6px;
    padding-left: 26px;
    background: url("/themes/design/language-deu-non.jpg") no-repeat top left;
}

.language_de:hover {
    height: 12px;
    margin-right: 6px;
    padding-left: 26px;
    background: url("/themes/design/language-deu-non.jpg") no-repeat top left;
}

.language_fr {
    height: 12px;
    margin-right: 6px;
    padding-left: 26px;
    background: url("/themes/design/language-fra-non.jpg") no-repeat top left;
}

.language_fr:hover {
    height: 12px;
    margin-right: 6px;
    padding-left: 26px;
    background: url("/themes/design/language-fra-non.jpg") no-repeat top left;
}

.menu_top_block {
    width: 400px;
    margin: 10px 30px 0px 40px;
    float: left;
    text-align: right;
}

.menu_top_block_socials {
    /*width: 400px;*/
    margin: 10px 30px 0px 40px;
	padding-left: 50px;
    float: left;
    /*text-align: right;*/
	text-align: left;
}

/*========================================================================================================================
  HEADER TOP
 =========================================================================================================================*/

.head_top {
    height: 35px;
}

.header_top {
    height: 35px;
    background: url("/themes/design/header-top-1920.png") no-repeat top center;
}

.header_top {
    width: 100%;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    position: fixed;
    display: inline-block;
    z-index: 1;
}

.header_top .wrapper {
    max-width: 1920px;
}

.header_top_block {
    width: 97%;
    margin: 5px 20px 0 0;
    display: inline-block;
    text-align: right;
    font-size: 14px;
}

.header_top_left {
    margin-left: 20px;
    float: left;
}

.header_top_right {
    float: right;
}

/*========================================================================================================================
  LOGO + URL BAR
 =========================================================================================================================*/

.logo_section {
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px;
    background: #5c4c6c;
}

.logo_section .wrapper {
    max-width: 1920px;
    overflow: hidden;
}

.logo_section_block {
    width: 97%;
    height: 100px;
    display: inline-block;
    text-align: left;
}

.logo_block {
    width: 22%;
    height: 100px;
    margin-left: 10px;
    float: left;
    text-align: left;
}

.logo_icon {
    width: 220px;
    height: 45px;
    margin-top: 33px;
    cursor: pointer;
    display: inline-block;
    background: url("/themes/design/adaptivator-200x37.png") no-repeat;
}

.logo_icon_en {
    width: 220px;
    height: 45px;
    margin-top: 33px;
    cursor: pointer;
    display: inline-block;
    background: url("/themes/design/adaptivator-200x37-en.png") no-repeat;
}

.enter_site_form {
    width: 75%;
    margin-top: 40px;
    float: left;
    text-align: left;
}

.site_form_item {
    width: 420px;
    margin: 0px;
    padding: 0px;
    float: left;
    vertical-align: top;
}

.site_form_input {
    background: #beb7c4;
    /*background: #ffffff;*/
    border: 1px solid #000000;
}

.site_form_input input {
    width: 400px;
    height: 17px;
    margin: 3px 5px 5px 7px;
    font-size: 14px;
    background: none;
    border: 0px none;
}

.site_form_input.yellow {
    background: #beb7c4;
    border: 1px solid #ffff00 !important;
}

label.error {
    margin-left: 5px;
    display: block;
    vertical-align: top;
    font-family: Arial,Sans-Serif;
    font-size: 11px;
    color: #ffff00;
}

.site_form_submit {
}

.go_button {
    width: 100px;
    height: 27px;
    margin-left: 10px;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #026383;
    border: 0px none;
}

.preferences {
	margin: 0px 2px;
	font-size: 13px;
    cursor: pointer;
	color: #d1d1d1;
	border-bottom: 1px dotted #d1d1d1;
}

.preferences_img {
	margin: 5px 0px 0px;
}

.preferences_block {

}

.direct_link,
.donate_link {
    margin: 0px 0px 0px 10px;
}

.direct_link a {
    font-size: 13px;
    color: #d1d1d1;
}

.donate_link a {
    font-size: 13px;
    color: #ffdb4d;             /*color: #d97b2f;*/
}

.donate_link_pp {
	padding-right: 5px;
    font-weight: bold;
    font-size: 13px;
    color: #ffdb4d;
}

.donate_form_pp {
	display: inline;
}

.direct_link_img,
.donate_link_img {
    margin: 5px 0px 0px;
}

/*========================================================================================================================
  ADAPTIVE RESULT
 =========================================================================================================================*/

.adapt_result_section {
    max-width: 1920px;
    margin: 0px auto;
}

.adapt_result_section .wrapper {
    max-width: 1920px;
    padding: 30px 0px 0px 0px;
    overflow: hidden;
}

.adapt_result_block {
    width: 97%;
    margin-left: 20px;
    display: inline-block;
    text-align: left;
}

.adapt_result_text {
    margin-top: 20px;
}

.adapt_result_graph {
    margin: 10px 50px 50px 50px;
    float: right;
}

/*========================================================================================================================
  CHART SECTION
 =========================================================================================================================*/

.chart {
    width: 230px;
    height: 230px;
    margin: 0px 50px;
    position: relative;
}

/*========================================================================================================================
  DEVICE ACCESS DENIED
 =========================================================================================================================*/

.device_denied {
    width: 1150px;
    height: 571px;
    margin-bottom: 80px;
    display: inline-block;
    background: url("/themes/design/access-denied.jpg") no-repeat top center;
    text-align: left;
}

.device_denied_en {
    width: 1150px;
    height: 571px;
    margin-bottom: 80px;
    display: inline-block;
    background: url("/themes/design/access-denied-en.jpg") no-repeat top center;
    text-align: left;
}

.device_denied_info {
    width: 970px;
    margin: 400px 10px 50px 100px;
    float: left;
    display: inline !important;
    font: 14px/1.4em 'Conv_SegoeUI-Light',Sans-Serif;
    color: #101569;
}

/*========================================================================================================================
  DEVICE HIDE/SHOW SECTION
 =========================================================================================================================*/

.device_hide_show_section {
    max-width: 1920px;
    margin: 10px auto;
}

.device_hide_show_section .wrapper {
    max-width: 1920px;
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 20px 0px 0px 0px;
    overflow: hidden;
    background: url("/themes/design/device-hide-1920.png") no-repeat top center;
}

.device_hide_show_block {
    /*width: 97%;*/
    display: inline-block;
    text-align: center;
}

.hide_show_text {
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: #c0c4ca;
}

/*========================================================================================================================
  DEVICE SECTION
 =========================================================================================================================*/

.white {
    background: #d1d1d1;
}

.black {
    background: #000000;
}

.gold {
    background: #bda58b;
}

.yellow {
    background: #f5e907;
}

.cyan {
    background: #15b3f4;
}

.red {
    background: #e1040b;
}

.pink {
    background: #c5447a;
}

.gray_border {
    border: 1px solid #d1d1d1;
}

.black_border {
    border: 1px solid #000000;
}

.white_border {
    border: 1px solid #ffffff;
}

.device_section {
    max-width: 1920px;
    margin: 0px auto;
    padding-top: 100px;
}

.device_section .wrapper {
    max-width: 1920px;
    padding: 30px 0px 0px 0px;
    overflow: hidden;
}

.device_block {
    /*width: 97%;*/
    margin: 20px auto;
    display: inline-block;
    text-align: center;
}

.device_item {
    margin: 0px 0px 60px 50px;
    padding: 0px;
    /*float: left;*/
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.device_item_params {
    margin: 30px 0px 50px 0px;
    display: inline-block;
    text-align: center;
}

.device_item_header {
    margin-right: 80px;
    float: left;
    display: inline !important;
    text-align: left;
    font-size: 1.5em;
    /*font-size: 32px;*/
    font-family: 'Conv_AGLETLR-Light', Sans-Serif;
    font-weight: bold;
    font-style: italic;
}

.device_item_color_and_orient {
    float: left;
    display: inline !important;
    text-align: left;
}

.device_item_color {
    float: left;
    text-align: left;
}

.device_item_orient {
    margin: 30px 0px;
    float: left;
    font-size: 14px;
    text-align: left;
}

.device_item_orient label {
    padding-left: 5px;
}

.device_color {
    width: 25px;
    height: 25px;
    padding: 0px;
    margin: 0px 10px 0px 0px;
    display: inline !important;
    float: left;
    cursor: pointer;
    text-align: left;
}

.checkbox_color {
    width: 17px;
    height: 17px;
    border: 2px solid #ffffff;
    padding: 0px;
    margin: 2px;
}

.device_wrap {
    width: 100%;
    position: relative;
    /*display: block;*/
    background-position: top center;
    background-repeat: no-repeat;
}

.device_area {
    margin: 0px auto;
    position: relative;
}

.device_area .device_top,
.device_area .device_bottom {
    width: 100%;
    left: 0px;
    position: absolute;
}

.device_area .device_top {
    top: 0px;
    padding-top: 4px;
}

.device_area .device_bottom {
    bottom: 0px;
}

.frame_wrap {
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    /*background-color: #ffffff;*/
}

iframe {
    background-color: transparent;
    /*white-space: nowrap;*/
}

.fixed_frame {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.device_area iframe {
    width: 100%;
    height: 100%;
    margin: 0px;
    z-index: 101;
}

/*
 *  Galaxy Mini
**/

.galaxy-mini-width {
    width: 320px;
}

.galaxy-mini-landscape {
    width: 578px;
    height: 310px;
    display: block;
    background: url("/themes/devices/Galaxy-mini_landscape_black_240px.jpg") no-repeat center top;
}

.galaxy-mini-landscape.color_white {
    background: url("/themes/devices/Galaxy-mini_landscape_white_240px.jpg") no-repeat center top;
}

.galaxy-mini-landscape-area {
    width: 320px;
    height: 219px;
    padding-top: 52px;
}

.galaxy-mini-portrait {
    width: 310px;
    height: 547px;
    display: block;
    background: url("/themes/devices/Galaxy-mini_portrait_black_240px.jpg") no-repeat center top;
}

.galaxy-mini-portrait.color_white {
    background: url("/themes/devices/Galaxy-mini_portrait_white_240px.jpg") no-repeat center top;
}

.galaxy-mini-portrait-area {
    width: 241px;                   /* fix ie 1px adj. for old ver. brws */
    height: 302px;
    padding-top: 115px;
}

/*
 *  iPhone 4+4s
**/

.iphone-4-width {
    width: 480px;
}

.iphone-4-landscape {
    width: 712px;
    height: 367px;
    display: block;
    background: url("/themes/devices/iPhone-4_landscape_480px_white.jpg") no-repeat center top;
}

.iphone-4-landscape.color_black {
    background: url("/themes/devices/iPhone-4_landscape_480px_black.jpg") no-repeat center top;
}

.iphone-4-landscape-area {
    width: 480px;
    height: 255px;
    padding-top: 44px;
}

.iphone-4-portrait {
    width: 367px;
    height: 712px;
    display: block;
    background: url("/themes/devices/iPhone-4_portrait_320px_white.jpg") no-repeat center top;
}

.iphone-4-portrait.color_black {
    background: url("/themes/devices/iPhone-4_portrait_320px_black.jpg") no-repeat center top;
}

.iphone-4-portrait-area {
    width: 320px;
    height: 418px;
    padding-top: 135px;
}

/*
 *  Nokia Lumia
**/

.nokia-lumia-width {
    width: 480px;
}

.nokia-lumia-landscape {
    width: 703px;
    height: 362px;
    display: block;
    background: url("/themes/devices/Nokia-Lumia_landscape_320px_yellow.jpg") no-repeat center top;
}

.nokia-lumia-landscape.color_black {
    background: url("/themes/devices/Nokia-Lumia_landscape_320px_black.jpg") no-repeat center top;
}

.nokia-lumia-landscape.color_cyan {
    background: url("/themes/devices/Nokia-Lumia_landscape_320px_cyan.jpg") no-repeat center top;
}

.nokia-lumia-landscape.color_red {
    background: url("/themes/devices/Nokia-Lumia_landscape_320px_red.jpg") no-repeat center top;
}

.nokia-lumia-landscape.color_white {
    background: url("/themes/devices/Nokia-Lumia_landscape_320px_white.jpg") no-repeat center top;
}

.nokia-lumia-landscape.color_pink {
    background: url("/themes/devices/Nokia-Lumia_landscape_320px_pink.jpg") no-repeat center top;
}

.nokia-lumia-landscape-area {
    width: 480px;
    height: 295px;
    padding-top: 32px;
}

.nokia-lumia-portrait {
    width: 395px;
    height: 722px;
    display: block;
    background: url("/themes/devices/Nokia-Lumia_portrait_320px_yellow.jpg") no-repeat center top;
}

.nokia-lumia-portrait.color_black {
    background: url("/themes/devices/Nokia-Lumia_portrait_320px_black.jpg") no-repeat center top;
}

.nokia-lumia-portrait.color_cyan {
    background: url("/themes/devices/Nokia-Lumia_portrait_320px_cyan.jpg") no-repeat center top;
}

.nokia-lumia-portrait.color_red {
    background: url("/themes/devices/Nokia-Lumia_portrait_320px_red.jpg") no-repeat center top;
}

.nokia-lumia-portrait.color_white {
    background: url("/themes/devices/Nokia-Lumia_portrait_320px_white.jpg") no-repeat center top;
}

.nokia-lumia-portrait.color_pink {
    background: url("/themes/devices/Nokia-Lumia_portrait_320px_pink.jpg") no-repeat center top;
}

.nokia-lumia-portrait-area {
    width: 320px;
    height: 508px;
    padding-top: 92px;
}

/*
 *  iPhone 5+5s
**/

.iphone-5-width {
    width: 568px;
}

.iphone-5-landscape {
    width: 777px;
    height: 367px;
    display: block;
    background: url("/themes/devices/iPhone-5_landscape_568px_white.jpg") no-repeat center top;
}

.iphone-5-landscape.color_black {
    background: url("/themes/devices/iPhone-5_landscape_568px_black.jpg") no-repeat center top;
}

.iphone-5-landscape-area {
    width: 568px;
    height: 255px;
    padding-top: 42px;
}

.iphone-5-portrait {
    width: 367px;
    height: 777px;
    display: block;
    background: url("/themes/devices/iPhone-5_portrait_320px_white.jpg") no-repeat center top;
}

.iphone-5-portrait.color_black {
    background: url("/themes/devices/iPhone-5_portrait_320px_black.jpg") no-repeat center top;
}

.iphone-5-portrait-area {
    width: 320px;
    height: 506px;
    padding-top: 122px;
}

/*
 *  NEXUS 4
**/

.nexus-4-width {
    width: 600px;
}

/*
.nexus-4-landscape {
    width: 888px;
    height: 426px;
    background: url("/themes/devices/Nexus-4_landscape_600px_white.png") no-repeat center top;
}

.nexus-4-landscape-iframe {
    width: 600px;
    height: 364px;
    margin-top: 41px;
    overflow: scroll;
}

.nexus-4-portrait {
    width: 427px;
    height: 833px;
    background: url("/themes/devices/Nexus-4_portrait_384px_white.png") no-repeat center top;
}

.nexus-4-portrait-iframe {
    width: 384px;
    height: 600px;
    margin: 89px 0px 0px 1px;
    overflow: scroll;
}
*/

.nexus-4-landscape {
    width: 888px;
    height: 426px;
    display: block;
    background: url("/themes/devices/Nexus-4_landscape_600px_black.jpg") no-repeat center top;
    /*z-index: 50;*/
}

.nexus-4-landscape.color_white {
    background: url("/themes/devices/Nexus-4_landscape_600px_white.jpg") no-repeat center top;
}

.nexus-4-landscape-area {
    width: 600px;
    height: 364px;
    padding-top: 42px;
}

.nexus-4-portrait {
    width: 427px;
    height: 833px;
    display: block;
    background: url("/themes/devices/Nexus-4_portrait_384px_black.jpg") no-repeat center top;
    /*z-index: 50;*/
}

.nexus-4-portrait.color_white {
    background: url("/themes/devices/Nexus-4_portrait_384px_white.jpg") no-repeat center top;
}

.nexus-4-portrait-area {
    width: 384px;
    height: 601px;
    padding-top: 88px;
}

/*
 *  iPhone 6
**/

.iphone-6-width {
    width: 667px;
}

.iphone-6-landscape {
    width: 878px;
    height: 422px;
    display: block;
    background: url("/themes/devices/iPhone-6_landscape_667px_white.jpg") no-repeat center top;
}

.iphone-6-landscape.color_gold {
    background: url("/themes/devices/iPhone-6_landscape_667px_gold.jpg") no-repeat center top;
}

.iphone-6-landscape.color_black {
    background: url("/themes/devices/iPhone-6_landscape_667px_black.jpg") no-repeat center top;
}

.iphone-6-landscape-area {
    width: 667px;
    height: 311px;
    padding-top: 42px;
}

.iphone-6-portrait {
    width: 423px;
    height: 877px;
    display: block;
    background: url("/themes/devices/iPhone-6_portrait_375px_white.jpg") no-repeat center top;
}

.iphone-6-portrait.color_gold {
    background: url("/themes/devices/iPhone-6_portrait_375px_gold.jpg") no-repeat center top;
}

.iphone-6-portrait.color_black {
    background: url("/themes/devices/iPhone-6_portrait_375px_black.jpg") no-repeat center top;
}

.iphone-6-portrait-area {
    width: 375px;
    height: 605px;
    padding-top: 122px;
}

/*
 *  iPhone 6 plus
**/

.iphone-6-plus-width {
    width: 736px;
}

.iphone-6-plus-landscape {
    width: 946px;
    height: 460px;
    display: block;
    background: url("/themes/devices/iPhone-6-plus_landscape_736px_white.jpg") no-repeat center top;
}

.iphone-6-plus-landscape.color_gold {
    background: url("/themes/devices/iPhone-6-plus_landscape_736px_gold.jpg") no-repeat center top;
}

.iphone-6-plus-landscape.color_black {
    background: url("/themes/devices/iPhone-6-plus_landscape_736px_black.jpg") no-repeat center top;
}

.iphone-6-plus-landscape-area {
    width: 736px;
    height: 350px;
    padding-top: 42px;
}

.iphone-6-plus-portrait {
    width: 461px;
    height: 946px;
    display: block;
    background: url("/themes/devices/iPhone-6-plus_portrait_414px_white.jpg") no-repeat center top;
}

.iphone-6-plus-portrait.color_gold {
    background: url("/themes/devices/iPhone-6-plus_portrait_414px_gold.jpg") no-repeat center top;
}

.iphone-6-plus-portrait.color_black {
    background: url("/themes/devices/iPhone-6-plus_portrait_414px_black.jpg") no-repeat center top;
}

.iphone-6-plus-portrait-area {
    width: 414px;
    height: 674px;
    padding-top: 122px;
}

/*
 *  Kindle
**/

.kindle-width {
    width: 1024px;
}

.kindle-landscape {
    width: 1326px;
    height: 793px;
    display: block;
    background: url("/themes/devices/Kindle_landscape_1024px_black.jpg") no-repeat center top;
}

.kindle-landscape.color_white {
    background: url("/themes/devices/Kindle_landscape_1024px_white.jpg") no-repeat center top;
}

.kindle-landscape-area {
    width: 1024px;
    height: 395px;
    padding-top: 242px;
}

.kindle-portrait {
    width: 795px;
    height: 1254px;
    display: block;
    background: url("/themes/devices/Kindle_portrait_600px_black.jpg") no-repeat center top;
}

.kindle-portrait.color_white {
    background: url("/themes/devices/Kindle_portrait_600px_white.jpg") no-repeat center top;
}

.kindle-portrait-area {
    width: 600px;
    height: 820px;
    padding-top: 225px;
}

/*
 *  iPad's
**/

.ipad-width {
    width: 1024px;
}

.ipad-landscape {
    width: 1249px;
    height: 971px;
    display: block;
    background: url("/themes/devices/iPads_landscape_1024px_white.jpg") no-repeat center top;
}

.ipad-landscape.color_black {
    background: url("/themes/devices/iPads_landscape_1024px_black.jpg") no-repeat center top;
}

.ipad-landscape-area {
    width: 1024px;
    height: 675px;
    padding-top: 195px;
}

.ipad-portrait {
    width: 973px;
    height: 1248px;
    display: block;
    background: url("/themes/devices/iPads_portrait_768px_white.jpg") no-repeat center top;
}

.ipad-portrait.color_black {
    background: url("/themes/devices/iPads_portrait_768px_black.jpg") no-repeat center top;
}

.ipad-portrait-area {
    width: 768px;
    height: 928px;
    padding-top: 207px;
}

/*========================================================================================================================
  CONTENT
 =========================================================================================================================*/

.about_service_section,
.responsive_design_section,
.service_stats_section,
.donate_service_section,
.service_faq_section {
    max-width: 1920px;
    margin: 0px auto;
}

.about_service_section .wrapper,
.responsive_design_section .wrapper,
.service_stats_section .wrapper,
.donate_service_section .wrapper,
.service_faq_section .wrapper {
    max-width: 1920px;
    padding-top: 40px;
    overflow: hidden;
}

.about_service_block,
.responsive_design_block,
.donate_service_block,
.service_stats_block,
.service_faq_block {
    width: 97%;
    margin: 0px 0px 50px 30px;
    display: inline-block;
    text-align: left;
}

.about_service_text,
.responsive_design_text,
.donate_service_text,
.service_stats_text,
.service_faq_text {
    margin: 20px 0px;
    font-size: 15px;
    line-height: 1.8em;
    color: #5c4c6c;
}

.responsive_design_image {
    margin: 30px 40px 20px 50px;
    float: right;
}

.about_service_screenshot {
    margin: 0px 40px;
    float: right;
}

.donate_service_screenshot {
    margin: 25px 50px 0 50px;
    float: right;
}

.donate_service_screenshot iframe {
    border: 1px solid #eeeeee;
}

.responsive_design_screenshot {
    margin: 20px 0px;
    text-align: center;
}

.question {
    margin-top: 35px;
    padding-left: 33px;
    font-weight: bold;
    background: url("/themes/design/question.png") no-repeat top left;
}

.answer {
    padding-right: 40px;
}

/*========================================================================================================================
  DONATE
 =========================================================================================================================*/

table#donates {
    font-size:16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-spacing: 0;
    width: 97%;
}

#donates td, #donates th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

#donates tr:nth-child(even) {
	background-color: #f2f2f2;
}

#donates th {
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #489cd3;
    color: white;
}

.donates_total {
	text-align: right !important;
}

.donates_total, .donates_result {
	font-weight: bold;
}

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

.footer_section {
    max-width: 1920px;
    margin: 0px auto;
    padding: 10px 0px;
    background: #5c4c6c;
}

.footer_section .wrapper {
    max-width: 1920px;
    padding: 20px 0px 0px 0px;
    overflow: hidden;
}

.footer_block {
    width: 94%;
    /*width: 90%;*/
    margin: 20px auto;
    display: inline-block;
    text-align: center;
    line-height: 1.4em;
    font-size: 12px;
    color: #ffffff;
}

.footer_section_menu {
    margin: 10px 0px;
    float: left;
    text-align: center;
}

.footer_section_left {
    width: 750px;
    float: left;
    text-align: left;
}

.footer_section_right {
    width: 320px;
    float: left;
    text-align: right;
}

.exec_time_text {
    line-height: 1.8em;
    font-size: 9px;
}

