/*******************************************************************************************************************
*  BASE                                                                                                            
*******************************************************************************************************************/

body::selection {
    font-family: "Open Sans", "Arial", "Tahoma", sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
    background-color: 0;
}

p {
    margin: 0 0 15px 0;
}

/*******************************************************************************************************************
*  LINKS                                                                                                           
*******************************************************************************************************************/

a {
    color: #4ecc9f;
}
	
a:hover {
    color: #389f82;
}

p a, p a:visited {
    line-height: inherit;
}

a, a:visited, a:focus {
    text-decoration: none;
    outline: 0;
}

/*******************************************************************************************************************
*  HEADER                                                                                                          
*******************************************************************************************************************/

#header .logo {
    position: absolute;
    padding: 30px 30px 30px 0;
    width: 250px;
}

#header .logo a {
    position: absolute;
    font-size: 1.4em;
    padding-top: 10px;
    text-decoration: none;
    font-weight: 400;
    color: #3d4952;
}

#header .logo a:hover {
    color: #2c343b;
}

#header #menu { 
    float: right; 
    margin: 60px 0 20px; 
    display:block; 
}

#header .menu { 
    position: relative; 
    text-align: center; 
}

#header .menu ul {
    list-style-type: none;
}

#header .menu li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#header .menu li:hover {
    padding-bottom: 9px;
    border-bottom: 1px solid #4ecc9f;
}

#header .menu a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    color: #34495e;
    transition: 0.3s;
}

#header .menu a:hover {
    color: #4ecc9f;
    transition: 0.3s;
}

#header .menu em {
    color: #dae0e6;
    font-size: 10px;
    font-style: normal;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

#header .association { 
    position: absolute; 
    right: 0; 
    top: 15px; 
}

/*******************************************************************************************************************
*  SOCIAL                                                                                                         
*******************************************************************************************************************/

.social { 
    float: right; 
    padding-top: 2px;
}

.social li { 
    display: inline-block; 
    margin: 1px 3px; 
}

.social li a { 
    background: #dae0e6;
    width: 23px; 
    height: 23px; 
    line-height: 23px; 
    font-size:23px; 
    text-align: center; 
    -webkit-border-radius: 50%; border-radius: 50%; 
    font-family: "Socialico"; display:block; 
    text-decoration:none;
	transition: opacity .20s ease-in-out; 
	-o-transition: opacity .20s ease-in-out;
	-moz-transition: opacity .20s ease-in-out;
	-webkit-transition: opacity .20s ease-in-out;
}

.social li a:hover {
    background: #4ecc9f;
    color: #fff !important;
    transition: 0.3s;
}

.social .twitter a, .social .twitter a:hover {
    background-image: url(../images/social/twitter.png);
    background-repeat: no-repeat;
    background-position: center;
}

.social .facebook a, .social .facebook a:hover {
    background-image: url(../images/social/facebook.png);
    background-repeat: no-repeat;
    background-position: center;
}

.social .rss a, .social .rss a:hover {
    background-image: url(../images/social/rss.png);
    background-repeat: no-repeat;
    background-position: center;
}

.social .googleplus a, .social .googleplus a:hover {
    background-image: url(../images/social/google.png);
    background-repeat: no-repeat;
    background-position: center;
}

.social .vkontakte a, .social .vkontakte a:hover {
    background-image: url(../images/social/vkontakte.png);
    background-repeat: no-repeat;
    background-position: center;
}

.social .tumblr a, .social .tumblr a:hover {
    background-image: url(../images/social/tumblr.png);
    background-repeat: no-repeat;
    background-position: center;
}

.social .email a, .social .email a:hover {
    background-image: url(../images/social/email.png);
    background-repeat: no-repeat;
    background-position: center;
}

/*******************************************************************************************************************
*  LANGUAGE                                                                                                         
*******************************************************************************************************************/

.language {
    float: right;
    margin-right: 10px;
    position: relative;
    margin-bottom: 20px;
}

.language > a {
    font-weight: 500;
    line-height: 30px;
    display: block;
    color: #34495e;
}

.language ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.language > a:hover { 
    text-decoration: none; 
}

.language:hover .language_select { 
    display: block; 
}

.language .language_select span.arrow { 
    margin: 0 auto; 
    width: 0px; 
    height: 0px; 
    display: block; 
    border-bottom: 8px solid #F9F9F9; 
    border-right: 8px solid transparent; 
    border-left: 8px solid transparent; 
}

.language .language_select ul { 
    padding: 7px; 
    background: #F9F9F9; 
}

.language .language_select ul li { 
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); 
}

.language .language_select ul li:last-child { 
    border-bottom: 0; 
}

.language .language_select ul li a { 
    font-size: 12px; 
    display: block; 
    text-align: center; 
    padding: 1px 0px; 
    color: #8B8B8B; 
}

.language .language_select ul li a:hover { 
    text-decoration: none; 
    color: #5F5F5F; 
    background: rgba(255, 255, 255, 0.8); 
}

.language .language_select { 
    position: absolute; 
    left: 0px; 
    top: 100%; 
    width: 120px; 
    z-index: 205; 
    margin-left: -40px; 
    display: none; 
}

