html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*-------------- End reset ------------*/

@font-face {
    font-family: geosanslight;
    src: url(../geosanslight-webfont.ttf);
}


body {
    font-size: 18px;
  	/*background: white;*/
    background:#3A3A3A;
	color: #777;
	font-family: 'Segoe UI','Segoe UI Web','Segoe UI Symbol','Helvetica Neue', Arial, sans-serif;
}

#bg {
    height: 470px;
    background: #00B3F6;
    background-attachment: fixed,							fixed, fixed;
    background-image: url(../img/grain.png), url(../img/overlay.svg), linear-gradient(45deg, #00B3F6 5%, #0351BE);
	/*background-image: url(../img/grain.png), url(../img/overlay_christmas.svg), linear-gradient(45deg, #64191E 5%, #AB212B);*/
    background-position: top left, top left,						top left;
    background-size: auto,							auto, auto;
    background-repeat: repeat, repeat, no-repeat, repeat;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}

.wrapper {
	max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

#section-header {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#bar-start {
	display: block; 
	background: url("../img/bar_start.png") no-repeat;
	float:left; 
	width:60px;	
	height:60px;
}
#bar-start:hover {
background: url("../img/bar_start_hover.png") no-repeat;	
}
#bar-notification {
	display: block; 
	background: url("../img/bar_notification.png") no-repeat;
	float:right; 
	width:336px;
	height:60px;
}

#themes {
	background: url("../img/themes.png") repeat;
	width: 100%;
	height: 30px;
}
#themes:hover {
background: url("../img/themes2.png") repeat;	
}

#logo {
	float: left;
	width: 160px;
	height: 40px;
	margin-top: 10px;
    background: url('../img/logo.png');
  	background-image: url('../img/logo.svg'), none;
  	opacity: .75;
}

@media only screen and (max-width: 500px) {
#logo {
	width: 40px;
	height: 40px;
} }


/*----------------Menu-------------------*/

.topmargin2{
    margin-top: -470px;
}
nav {
  width: 100%;
  z-index:9999;
  float: right;
  height: 60px;
}

nav ul {
  	float: right;
}

nav ul li {
  	float: left;
}

nav ul li a {
  display: inline-block;
  color: #f2f2f2;
  text-decoration: none;
  transition: 0.3s;
  font-size: 20px;
  padding: 20px;
  opacity: .85;
}
.selected{
    background-color: rgba(255, 255, 255, 0.15);
}
nav ul li a:hover{
    background-color: rgba(255, 255, 255, 0.15);
}

label:hover  {
    background-color: rgba(255, 255, 255, 0.15);
}

@media (hover:none), (hover:on-demand) {
    nav ul li a:hover {
        background: none;
    }

    label:hover  {
       background: none;
    }
}

[type="checkbox"], label {
	  display: none;
opacity: .85;
}

.boxtitle{
    width:100%;
    padding:1%;
  }

.box{
    display:inline-block;
    width:100%;
    padding:1%;
    border-radius:12px;
    font-family:Consolas;
  }
.box b{
    color: #e52c89;
}
.mag{
    color: #e52c89;
    font-weight: normal;
}


@media screen and (max-width: 768px) {
    nav {
          background: #3A3A3A;
    }

	nav ul {
		  display: none;
          margin-top: 60px;
	}

	label {
        display: block;
        cursor: pointer;
        color: #f2f2f2;
        float: right;
        font-size: 20px;
        padding: 20px;
    }

	[type="checkbox"]:checked ~ ul {
  		display: block;
  		z-index: 9999;
  		position: absolute;
		  right: 0px;
		  left: 0px;
	}

	nav ul li {
		  display: block;
  		float: none;
  		width: 100%;
  		text-align: center;
  		background: #3A3A3A;
	}

	nav ul li a{
  		width: 100%;
        padding: 20px 0px 20px 0;
	}
}
/*-------------------end menu--------------------------*/

