|
115
|
1 |
body{border-top: 1px solid #000;} |
|
|
2 |
a{text-decoration: none; color: #000;} |
|
|
3 |
.wrap{width: 950px; margin: 0 auto; } |
|
|
4 |
|
|
116
|
5 |
header, footer{width:100%;background: url(../img/border-bottom-header.png) center bottom no-repeat;} |
|
|
6 |
footer{background-position: top center; padding-top: 20px;font-size: 15px; font-family: 'LatoLight';} |
|
|
7 |
footer h6{float: left;} |
|
|
8 |
footer p{float: right;} |
|
115
|
9 |
header .col-right{float: right; text-align: right;} |
|
|
10 |
header .col-right form{display: inline-block; } |
|
|
11 |
h1{display:inline-block;padding: 64px 0 0 16px; font-family : 'josefin_sanssemibold'; font-size:34px;} |
|
|
12 |
.head-login{padding-top: 10px; margin-bottom: 40px;} |
|
|
13 |
.head-login, .head-login a{font-size: 12px; font-family: 'LatoRegular'; color: #626364;} |
|
|
14 |
.head-login input{width:140px;background: url(../img/icon-search.png) 150px center no-repeat;font-family: 'LatoBoldItalic'; font-size: 12px; border: 1px solid #D0D0D0; height: 25px; line-height: 25px; padding: 0 26px 0 4px;} |
|
|
15 |
.hello-user{margin-left: 12px;} |
|
|
16 |
.head-login li{float: left; line-height: 27px;} |
|
|
17 |
.dot-6{vertical-align:middle; width: 6px; height: 6px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: #616364; display: inline-block; margin: 0 7px;} |
|
|
18 |
.dot-10{ vertical-align:middle; width: 10px; height: 10px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background-color: #A1A1A1; display: inline-block; margin: 0 12px;} |
|
|
19 |
nav{height: 70px;} |
|
|
20 |
nav li{height:100%; float:left; } |
|
|
21 |
.nav{margin-bottom: 14px; height: 18px; display: block;} |
|
|
22 |
.sub-nav{float: right; display: block;} |
|
|
23 |
.sub-nav a{font-size: 14px; font-family: 'LatoLight'; } |
|
|
24 |
.sub-nav a.active, .sub-nav a:hover{font-family: 'LatoRegular';} |
|
|
25 |
.nav a{font-family: 'josefin_sansregular'; font-size: 18px; text-transform : uppercase;} |
|
|
26 |
|
|
116
|
27 |
/* Home */ |
|
|
28 |
h2{font-size: 30px; font-family: 'LatoLight'; padding: 30px 0; line-height: 38px;} |
|
|
29 |
.our-images{margin-bottom: 38px; text-align: center; font-size: 12px; font-family: 'LatoBoldItalic'; color: #58595A;} |
|
|
30 |
.home-images{position: relative;} |
|
|
31 |
a.home-arrow{ -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75); |
|
|
32 |
-moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75); |
|
|
33 |
box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75); |
|
|
34 |
background: url(../img/home-arrow.png) no-repeat center center #fff;cursor: pointer;display: block;height: 78px;left: 436px;position: absolute;top: -25px;width: 78px;z-index: 10; |
|
|
35 |
-webkit-border-radius: 39px;-moz-border-radius: 39px;border-radius: 39px; |
|
|
36 |
} |
|
|
37 |
.home-images .col-left{float: left;} |
|
|
38 |
.home-images .col-left img{width: 667px;} |
|
|
39 |
.home-images .col-right{float: right;} |
|
|
40 |
.home-images .col-right img{display: block; width: 283px;} |