/*******************************************************************************************************************
*  CONTENT                                                                                                         
*******************************************************************************************************************/

.container { 
    width: 1200px; 
    position:relative;
    margin:0 auto; 
}

.container:after { 
    clear: both; 
    content: " "; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

/*******************************************************************************************************************
*  TOPBAR                                                                                                        
*******************************************************************************************************************/

#topbar { 
    min-width: 1200px;
    background: #373737; 
    color: #BEBEBE; 
    padding: 8px 15px; 
    font-size: 12px; 
    overflow: hidden; 
}

#topbar p { 
    margin-bottom: 0; 
    display: inline-block; 
}

#topbar .contact_info { 
    float: right; 
}

/*******************************************************************************************************************
*  PRODUCTS                                                                                                  
*******************************************************************************************************************/
.products {
    height: 350px;
}

.products h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 180px;
    text-align: center;
}

.products .twoButton {
    margin-left: 175px;
}

.products a {
    font-size: 1.5em;
    font-weight: 300;
    color: #2c343b;
}

.products .windows-software, .products .help-center {
    vertical-align: top;
    display: inline-block;
    width: 400px;
    height: 100px;
    border-radius: 8px;
    border: 2px solid #2c343b;
    text-align: center;
    padding-top: 10px;
    line-height: 1.5em;
}

.products .windows-software {
    margin-right: 50px;
}

.products .help-center {
    line-height: 65px;
}

.products .win:before {
    content: " ";
    margin: 5px 0 0 20px;
    vertical-align: baseline;
    float: left;
    background: url(../images/products/windows.png) no-repeat;
    height: 64px;
    width: 64px;
}

.products .question:before {
    content: " ";
    margin: 5px 0 0 20px;
    vertical-align: baseline;
    float: left;
    background: url(../images/products/question.png) no-repeat;
    height: 64px;
    width: 64px;    
}

.products .mac-software {
    text-decoration: underline;
    width: 400px;
    display: block;
    font-size: 0.9em;
    text-align: center;
}

.products .mac-software:hover {
    text-decoration: none;
}

.products .mac:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: baseline;
    margin-bottom: -5px;
    background: url(../images/products/apple.png) no-repeat;
    height: 24px;
    width: 24px;    
}

