/*
Theme Name: Ndepend
Author: Atomic Duo
Author URI: https://growthlabs.com/
Description: Blog theme for ndepend. Customised version of the wordpress team's Twentyfifteen theme.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Text Domain: ndepend
*/

/* ✰ Normalize CSS v1.1.2 | MIT License | git.io/normalize 
 * ==|=======================================================================
 */

/*
* { 
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	*behavior: url('js/boxsizing.htc'); 
}*/

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

html {
	background: #fff;

	font-size: 100%; /* Correct text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. */
	-ms-text-size-adjust: 100%; /* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
	-webkit-text-size-adjust: 100%; 
}

html, body, button, input, select, textarea {
	font-family: 'Simple', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

body {
	margin: 0;
	min-width: 300px;
}

a {
	color: #0077c6;
	text-decoration: none;
}

a:not([href]) {
    font-size: 1.3em;
}


:focus {
	outline:none;
}

a:focus {
	outline: thin dotted;
}

a:active, a[href]:hover {
	color: #0076c6;
	outline: 0;
}

/* TYPOGRAPHY */ 

h1, h2, h3, h4, h5, h6 {
	color: #0077c6;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
    font-weight: bold;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

b, strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

hr {
	height: 0;
}

p, pre {
	margin: 1em 0;
}

u {
	text-decoration: underline;
}

code, pre {
	color: #000;
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before, q:after {
	content: '';
	content: none;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* LISTS, TABLES, EMBEDS, ETC. */

dl, ol, ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

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

.menu {
	padding-left: 0;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}

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

img {
	border: 0; /* Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. */
	-ms-interpolation-mode: bicubic; /* Improve image quality when scaled in IE 7. */
}

svg:not(:root) {
	overflow: hidden; /* Correct overflow displayed oddly in IE 9. */
}

/* FORMS */

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal; 
	*margin-left: -7px; /* Correct alignment displayed oddly in IE 6/7. */
}

button, input, select, textarea {
	border: 0;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
}

button, select {
	text-transform: none;
}

button,
html input[type="button"], /* android bug */
input[type="reset"],
input[type="submit"] {
	text-transform: uppercase;
	-webkit-appearance: button; /* android audio/video control bug */
	cursor: pointer; 
	*overflow: visible;  /* Remove inner spacing in IE 7 without affecting normal text inputs. */
}

button[disabled], html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;    /* IE8/9 */
	*height: 13px; /* IE7 */
	*width: 13px;  /* IE7 */
}

input[type="search"] {
	-webkit-appearance: textfield; 
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; /* Remove inner padding and search cancel button in Safari 5 and Chrome */
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0; /* Remove inner padding and border in Firefox 3+. */
	padding: 0; 
}

textarea {
	overflow: auto;
	vertical-align: top;
}


/* ==|== non-semantic helper classes ======================================== */
.ir {
	display: block; border: 0; background-color: transparent; background-repeat: no-repeat;
	text-align: left; direction: ltr; overflow: hidden; text-indent: -999em;
}
.ir br     { display: none; }

.hidden    { display: none !important; visibility: hidden; }
.invisible { visibility: hidden; }

.clear:before, .clear:after { content: ""; display: table; }
.clear:after                { clear: both; }
.clear                      { zoom: 1; }
.noclear { clear: none !important; }

.cen   { text-align: center; }
.vcen  { vertical-align: middle; }
.right { float: right; }
.wrap  { overflow: hidden; }
.left  { float: left; }

.db    {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}



/*	GENERAL
 ---------------------------------------------------------------------------- */
body {
	color: #202020;
	color: #666;
}

.blue {
	color: #004c86;
}

.lightblue {
	color: #0077c6;
}

a.lightblue:hover {
	color: #004c86;	
}

.orange {
	color: #ff9f10;
}

.white {
	color: #fff;
}

.grey {
	color: #999;
}

p.grey {
	font-size: 16px;
	line-height: 22px;
}

p.grey a {
	border-bottom: 1px solid #dadada;
}

.hover {
	background: #ffebd1;
}

.container {
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px;
}

.container a[href] { 
	color: #0077c6;	
}

.container a[href]:hover {
	color: #3399FF;	
}

.container, .controls {
	/*min-width: 340px;*/
}

.block {
	margin: 55px 0;
	padding-bottom: 55px;
	border-bottom: 1px solid #eee;
}

.page-title {
	font-size: 30px;
	margin: 40px 0;
}

.page-title a {
	color: #202020;
}

.big-title {
	font-size: 30px;
	text-align: center;
	margin: 0;
}

.tab .page-title {
	margin: 0 auto;
	padding: 40px 0;
}

.list, .inline {
	list-style: none;
	padding-left: 0;
}

li {
	margin: 15px 0;
}

.inline li {
	float: left;
	margin-right: 20px;
}

.inline li:last-child {
	margin-right: 0;
}

.main code, 
.main pre {
	font-size: 15px;
	line-height: 16px;  /* PAT: ici change 26 to 16 for code line-break http://localhost:3064/NDependRTM/Doc_VS_Arch.aspx#Call */
	padding: 5px 0;
}

.main ul {
	list-style: none;
	padding-left: 0;
}

.main li {
	background: url('img/dot.png') -20px -16px no-repeat;
	padding-left: 21px;
}

.main .ReleaseNote li {
	background: none;
	padding-left: 21px;
}

.box {
	background: #eee;
	padding: 15px;
	font-size: 18px;
	line-height: 28px;
}

table th,
table td {
	padding: 15px;
	font-weight: normal;
	text-align: left;
}

thead th {
	color: #ba7207;
	font-size: 15px;
	background: #ffebd1;
}

thead .subhead th {
	color: #999;
	background: #f8f8f8;
}

tbody .even td {
	background: #eee;
}

tbody .odd td {
	background: #f8f8f8;
}

label {
	display: block;
	overflow: hidden;
	cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
	padding: 10px;
	border: none;
	background: #fff;
}



/*	HEADER
 ---------------------------------------------------------------------------- */
#google_search {
	width: 0px;
	overflow: hidden;
	height: 0px;
}

#search {
	height: 60px;
	padding-top: 1em;
	overflow: hidden;
	position: relative;
	display: none;
}

#search form {
	float: left;
	margin-left: 4%;
	width: 92%;
}

.main form {
	width: 100%;
	margin-bottom: 33px;
}

#search input {
	border: none;
	outline: none;
}

#search input[type=text],
.main form input[type=text] {
	background-color: #eee;
	font-size: 2em;
	text-indent: 4px;
	width: 72.19%;
	padding: .21em;
}

.main form input[type=text] {
	font-size: 20px;
	padding: 12px;
	margin: 0;
}

#search input[type=submit],
.main form input[type=submit],
a.button {
	letter-spacing: .128em;
	background: #272732;
	background: #0077c5;
	color: #FFF;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	width: auto;
	padding: .52em 0;
	position: relative;
	bottom: 3px;
}
#search input[type=submit] {
	width: 19%;	
}

.main form input[type=submit],
a.button {
	text-align: center;
	font-size: 22px;
	letter-spacing: 0px;
	padding: 11px 11px 10px;
	margin: 0;
	bottom: -1px;
}