.price-first{
	font-size: 100%;
	vertical-align: top;
	line-height: 35px;
	opacity: 0.7;
}
.price-middle{
	font-size: 250%;
	font-weight: bold;
	line-height: 50px;
}
.price-last{
	font-size: 100%;
	line-height: 50px;
	opacity: 0.7;
}
.button-text1{
	font-size:60%; 
	line-height: 20px; 
	margin-top: -5px;
	color: #fff; 
}
.button-text2{
	font-size:150%; 
	margin-top: -2px;
	color: #fff; 
}
.button-buy{
    margin-top: 0px !important;
	width: 100% !important; 
	text-align: left; 
	color: #fff; 
    border-radius: 0px !important;
}

.moneyback{
	position:fixed;
	right:20px;
	top:50px;
	z-index:9999999;
}
@media screen and (max-width: 768px) {
	.moneyback{
		display: none;
	}
}

.topmargin {
    margin-top: 470px;
}
#main-container {
    width: 100%;
    position: relative;
    z-index: 10;
    background: #FAFAFA;
    color: #6a727c;
}

#header {
	position: relative;

    float: right;
	width: 100%;
	margin: 0;
	height: 0px;
    background: #FAFAFA;
}
#header h1 {
       padding: 25px 0px;
       margin: 0px;
       font-family: 'geosanslight', 'Segoe UI','Segoe UI Web','Segoe UI Symbol','Helvetica Neue', Arial, sans-serif;
       -webkit-font-smoothing: antialiased;
       font-size: 52px;
       font-weight: 100;
       letter-spacing:-1px;
       line-height: 55px;
       color: #FFF;
       height: auto;
       text-align: center;
       opacity: .85;
}
#header h2 {
	padding: 0 0 15px 0;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	font-size: 25px;
	line-height: 150%;
	font-weight: normal;
	color: #FFF;
	display: inline-block;
    opacity: .85;
}
/*#preview {
	position: absolute;
	top: -60px;
	right: 0px;
	border: none;
	padding: 0px;
	width: 100%;
	opacity: 0.85;
	background: #FFFFFF; 
	height: 60px;
text-align: center;
overflow: hidden;
}*/
#preview {
	position: absolute;
	top: -365px;
	right: 0px;
	border: none;
	padding: 0px;
	width: 50%;
text-align: center;

}


#title {
    top: -370px;
    position: absolute;
	width: 95%;
	text-align: center;
}

.padding {
    padding-top: 20px;
    padding-bottom: 20px;
}
.largepadding {
    padding-top: 40px;
    padding-bottom: 40px;
}


@media screen and (max-width: 768px) {

    #title { 
        top: -390px; 
        width: 90%;  
        margin: 0 auto; 
        right: 0;  
        left: 0;
    }
	#preview { 
 
    }
    #preview img {
        max-width:100%; 
        max-height:100%;
    }
	#header h1 { 
        margin-left: auto; 
        margin-right: auto; 
        padding: 15px 2% 10px 2%; 
        width: 96%; 
    }
	#header h2 { 
        font-size: 1.2em; 
        line-height: 1.2em; 
        margin-left: auto; 
        margin-right: auto; 
        padding: 20px 2% 0 2%; 
        width: 96%; 
    }
}

@media screen and (max-width: 500px) {
 	#preview { }
}

#buttons {
    margin-top: 30px;
}

.button {
    margin-top: 10px;
    width: 200px;
	color: #eee;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 200px;
    font-size: 20px;
    line-height: 24px;
    padding: 13px 15px;
    -webkit-transition: background 0.1s linear, opacity 0.1s linear;
    -moz-transition: background 0.1s linear, opacity 0.1s linear;
    -ms-transition: background 0.1s linear, opacity 0.1s linear;
    -o-transition: background 0.1s linear, opacity 0.1s linear;
    transition: background 0.1s linear, opacity 0.1s linear;
}
@media screen and (max-width: 500px) {
     .button { width: 250px;}
}