/*******************************************************************************************************************
*  COMMENTS                                                                                                        
*******************************************************************************************************************/
.comments {
    min-height: 100%;
    min-width: 1200px;
    margin:0;
    padding:0;
    background: url(../images/comments/fon.png) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.comments p {
    font-family: Georgia,serif;
    font-style: italic;
    font-size: 19px;
    line-height: 34px; 
    text-align: center;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
}

/*******************************************************************************************************************
*  PARTNERS                                                                                                        
*******************************************************************************************************************/
.partners {
    box-sizing: border-box;
    padding: 20px 0 20px 0;  
}

.partners-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.partners-slider-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.partners-slider-list:focus {
    outline: none;
}

.partners-slider-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.partners-slider .partners-track,
.partners-slider .partners-slider-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.partners-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.partners-track:before,
.partners-track:after {
    display: table;
    content: '';
}

.partners-track:after {
    clear: both;
}

.partners-slider-loading .partners-track {
    visibility: hidden;
}

.partners-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .partners-slide {
    float: right;
}

.partners-slide img {
    display: block;
}

.partners-slide.partners-slider-loading img {
    display: none;
}

.partners-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .partners-slide {
    display: block;
}

.partners-slider-loading .partners-slide {
    visibility: hidden;
}

.partners-vertical .partners-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.partners-arrow.partners-hidden {
    display: none;
}

@charset 'UTF-8';

.partners-prev,
.partners-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: none;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.partners-prev:hover,
.partners-prev:focus,
.partners-next:hover,
.partners-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.partners-prev:hover:before,
.partners-prev:focus:before,
.partners-next:hover:before,
.partners-next:focus:before {
    opacity: 1;
}

.partners-prev.slick-disabled:before,
.partners-next.slick-disabled:before {
    opacity: .25;
}

.partners-prev:before,
.partners-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.partners-prev {
    left: -25px;
}

[dir='rtl'] .partners-prev {
    right: -25px;
    left: auto;
}

.partners-prev:before {
    content: '←';
}

[dir='rtl'] .partners-prev:before {
    content: '→';
}

.partners-next {
    right: -25px;
}

[dir='rtl'] .partners-next {
    right: auto;
    left: -25px;
}

.partners-next:before {
    content: '→';
}

[dir='rtl'] .partners-next:before {
    content: '←';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.partners-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.partners-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.partners-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.partners-dots li button:hover,
.partners-dots li button:focus {
    outline: none;
}

.partners-dots li button:hover:before,
.partners-dots li button:focus:before {
    opacity: 1;
}

.partners-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.partners-dots li.partners-active button:before {
    opacity: .75;
    color: black;
}

.logo-partners div {
    margin-left: 25px;
}

.logo-partners div img {
    opacity: 0.3;
}

.logo-partners div img:hover {
    opacity: 1;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease; 
}

/*******************************************************************************************************************
*  SOFTWARE                                                                                                       
*******************************************************************************************************************/
.software-title {
    min-width: 1200px;
    background-color: #2E3B48;
}

.software-title .title {
    color: #FFF;
    font-size: 40px;
    line-height: 45px;
    padding: 30px 0 30px 0;
    margin-bottom: 30px;
}

.software .products-list {
    margin-bottom: 30px;
}

.software .products-list li {
    line-height: 1.8em;
}

.software .products-list td {
    padding: 20px 0 0 20px;
}

.software .products-list-left {
    width: 160px;
}

.software .leftimg {
    float: left;
}

.software .products-list-right h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 12px;
    font-weight: 500;
}

.software .platform {
    padding-top: 10px;
    padding-bottom: 10px;
}

.software .platform img {
    margin-bottom: -5px;
}

.software .partners {
    
}

.software .partners h3 {
    color: #5ad4a0;
    font-size: 28px;
    line-height: 30px;
}

/*******************************************************************************************************************
*  DOWNLOAD                                                                                                        
*******************************************************************************************************************/
.download {
    margin: 0 15px;
}

.download table {
    border-collapse: collapse;
    margin-bottom: 3em;
    width: 100%;
    background: #fff;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.download tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.download th {
    background-color: #31bc86;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}

.download td {
    display: table-cell;
    vertical-align: inherit;
}

.download td, .download th {
    padding: 0.75em 1.5em;
    text-align: left;
}

.download tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}

.download tbody td:nth-child(3), .download tbody th:nth-child(3) {
    text-align: center; 
}

.download tbody tr:hover {
    background-color: rgba(129,208,177,.3);
}

.download .basic-button {
    margin: 0;
}

.download .additionally img {
    float: left;
    padding-right: 20px;
}

.download .additionally p {
    font-size: 14px;
}

.download .additionally {
    padding-bottom: 30px;
}

/*******************************************************************************************************************
*  SUPPORT                                                                                                        
*******************************************************************************************************************/

.support {

}

.support form input[type="text"], .support form input[type="email"], .support form textarea, .support .select-program {
    margin-bottom: 20px;
}

.support input[type="text"], input[type="email"], .support textarea, .support .select-program, .support select {
    background: rgb(242, 241, 239);
    color: #8E989A;
    border-color: #EBEFF2; 
}

.support input[type="text"], .support input[type="email"], .support textarea, .support select, .support .select-program {
    border: 0;
    padding: 10px;
    outline: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    border-bottom-width: 1px;
    border-style: solid;
}

.support input[type="text"]:focus, .support input[type="email"]:focus, .support textarea:focus, .support select:focus {
    border-color: #96CCED;
    background: #E9F5FC !important;
    color: #1477B4;
}

.support .select-program {
    position: relative;
    cursor: pointer;
}

.support .select-program .dropdown {
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    background: rgb(236, 236, 236);
    border-radius: inherit;
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    border-bottom-width: 1px;
    border-style: solid;
}

.support .select-program .dropdown li {
    padding: 10px 0;
    padding-left: 10px;
}

.support .select-program .dropdown li:hover {
    border-color: #96CCED;
    background: #E9F5FC !important;
    color: #1477B4;
}

.support .select-program .dropdown li a {
     color: #8E989A;
}

.support .select-program .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(23,23,23,0.1) transparent;
}

.support .select-program .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: rgb(236,236,236) transparent;
}

.support .select-program:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #e0e0e0 transparent;
}

.support .select-program.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.support input[type="submit"] {
    border-width: 0px;
    border-style: solid;
    display: inline-block;
    padding: 9px 21px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
    text-decoration: none;
    cursor: pointer;
    overflow: visible;
    -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.13) inset;
    box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.13) inset;
    background-color: #60d1c7;
    color: #fff;
}

.support input[type="submit"]:hover {
    color: #FFF;
    background-color: rgb(63, 180, 170);
}

.support h4 {
    font-size: 25px;
    line-height: 29px;
    color: #5ad4a0;
    margin-bottom: 25px;
}

.support p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.support .categories {
    width: 100%;
    float: left;
}

.support .info-support li {
    margin-bottom: 10px;
    line-height: 1.4;
}

.support .info-support li:before {
    color: black;
    font-weight: 400;
    content: '\2014\a0';
    position: relative;
    right: 3px;
}

.support .our-work li{
    line-height: 1.4;
}

.support .our-work li a {
    text-decoration: none;
    color: #000;
}

.support .our-work li a:hover {
    text-decoration: underline;
}

/*******************************************************************************************************************
*  BUY                                                                                                        
*******************************************************************************************************************/

.pricing-container {
	width: 90%;
	max-width: 1170px;
	margin: 4em auto;
}

.pricing-container.full-width {
    width: 100%;
    max-width: none;
}

.pricing-switcher {
	text-align: center;
}

.pricing-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 2px;
	border-radius: 50em;
	border: 2px solid #2d3e50;
}

.pricing-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.pricing-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	width: 90px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-size: 1.4rem;
	color: #ffffff;
}

.pricing-switcher .switch {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 40px;
	width: 90px;
	background-color: #2d3e50;
	border-radius: 50em;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
	-webkit-transform: translateX(90px);
	-moz-transform: translateX(90px);
	-ms-transform: translateX(90px);
	-o-transform: translateX(90px);
	transform: translateX(90px);
}