#search input[type=submit]:hover, 
.main form input[type=submit]:hover,
a.button:hover {
	background: #63636d;
	background: #0f90e4;
}

.main .box input[type="text"],
.main .box input[type="email"],
.main .box input[type="password"],
.main .box select,
.main .box textarea {
	color: #999;
	background: #fff;
	width: 100%;
	padding: 10px;
	border: 1px solid #eee;
}
.main input,
.main form input[type="text"],
.main input[type="name"],
.main input[type="email"],
.main input[type="password"],
.main select,
.main textarea {
	box-sizing: border-box;
	color: #999;
	background: #fff;
	width: 100%;
	padding: 10px;
	border: 1px solid #eee;
}

#search .close {
	color: #666;
	font-size: 1.2em;
	position: relative;
	left: -2.0%;
	top: 0.82em;
}

.header {
	border-bottom: 6px solid #eee;
	position: relative;
}

.header div.logo {
	float: left;
	margin: 30px 40px 23px 0;
    position: relative;
}

.container a.new-version-announce {
    position: absolute;
    color: #ff9f10;
    font-weight: bold;
    right: 0px;
    display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.new-version-announce span {
    background: #ff9f10;
    padding: 3px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    top: -2px;
    position:relative;
}


.navigation a {
	color: #666;
	font-size: 20px;
}

.navigation a:hover {
	background-color: #eee;
        text-decoration:none;
}

.navigation li.hovered a {
	background-color: #eee;	
}

.navigation a:hover,
.navigation .active a {
	color: #0076c6;
        text-decoration:none;
}

.navigation ul {
	margin: 27px 0 0;
}

.navigation li {
	float: left;
	margin: 0;
}

.navigation li a {
	display: block;
	padding: 15px 18px 33px;
}

.navigation li a.search {
    padding: 15px 25px 33px;
}

.navigation li.nav-toggle {
    display: none;
}

.navigation li.nav-toggle a {
    display: block;
    width: 25px;
    height: 25px;
	color: #666;
	box-sizing: content-box;
}
.navigation.opened li.nav-toggle a {
    color: #0077c6;
}

.navigation li.nav-toggle a span,
.navigation li.nav-toggle a:before,
.navigation li.nav-toggle a:after {
    content: '';
    display: block;
    height: 3px;
    background: currentColor;
    margin: 4px 0;
}

.navigation li.nav-toggle a:before {

}

.navigation li.nav-toggle a:after {
    
}

.navigation .active a:after {
	content: '';
	background: url('../img/sprite.png') 0px -3590px;

	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	position: relative;
	left: 10px;
	bottom: 1px;

	width: 10px; 
	height: 6px;
}

.navigation ul {
	float: right;
}

.navigation li.search {
	margin-right: 0;	
}

.navigation ul li {
	position: relative;
}

.navigation .search a:hover {
	background-color: transparent;
	opacity: .7;
}

.header .submenu,
.navigation .child {
	display: none;
}

.header .submenu {
	width: 64%;
	width: auto;
	background: #eee;
	padding: 15px;
	position: absolute;
	top: 99px;
	/*right: 0;*/
	z-index: 5;
}

.header .submenu.search-is-open {
	top: 173px;
}

.header .submenu .child {
	margin: 0 65px;
	float: left;
}

.header .submenu .child:first-child {
	margin-left: 25px;
}

.header .submenu .child:last-child {
	margin-right: 25px;
}

.header .submenu .child li {
	float: none;
	margin: 15px 0;
}

.header .submenu .child a {
	color: #0077c5;
	padding: 0;
	font-size: 15px;
}

.header .submenu .child a:hover {
	color: #ff9f10;
	background: transparent;
}

.header .submenu .child .list-title h3 {
	font-size: 18px;
	margin-bottom: 30px;
	color: #666;
	background-color: transparent;
}



/*	SLIDER
 ---------------------------------------------------------------------------- */
.slider, .slider a {
	color: #fff;
}

.slider {
	position: relative;
	background: url('img/background-slider.png') bottom center repeat-x;
}

.home .slider {
	background-position: top center;
}

.sliderTiny .container { /* PAT CHANGED HERE!!*/
	position: relative;
	top: 0;
	left: 0;
	height: 150px;
	background: url('img/background-chair.jpg') 30% -180px no-repeat;
	display: block;
}

.slider .overlay {
	background: url('img/background-chair.jpg') 50% -180px no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.slider .overlay {
		background: url('img/background-chair.webp') 50% -180px no-repeat;
	}
}

.home .slider .overlay {
	background-position: 50% 300px;
}

.slider .description {
	padding-top: 32px;
}

.product-features .slider .description {
	width: 630px;
	float: left;
}

.description h1 {
	color: #fff;
	font-size: 30px;
	margin-top: 0;
	font-weight: normal;
}

.description p {
	margin-top: 0;
	font-size: 17px;
	line-height: 27px;
}

.trial .download {
	margin-bottom: 7px;
}

.trial {
	width: 266px;
	float: right;
	text-transform: uppercase;
}


.try {
	margin: 17px 0;
	font-size: 16px;
}

.try a {
	border-bottom: 1px solid #6783a3;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.try a[href] {
	color: #ffffff;
}

.try a[href]:hover {
	color: #ff9f10;
}

.download {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #ff9f10;
	display: block;
	width: 266px;
	height: 64px;
	line-height: 68px;
}

.download:hover {
	color: #fff;
}

.download:hover .blue {
	color: #fff;
}

#overview-video {
	border: 10px solid #eee;
	height: 580px !important;
}

/* homepage slider */
.home .slider, 
.home .slider .overlay {
	position: relative;	
}

.home .slider .overlay {
	background-position: 50% 0px;
}

.home .slider .app {
	width: 100%;
	margin-bottom: 50px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.home .slider .app:first-child {
	display: block;
}

.home .slider .app header {
	height: 230px;
}

.home .slider .app .description {
	width: 310px;
	padding-top: 150px;
}

.home .slider .app .description p {
	margin: 0;
	padding-bottom: 20px;
}

.home .slider .app .download {
	height: 50px;
	width: 232px;
	font-size: 22px;
	line-height: 52px;
}

.home .slider .app-image {
	position: absolute;
	right: -10px;
	top: 56px;
	z-index: 2;
}

.home .slider .container {
	height: auto;
}

.home .slider .overlay { 
	position: relative;
	height: 415px; 
	overflow: hidden;

	padding-bottom: 35px;
}

#prev, #next {
	display: block;
	width:  40px;
	height: 310px;
	background-image: url('img/arrows.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 120px;
	opacity: .25;
	z-index: 3;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#prev, #next {
		background-image: url('img/arrows.webp');
	}
}

#prev:hover, #next:hover {
	opacity: 1;
}

#prev {
	left: 2%;
	background-position: 0px -675px;
}

#next {
	right: 2%;
	background-position: 0px -355px;
}



/*	HOMEPAGE
 ---------------------------------------------------------------------------- */
.clients.block {
	padding-bottom: 20px;
}

.clients .wrap {
	text-align: center;
	margin-top: 50px;
	position: relative;
	/*height: auto;
	min-height: 110px;*/
}

/*.row-of-clients {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 65px;
}
*/
/*.client {
	opacity: .7;
	margin: 0 30px 20px;
}*/

