header {
    background: none;
    padding: 0;
}
header nav {
    position: absolute;
	height: 60px;
	margin-top: 25px;
}

main { background: #f6f8fb; }

#coverPreview .modal-body { padding: 0; }

.about {
    background: url(/img/picture1.jpg) no-repeat bottom center;
    height: 770px;
    padding-top: 100px;
    color: white;
}

.about .pageWidth {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.about .aboutWrap {
    margin: 5rem auto 0;
}

.about h1 {
    text-transform: uppercase;
    font-size: 26px;
    margin: 0;
}
.about h1 span:first-child {
    color: white;
}
.about h1 span:last-child {
    color: #3976ff;
}
.about p,
.accountButtonWrap,
.about h1 {
    text-align: center;
    margin: 0 auto;
}
.accountButtonWrap .button { text-transform: uppercase; font-weight: bold; }
.about p {
    padding: 2rem;
    font-size: 15px;
    line-height: 26px;
    max-width: 700px;
    margin-bottom: 20px;
}
.about .macbook {
    max-width: 700px;
    margin: 4rem auto 0;
	position: relative;
}

.about .macbook img {
    max-width: 100%;
}
.about .macbook .video {
	position: absolute;
	left: 122px;
	top: 22px;
	width: 455px;
	height: 281px;
	overflow: hidden;
}

.sectionHeader {
    padding: 3rem 0;
}
.sectionHeader div {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
	font-weight: bold;
    padding: 1rem 0;
}
.sectionHeader p {
    text-align: center;
    color: #5d6870;
    font-size: 16px;
}

.widgets { text-align: center; }
.widgets .sectionHeader { padding-bottom: 0; }
.widgets .widget {
	width: 150px;
	height: 120px;
    text-align: center;
    padding: 1rem 2rem;
    margin: 14px;
	box-shadow: 0 0 15px #e2e4e6;
	border-radius: 25px;
	background-color: #fff;
}
.widgets .widget .tooltip .tooltip-inner { width: 350px; }

.widgets .sectionHeader div {
    color: #3976ff;
}
.widgets .iconWrap {
    width: 30px;
    display: block;
    margin: 0 auto;
}
.widgets .widgetHeader {
    text-transform: uppercase;
    color: #2d2d2d;
    margin: 1rem 0;
    font-weight: bold;
    text-align: center;
	display: block;
}
.widgets .desc {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 20px;
	color: #ccc;
}

.widgets .WEATHER .iconWrap { width: 35px; }
.widgets .DONATOR .iconWrap { width: 35px; }
.widgets .iconWrap img { width: 100%; margin-top: 10px; }
.widgets .button { margin-top: 40px; }

.widgetDesc {
    text-align: center;
}


.covers {
    position: relative;
    padding: 150px 0 180px 0;
}
.covers .more { text-align: center; margin-top: 25px; }
.covers .bg {
    background: #1a1e21;
    position: absolute;
    top: 100px;
    transform: skewY(-10deg);
    z-index: 0;
    width: 100%;
    height: 93%;
}
.covers .sectionHeader,
.covers .cover {
    position: relative;
    z-index: 1;
    padding: 2rem;
}
.covers .cover img {
    max-width: 100%;
}
.covers .sectionHeader div {
    color: white;
}
.covers .cover {
    max-width: 1170px;
    margin: 0 auto;
}
.covers .widgetHeader {
    color: white;
	margin-bottom: 15px;
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.covers .widget {
    padding: 2rem 0;
}
.covers .widgetDesc {
    color: #586b85;
    max-width: 200px;
    margin: 0 auto;
}

.advantages { margin-bottom: 50px; }
.advantages .circle {
	background: #1e232a;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	padding: 50px;
	margin: 0 auto;
	box-shadow: 0 5px 50px #111;
}
.advantages .circle img { width: 80px; }

.prices {
    background: #1a1e21;
    padding-bottom: 60px;
}
.prices .sectionHeader div {
    color: white;
}
.prices .plans {
    display: flex;
}
.prices .plan {
    flex: 1;
    margin-right: 6rem;
    color: #525f7f;
}
.prices .plan:last-child {
    margin-right: 0;
}
.prices .plan .planHeader,
.prices .plan .planPrice,
.prices .plan .planDescription {
    border-bottom: 1px solid #e3eef9;
}
.prices .plan .planDescription li {
    padding: 1rem 0;
    text-align: center;
}
.prices .plan .planDescription select { width: 120px; }
.prices .plan .planHeader,
.prices .plan .planPrice,
.prices .plan .planDescription,
.prices .plan .planFooter {
    padding: 1rem 2rem;
}
.prices .plan .planHeader,
.prices .plan .planPrice,
.prices .plan .planFooter {
    text-align: center;
    background: #f6f9fc;
}
.prices .plan .planDescription {
    background: white;
    height: 160px;
}
.prices .plan .planDescription strong {
    font-size: 120%;
    color: black;
}
.prices .plan .planHeader {
    border-radius: 25px 25px 0 0;
	background-image: -moz-linear-gradient( 4deg, rgb(42,163,255) 0%, rgb(84,32,255) 100%);
	background-image: -webkit-linear-gradient( 4deg, rgb(42,163,255) 0%, rgb(84,32,255) 100%);
	background-image: -ms-linear-gradient( 4deg, rgb(42,163,255) 0%, rgb(84,32,255) 100%);
}
.prices .plan .planFooter {
    border-radius: 0 0 25px 25px;
    padding: 4rem 0;
}
.prices .plan .planHeader h5 {
    margin: 0;
    padding: 1rem 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 120%;
	color: white;
}
.planPrice .price {
    color: #32325d;
    font-size: 200%;
    font-weight: bold;
}
.planPrice span {
    font-size: 90%;
    color: #8898aa;
}
.prices .plan a {
    background-image: -moz-linear-gradient( 4deg, rgb(42,163,255) 0%, rgb(84,32,255) 100%);
    background-image: -webkit-linear-gradient( 4deg, rgb(42,163,255) 0%, rgb(84,32,255) 100%);
    background-image: -ms-linear-gradient( 4deg, rgb(42,163,255) 0%, rgb(84,32,255) 100%);
    padding: 1.5rem 6rem;
    color: white;
    border-radius: 50px;
    border: none;
    font-size: 120%;
    text-transform: uppercase;
}
.prices .plan a:hover {
    transform: translateY(-1px);
    color: white;
}

.reviews .sectionHeader div {
	color: #2e77cc;
	font-weight: bold;
}

.reviews .review {
	background: white;
	box-shadow: 0 0 15px #e2e4e6;
	margin-bottom: 50px;
	border-radius: 25px;
	padding: 2em;
	width: 100%;
	float: left;
}
.reviews .review .picture {
	width: 50px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.reviews .review .picture img { width: 100%; }
.reviews .review .name { margin-bottom: 5px; font-weight: bold; color: #42648b; }
.reviews .review .text { padding-left: 65px; }
.reviews .more { text-align: center; }

.faq .sectionHeader div {
    color: #2e77cc;
    font-weight: bold;
}
.faq .faqWrap h3 {
    font-size: 18px;
    margin: 0;
}
.faq .faqWrap p {
    margin: 15px 0 35px 0;
    color: #5d6870;
    line-height: 24px;
}

.clients { padding-bottom: 60px; }
.clients .sectionHeader div {
    color: #2e77cc;
    font-weight: bold;
}
.clients .clientsWrap { width: 90%; max-width: 760px; margin: 0 auto 30px auto; }
.clients .accountButtonWrap p { font-size: 16px; }

.examples { }
.examples .col-md-6 { margin-bottom: 25px; }
.examples .col-md-6 img { width: 100%; cursor: pointer; }
.examples .col-md-6 img:hover { transform: translateY(-1px); }

.line {
	background: #30353b;
	margin: 40px auto 0;
	width: 1px;
	height: 100px;
	position: relative;
}
.line.widgets { margin-bottom: -60px; }
.line.reviews { margin-top: -50px; }
.line.white { background: #f6f8fb; }

@media (min-width: 768px) {
	#coverPreview .modal-dialog { width: 795px; }
}

@media screen and (max-width: 1440px) {
	.about {
		background-size: 1440px;
		background-position: top center;
	}
}
@media screen and (max-width: 1199px) {
	.widgets .widget { width: 166px; }
}
@media screen and (max-width: 999px) {
	.widgets .widget { width: 157px; }
}
@media screen and (max-width: 738px) {
	.widgets .widget { width: 159px; margin: 10px 14px; }
	.about { height: auto; }
	.about .macbook .video {
		left: 17.5%;
		top: 5.5%;
		width: 65%;
		height: 71%;
	}
	.about .macbook .video iframe {
		width: 100%;
		height: 100%;
	}
	.reviews .review { margin-bottom: 30px; }
}
@media screen and (max-width: 374px) {
	.about .aboutWrap { margin: 4rem auto 0; }
	.about h1 span { line-height: 35px; }
	.widgets .widget { width: 80%; margin-left: 10%; margin-right: 10%; }
}

@media screen and (max-width: 980px) {
    .prices {
        padding: 0 2rem;
    }
    .prices .plans {
        flex-direction: column;
    }
    .prices .plans .plan {
        margin-right: 0;
        margin-bottom: 2rem;
    }
}