#headerLinks {
top: -1px; }
-main.page-front {
- background: -webkit-linear-gradient(top, #d7e8f0 92%, rgba(255, 255, 255, 0) 100%);
- background: -moz-linear-gradient(center top, #d7e8f0 92%, rgba(255, 255, 255, 0) 100%);
- background: -ms-linear-gradient(top, #d7e8f0 92%, rgba(255, 255, 255, 0) 100%);
+@media screen and (max-width: 1024px) {
+ main.page-front {
+ padding: 0; } }
+main.page-front #content-wrapper {
+ background: -webkit-linear-gradient(top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%);
+ background: -moz-linear-gradient(center top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%);
+ background: -ms-linear-gradient(top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient StartColorStr=#d7e8f0, EndColorStr=rgba(255, 255, 255, 0); }
- @media screen and (max-width: 1024px) {
- main.page-front {
- padding: 0; } }
main.page-front #content-wrapper #main-content {
margin: 37px auto; }
main.page-inside {
- padding-top: 2px;
- background: -webkit-linear-gradient(top, #d7e8f0 92%, rgba(255, 255, 255, 0) 100%);
- background: -moz-linear-gradient(center top, #d7e8f0 92%, rgba(255, 255, 255, 0) 100%);
- background: -ms-linear-gradient(top, #d7e8f0 92%, rgba(255, 255, 255, 0) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient StartColorStr=#d7e8f0, EndColorStr=rgba(255, 255, 255, 0); }
+ padding-top: 2px; }
@media screen and (max-width: 1024px) {
main.page-inside {
padding: 0; } }
main.page-inside #content-wrapper {
+ background: -webkit-linear-gradient(top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%);
+ background: -moz-linear-gradient(center top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%);
+ background: -ms-linear-gradient(top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient StartColorStr=#d7e8f0, EndColorStr=rgba(255, 255, 255, 0);
min-height: 250px; }
main.page-inside #content-wrapper #main-content {
background: #FFFFFF;
margin-top: 25px;
padding-top: 0; }
.blocks #block-1.blocks:before, .blocks #block-2.blocks:before, .blocks #block-3.blocks:before {
- background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 92%, #000000 100%);
- background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0) 92%, #000000 100%);
- background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 92%, #000000 100%);
+ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 51%, #000000 100%);
+ background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0) 51%, #000000 100%);
+ background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 51%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient StartColorStr=rgba(255, 255, 255, 0), EndColorStr=#000000;
position: absolute;
content: '';
#action-items a img {
padding: 10px; } }
+#back_grad {
+ background: -webkit-linear-gradient(top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%);
+ background: -moz-linear-gradient(center top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%);
+ background: -ms-linear-gradient(top, #d7e8f0 51%, rgba(255, 255, 255, 0) 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient StartColorStr=#d7e8f0, EndColorStr=rgba(255, 255, 255, 0);
+ height: 1000px; }
+
footer {
background: #3a8bb6;
padding: 20px 0 10px; }