.no-js .pricing-switcher {
	display: none;
}

.pricing-list {
	margin: 2em 0 0;
}

.pricing-list > li {
	position: relative;
	margin-bottom: 1em;
}


  .pricing-list {
    margin: 3em 0 0;
  }
  .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing-list > li {
    width: 33.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .has-margins .pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  .has-margins .pricing-list > li:last-of-type {
    margin-right: 0;
  }


.pricing-wrapper {
	position: relative;
}

.touch .pricing-wrapper {
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-animation: rotate 0.5s;
	-moz-animation: rotate 0.5s;
	animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse 0.5s;
	-moz-animation: rotate-inverse 0.5s;
	animation: rotate-inverse 0.5s;
	opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
	opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: rotate-back 0.5s;
	-moz-animation: rotate-back 0.5s;
	animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse-back 0.5s;
	-moz-animation: rotate-inverse-back 0.5s;
	animation: rotate-inverse-back 0.5s;
	opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
	opacity: 1;
}

.pricing-wrapper > li {
	background-color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}

.pricing-wrapper > li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	pointer-events: none;
	background: -webkit-linear-gradient( right , #ffffff, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.pricing-wrapper > li.is-ended::after {
	display: none;
}

.pricing-wrapper .is-visible {
	position: relative;
	z-index: 5;
}

.pricing-wrapper .is-hidden {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
	z-index: 3 !important;
}


.pricing-wrapper > li::before {
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
}

.pricing-wrapper > li::after {
    display: none;
}

.exclusive .pricing-wrapper > li {
    box-shadow: inset 0 0 0 3px #2d3e50;
}

.has-margins .pricing-wrapper > li,
.has-margins .exclusive .pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

:nth-of-type(1) > .pricing-wrapper > li::before {
    display: none;
}

.has-margins .pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
}

.has-margins .pricing-wrapper > li::before {
    display: none;
}

.full-width .pricing-wrapper > li {
    padding: 2.5em 0;
}

.no-js .pricing-wrapper .is-hidden {
	position: relative;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	margin-top: 1em;
}

.pricing-header h2 {
	padding: 0.9em 0.9em 0.6em;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: uppercase;
	text-align: center;
}

.pricing-header {
    height: auto;
    padding: 1.9em 0 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
}

.exclusive .pricing-header {
    color: #1bbc9d;
    background-color: transparent;
}

.pricing-header h2 {
    font-size: 2.8rem;
    letter-spacing: 2px;
}

.currency,
.value {
	font-size: 3rem;
	font-weight: 300;
}

.duration {
	font-weight: 700;
	font-size: 1.3rem;
	color: #8dc8e4;
	text-transform: uppercase;
}

.exclusive .duration {
	color: #f3b6ab;
}

.duration::before {
	content: '';
	margin-right: 2px;
}

.value {
    font-size: 7rem;
    font-weight: 300;
}

.currency, 
.duration {
    color: #1bbc9d;
}

.exclusive .currency,
.exclusive .duration {
    color: #2d3e50;
}

.currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
}

.duration {
    font-size: 1.4rem;
}

.pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
  overflow: hidden;
}

.pricing-body {
    overflow-x: visible;
}

.pricing-features {
	width: 600px;
}

.pricing-features:after {
	content: "";
	display: table;
	clear: both;
}

.pricing-features li {
	width: 100px;
	float: left;
	padding: 1.6em 1em;
	font-size: 1.5rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
    line-height: 20px;
}

.pricing-features em {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.pricing-features {
    width: auto;
}

.pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
}

.exclusive .pricing-features li {
    margin: 0 3px;
}
  
.pricing-features em {
    display: inline-block;
    margin-bottom: 0;
}

.has-margins .exclusive .pricing-features li {
    margin: 0;
}

.pricing-footer {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
}

.pricing-footer {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
}

.pricing-footer::after {
    display: none;
}

.has-margins .pricing-footer {
    padding-bottom: 0;
}

.select {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}

.select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 2em;
    color: #1bbc9d;
    border-radius: 8px;
    border: 2px solid #1bbc9d;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
	transition: all .6s;
	width: 70%;
}

.no-touch .select:hover {
    background-color: #1bbc9d;
	color: #ffffff;
}

.select:hover {
    background-color: #1bbc9d;
	color: #ffffff;
}

.exclusive .select {
    background-color: #1bbc9d;
	color: #ffffff;
}
  
.no-touch .exclusive .select:hover {
    background-color: #24e0ba;
}
  
.exclusive .select:hover {
    background-color: #24e0ba;
}

.secondary-theme .exclusive .select {
    background-color: #1bbc9d;
}
  
.no-touch .secondary-theme .exclusive .select:hover {
    background-color: #112e3c;
}
  
.has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}

.exclusive .pricing-wrapper > li::before {
    display: none;
}

.exclusive + li .pricing-wrapper > li::before {
    display: none;
}

.name-utility h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 200;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*******************************************************************************************************************
*  ABOUT                                                                                                        
*******************************************************************************************************************/
.about p {
    padding: 10px 0 0 0;
    line-height: 1.6;
}