.button-green {
   background: #82BE56;
}
.button-green:hover, .button-green:focus {
    background: #69A53D;
}
@media (hover:none), (hover:on-demand) {
.button-green:hover  {
       background: none;
} }

.button-red {
    background: #D95D5D;
}
.button-red:hover {
    background: #C84C4C;
}
@media (hover:none), (hover:on-demand) {
.button-red:hover  {
       background: none;
} }

.button-dark {
    width: 100%;
    min-width: 200px;
    background: #444;
    color: #999;
	padding: 5px 5px;
}
.button-dark:hover {
    background: #555;
    color: #fff;
}
@media (hover:none), (hover:on-demand) {
.button-dark:hover  {
       background: none;
       color: #999;
} }

.button-info {
    background: #ddd;
    font-size: 85%;
    line-height: 17px;
    width: 200px;
    text-align: center;
    display: inline-block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.button-large {
    width: 300px;
}
b {
    font-weight: bold;
}

.clients {
    margin-top: 10px;
    margin-bottom: 100px;
    text-align: center;
}
.centered {
    text-align: center;
}

#section-general {
	z-index: 11;
    width: 100%;
    font-size: 1.1em;
    line-height: 26px;
}

#section-general h1 {
    font-size: 35px;
    line-height: 38px;
	margin-bottom: 20px;
	font-weight: lighter;
    color: #4C81B7;
}

#section-general h2 {
    font-size: 30px;
    line-height: 38px;
	margin-bottom: 10px;
	font-weight: lighter;
    color: #4C81B7;
}

#section-general h3 {
    font-size: 25px;
    line-height: 38px;
	margin-bottom: 10px;
	font-weight: lighter;
    color: #4C81B7;
}

#section-general ul li {
    list-style-type: square;
    margin-left: 40px;
}
#section-general p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#section-about {
	z-index: 11;
    width: 100%;
    font-size: 1.1em;
    line-height: 26px;
    text-align: center;
}

#section-about h2 {
    font-size: 30px;
    line-height: 38px;
	margin-bottom: 10px;
	font-weight: lighter;
    color: #4C81B7;
}

#section-about h3 {
    font-size: 25px;
    line-height: 38px;
	margin-bottom: 10px;
	font-weight: lighter;
    color: #4C81B7;
}

#section-features {
    z-index: 11;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
}
#section-features ul li {
    list-style-type: square;
	list-style-position: inside;
}

.same-height{
    display: flex;
    flex-flow: row wrap;
}

#section-features h4 {
    font-size: 25px;
	margin-bottom: 20px;
    margin-top: 20px;
	font-weight: lighter;
    color: #4C81B7;
}
.feature {
    display: block;
    margin: 20px 20px 40px 20px;
}
.buy {
    background: #eee;
    color: #fff;
    display: block;
    margin: 10px 1px 1px 1px;
}
.buy h2{
    color: #fff !important;
}
.buy p{
    height: 26px;
    background: #eee;
    color: #777;
    padding-left: 10px;
    text-align: left;
    border-bottom: 2px solid #FAFAFA;
    overflow: hidden;
}
.highlight {
    background: #4C81B7;    
}
.header {
    background: #777777;    
}



.support {
	
    color: #777;
    display: block;
    
    text-decoration: none;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
	text-align: center;
}

.support:hover {
    background: #f0f0f0;
	color:#f0f0f0;
	border-radius: 2px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
}
@media (hover:none), (hover:on-demand) {
.support:hover  {
	background: #fff;
    color: #777;
} }

.support a{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #6a727c;
}

.support a img {
    margin-top: 10px;
    overflow: hidden;
}



.col3 {
    padding-top: 20px;
    display: block;
    float:left;
    width: 33%;
}
.col3-weak {
    width: 30%;
}
.col3-strong {
    width: 40%;
}
@media only screen and (max-width: 768px) {
	.col3 {
		width: 50%;
	}
}
@media only screen and (max-width: 500px) {
	.col3 {
		width: 100%;
        height: auto;
	}
}

