Created
February 14, 2015 19:34
-
-
Save Akellacom/4bad2d85f9e3755ddb1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "_variables"; | |
@import "_mixins"; | |
@import "_fonts"; | |
@import "_form"; | |
html { | |
height: 100%; | |
margin: 0; | |
padding: 0; | |
} | |
body { | |
color: #fff; | |
font-family: 'Open Sans', sans-serif; | |
font-size: 16px; | |
font-weight: 400; | |
min-height: 100%; | |
min-width: 1200px; | |
margin: 0; | |
padding: 0; | |
position: relative; | |
width: 100%; | |
background-color: #000000; | |
-webkit-backface-visibility: hidden; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
font-feature-settings: "kern", "liga" 0, "calt" 0; | |
-o-font-feature-settings: "kern", "liga" 0, "calt" 0; | |
-ms-font-feature-settings: "kern", "liga" 0, "calt" 0; | |
-moz-font-feature-settings: "kern", "liga" 0, "calt" 0; | |
-webkit-font-feature-settings: "kern", "liga" 0, "calt" 0; | |
} | |
.col25 { | |
width: 25%; | |
float: left; | |
} | |
.col50 { | |
width: 50%; | |
float: left; | |
} | |
.col75 { | |
width: 75%; | |
float: left; | |
} | |
.col70 { | |
width: 70%; | |
float: left; | |
} | |
header { | |
.bg { | |
background: url('/images/background.png') no-repeat center; | |
background-color: #000000; | |
background-size: cover; | |
height: 1135px; | |
background-color: #000000; | |
opacity: 0.2; | |
// z-index: 1; | |
position: relative; | |
} | |
.bg__body { | |
position: absolute; | |
z-index: 100; | |
width: 100%; | |
top: 0; | |
.contacts { | |
float: right; | |
background-color: #1f74d1; | |
width: 370px; | |
padding: 35px; | |
padding-top: 30px; | |
box-sizing: border-box; | |
label { | |
display: block; | |
font-family: 'Proxima Nova Bold', sans-serif; | |
font-size: 19px; | |
color: #94b4e4; | |
// line-height: 35px; | |
} | |
span { | |
font-family: 'Proxima Nova Bold', sans-serif; | |
font-size: 20px; | |
color: #ffffff; | |
// line-height: 26px; | |
} | |
.row { | |
clear: both; | |
padding-top: 20px; | |
} | |
} | |
.main { | |
margin: 0 auto; | |
width: 1060px; | |
span.logo { | |
display: block; | |
margin-top: 48px; | |
background: url('/images/logo.png') no-repeat; | |
width: 119px; | |
height: 63px; | |
} | |
span.title { | |
display: block; | |
margin-top: 60px; | |
font-family: 'Proxima Nova Light', sans-serif; | |
font-size: 58px; | |
color: #ffffff; | |
line-height: 63px; | |
letter-spacing: -0.4px; | |
// width: 70%; | |
} | |
div.buttons { | |
margin-top: 60px; | |
} | |
div.buttons > a { | |
display: block; | |
float: left; | |
// width: 270px; | |
margin-right: 30px; | |
font-family: 'Proxima Nova Semibold', sans-serif; | |
font-size: 24px; | |
color: #ffffff; | |
text-decoration: none; | |
&#order { | |
width: 300px; | |
padding: 18px; | |
background-color: red; | |
box-sizing: border-box; | |
& > i { | |
background: url(/images/plane.png) no-repeat; | |
padding: 18px; | |
padding-top: 0px; | |
padding-right: 30px; | |
} | |
&:hover { | |
// opacity: 0.3; | |
background-color: #ad1818; | |
} | |
} | |
&#presentation { | |
width: 268px; | |
padding: 16px; | |
border: 2px solid #525252; | |
box-sizing: border-box; | |
& > i { | |
background: url(/images/acrobat.png) no-repeat; | |
padding: 18px; | |
padding-top: 5px; | |
padding-right: 30px; | |
} | |
&:hover { | |
text-decoration: underline; | |
} | |
} | |
} | |
div.about { | |
display: block; | |
clear: both; | |
margin-top: 60px; | |
& > span.title { | |
font-family: 'Proxima Nova Light', sans-serif; | |
font-size: 51px; | |
color: #ffffff; | |
letter-spacing: -0.4px; | |
padding-bottom: 10px; | |
} | |
& > span.text { | |
font-family: 'Proxima Nova Light', sans-serif; | |
font-size: 25px; | |
line-height: 39px; | |
color: #919191; | |
letter-spacing: -0.4px; | |
width: 68%; | |
display: block; | |
} | |
} | |
div.services { | |
display: block; | |
clear: both; | |
margin-top: 60px; | |
& div.img { | |
float: left; | |
} | |
& div.text { | |
float: left; | |
padding-left: 40px; | |
width: 370px; | |
& span { | |
font-family: 'Proxima Nova Bold', sans-serif; | |
font-size: 26px; | |
} | |
& p { | |
font-family: 'Proxima Nova Light', sans-serif; | |
font-size: 19px; | |
color: #cccccc; | |
line-height: 37px; | |
margin-top: 5px; | |
} | |
} | |
} | |
} | |
} | |
} | |
section.partners { | |
& .partners__body { | |
margin: 0 auto; | |
width: 1160px; | |
} | |
} | |
section.slider_reviews { | |
background-color: #efefef; | |
text-align: center; | |
color: #000000; | |
& span.quote { | |
font-family: 'Proxima Nova Black', sans-serif; | |
font-size: 142px; | |
padding-top: 30px; | |
display: block; | |
} | |
& .slider_reviews__body { | |
margin: 0 auto; | |
width: 1200px; | |
background-color: #ffffff; | |
& .slider { | |
width: 1200px; | |
bottom: 75px; | |
overflow: hidden; | |
position: relative; | |
& ul { | |
display: block; | |
width: 9999px; | |
padding: 0; | |
margin: 0; | |
list-style-type: none; | |
float: left; | |
margin-bottom: 50px; | |
} | |
& li { | |
padding: 0; | |
margin: 0; | |
list-style-type: none; | |
float: left; | |
width: 1200px; | |
& .body { | |
width: 1000px; | |
margin: 0 auto; | |
& p { | |
font-family: 'Proxima Nova Light', sans-serif; | |
font-size: 42px; | |
line-height: 49px; | |
} | |
& span { | |
display: block; | |
&.name { | |
font-family: 'Proxima Nova Bold', sans-serif; | |
font-size: 24px; | |
} | |
&.job { | |
font-family: 'Proxima Nova Light', sans-serif; | |
font-size: 19px; | |
} | |
} | |
} | |
} | |
& .nav { | |
width: 100%; | |
& div.nav__body { | |
width: 10%; | |
margin: 0 auto; | |
} | |
& span { | |
background: #d4d4d4; | |
margin: 0 8px 0 0; | |
width: 16px; | |
height: 16px; | |
border-radius: 8px; | |
cursor: pointer; | |
overflow: hidden; | |
display: block; | |
float: left; | |
&.on { | |
background: #000000; | |
} | |
} | |
} | |
} | |
} | |
} | |
footer { | |
& .footer__body { | |
margin: 0 auto; | |
width: 1200px; | |
height: 80px; | |
padding-top: 15px; | |
& .copy { | |
font-family: 'Proxima Nova Regular', sans-serif; | |
font-size: 15px; | |
padding-top: 15px; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment