@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/myriadpro-light.eot');
    src: url('fonts/myriadpro-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-light.woff2') format('woff2'),
         url('fonts/myriadpro-light.woff') format('woff'),
         url('fonts/myriadpro-light.ttf') format('truetype'),
         url('fonts/myriadpro-light.svg#myrpro-lightlight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/myriadpro-regular.eot');
    src: url('fonts/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-regular.woff2') format('woff2'),
         url('fonts/myriadpro-regular.woff') format('woff'),
         url('fonts/myriadpro-regular.ttf') format('truetype'),
         url('fonts/myriadpro-regular.svg#myrproregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body {
	background: #C7F7FF url('../images/top-background.png') no-repeat top center;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 400;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
	body {
		background-image: url('../images/top-background-2x.png');
		-webkit-background-size: auto 986px;
		   -moz-background-size: auto 986px;
		     -o-background-size: auto 986px;
		        background-size: auto 986px;
	}
}

#content-1 {
	height: 868px;
	padding-top: 100px;
}
#logo {
	display: block;
    margin: 0 auto 22px auto;
	width: 210px;
	height: 221px;
}
#logo-desc {
	font-family: Roboto, sans-serif;
    font-weight: 400;
	text-align: center;
	font-size: 16px;
	color: #F05D06;
}
.hr {
	margin: 12px 0;
	height: 11px;
	background: url('../images/hr.png') no-repeat center center;
}
.button {
	display: block;
	width: 220px;
	line-height: 39px;
	margin: 30px auto 60px auto;
	padding-top: 2px;
	background: #F05D06;
	border-bottom: 2px solid rgba(0, 0, 0, 0.45);
    -webkit-border-radius: 19px;
       -moz-border-radius: 19px;
            border-radius: 19px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: background 0.135s, border-color 0.135s;
	-o-transition: background 0.135s, border-color 0.135s;
	-moz-transition: background 0.135s, border-color 0.135s;
	transition: background 0.135s, border-color 0.135s;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.button:hover {
	background: #F47D36;
	border-color: rgba(0, 0, 0, 0.3);
}
a.button:visited {
	color: #FFF;
}

#content-2 {
	position: relative;
	padding: 0 12px;
	background: #00AA54;
	min-height: 200px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	color: #FFF;
}
#content-2:before {
	content: "";
	position: absolute;
	top: -13px;
	right: 0; left: 0;
	height: 14px;
	background: url('../images/grass.png') repeat-x center bottom;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
	#content-2:before {
		background-image: url('../images/grass-2x.png');
		-webkit-background-size: auto 14px;
		   -moz-background-size: auto 14px;
		     -o-background-size: auto 14px;
		        background-size: auto 14px;
	}
}

.downloads {
	margin: 40px 0 50px 0;
	text-align: center;
}
.download-banner {
	display: inline-block;
	margin: 0 12px;
	cursor: pointer;
}
.download-banner img {
	display: block;
	height: 45px;
}
h1 {
	margin: 12px 0 36px 0;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
}
h1 img {
	display: inline-block;
    vertical-align: -1px;
    margin: 0 5px;
    height: 24px;
}
h1 .no-break {
	white-space: nowrap;
}
.illustration {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
#sc-networks {
	width: 973px;
	margin-bottom: 70px;
}
.text {
	width: 100%;
	max-width: 800px;
    margin: 40px auto;
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    letter-spacing: 0.3px;
}
#common-messenger {
    margin-bottom: 60px;
}
.card {
    width: 100%;
    max-width: 1000px;
    margin: 80px auto;
    overflow: hidden;
}
.card .image {
    display: block;
    max-height: 340px;
}
.card-left .image {
    float: left;
    margin-right: 50px;
}
.card-right .image {
    float: right;
    margin-left: 50px;
}
.card .image-2x {
    display: none;
}
.card .title {
    margin: 20px 0;
    font-size: 26px;
    font-weight: 400;
}
.card .content {
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    letter-spacing: 0.3px;
}
.card p {
    margin: 0.8em 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
    .card .image {
        display: none;
    }
    .card .image-2x {
        display: block;
    }
}

#footer {
    font-family: Roboto, sans-serif;
	height: 494px;
    padding: 80px 0;
	background: #FFF url('../images/bottom-background.png') no-repeat bottom center;
	text-align: center;
	font-size: 18px;
    line-height: 180%;
    font-weight: 300;
	color: #1D1D1D;
}
#footer a, #footer a:visited, #footer a:hover {
	color: inherit;
}
#footer a {
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
	#footer {
		background-image: url('../images/bottom-background-2x.png');
		-webkit-background-size: auto 407px;
		   -moz-background-size: auto 407px;
		     -o-background-size: auto 407px;
		        background-size: auto 407px;
	}
}

#download-window {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.85);
	-webkit-transition: opacity 0.18s;
	-o-transition: opacity 0.18s;
	-moz-transition: opacity 0.18s;
	transition: opacity 0.18s;
}
#download-window-container {
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 485px;
    max-width: 100%;
	max-width: -webkit-calc(100% - 12px);
	max-width: -moz-calc(100% - 12px);
	max-width: calc(100% - 12px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 50px 75px;
    background: #FFF;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.28);
       -moz-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.28);
            box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.28);
}
#download-window-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	-webkit-border-radius: inherit;
	   -moz-border-radius: inherit;
	        border-radius: inherit;
	line-height: 60px;
	text-align: center;
	font-size: 32px;
	color: #1F1F1F;
	cursor: pointer;
}
.download-row {
	display: block;
	padding: 18px 0;
	text-decoration: none;
	cursor: pointer;
}
.download-row:hover span {
	text-decoration: none;
}
.download-row:after {
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.download-row img {
	display: block;
	float: left;
	height: 45px;
}
.download-row span {
	display: block;
	float: right;
	line-height: 45px;
	font-size: 24px;
	text-decoration: underline;
	color: #F05D06;
}


@media (max-width: 780px) {

	body {
		-webkit-background-size: auto 493px;
		   -moz-background-size: auto 493px;
		     -o-background-size: auto 493px;
		        background-size: auto 493px;
		background-position: center 210px;
	}

    #logo {
        margin-bottom: 70px;
    }
    .hr {
        display: none;
    }

	#content-1 {
		height: 663px;
		padding-top: 40px;
	}
	.downloads {
		margin: 30px 0;
	}
	.download-banner {
		margin: 0 1px;
	}
	h1 {
		margin: 12px 0 18px 0;
		font-size: 28px;
		line-height: 110%;
	}
    h1 img {
        height: 18px;
    }

	.text {
        margin: 28px auto;
        line-height: 130%;
        text-align: center;
        font-family: Roboto, sans-serif;
        font-size: 16px;
	}
	.button {
		margin: 30px auto;
	}

    .card {
        margin: 60px auto;
        text-align: center;
    }
    .card .image {
        float: none;
        margin: 0 auto;
        max-width: 80%;
    }
    .card .content {
        font-size: 16px;
    }

	#download-window-container {
		padding: 50px 25px 25px 25px;
	}

}

.input {
	padding: 5px 10px;
    border: 1px solid #F05D06;
	margin-bottom: 5px;
	width: 280px;
}