.what-they-say {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.what-they-say .wrap {
	margin-top: 40px;
}

.quote {
	color: #999;
	float: left;
	line-height: 26px;
	width: 280px;
	float: left;
}

.quote.first {
	margin-right: 16px;
}

.quote h4 {
	color: #999;
	font-size: 20px;
	margin: 20px 0;
}

blockquote {
	color: #666;
	margin: 0 0 10px;
	/*height: 140px;*/
	font-style: italic;
	font-weight: normal;
}

.author {
	font-size: 15px;
	line-height: 20px;
}

.author strong {
	font-size: 16px;
	font-weight: normal;
	color: #202020;
	display: block;
}

.more-testimonials {
	margin-top: 50px;
	font-style: italic;
	text-align: center;
}

.more-testimonials a {
	border-bottom: 1px solid #d6d6d6;
}

.widget_testimonial_widget {
	display: block;
	padding: 10px 0 40px 0;
	text-align: center;
}
.widget_testimonial_widget picture {
	width: 130px;
	height: 130px;
	margin: 0 auto;
	display: block;
}
.widget_testimonial_widget img {
	margin: 0;
	display: block;
	float: none;
}

.widget_testimonial_widget .quote {
	color: #999;
	line-height: 26px;
	width: 100%;
	float: none
}

.widget_testimonial_widget .author {
	font-size: 15px;
	line-height: 20px;
}

.widget_testimonial_widget .author strong {
	font-size: 16px;
	font-weight: normal;
	color: #202020;
	display: block;
}


/*	FEATURES
 ---------------------------------------------------------------------------- */
.features article.feature {
	display: block;
	height: 150px;
	width: 260px; 
	
	margin-right: 20px;
	padding-left: 46px;

	float: left;
}

.features article.third {
	margin-right: 0;
}

.features.block {
	padding-bottom: 30px;
}

.home .features.block {
	padding: 20px 0;
}

.downloads .features h2 {
	border-bottom: none;
}

.overview.block {
	margin-top: 0px !important;
	margin-bottom: 0px;
}

article.feature h2 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	margin: 10px 0;
	font-size: 17px;
	font-weight: normal;
	border-bottom: 1px solid #d6d6d6;
}

article.feature h2 a {
	color: #202020;
}

article.feature h2 a:hover {
	color: #004c86;
}

.home article.feature h2 {
	border-bottom: none;
}

article.feature p {
	color: #666;
	font-size: 16px;
	line-height: 20px;
	width: 230px;
	margin: 0;
}



/*	DOWNLOADS - TRIAL FORM, UPGRADES
 ---------------------------------------------------------------------------- */
.trial-form p.grey {
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	width: 90%
}

.trial-form p.grey:last-child {
	margin-bottom: 0;
}

.trial-form form input[type=text] {
	width: 69%;
}

.trial-form form input[type=submit] {
	width: 26%;
}

.download-form form input[type=text] {
	width: 50%;
}

.download-form form input[type=submit] {
	width: 45%;
}

.license {
	margin-bottom: 35px;
}

.license .box {
	width: 80%;
}

.license .button {
	padding-left: 0;
	padding-right: 0;
	width: 16.85%;
	position: relative;
	bottom: 1px;
}

table .t_number {
	width: 20%;
}

table .t_price_buy {
	width: 40%;
}

table .t_price_additional {
	width: 40%;
}

table .eur {
	width: 40px;
}

table .t_price .usd {
	width: 70%;
}

table .t_price_add .usd {
	width: 24%;
}

.buy-prices {
	margin-top: 35px;
}

.buy-prices table {
	margin-top: 42px;
}


.buyCheckOutButton input{
  font-size:20px; 
  font-weight:bold; 
  background:#0077c5; 
  color:#ffffff; 
  padding:12px;
  
}

.buyCheckOutButton input:hover {
	background: #0f87d5;
}

.buyTotal {
  font-size:18px; 
  font-weight:bold; 
  color:#0077C7; 
}

.upgradeLink {
  font-size:20px; 
  font-weight:bold; 
  background:#0077c7; 
  padding: 12px;
}

.upgradeLink a[href]{
  color:#ffffff;
}

.upgradeLink a[href]:hover{
  color:#66ccff;
}


#buy-form {
	border-bottom: none;
	padding-bottom: 10px;
}

#buy-form p, 
#buy-form label,
#buy-form input,
#buy-form select {
	font-size: 16px;
}

#buy-form label {
	height: 45px;
	line-height: 45px;
	margin-bottom: 13px;
	/*width: 95%;*/
}

#buy-form label input,
#buy-form label select {
	height: 25px;
	line-height: 25px;
	float: right;
	margin-right: 12px;
}

#buy-form form p {
	margin-top: 0;
}

#what-license,
.customSelect {
	color: #999;
	width: 452px;
	cursor: pointer;
	margin-right: 12px;
}

.customSelect {
	float: right;
	padding-left: 14px;
	padding-right: 14px;
	border-bottom: 3px solid #e4e4e4;
	background: #f8f8f8 url('img/arrow-select.png') top right no-repeat;
}

#buy-form label.last {
	padding-bottom: 3px;
	margin: 0;
}

#buy-form .submit {
	font-size: 22px;
	width: 240px;
	position: relative;
	bottom: 1px;
}


/*	LANDING PAGE 1
 ---------------------------------------------------------------------------- */

#landing-page-one .landing-features {
    float: left;
    margin-right: 20px;
}

#landing-page-one .landing-features article.feature {
    float: none;
    height: auto;
    margin-bottom: 20px;
}

#landing-page-one .landing-features article.feature h2 {
    margin-top: 5px;
}

#landing-page-one .landing-features article.feature p {
}

#landing-page-one .landing-features .more-features {
    margin-top: 0px;
    text-align: left;
    font-style: italic;
    margin-left: 46px;
}

#landing-page-one .landing-features .more-features a {
    border-bottom: 1px solid #d6d6d6;
}

#landing-page-one .landing-testimonials {
    width: 594px;
    display: block;
    float: left;
    margin-right: 20px;
}

#landing-page-one .landing-testimonials .quote {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
}

#landing-page-one .landing-testimonials .quote.second {
    margin-bottom: 5px;
}

#landing-page-one .landing-testimonials blockquote {
    height: auto;
}

#landing-page-one .landing-testimonials img {
    float: left;
    width: 110px;
    margin-right: 15px;
}

#landing-page-one .landing-testimonials .author p {
    margin-top: 5px;
    display: block;
    width: 200px;
    float: left;
    vertical-align: top;
}

#landing-page-one .landing-testimonials .author strong {
    display: inline;
}

#landing-page-one .landing-testimonials .more-testimonials {
    margin-left: 125px;
    margin-top: 0px;
    text-align: left;
}

#landing-page-one #landing-image {

}

#landing-page-one #landing-image a {
    display: block;
}

#landing-page-one .landing-clients {
    margin-top: 80px;
}

@media (max-width: 1024px) {
    #landing-page-one .landing-features, #landing-page-one .landing-testimonials {
        float: none;
        width: 100%;
        text-align: center;
    }
    #landing-page-one .landing-features article.feature {
        display: inline-block;
        vertical-align: top;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
    }
    #landing-page-one .landing-testimonials .quote {
        margin: 20px 0;
    }
    #landing-page-one .landing-testimonials .more-testimonials, #landing-page-one .landing-features .more-features {
        margin-left: 0px;
        margin-top: 25px;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }
}