.about .partners h3 {
    color: #5ad4a0;
    font-size: 28px;
    line-height: 30px;
}

.about-title {
    min-width: 1200px;
    background-color: #2E3B48;
}

.about-title .title {
    color: #FFF;
    font-size: 40px;
    line-height: 45px;
    padding: 30px 0 30px 0;
}

.about .subtitle {
    width: 30%;
    color: #FFF;
    text-align: left;
}

.about h2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 36px;
}

.info {
    margin-top: 64px;
    margin-bottom: 52px;
}

.info .inner {
    text-align: center;
}

.info .clients, .info .earth, .info .clock {
    background-position: 115px 0;
    background-repeat: no-repeat;
    float: left;
}

.info .clients {
    background-image: url(../images/other/user.png);
    margin-left: 75px;
}

.info .earth {
    background-image: url(../images/other/earth.png);
}

.info .clock {
    background-image: url(../images/other/clock.png);
}

.info li {
    padding: 140px 20px 0;
    text-align: center;
    width: 350px;
    line-height: 1.6;
    font-size: 14px;
}

.info li em {
    color: #5ad4a0;;
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*******************************************************************************************************************
*  IMAGE REIZER X                                                                                                        
*******************************************************************************************************************/
.imageresizer-new {
    color: #2c343b;
}

.imageresizer-new h2, .imageresizer-only h2, .imageresizer-about h2 {
    text-align: center;
    font-size: 36px;
    line-height: 150px;
}

.imageresizer-new p {
    font-weight: 800;
    padding-bottom: 20px;
}

.imageresizer-new ul {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.imageresizer-new ul > li {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}

.imageresizer-new ul > li > ul > li {
    line-height: 1.6;
    width: 100%;
    margin: 5px 0;
}

.imageresizer-only {
    color: #FFF;
    min-width: 1200px;
    background-color: #2E3B48;
    padding-bottom: 160px;
}

.imageresizer-only ul {
    margin-left: 100px;
}

.imageresizer-only ul li {
    list-style: none;
    float: left;
    width: 440px;
    padding: 0 0 20px 30px;
    margin: 0 40px 0 0;
    background: url('../images/other/check.png') no-repeat 0px 4px transparent;
    line-height: 1.6;
}

.product ul li.left {
    clear: both;
}

.imageresizer-only strong {
    font-weight: 800;
}

.imageresizer-only .rocket {
    position: absolute;
    left: 0;
    bottom: -215px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.imageresizer-formats {
    min-width: 1200px;
    background: rgb(238, 238, 238);
    padding-bottom: 30px;
}

.imageresizer-formats h2 {
    text-align: center;
    font-size: 36px;
    line-height: 150px;
}

.imageresizer-formats table {
    border-collapse: collapse;
    margin-bottom: 3em;
    width: 100%;
    background: #fff;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.imageresizer-formats tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.imageresizer-formats th {
    background-color: rgb(149, 165, 166);
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    padding: 10px 0;
}

.imageresizer-formats td {
    display: table-cell;
    vertical-align: inherit;
}

.imageresizer-formats td, .download th {
    padding: 0.75em 1.5em;
    text-align: left;
}

.imageresizer-formats tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}

.imageresizer-formats tbody td:nth-child(3), .imageresizer-formats tbody th:nth-child(3) {
    text-align: center; 
}

.imageresizer-formats tbody td:nth-child(2), .imageresizer-formats tbody th:nth-child(2) {
    text-align: center; 
}

.imageresizer-formats tbody tr:hover {
    background-color: rgba(129,208,177,.3);
}

/*******************************************************************************************************************
*  FOOTER                                                                                                        
*******************************************************************************************************************/
#footer {
    min-width: 1200px;
    background-color: #373737;
}

#footer .footer-widget {
    position: relative;
    padding-top: 60px;
}

#footer .row {
    
}

#footer .row:before {
    content: " ";
    display: table;
}

#footer .block {
    width: 25%;
    float: left;
    padding-bottom: 15px;
}

#footer .footer-logo {
    position: relative;
    margin-bottom: 40px;
    padding-top: 20px;   
}

#footer .footer-logo a {
    color: #FFF;
    font-size: 22px;
}

#footer .footer-logo a:hover {
    color: rgb(218, 223, 225);
    font-size: 22px;
    transition: 0.3s;
}

#footer .footer-text {
    color: #FFF;
    margin-bottom: 40px;
    font-size: 13px;
    width: 80%;
    font-weight: 200;
    line-height: 18px;
}

#footer .form-subscribe {
    position: relative;
}

#footer input[type=text] {
    min-height: 28px;
    width: 100%;
    max-width: 480px;
}

#footer .form-control {
    background: #FFF;
    width: 100%;
}

#footer .news-letter_form input[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

#footer input[type="email"] {
    border: none;
    padding: 12px 74px 12px 17px;
}

#footer input[type="email"]:focus, #footer input[type="email"]:active { 
    outline: none; 
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 2px #4ecc9f;
    -moz-box-shadow: 0 0 0 2px #4ecc9f;
    box-shadow: 0 0 0 2px #4ecc9f; 
    transition: 0.3s;
}