.col2 {
    display: block;
    float:left;
    width: 50%;
    /*padding: 10px;*/
}
@media only screen and (max-width: 768px) {
	.col2 {
		width: 100%;
	}
}

.col1 {
    padding-top: 20px;
    display: block;
    float:left;
    width: 100%;
}

.sideL {
    display: block;
    float:left;
    width: 20%;
    /*padding: 10px;*/
}
@media only screen and (max-width: 768px) {
	.sideL {
		width: 100%;
	}
}

.sideR {
    display: block;
    float:left;
    width: 80%;
    /*padding: 10px;*/
}
@media only screen and (max-width: 768px) {
	.sideR {
		width: 100%;
	}
}

.note {
    background: #eee;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 3.5%;
    padding-top: 6px;
    padding-right: 1%;
    padding-bottom: 6px;
}

/*          carousel */
.slider {
    width: 90%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}



.slick-prev:before, .slick-next:before {
    color: black;
}
/*         end carousel */


#section-clients {
    z-index: 11;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
}

#section-screenshots {
    max-width: 1200px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.purple-bg {
    background: #EAE3FC;
    color: #202124;
}

.yellow-bg {
    background: #fef7e0;
    color: #202124;
}

.blue-bg {
    background: #e8f0fe;
    color: #202124;
}

.green-bg {
    background: #B8E969;
    color: #000;
}
.gray-bg {
    background: #f4f4f4;
    color: #888;
}
.red-bg {
    background: #D95D5D;
    color: #FFF;
}

.quote {
	background: url(../img/quote.png) no-repeat top left;
  	background-image: url(../img/quote.svg), none;
    font-size: 22px;
	font-style:italic;
	height: 75px;
	padding-top: 40px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .quote::before {
        content: '"';
    }
	.quote {
		padding-top: 20px;
        height: 100px;
        display: table-cell;
        vertical-align: middle;
        background: none;
        background-image: none;
	}
    .quote::after {
        content: '"';
    }
}

footer {
	background:#3A3A3A;
    color: #999;
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 20px;
    display:block;
    position:relative;
    z-index: 5;



}
footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1;
    background-attachment: fixed;
    background-image: url(../img/overlay.svg);
}

.footer-nav {
    text-decoration: none;
    line-height: 24px;
    width: 33%;
    display: block;
    float: left;
    padding-top: 20px;
}
.footer-nav>strong {
    border-bottom: 1px solid #444;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    margin-right: 20px;
}
.footer-nav>a {
    color: #777;
    display: block;
    text-decoration: none;
    margin-right: 20px;
}
.footer-nav a:hover {
    color: #aaa;
    text-decoration: none;
}
@media (hover:none), (hover:on-demand) {
.footer-nav a:hover  {
       color: #777;
} }

.footer-buttons {
    display: block;
}
@media only screen and (max-width: 768px) {
.footer-nav  {
    width: 100%;
}
.footer-nav>strong {
    display: initial;
}
.footer-nav>a {
    display: initial;
}
.footer-buttons {
    display: none;
} }

.copy a {
    color: #777;
    width: 100%;
    display: block;
    text-decoration: none;
    padding-top: 170px;
    text-align: center;
}

.scrolled {
	position: fixed;
    background: #3A3A3A;

}
.top {
    float: initial;  
}

.animate{
  transition:all .5s ease;
}













.dropbtn {
  display: inline-block;
  color: #f2f2f2;
  text-decoration: none;
  transition: 0.3s;
  font-size: 20px;
  padding: 20px;
  opacity: .85;
  height: 20px;
  cursor: pointer;
  background-color:rgba(255, 255, 255, 0.0);
  box-sizing: initial;
  border-width: 0px;
}

.dropbtn:hover {
	background-color: rgba(255, 255, 255, 0.15);
}
.dropbtn:focus {
	outline:0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 80px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99999;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd}

.show {display:block;}