/*	LANDING PAGE 2
 ---------------------------------------------------------------------------- */

#landing-page-two .landing-features {
    float: left;
    margin-right: 20px;
}

#landing-page-two .landing-features article.feature {
    float: none;
    height: auto;
    margin-bottom: 20px;
}

#landing-page-two .landing-features h1 {
    margin-bottom: 15px;
}

#landing-page-two .landing-features article.feature h2 {
    margin-top: 5px;
}

#landing-page-two .landing-features article.feature p {
}

#landing-page-two .landing-features .more-features {
    margin-top: 0px;
    text-align: left;
    font-style: italic;
    margin-left: 46px;
}

#landing-page-two .landing-features .more-features a {
    border-bottom: 1px solid #d6d6d6;
}

#landing-page-two h2 {
    text-align: center;
}

#landing-page-two .landing-testimonials {
    margin-top: 30px;
}

#landing-page-two .landing-testimonials .quote {
    width: 460px;
}

#landing-page-two .landing-testimonials .quote > div {
    float: left;
    width: 310px;
    margin-left: 20px;
}

#landing-page-two .landing-testimonials .quote img {
    float: left;
    margin-top: 20px;
}

#landing-page-two .landing-testimonials .more-testimonials {
    margin-left: 0px;
    margin-top: 25px;
    text-align: center;
}

#landing-page-two #landing-image {

}

#landing-page-two #landing-image a {
    display: block;
}

#landing-page-two .landing-clients {
    margin-top: 80px;
}

@media (max-width: 1024px) {
    #landing-page-two .landing-features, #landing-page-two .landing-testimonials {
        float: none;
        width: 100%;
        text-align: center;
    }
    #landing-page-two .landing-features article.feature {
        display: inline-block;
        vertical-align: top;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
    }

    #landing-page-two .wistia_embed {
        width: 100%;
    }

    #landing-page-two .landing-testimonials .quote {
        margin: 20px 0;
        width: 100%;
        text-align: center;
    }

    #landing-page-two .landing-testimonials .quote img {
        float: none;
    }

    #landing-page-two .landing-testimonials .quote > div {
        width: 100%;
    }
    #landing-page-two .landing-testimonials .more-testimonials, #landing-page-two .landing-features .more-features {
        margin-left: 0px;
        margin-top: 25px;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }
}


/*	Master Landing Page
 ---------------------------------------------------------------------------- */

.landing-pages .landing-title {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}

.landing-pages .landing-features {
    width: 100%;
    float: none;
    margin-right: 0px;
}

.landing-pages h2, .landing-pages h3 {
    font-size: 30px;
    color: #0077c6;
    font-weight: bold;
    margin-bottom: 40px;
}

.landing-pages p {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 2em;
    line-height: 1.6em;
}

.landing-pages section {
    margin-bottom: 40px;
}

.landing-pages .landing-features > div {
    display: block;
}

.landing-pages .landing-features article.feature {
    width: 50%;
    float: left;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 0 0;
    min-height: 50px;
}

.landing-pages .landing-features h1 {
    margin-bottom: 40px;
}

.landing-pages .landing-features article.feature h2 {
    margin-top: 5px;
    border: none;
    text-align: left;
    padding-left: 55px;
    padding-right: 55px;
    color: #666;
}

.landing-pages .landing-features article.feature p {
}

.landing-pages .landing-features .more-features {
    margin-top: 0px;
    text-align: left;
    font-style: italic;
    margin-left: 46px;
}

.landing-pages .landing-features .more-features a {
    border-bottom: 1px solid #d6d6d6;
}

.landing-pages h2 {
    text-align: center;
}

.landing-pages #video {
    text-align: center;
}

.landing-pages #landing-quotes {
    margin-bottom: 80px;
}

.landing-pages #landing-quotes .quote {
    width: 46%;
}
.landing-pages #landing-quotes .first {
    margin-right: 4%;
}

.landing-pages #landing-quotes .second {
    margin-left: 4%;
}

.landing-pages #landing-quotes blockquote {
    height: auto;
    min-height: 100px;
}

.landing-pages .landing-testimonials {
    margin-top: 30px;
}

.landing-pages .landing-testimonials .quote {
    width: 460px;
}

.landing-pages .landing-testimonials .quote > div {
    float: left;
    width: 310px;
    margin-left: 20px;
}

.landing-pages .landing-testimonials .quote img {
    float: left;
    margin-top: 20px;
}

.landing-pages .landing-testimonials .more-testimonials {
    margin-left: 0px;
    margin-top: 25px;
    text-align: center;
}

.landing-pages #landing-image {

}

.landing-pages #landing-image a {
    display: block;
}

.landing-pages .landing-clients {
    margin-top: 80px;
}

.landing-pages .download-link-bottom {
    text-align: center;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 100px;
}
.landing-pages .download-link-bottom a {
    color: #fff;
    background: #0077c5;
    padding: 11px 11px 10px;
    font-weight: 700;
}
.landing-pages .download-link-bottom a:hover {
    color: #fff;
    background: #0f90e4; 
}

@media (max-width: 1024px) {
    .landing-pages .landing-features, #landing-page-two .landing-testimonials {
        float: none;
        width: 100%;
        text-align: center;
    }
    .landing-pages .landing-features article.feature {
        display: inline-block;
        vertical-align: top;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
    }

    .landing-pages .wistia_embed {
        width: 100%;
    }

    .landing-pages .landing-testimonials .quote {
        margin: 20px 0;
        width: 100%;
        text-align: center;
    }

    .landing-pages .landing-testimonials .quote img {
        float: none;
    }

    .landing-pages .landing-testimonials .quote > div {
        width: 100%;
    }
    .landing-pages .landing-testimonials .more-testimonials, .landing-pages .landing-features .more-features {
        margin-left: 0px;
        margin-top: 25px;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }
}



/*	ACCORDION & TABS
 ---------------------------------------------------------------------------- */
.tab {
	border-bottom: 1px solid #eee;
}

.tab header {
	cursor: pointer;
}

.tab .page-title {
	background: url('img/arrows.png') 100% 50px no-repeat;
}

.tab.loading .page-title {
	background: url('img/spinner.gif') 100% 44px no-repeat;
}

.tab.opened .page-title {
	background-position: 100% -111px;
}

.tab.opened header, 
.tab header:hover {
	background: #ffebd1;
}

.tab.loading {
	background-color: #ffebd1;
}

.text {
	color: #666;
	font-size: 16px;
	line-height: 22px;
	background: #fefefe;
	padding: 5px 0;

	display: none;
}

.main .text li {
	background-position: -20px -13px;
}


/*	Comments
 ---------------------------------------------------------------------------- */
.comments-area ol {
	list-style-type: decimal;
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}
.comments-area ol li {
	background: none;
}
.comment-list > li {
	padding-left: 0px;	
}

/*	FOOTER 
 ---------------------------------------------------------------------------- */
.footer {
	color: #666;
	font-size: 14px;
	margin-top: 70px;
	background: #eee;
}

.footer a, .footer span {
	color: #999;
}