#footer #news-letter_submit {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 40px;
    height: 39px;
    line-height: 40px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    background: none;
    color: #2a2b35;
    outline: none !important;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    background: #4ecc9f;
}

#footer #news-letter_submit {
    background-image: url(../images/mail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #4ecc9f;
}

#footer .row:after {
    content: " ";
    display: table;
}

#footer .footer-menu ul li {
    width: 45%;
    display: inline-block;
    margin-bottom: 20px;
}

#footer .footer-menu ul li:hover {
    text-decoration: underline;
}

#footer .footer-menu ul li a {
    color: #FFF;
}

#footer h4 {
    color: #FFF;
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 40px;
    font-weight: 800;
}

#footer .other-letter {
    padding-top: 20px;
    color: #FFF;
    font-size: 13px;
    line-height: 18px;
}

#footer .copyright {
    border-top: solid 1px #FFF;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
}

#footer .copyright p {
    padding-top: 5px;
}

#footer .social li a {
    float:right;
    background-color: rgb(108, 122, 137);
}

#footer .social li a:hover {
    float:right;
    background-color: #4ecc9f;
}

/*******************************************************************************************************************
*  OTHER STYLES                                                                                                    
*******************************************************************************************************************/

#menu.right ul {
    text-align: right;
}

#menu.center ul {
    text-align: center;
}

.text {
    color: #4ecc9f;
}

.clearfix {
    content: "";
    display: table;
    clear: both;
}

.icon {
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 24px;
}

.showitems {
  display:block !important;
}

*::-moz-selection {
    background-color: #4ecc9f;
}
*::selection {
    background-color: #4ecc9f;		
}

*::-moz-selection {
    color: #fff;
}

*::selection {
    color: #fff;		
}

.col-1, .col-2 {
    position: relative;
}

.col-1 {
    width: 70%;
    float: left;
}

.col-2 {
    width: 25%;
    float: right;
}

.col-3 {
    width: 25%;
    float: left;
}

.col-4 {
    width: 44%;
    float: left;
    margin: 0 20px;
}

.sup {
    background: url(../images/other/support.jpg) center center;
    margin-bottom: 30px;
}

.sup a {
    color: #FFF;
    text-decoration: none;
}

.sup a:hover {
    color: #FFF;
    text-decoration: none;
}

.green-sup {
    background-color: rgba(7, 187, 134, 0.85);
    text-align: center;
    padding: 30px 20px;
}

.green-sup h4 {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 30px;
    font-family: Georgia, serif;
    font-style: italic;
}

.green-sup p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.green-sup .get-help {
    margin: 50px 0 0px;
    display: block;
    font-size: 18px;
    font-size: 18px;
    font-family: Georgia, serif;
    font-style: italic;
    text-transform: none;
}

.basic-button, .buy-button {
    margin: 0;
    margin-right: 10px;
    display: inline-block;
    padding: 9px 18px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.25) inset !important;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.25) inset !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.categories {
    background: #5ad4a0;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.categories h3 {
    color: #FFF;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
}

.categories ul {
    list-style: none outside;
}

.categories li {
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding: 7px 10px 7px 10px;
    overflow: hidden;
}

.categories li {
    font-size: 14px;
}

.categories li a {
    color: #FFF;
    display: inline-block;
    width: 85%;
    float: left;
    position: relative;
    text-align: left;
}

.categories li a:hover {
    color: #34495e;
}

.basic-button {
    background-color: #60d1c7;
    color: #fff;
}

.basic-button:hover {
    color: #FFF;
    background-color: rgb(63, 180, 170);
}

.buy-button {
    background-color: rgb(46, 59, 72);
    color: #fff;
}

.buy-button:hover {
    background-color: rgb(35, 41, 47);
    color: #fff;
}

.office {
    background: url(../images/other/map.png) center no-repeat;
}

.office-content, .photo-content {
    background-color: rgba(7, 187, 134, 0.85);
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 60px;
    min-width: 1200px;
}

.photo {
    min-width: 1200px;
    background: url(../images/imageresizerx/photo.jpg) no-repeat top center;
    background-size: cover;
}

.photo.lockpc {
    min-width: 1200px;
    background: url(../images/lockpc/back.jpg) no-repeat top center;
    background-size: cover;
}

.photo h1 {
    font-size: 48px;
    color: #FFF;
    margin-top: 60px;
    margin-bottom: 30px;
}

.photo .short-info {
    color: #FFF;
    line-height: 1.4;
    width: 80%;
    font-size: 20px;
    margin-bottom: 50px;
}

.photo .info-text {
    font-weight: 800;
    color: #2c343b;
}

.photo li {
    font-size: 18px;
    margin: 16px 0;
    color: #FFF;
    line-height: 1.4;
}

.info-price {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 32px;
}

.info-price p {
    text-align: center;
}

.info-price .title {
    line-height: 1.4;
    padding: 0 0 17px;
    display: block;
    font-size: 16px;
}

.photo .col-2 {
    margin-top: 60px;
    background: #FFF;
}

.photo .info-button {
    text-align: center;
    display: block;
    padding: 1.2em 1.4em;
    margin-top: .8em;
    background-color: #4ecc9f;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    line-height: 1.4;
}