.footer a:hover {
	color: #0076c6;
}

.footer h3 {
	font-size: 20px;
	color: #202020;
	margin-top: 0;
}

.footer .list {
	margin: 30px 1.3333333% 55px 0;
	float: left;
}

.footer .column {
	width: 24%;
}

.footer .column-2 {
	width: 24%;
}

.footer .column-4 {
	margin-bottom: 15px;
	width: 24%;
}

.footer .column-4 {
	margin-right: 0;
}


.footer footer {
	border-top: 1px solid #dcdcdc;
}

.social.list-title {
	margin-top: 40px;
}

.social a {
	padding-left: 20px;
	padding: 15px 0 15px 25px;
}

.newsletter {
	color: #999;
}

.newsletter input {
	padding: 10px;
}

.newsletter #email {
	width: 200px;
}

.newsletter .submit {
	color: #fff;
	background: #0077c5;
	position: relative;
	left: -3px;
}

.newsletter .submit:hover {
	background: #0f90e4;
}

.footer .atomic {
	text-align: center;
	clear: both;
	width: 200px;
	margin: 0 auto 15px;
	position: relative;
    font-size: 14px;
	/*margin-bottom: 15px;*/
}

.footer .atomic-logo {
	display: block;
	background-color: #eeeeee;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	opacity: 1;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.footer .atomic-logo:hover {
	opacity: 0;
}

.footer .atomic a:hover {
	color: #f46387;
}

.footer .love {
	padding: 5px 2px;
}

.footer .growth {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    clear: both;
}

.footer .growth a {
    color: #eee;
}
.footer .growth-icon {
    background: url("img/growth.png");
    width: 20px;
    height: 22px;
    display: inline-block;
    opacity: 1;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.footer .growth-icon {
		background: url("img/growth.webp");
	}
}

.footer .growth a:hover .growth-icon {
    background-position: 0px -22px;
}

.fancybox-hidden { 
	display:none; 
}

.smallpics { text-align: center; }
.smallpics a { border-bottom: 0; }
.smallpics img { box-shadow: 0 0 3px #666; vertical-align: middle; margin-bottom: 10px; }
.smallpics a:hover img { box-shadow: 0 0 3px #000; }


.entry-content img,
.wp-post-image {
	max-width: 100%;
	height: auto;
}

.blog-title {
    float: left;
    width: 80%;
}

.blog-title a[href] {
	color: #fff;	
}

.blog-nav {
	float: right;
	width: 20%;
	padding-top: 32px;
}

.blog-nav li {
	background: none;
	padding: 0 0;
	text-transform: uppercase;
}

.blog-nav a[href] {
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.blog-nav a[href]:hover {
	color: #ff9f10;
}

.primary {
	width: 80%;	
	float: left;
	padding-top: 40px;
	box-sizing: border-box;
	padding-right: 25px;
}
.secondary {
	width: 20%;
	float: left;
	padding-top: 40px;
}

.secondary h2 {
	margin-top: 0px;	
}

.post {
	margin: 0 auto 60px auto;	
	max-width: 700px;
}

.entry-content {
	overflow-wrap: break-word;
}

.entry-content table {
	table-layout: fixed;
    max-width: 100%;
    display: block;
    overflow-x: auto;
	width: auto;
}

figure {
	margin: 0;
}

.wp-caption {
	max-width: 100%;
}

.embed-youtube {
	width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.embed-youtube .youtube-player {
	width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
    top: 0;
}

.crayon-main .crayon-table {
	background-color: #fff!important;	
}

.signup-form-wrapper {
	background: #fcfcfc; 
	padding: 25px;	
	margin: 50px 0;
}

.signup-form {
	border: 4px solid #eee; 
	padding: 50px;
	text-align: center;
}

.signup-form .download {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 15px 30px;
	margin: 20px 0 0 0;
	line-height: 1.2;
}



/*	RESPONSIVE STUFF
 ---------------------------------------------------------------------------- */
@media (max-width: 1124px) {

	.navigation li a {
		font-size: 16px;
		padding: 18px 16px 34px 16px;
	} 

	.controls,
	#next, #prev{
		height: 40px;
	}

	.controls {
		text-align: center;
		position: relative;
		background: #fff;
		padding-top: 20px;
		z-index: 1;
	}

	#next, #prev {
		opacity: 1;
		position: static;
		padding: 0 10px;
		margin: 0 7px;
		background-position: 0px -1099px;
		opacity: .7;
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}

	#next:hover, #prev:hover {
		opacity: 1;
	}

	#next {
		background-position: 0px -1263px;	
	}
	
	#prev {
		background-position: 24px -1099px;
	}

	.product-home .features.block {
		margin-top: 25px;
	}

}

@media (max-width: 1024px) {
	.header div.logo {
        margin-right: 0;
    }
    .navigation .secondary-menu {
        padding: 0;
    }

    .navigation .menu {
        display: none;
        float: left;
        width: 100%;
        margin-bottom: 27px;
    }

    .navigation .menu li {
        float: none;
    }

    .navigation .menu li a {
        font-size: 18px;
        padding: 16px;
    }

    .navigation .menu > li.has-child > a:after {
        content: '+';
        float: right;
        font-weight: 700;
        color: #ff9f10;
    }

    .navigation .menu > li.opened {
        background: #eee;
    }

    .navigation .menu > li.opened ul {
        display: block;
        float: none;
        margin: 0;
        padding: 16px;
    }

    .navigation .menu .list-title h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        color: #666;
    }

    .navigation .menu .child li {
        padding: 8px 16px;
    }

    .navigation .menu .child a {
        font-size: 16px;
        padding: 0;
        display: inline-block;
    }

    .navigation.opened .menu {
        display: block;
    }

    .navigation li.nav-toggle {
        display: block;
    }

    .header .container {
        margin: 0;
        word-break: normal;
	}
	
	.header h1 {
		margin-right: 25px;
	}

	.navigation .sprite.search {
		height: 18px;
		width: 10px;
		margin-top: 3px;
	}

	.header .submenu {
		padding: 0 5px 10px;
		display: none !important;
	}
	
	.header .submenu .child {
		margin: 0 10px;
	}

	.header .submenu .child a {
		font-size: 16px;
	}

	.header .submenu .child li {
		margin: 5px;
	}

	.header .submenu .child .list-title h3 {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.product-features .slider .description {
		width: 450px;
		/*padding-top: 32px;*/
		float: left;
	}

	.slider .description p {
		font-size: 15px;
	}

	.slider .app .description {
		padding-top: 10px;
	}

	.home .slider .overlay {
		background-position: 50% -120px;
	}

	.home .slider .app .description {
		padding-top: 30px;
	}

	.home .slider .app-image {
		top: 10px;
	}

	.home .slider .overlay {
		position: relative;
		height: 275px;
	}

	.slider .app-image {
		width: 60%; 
		height: auto;
		top: 0;
	}

	.container, 
	.tab .page-title {
		width: auto;
		margin: 0 30px;
	}

	#overview-video {
		height: 460px !important;
	}

	.product-features article.feature {
		height: 150px;
		width: 25%;
	}

	.product-features article.feature p {
		font-size: 12px;		
	}

	article.feature h2 {
		font-size: 16px;
		font-weight: bold;
	}

	.quote.second {
		margin: 0 15px;
	}

	.license .box {
		width: 100%;
	}

	.license .button {
		width: 165px;
	}

	.footer {
		font-size: 12px;
	}

	.footer h3 {
		font-size: 16px;
	}

	.newsletter #email {
		width: 140px;
	}

	.newsletter small {
		font-size: 9px;
	}

	.footer .list {
		margin-right: 30px;
	}

	.footer .column {
		width: 175px;
	}

	.footer .column-2 {
		width: 140px;
	}

	.footer .column-4 {
		margin-bottom: 15px;
		width: 210px;
	}

}