.photo .info-button:hover {
    background-color: rgb(38, 194, 129);
}

.photo img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.photo .info-button.secondary {
  background-color: rgba(22, 26, 30, 0.8);
}

.photo .info-button.secondary:hover {
    background-color: #161a1e;
}

.documentation {
    padding-top: 15px;
    padding-left: 32px;
    float: left;
    width: 100%;
}

.documentation img {
    margin-top: -4px;
    margin-right: 15px;
    float: left;
}

.documentation a {
    text-decoration: underline;
}

.documentation a:hover {
    text-decoration: none;
}

.system-requirements {
    padding-top: 50px;
    padding-bottom: 30px;
}

.system-requirements h2 {
    text-align: center;
    font-size: 36px;
    line-height: 150px;
}

.system-requirements ul li {
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.2;
    padding-left: 15px;
}

.system-requirements strong {
    font-weight: 800;
}

.system-requirements p {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}

.software .yes {
    padding-top: 10px;
    padding-bottom: 10px;
}

.software .yes img {
    margin-bottom: -5px;
}

.solutions {
    color: #FFF;
}

.footer-menu .solutions ul li {
    width: 100% !important;
    margin: 5px 0 !important;
}

.benefits {
    padding-bottom: 30px;
}

.benefits h2, .capabilities h2, .advantages h2 {
    text-align: center;
    font-size: 36px;
    line-height: 150px;
}

.benefits ul li.left{
    clear: both;
}

.benefits ul li {
    width: 100%;
    list-style: none;
    float: left;
    padding: 10px 0 20px 95px;
    margin: 0 40px 0 0;
    line-height: 1.6;
    transition: 0.3s;
    border-bottom: 1px solid rgb(210, 215, 211);
}

.benefits ul li:nth-child(1) {
    border-top: 1px solid rgb(210, 215, 211);
}

.benefits ul li.data {
    background: url('../images/lockpc/data.png') no-repeat 20px 13px transparent;
}

.benefits ul li.speed {
    background: url('../images/lockpc/speed.png') no-repeat 20px 13px transparent;
}

.benefits ul li.rocket {
    background: url('http://www.regensoftware.com/images/lockpc/rocket.png') no-repeat 20px 13px transparent;
}

.benefits ul li.binary {
    background: url('../images/keycode/binary.png') no-repeat 20px 13px transparent;
}

.benefits ul li.browser {
    background: url('../images/keycode/browser.png') no-repeat 20px 13px transparent;
}

.benefits ul li.code {
    background: url('../images/keycode/code.png') no-repeat 20px 13px transparent;
}

.benefits ul li.key {
    background: url('http://www.regensoftware.com/images/passwordgenerator/key.png') no-repeat 20px 13px transparent;
}

.benefits ul li.fire {
    background: url('../images/passwordgenerator/fire.png') no-repeat 20px 13px transparent;
}

.benefits ul li.shield {
    background: url('../images/passwordgenerator/shield.png') no-repeat 20px 13px transparent;
}
.benefits ul li:hover {
    background-color: #2E3B48;
    color: #FFF;
    cursor: pointer;
    transition: 0.3s;
}