@media (max-width: 980px) {

	.trial-form form input[type=text] {
		width: 60%;
	}

	.trial-form form input[type=submit] {
		width: 33%;
	}

	.download-form form input[type=text] {
		width: 38%;
	}

	.download-form form input[type=submit] {
		width: 55%;
	}

}

@media (max-width: 949px) {
	
	.header .submenu {
		/*width: 70%;*/
	}

	.quote {
		float: none;
		width: 100%;
		text-align: center;
	}

	.quote h4 {
		margin-bottom: 15px;
	}

	.quote:last-child {
		margin-bottom: 0;
	}

	.quote blockquote {
		height: auto;
		margin-bottom: 15px;
	}

	.quote,
	.quote.second {
		margin: 0 0 50px 0;
	}

	.quote .author strong {
		display: inline;
	}

	.footer .column-4 {
		margin-right: 0;
	}

	#buy-form label input {
		width: 230px;
	}

	#what-license,
	.customSelect {
		width: 222px;
	}

}

@media (max-width: 850px) {

	.navigation li {
		margin-top: 0;
	}

	.header .submenu {
		top: 156px;
		/*width: 100%;*/
	}
	
	.header .submenu.search-is-open {
		top: 232px;
	}

	.header .submenu .child {
		margin-left: 20px;
	}

	.header .navigation {
		position: relative;
	}

	.header .navigation a {
		padding: 15px 20px 25px;
	}

	.header .navigation a {
		background-position: 25px -4465px;
	}

	.home .slider .overlay {
		padding-top: 10px;
	}

	.product-home .features.block {
		padding: 0;
		margin: 25px 0;
	}

	.product-home .features article.feature {
		height: 120px;
	}

	.slider .app .description {
		font-size: 15px;
		width: 100% !important;
		text-align: center;
	}

	.home .slider .app .description {
		height: auto;
	}	 

	.home .slider .overlay {
		height: 200px;
	}
	
	.home .slider .app header {
		height: 165px;
	}

	.slider .app-image {
		display: none;
	}

	.slider .app .download {
		margin: 0 auto;
	}

	.footer .column-1,
	.footer .column-2,
	.footer .column-3 {
		min-height: 285px;
	}

	.footer .column {
		font-size: 16px;
	}

	.footer .column h3 {
		font-size: 20px;
	}

	.footer .column {
		margin-right: 70px;
		width: 195px;
	} 

	.footer .column-2 {
		width: 160px;
	}

	.footer .column-3 {
		margin-right: 0;
	}

	.footer .column-4 {
		margin-bottom: 15px;
		width: 210px;
	}

	.footer .social {
		margin-top: 0;
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}

	.footer .social.list-title {
		margin-top: 30px;
		display: block;
	}

	.footer .social a {
		padding-right: 10px;
	}

}

@media (max-width: 785px) {
	
	body {
		padding-top: 0px !important;
	}
	
	.container {
		margin: 0;
		padding: 0 15px;
	}

	.primary,
	.secondary {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}

	.navigation .active a:after {
		display: none;
	}

	.big-title {
		font-size: 24px;
	}

	.navigation a {
		font-size: 16px;
	}

	.tab .page-title {
		font-size: 20px;
		padding: 20px 0;
		background-position: 100% 23px;
	}
	
	.slider .description {
		width: 100%;
		padding-top: 32px;
		float: none;
	}	
	
	.slider .trial {
		width: 100%;
		overflow: hidden;
	}

	.slider .download {
		margin-bottom: 0;
	}

	.slider .try-these {
		padding: 15px 0;
	}

	.slider .try {
		display: inline;
		margin-right: 15px;
	}

	.slider .overlay {
		background-position: 50% -120px;
	}

	.slider .description p br {
		display: none;
	}

	.tab.opened .page-title {
		background-position: 100% -137px;
	}

	.tab.loading .page-title {
		background-position: 100% 17px;
	}

	.product-features article.feature {
		width: 40%; 
		
		margin-right: 20px;
		padding-left: 46px;
	}

	.product-features article.feature:nth-child(odd) {
		margin-right: 25px;
	}

	.product-features article.feature:nth-child(even) {
		margin-right: 0;
	}

	.product-features article.feature p {
		font-size: 16px;		
	}

	article.feature h2 {
		font-size: 16px;
		font-weight: normal;
	}

	.product-home .features.block {
		margin: 45px 0;
	}

	.product-home .features article.feature {
		height: 120px;
	}

	.product-home .features article.feature {
		width: 95%;
		height: auto;
		padding-bottom: 30px;
		padding-left: 46px;
		margin: 0 auto !important;
		float: none;
	}

	.product-home .features article.feature p {
		font-size: 16px;
		width: 90%;
	}

	.home article.feature h2 {
		font-size: 17px;
		font-weight: normal;
	}

	#search input[type=submit] {
		font-size: .8em;
		padding: 1.3em 0;
		top: -6px;
	}

	#search .close {
		left: 0%;
	}

	.footer .inline.left {
		margin-bottom: 0;
	}

	.footer .inline.right {
		margin-top: 0;
		float: left;
		clear: both;
	}

	.footer {
		font-size: 16px;
	}

	.footer h3 {
		font-size: 20px;
	}

}

@media (max-width: 749px) {

	.footer .column-1,
	.footer .column-2 {
		margin-bottom: 0;
	}

	.footer .column-2,
	.footer .column-4 {
		margin-right: 0;
	}

	.footer .column-3 {
		margin-right: 70px;
		margin-bottom: 0;
	}

	.main form input,
	#what-license,
	.customSelect {
		display: block !important;
		margin: 0 auto !important;
		float: none !important;
		text-align: center !important;
	}

	.main form input[type=text] {
		width: 85%;
	}

	.trial-form form input[type=submit] {
		width: 230px;
	}

	.download-form form input[type=submit] {
		font-size: 16px;
		width: 280px;
	}

	.buy .slider .description {
		padding-top: 10px;
	}

	#buy-form label {
		height: auto;
		/*line-height: 20px;*/
		text-align: left;
	}

	#buy-form label input {
		width: 230px;
		margin: 0 !important;
		text-align: left !important;
	}

	#what-license,
	.customSelect {
		width: 222px;
		margin: 0 !important;
		text-align: left !important;
	}

	#buy-form label.last {
		margin-bottom: 5px;
	}

}

@media (max-width: 635px) {

	.header .submenu {
		top: 143px;
		/*width: 100%;*/
	}
	
	.header .submenu.search-is-open {
		top: 219px;
	}

	.header .navigation a {
		font-size: 16px;
		padding: 15px 10px;
	}

	.header .navigation li.search {
		margin-left: 5px;
	}
	
	.navigation .sprite.search {
		margin-left: 5px;
		height: 15px;
		background-position: 0px -4465px;
	}

}