.benefits ul li span {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.capabilities {
    min-width: 1200px;
    background: rgb(238, 238, 238);
    padding-bottom: 30px;
}

.capabilities ul li span {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

.capabilities ul li.lock {
    background: url('http://www.regensoftware.com/images/lockpc/lock.png') no-repeat 20px 13px transparent;
}

.capabilities ul li.cdrom {
    background: url('../images/lockpc/cdrom.png') no-repeat 20px 13px transparent;
}

.capabilities ul li.image {
    background: url('../images/lockpc/image.png') no-repeat 20px 13px transparent;
}

.capabilities ul li.password {
    background: url('../images/lockpc/options.png') no-repeat 20px 13px transparent;
}

.capabilities ul li.screen {
    background: url('../images/avrecorder/screen.png') no-repeat 20px 13px transparent;
}

.capabilities ul li.quality {
    background: url('http://www.regensoftware.com/images/avrecorder/quality.png') no-repeat 20px 13px transparent;
}

.capabilities ul li.micro {
    background: url('../images/avrecorder/micro.png') no-repeat 20px 13px transparent;
}

.capabilities ul li.fps {
    background: url('../images/avrecorder/fps.png') no-repeat 20px 13px transparent;
}

.capabilities ul li {
    width: 45%;
    list-style: none;
    float: left;
    padding: 10px 0 20px 95px;
    margin: 0 40px 0 0;
    line-height: 1.6;
    transition: 0.3s;
}

.capabilities ul li.left {
    clear: both;
}

.photo.avrecorder {
    min-width: 1200px;
    background: url(../images/avrecorder/work.jpg) no-repeat top center;
    background-size: cover;
}

.photo.flashclipboard {
    min-width: 1200px;
    background: url(http://www.regensoftware.com/images/flashclipboard/background.jpg) no-repeat top center;
    background-size: cover;
}

.photo.keycode {
    min-width: 1200px;
    background: rgba(7, 187, 134, 0.85);
}

ul.basic-solution li {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0 0 20px 30px;
    margin: 0 40px 0 0;
    background: url('../images/other/check.png') no-repeat 0px 4px transparent;
    line-height: 1.6;
}

.benefits.gray {
    min-width: 1200px;
    background: rgb(238, 238, 238);
}

.error404 h2 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 25px;
    color: #5ad4a0;
    text-align: center;
}

.error404 h4 {
    margin-bottom: 55px;
    font-size: 24px;
    line-height: 27px;
    color: #5ad4a0;
    text-align: center;
}

.error404 p {
    text-align: center;
}

.SuccessEmail, .ErrorEmail, .LoadingEmail {
    line-height: 1.3;
    color: #FFF !important;
}

.screenshots {
    padding-bottom: 30px;
}

.screenshots h2 {
    text-align: center;
    font-size: 36px;
    line-height: 150px;
}

.about-application {
    float: left;
    width: 45%;
    padding-right: 5%;
    padding-left: 15px;
}

.requirements {
    float: left;
    width: 45%;
    padding-left: 5%;
}

.about-lang {
    margin-top: 10px;
    margin-left: 15px;
}

.about-application li a {
    padding-left: 5px;
}

.system-requirements.requirements.system {
    line-height: 10;
}

.date {
    background: url(../images/other/date.png) no-repeat;
    width: 118px;
    height: 108px;
    font-size: 1.8em;
    margin: 0 40px 0 32px;
    padding: 10px 0 0;
    float: left;
    clear: both;
    line-height: 1.4em;
    color: #FFF;
    text-align: center;
}

.last-version {
    min-width: 1200px;
}

.last-version p.version-info {
    font-size: 4em;
    margin-top: 18px;
    margin-bottom: 3px;
    line-height: 1.8em;
}

.date span {
    display: block;
    margin-top: 18px;
    margin-bottom: 18px;
}

.date {
    width: 118px;
    height: 118px;
    line-height: 18px;
    font-size: 20px;    
}

.last-version ul {
    font-size: 1.5em;
    line-height: 30px;
    color: #111;
    float: left;
    width: 1100px;
    margin: 0 0 0 90px;
    border-left: 1px solid #4ecc9f;
    padding: 25px 0 20px 33px;
    list-style-type: none;
}

.last-version ul li.new {
    background: url(http://www.regensoftware.com/images/other/plus.png) no-repeat;
}

.last-version ul li.delete {
    background: url(http://www.regensoftware.com/images/other/delete.png) no-repeat;
}

.last-version ul li.fix {
    background: url(http://www.regensoftware.com/images/other/fix.png) no-repeat;
}

.appeal {
    min-width: 1200px;
    background: url(../images/other/bottom-fon.jpg) no-repeat top center;
    background-size: cover;
}

.last-version ul li.new, .last-version ul li.fix, .last-version ul li.delete {
    height: 32px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.appeal p {
    color: #FFF;
    font-size: 20px;
    padding-left: 90px;
    max-width: 680px;
    line-height: 1.5em;
    text-align: center;
    float:left;
    margin-top: 15px;
    width: 1200px;
}

.last-version ul li {
    padding-left: 55px;
    padding-bottom: 10px;
}

.appeal .photo-content {
    padding-bottom: 30px;
}

.appeal .info-button {
    text-align: center;
    display: block;
    padding: 1.2em 1.4em;
    margin-top: .8em;
    background-color: #4ecc9f;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    line-height: 1.4;
    max-width: 300px;
}

.appeal .info-button:hover {
    background-color: rgb(38, 194, 129);
}

.appeal img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.appeal .info-button.secondary {
  background-color: rgba(22, 26, 30, 0.8);
}

.appeal .info-button.secondary:hover {
    background-color: #161a1e;
}

.appeal-button {
    margin-left: 150px;
    width: 250px;
    float: left;
}

@media only screen and (min-width: 240px) and (max-width: 1239px) {	
    .container {
        width: 1170px;
    }
    
    #header .logo {
        padding-left: 15px;
    }
    
    .system-requirements ul li {
        margin-left: 15px;
    }
    
    .col-3 {
        margin-left: 15px;
    }
}

.name-app {
    font-size: 1.4em;
    padding-bottom: 20px;
    text-decoration: none;
    font-weight: 400;
}

.name-app {
    font-size: 1.4em;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: 400;
}

.advantages {
    color: #FFF;
    min-width: 1200px;
    background-color: #2E3B48;
    padding-bottom: 40px;
}

.advantages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.advantages-grid {
    text-align: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.advantages-grid li {
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 56px;
    padding: 0 15px;
    vertical-align: top;
    width: 304px;
}

.advantages-grid li b {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.333;
    margin-bottom: 16px;
    max-width: 260px;
}

.advantages-grid li b.one-line {
    min-height: 62px;
    line-height: 62px;
}

.download-app {
    background-color: #2E3B48;
    box-sizing: border-box;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    min-width: 1200px;
}

.download-app p {
    color: #FFF;
    font-size: 20px;
    padding-left: 90px;
    max-width: 680px;
    line-height: 1.5em;
    text-align: center;
    float:left;
    margin-top: 15px;
    width: 1200px;
}

.appstore-icon img {
    margin-top: 10px;
    padding-bottom : 0;
}