@media (max-width: 660px) {

	header h1 {
		margin-right: 35px;
	}

	.slider .description h1 {
		font-size: 28px;
		margin-bottom: 10px
	}

	.product-features article.feature {
		width: 260px; 
		width: 95%;
		height: auto;
		padding-bottom: 30px;
		padding-left: 46px;
		margin: 0 auto !important;
		float: none;
	}

	.product-features article.feature p {
		font-size: 16px;
		width: 90%;
	}

	article.feature h2 {
		font-size: 17px;
		font-weight: normal;
	}

	#overview-video {
		height: 320px !important;
	}

	table th,
	table td {
		padding: 10px;
	}

	thead th {
		font-size: 16px;
	}
	
	tbody td {
		font-size: 12px;
	}

}

@media (max-width: 560px) {

	.slider .description {
		padding-top: 20px;
	}

	.buy .slider .description {
		padding-top: 20px;
	}

	.slider .description h1 {
		font-size: 26px;
	}

	.slider .description p {
		font-size: 16px;
		line-height: 18px;
	}
	
	.slider .download {
		font-size: 16px;
		width: 230px;
		height: 48px;
		line-height: 52px;
		margin: 0 auto;
	}

	.slider {
		text-align: center;
	}

	.slider .try {
		font-size: 16px;
	}

	.slider .try:last-child {
		margin-right: 0;
	}

	.license .button {
		width: 135px;
		font-size: 17px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

}

@media (max-width: 480px) {

	.header h1 {
		float: none;
		text-align: center;
	/*	float: none;
		margin-left: auto;
		margin-right: auto;*/
	}

	.header .submenu {
		width: 100% !important;
		left: 0 !important;
	}

	.header h1 a {
		margin: 0 auto;
	}

	.header .navigation .menu-item-6 {
		margin-right: 0;
	}
	.header .navigation li.search {
		display: none;
		margin-left: 5px;
	}
	
	.navigation .sprite.search {
		margin-left: 5px;
		height: 15px;
		background-position: 0px -4465px;
	}

	.slider .try {
		font-size: 11px;
	}	

	header h1 {
		margin-right: 20px;
	}

	.quote .author strong {
		display: block;
	}

	#overview-video {
		height: 240px !important;
	}

	.box {
		font-size: 15px;
		line-height: 22px;
	}

	.footer {
		text-align: center;
		font-size: 12px;
	}

	.footer h3 {
		font-size: 16px;
	}

	.footer .column {
		margin-bottom: 0;
		margin-right: 0;
		width: 100%;
		min-height: 0;
	}

	.footer .social.list-title {
		margin-top: 60px;
	}

	.footer .column-4 {
		margin-bottom: 30px;
	}

	thead th {
		font-size: 11px;
	}

	table th,
	table td {
		padding: 5px;
	}

	#buy-form label input,
	#what-license,
	.customSelect {
		width: 100%;
	}
	
	#what-license,
	.customSelect {
		padding-right: 0px;
	}

}

@media (max-width: 400px) {
	
	.customSelect {
		background-position: 260px 0px;
	}

	.signup-form-wrapper {
		background: none;
		padding: 0;	
	}
	
	.signup-form {
		border: 4px solid #eee; 
		padding: 30px 10px;
		text-align: center;
	}

}




/*	SPRITES
 ---------------------------------------------------------------------------- */
.sprite { 
	background-image: url('img/sprite.png');
	background-repeat: no-repeat;
	background-position: top left;
} 
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.sprite {
		background-image: url('img/sprite.webp');
	}
}
.sprite.arrow-big-down { background-position: 0px 0px; width: 50px; height: 100px; } 
.sprite.arrow-big-up { background-position: 0px -110px; width: 50px; height: 100px; } 
.sprite.arrow-next { background-position: 0px -220px; width: 100px; height: 310px; } 
.sprite.arrow-prev { background-position: 0px -540px; width: 100px; height: 310px; } 
.sprite.icon-api { background-position: 0px -855px; width: 50px; height: 200px; } 
.sprite.icon-trend { background-position: 00px -4829px; width: 50px; height: 200px; } 
.sprite.icon-code-quality { background-position: 0px -1065px; width: 50px; height: 200px; } 
.sprite.icon-code-query { background-position: 0px -1275px; width: 50px; height: 200px; } 
.sprite.icon-compare-builds { background-position: 0px -1485px; width: 50px; height: 200px; } 
.sprite.icon-complexity-diagrams { background-position: 0px -1695px; width: 50px; height: 200px; } 
.sprite.icon-complexity { background-position: 0px -1905px; width: 50px; height: 200px; } 
.sprite.icon-detect-dependency { background-position: 0px -2115px; width: 50px; height: 200px; } 
.sprite.icon-warnings { background-position: 0px -2325px; width: 50px; height: 200px; } 
.sprite.icon-enforce-purity { background-position: 0px -2535px; width: 50px; height: 200px; } 
.sprite.icon-explore-existing { background-position: 0px -2745px; width: 50px; height: 200px; } 
.sprite.icon-harness { background-position: 0px -2955px; width: 50px; height: 200px; } 
.sprite.icon-integration-reporting { background-position: 0px -3165px; width: 50px; height: 200px; } 
.sprite.icon-real-world { background-position: 0px -3375px; width: 50px; height: 200px; } 
.sprite.arrow-small-down { background-position: 0px -3590px; width: 10px; height: 6px; } 
.sprite.arrow-small-up { background-position: 0px -3826px; width: 10px; height: 6px; } 
.sprite.logo { background-position: 0px -4062px; width: 188px; height: 44px; } 
.sprite.logo-icon { background-position: 0px -4116px; width: 45px; height: 44px; } 
.sprite.dot { background-position: 0px -4170px; width: 50px; height: 50px; } 
.sprite.search { background-position: 25px -4461px; width: 0px; height: 22px; } 
.sprite.search.opened { background-position: 25px -4538px; } 
.sprite.close { background-position: 0px -4633px; width: 20px; height: 21px; } 
.sprite.love { background-position: 1px -4804px; width: 28px; height: 23px; }
.sprite.atomic-logo { background-position: 70px -4755px; /*width: 28px; height: 21px;*/ }
.sprite.social-rss { background-position: -8px -4296px; width: 40px; height: 40px; } 
.sprite.social-twitter { background-position: -8px -4346px; width: 40px; height: 40px; } 
.sprite.social-email { background-position: -8px -4395px; width: 40px; height: 40px; }

.sprite.social-facebook { 
    background-image: url('img/social-facebook.png');
	background-repeat: no-repeat; 
    background-position: -8px 2px;
}
.sprite.social-linkedin { 
    background-image: url('img/social-linkedin.png');
	background-repeat: no-repeat; 
    background-position: -8px 2px;
}
.sprite.social-googleplus { 
    background-image: url('img/social-googleplus.png');
	background-repeat: no-repeat; 
    background-position: -8px 2px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.sprite.social-facebook { 
		background-image: url('img/social-facebook.webp');
	}
	.sprite.social-linkedin { 
		background-image: url('img/social-linkedin.webp');
	}
}

.client {
	background-image: url('img/sprite_clients.png');
	background-repeat: no-repeat;
	background-position: top left;
	
	margin: 0 30px 20px;

	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.client.b2 { background-position: 0 0; width: 176px; height: 65px; } 
.client.b2:hover { background-position: 0 -115px; width: 176px; height: 65px; } 
.client.g2 { background-position: 0 -230px; width: 124px; height: 65px; } 
.client.g2:hover { background-position: 0 -345px; width: 124px; height: 65px; } 
.client.f2 { background-position: 0 -460px; width: 167px; height: 65px; } 
.client.f2:hover { background-position: 0 -575px; width: 167px; height: 65px; } 
.client.c3 { background-position: 0 -690px; width: 196px; height: 65px; } 
.client.c3:hover { background-position: 0 -805px; width: 196px; height: 65px; } 
.client.c2 { background-position: 0 -920px; width: 147px; height: 65px; } 
.client.c2:hover { background-position: 0 -1035px; width: 147px; height: 65px; } 
.client.g4 { background-position: 0 -1150px; width: 74px; height: 65px; } 
.client.g4:hover { background-position: 0 -1265px; width: 74px; height: 65px; } 
.client.h4 { background-position: 0 -1380px; width: 218px; height: 65px; } 
.client.h4:hover { background-position: 0 -1495px; width: 218px; height: 65px; } 
.client.b4 { background-position: 0 -1610px; width: 90px; height: 65px; } 
.client.b4:hover { background-position: 0 -1725px; width: 90px; height: 65px; } 
.client.d1 { background-position: 0 -1840px; width: 117px; height: 65px; } 
.client.d1:hover { background-position: -268px 0; width: 117px; height: 65px; } 
.client.e1 { background-position: -268px -115px; width: 61px; height: 65px; } 
.client.e1:hover { background-position: -268px -230px; width: 61px; height: 65px; } 
.client.b1 { background-position: -268px -345px; width: 138px; height: 65px; } 
.client.b1:hover { background-position: -268px -460px; width: 138px; height: 65px; } 
.client.a3 { background-position: -268px -575px; width: 84px; height: 65px; } 
.client.a3:hover { background-position: -268px -690px; width: 84px; height: 65px; } 
.client.c4 { background-position: -268px -805px; width: 113px; height: 65px; } 
.client.c4:hover { background-position: -268px -920px; width: 113px; height: 65px; } 
.client.h1 { background-position: -268px -1035px; width: 175px; height: 65px; } 
.client.h1:hover { background-position: -268px -1150px; width: 175px; height: 65px; } 
.client.e4 { background-position: -268px -1259px; width: 173px; height: 65px; } 
.client.e4:hover { background-position: -268px -1374px; width: 173px; height: 65px; } 
.client.a1 { background-position: -268px -1840px; width: 188px; height: 65px; } 
.client.a1:hover { background-position: -268px -1495px; width: 188px; height: 65px; } 
.client.b3 { background-position: -268px -1610px; width: 206px; height: 65px; } 
.client.b3:hover { background-position: -268px -1725px; width: 206px; height: 65px; } 
.client.a2 { background-position: -536px 0; width: 77px; height: 65px; } 
.client.a2:hover { background-position: -536px -115px; width: 77px; height: 65px; } 
.client.g1 { background-position: -536px -230px; width: 89px; height: 65px; } 
.client.g1:hover { background-position: -536px -345px; width: 89px; height: 65px; } 
.client.a4 { background-position: -536px -460px; width: 132px; height: 65px; } 
.client.a4:hover { background-position: -536px -575px; width: 132px; height: 65px; } 
.client.f1 { background-position: -536px -690px; width: 127px; height: 65px; } 
.client.f1:hover { background-position: -536px -805px; width: 127px; height: 65px; } 
.client.d4 { background-position: -536px -920px; width: 117px; height: 65px; } 
.client.d4:hover { background-position: -536px -1035px; width: 117px; height: 65px; } 
.client.g3 { background-position: -536px -1150px; width: 235px; height: 65px; } 
.client.g3:hover { background-position: -536px -1265px; width: 235px; height: 65px; } 
.client.f4 { background-position: -536px -1380px; width: 161px; height: 65px; } 
.client.f4:hover { background-position: -536px -1495px; width: 161px; height: 65px; } 
.client.c1 { background-position: -536px -1610px; width: 168px; height: 65px; } 
.client.c1:hover { background-position: -536px -1725px; width: 168px; height: 65px; } 
.client.d3 { background-position: -536px -1840px; width: 222px; height: 65px; } 
.client.d3:hover { background-position: -821px 0; width: 222px; height: 65px; } 
.client.suiss { background-position: -821px -115px; width: 176px; height: 65px; } 
.client.suiss:hover { background-position: -821px -230px; width: 176px; height: 65px; } 
.client.f3 { background-position: -821px -345px; width: 188px; height: 65px; } 
.client.f3:hover { background-position: -821px -460px; width: 188px; height: 65px; } 
.client.e3 { background-position: -821px -565px; width: 200px; height: 65px; }
.client.e3:hover { background-position: -821px -680px; width: 200px; height: 65px; } 
.client.h3 { background-position: -821px -805px; width: 150px; height: 65px; } 
.client.h3:hover { background-position: -821px -920px; width: 150px; height: 65px; } 
.client.e2 { background-position: -821px -1035px; width: 184px; height: 65px; } 
.client.e2:hover { background-position: -821px -1150px; width: 184px; height: 65px; } 
.client.d2 { background-position: -821px -1265px; width: 152px; height: 65px; } 
.client.d2:hover { background-position: -821px -1380px; width: 152px; height: 65px; } 


.articles-list {

}

.articles-card {
	background: #f4f4f4;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.articles-card__header {
	background: #0077c6;
	color: #fff;
	padding: 15px;
	flex: 0 0 auto;
}

.articles-card__header:focus,
.articles-card__header:hover {
	background: #ff9f10;
}

.articles-card__title {
	color: #fff;
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
}

.articles-card__body {
	padding: 15px;
	flex: 1 1 auto;
	line-height: 1.4;
	overflow-wrap: break-word;
}

.articles-card__author {
	flex: 0 0 auto;
	border-top: 1px solid #dcdcdc;
	position: relative;
	min-height: 50px;
	padding: 20px;
	box-sizing: border-box;
}

.articles-card__author .avatar {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 20px;
	top: 15px;
	overflow: hidden;
	border-radius: 50px;
}

.articles-card__name {
	display: block;
	font-weight: 700;
}

.articles-card__date {
	display: block;
	font-size: 14px;
}

@media(min-width: 1024px) {
	.articles-list {
		display: grid;
		grid: auto/repeat(3, minmax(0, 1fr));
		column-gap: 20px;
	}
}

.pagination .page-numbers {
	display: inline-block;
	min-width: 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	padding: 8px;
	background: #f4f4f4;
}

.pagination a.page-numbers {
	background: #0077c6;
	color: #fff;
}

.pagination a.page-numbers:focus,
.pagination a.page-numbers:hover {
	background: #3399FF;
	color: #fff;
}

.pagination .page-numbers.current {
	background: #ff9f10;
	color: #fff;
}

.pagination .page-numbers.dots {
	background: transparent;
}