123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874 |
- /**
- * Backyard
- * Landing Page Template
- * Author: MoxDesign - http://www.moxdesign.com
- **/
- html, body {
- width: 100%;
- overflow-x: hidden;
- }
- body {
- height:100%;
- font-family: "Lato", "Serif";
- font-weight: 300;
- padding:0;
- margin:0;
- font-size:16px;
- line-height: 28px;
- color: #777;
- background: #fff;
- overflow-x:hidden;
- position: relative;
- }
- h1 { font-size: 3em; line-height:1.2em; margin:0 0 .8em; }
- h2 { font-size: 1.8em; line-height:1.4em; margin:0 0 .8em; }
- h3 { font-size: 1.4em; line-height:1.4em; }
- h4 { font-size: 1.25em; line-height:1.4em;}
- h5 { font-size: 1.1em; line-height:1.4em; }
- h6 { font-size: 1em; line-height:1.2em; }
- h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
- text-decoration: none
- }
- p {
- padding:0 0 1em;
- margin:0;
- }
- a {
- color: #3eb0f7;
- outline: 0;
- font-weight: bold;
- -webkit-transition: all .8s ease;
- transition: all .8s ease;
- }
- a:hover {
- text-decoration: none;
- color: #1f2222;
- -webkit-transition: all .8s ease;
- transition: all .8s ease;
- }
- .highlight {
- color: #3eb0f7;
- }
- #preloader {
- position: fixed;
- left: 0;
- top: 0;
- z-index: 999;
- width: 100%;
- height: 100%;
- overflow: visible;
- background: #fff url(../images/loading.gif) no-repeat center center;
- }
- .fullscreen {
- width:100%;
- min-height:100%;
- background-repeat:no-repeat;
- background-position:50% 50%;
- background-position:50% 50%\9 !important;
- }
- .overlay {
- background-color: rgba(0, 0, 0, 0.5);
- position: relative;
- width: 100%;
- height: 100%;
- display: block;
- }
- #menu {
- z-index: 999;
- }
- .navbar-default {
- background: rgba(255, 255, 255, 0.95);
- box-shadow: 0px 0.5px 2px #cecece;
- }
- .navbar-default .navbar-brand {
- padding: 7px;
- }
- .navbar-default .navbar-nav > li > a {
- color: #777;
- font-weight: 500;
- }
- .navbar-default .navbar-nav > li > a:hover,
- .navbar-default .navbar-nav > li > a:focus {
- color: #3eb0f7;
- }
- .navbar-default .navbar-nav > .active > a,
- .navbar-default .navbar-nav > .active > a:hover,
- .navbar-default .navbar-nav > .active > a:focus {
- background: transparent;
- color: #3eb0f7;
- }
- .btn-default {
- font-size: 17px;
- margin: 30px 0 10px;
- margin-right: 10px;
- line-height: 20px;
- padding: 15px 35px;
- height: 50px;
- border: 2px solid #3eb0f7;
- background: transparent;
- transition: all 0.4s;
- color: #3eb0f7;
- border-radius: 100px;
- }
- .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
- border: 2px solid #3eb0f7;
- background: #3eb0f7;
- color: white;
- }
- .btn-primary {
- font-size: 17px;
- margin: 30px 0 10px;
- margin-right: 10px;
- line-height: 20px;
- padding: 15px 35px;
- height: 50px;
- border: 2px solid #3eb0f7;
- background: #3eb0f7;
- transition: all 0.4s;
- color: white;
- border-radius: 100px;
- }
- .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
- border: 2px solid #3eb0f7;
- background: transparent;
- color: #3eb0f7;
- }
- .btn-secondary {
- font-size: 20px;
- font-weight: 300;
- line-height: 20px;
- padding: 20px 50px;
- height: 65px;
- border: none;
- background: #3eb0f7;
- transition: all 0.4s;
- color: white;
- border-radius: 4px;
- }
- .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
- background: #1f96e0;
- color: white
- }
- .site-name img{
- width: 150px;
- height: 37px
- }
- .logo {
- margin: 100px 0 40px 0;
- }
- .logo img{
- width: 150px;
- height: 37px
- }
- .landing h1{
- font-size: 56px;
- font-weight: 300;
- color: #fff;
- margin: 30px 0 30px 0;
- text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
- }
- .landing p {
- color: #fff;
- }
- .landing-text {
- margin-bottom: 20px;
- }
- .landing-text p {
- font-size: 17px !important;
- }
- .more {
- margin-bottom: 100px;
- }
- .more p {
- font-size: 17px;
- }
- .head-btn {
- margin-bottom: 40px;
- }
- .option {
- text-transform: uppercase;
- padding: 5px;
- min-width: 80px;
- margin-right: 5px;
- transition: all 0.4s;
- font-size: 14px;
- color: #fff;
- }
- .option .fa {
- font-size: 16px;
- margin-right: 10px;
- }
- .option:hover {
- color: #3eb0f7;
- }
- .header-phone {
- margin: 50px 0 100px;
- }
- #intro {
- padding: 100px 0 70px;
- }
- #intro h2 {
- font-size: 40px;
- font-weight: 300;
- margin: 15px 0 15px 0;
- }
- .intro-pic {
- margin-top: 20px;
- }
- .btn-section {
- padding-top: 20px;
- }
- #feature {
- padding-top: 100px;
- background: #f6f6f6;
- }
- #feature h2 {
- margin: 15px 0 15px 0;
- font-size: 40px;
- font-weight: 300;
- }
- #feature .feature-title p {
- font-size: 18px;
- }
- .row-feat {
- padding-top: 50px;
- }
- .feat-list {
- margin-top: 40px;
- }
- .feat-list i {
- font-size: 48px;
- float: left;
- width: 20%;
- color: #555;
- height: 100%;
- position: relative;
- opacity: 0.6;
- -webkit-transition: all .8s ease;
- transition: all .8s ease;
- }
- .feat-list:hover i {
- color: #3eb0f7;
- -webkit-transition: all .8s ease;
- transition: all .8s ease;
- }
- #feature .inner {
- float: left;
- display: inline-block;
- width: 80%;
- }
- #feature-2 {
- padding: 100px 0 100px;
- }
- #feature-2 h2 {
- font-size: 40px;
- font-weight: 300;
- margin: 15px 0 15px 0;
- }
- .feature-2-pic {
- margin-top: 20px;
- }
- .subscribe {
- color: #fff;
- }
- .letter {
- margin-top: 100px;
- width: 100px;
- height: 100px;
- line-height: 100px;
- font-size: 50px;
- color: #3eb0f7;
- border-radius: 50%;
- border: solid 1px #3eb0f7;
- }
- .subscribe p {
- margin: 30px auto 30px;
- }
- .subscribe-form {
- max-width: 400px;
- margin: 50px auto 150px;
- text-align: center;
- overflow: hidden;
- }
- .subscribe-form form {
- position: relative;
- }
- .subscribe-form input {
- max-width: 85%;
- position: relative;
- padding: 5px 25px;
- }
- .subscribe-form .form-control {
- border-radius: 4px 0 0 4px;
- border: none;
- background-color: rgba(255, 255, 255, 0.6);
- color: #333;
- font-size: 1.2em;
- height: 55px;
- }
- .subscribe-form button {
- border-radius: 0 4px 4px 0;
- background-color: #3eb0f7;
- color: #ffffff;
- font-size: 1em;
- line-height: 52px;
- position: absolute;
- top: 0px;
- right: 0px;
- padding: 0 30px;
- margin: 0;
- -webkit-transition: all .8s ease;
- transition: all .8s ease;
- }
- .subscribe-form .btn {
- height: 55px;
- }
- .subscribe-form .btn:hover {
- background-color: #1f96e0;
- color: #fff;
- -webkit-transition: all .8s ease;
- transition: all .8s ease;
- }
- .subscribe-form .form-control::-webkit-input-placeholder {
- color: #333;
- }
- .subscribe-form .form-control:-moz-placeholder {
- color: #333;
- }
- .subscribe-form .form-control::-moz-placeholder {
- color: #333;
- }
- .subscribe-form .form-control:-ms-input-placeholder {
- color: #333;
- }
- #screenshot {
- padding-top: 100px;
- }
- .title-line {
- width: 100px;
- height: 3px;
- margin: 0 auto;
- background: #3eb0f7;
- }
- .screenshots {
- padding-top: 50px;
- padding-bottom: 100px;
- }
- .screenshots .screen {
- background: #FFFFFF;
- padding: 10px;
- margin: 13px;
- display: block;
- }
- .screenshots .screen img {
- width: 100%;
- border-radius: 4px;
- border: solid 3px #dadada;
- -webkit-transition: all .8s ease;
- transition: all .8s ease;
- }
- .screenshots .screen img:hover {
- border: solid 3px #3eb0f7;
- -webkit-transition: all .8s ease;
- transition: all .8s ease;
- }
- .modal-backdrop.in {
- background-color: #000;
- }
- .ekko-lightbox .modal-content {
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- border: none;
- background-color: transparent;
- }
- .ekko-lightbox .modal-header {
- border: 0;
- padding-left: 0;
- padding-right: 0;
- }
- .ekko-lightbox .modal-header .close {
- -webkit-opacity: 0.7;
- -moz-opacity: 0.7;
- opacity: 0.7;
- color: #fff;
- text-shadow: 0;
- font-weight: 100;
- margin-top: 5px;
- }
- .ekko-lightbox .modal-header .close:hover {
- -webkit-opacity: 1;
- -moz-opacity: 1;
- opacity: 1;
- }
- .ekko-lightbox .modal-header h4.modal-title {
- font-weight: 100;
- color: #fff;
- padding: 0;
- }
- .ekko-lightbox .modal-body {
- padding: 0;
- }
- .ekko-lightbox .modal-footer {
- -webkit-opacity: 0.9;
- -moz-opacity: 0.9;
- opacity: 0.9;
- border: 0;
- color: #fff;
- font-weight: 100;
- padding: 0;
- }
- .ekko-lightbox-nav-overlay a {
- -webkit-opacity: 0.9;
- -moz-opacity: 0.9;
- opacity: 0.9;
- text-shadow: none;
- }
- #client {
- background: #f6f6f6;
- padding: 70px 0 70px;
- }
- #client img {
- max-height: 50px;
- margin: 0 20px;
- opacity: 1;
- transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- }
- #client img:hover {
- opacity: 0.7;
- transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- }
- #testi {
- padding: 100px 0 100px;
- }
- .testi-item {
- display: block;
- width: 100%;
- height: auto;
- position: relative;
- margin-top: 30px;
- }
- .testi-item .box {
- margin-right: 15px;
- margin-left: 15px;
- }
- .testi-item .box .message {
- padding: 20px;
- font-style: italic;
- line-height: 30px;
- font-weight: 300;
- font-size: 20px;
- }
- .testi-item .client-pic img {
- width: 70px;
- height: 70px;
- border-radius: 50%;
- max-width: 100%;
- }
- .testi-item .client-info .client-name {
- margin-top: 10px;
- font-size: 16px;
- }
- .testi-item .client-info .company {
- font-style: italic;
- color: #3eb0f7;
- }
- .owl-theme .owl-controls .owl-page span{
- background: #3eb0f7;
- }
- .action {
- color: #fff;
- }
- .action h2 {
- margin-top: 100px;
- font-size: 40px;
- font-weight: 300;
- }
- .download-store {
- padding: 50px 0 130px;
- }
- .download-store li {
- display: inline-block;
- list-style: none;
- margin-left: 10px;
- }
- .appstorebutton {
- height: 65px;
- width: 195px;
- position: relative;
- border-radius: 4px;
- }
- .iphone {
- background: #3eb0f7;
- transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- }
- .iphone:hover {
- background-color: #1f96e0;
- transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- }
- .android {
- background: #555;
- transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- }
- .android:hover {
- background-color: #444;
- transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- }
- .appstorebutton a {
- color: white;
- text-decoration: none;
- }
- .appstorebutton p {
- font-size: 20px;
- font-weight: 300;
- text-align: left;
- color: white;
- padding: 10px 0 0 65px;
- line-height: 1;
- }
- .appstorebutton p small {
- font-size: 16px;
- }
- .appstorebutton i {
- position: absolute;
- top: 0;
- left: 0;
- margin: 10px 0 0 17px;
- font-size: 40px;
- }
- #footer {
- background: #fff;
- padding: 50px 0 50px;
- }
- .social ul {
- padding: 0;
- list-style: none;
- }
- .social li {
- display: inline-block;
- padding-right: .3em;
- }
- .social li a {
- display: block;
- width: 40px;
- height: 40px;
- line-height: 40px;
- color: #3eb0f7;
- border-radius: 50%;
- background: #fff;
- border: solid 1px #3eb0f7;
- -webkit-transition: all .8s ease;
- transition: all .8s ease;
- }
- .social li a:hover {
- color: #fff;
- background: #3eb0f7;
- }
- .scrollToTop{
- width: 40px;
- height: 40px;
- padding: 5px;
- font-size: 30px;
- text-align: center;
- background: rgba(0, 0, 0, 0.2);
- color: white;
- position: fixed;
- bottom: 20px;
- right: 20px;
- border-radius: 50%;
- display: none;
- }
- .scrollToTop:hover{
- color: #3eb0f7;
- }
- .control-group .controls {
- overflow-x: hidden;
- }
- /* iPads (portrait) ----------- */
- @media only screen
- and (min-width : 768px)
- and (max-width : 1024px)
- and (orientation : portrait) {
- .more {
- margin-bottom: 50px;
- }
- #intro {
- padding: 30px 0 50px;
- }
- #intro h2, #feature-2 h2 {
- font-weight: 150;
- text-align: center;
- }
- #intro p, #feature-2 p {
- text-align: center;
- }
- .btn-section {
- text-align: center;
- }
- #feature {
- padding-top: 75px;
- }
- .row-feat {
- padding-top: 40px;
- padding-bottom: 40px;
- }
- #feature-2 {
- padding: 80px 0 100px;
- }
- .feature-2-pic {
- margin-top: 40px;
- }
- #client img {
- margin: 10px 0 10px;
- max-height: 40px;
- }
- }
- /* iPads (landscape) ----------- */
- @media only screen
- and (min-width : 768px)
- and (max-width : 1024px)
- and (orientation : landscape) {
- .logo {
- margin: 100px 0 30px 0;
- }
- .landing h1{
- margin: 60px 0 60px 0;
- }
- .landing-text {
- margin: 60px 0 40px 0;
- }
- .more {
- margin-bottom: 180px;
- }
- .header-phone {
- margin-top: 125px;
- }
- .intro-pic {
- margin-top: 100px;
- }
- .feature-img {
- margin-top: 30px;
- }
- .feat-list {
- margin-top: 10px;
- }
- .feat-list p {
- font-size: 15px;
- }
- .feature-2-pic {
- margin-top: 50px;
- }
- #client img {
- max-height: 45px;
- }
- }
- /* smart-phone ----------- */
- @media (max-width: 767px) {
- .logo {
- margin: 40px 0 30px 0;
- }
- .more {
- margin-bottom: 40px;
- }
- #intro {
- padding: 70px 0 70px;
- }
- #intro h2, #feature-2 h2 {
- font-weight: 150;
- text-align: center;
- }
- #intro p, #feature-2 p {
- text-align: center;
- }
- .btn-section {
- text-align: center;
- }
- .feat-list i {
- padding-left: 40px;
- }
- .feature-2-pic {
- margin-top: 50px;
- }
- #client img {
- margin: 10px 0 10px;
- }
- }
- /* iPhone 6Plus (landscape) ----------- */
- @media (max-width: 736px) {
- }
- /* iPhone 6 (landscape) ----------- */
- @media (max-width: 667px) {
- .logo {
- margin: 30px 0 30px 0;
- }
- .landing h1{
- font-size: 50px;
- margin: 10px 0 25px 0;
- }
- .landing-text {
- margin-top: 20px;
- }
- .letter {
- margin-top: 75px
- }
- .subscribe p {
- margin: 25px auto 15px;
- }
- .subscribe-form {
- margin: 20px auto 100px;
- }
- .action h2 {
- margin-top: 70px;
- }
- .download-store {
- padding: 20px 0 100px;
- }
- }
- /* iPhone 5 (landscape) ----------- */
- @media (max-width: 568px){
- .logo {
- margin: 15px 0 15px 0;
- }
- .landing h1{
- font-size: 40px;
- margin: 20px 0 10px 0;
- }
- .landing-text p {
- font-size: 16px !important;
- }
- #intro {
- padding-top: 50px;
- }
- #feature {
- padding-top: 50px;
- }
- .feat-list i {
- padding-left: 20px;
- }
- #feature-2 {
- padding: 50px 0 70px;
- }
- #screenshot {
- padding-top: 70px;
- }
- .screenshots {
- padding-top: 30px;
- padding-bottom: 70px;
- }
- #testi {
- padding: 70px 0 70px;
- }
- .testi-item .box .message {
- line-height: 25px;
- font-size: 18px;
- }
- .action h2 {
- margin: 50px 0 20px;
- }
- .download-text p {
- line-height: 1.5;
- }
- .download-store {
- padding: 10px 0 70px;
- }
- }
- /* iPhone 4 (landscape) ----------- */
- @media (max-width: 480px) {
- .feat-list i {
- padding-left: 5px;
- }
- .action h2 {
- font-size: 30px;
- }
- }
- /* smart phone width: 360px ----------- */
- @media (max-width: 360px) {
- #intro h2, #feature h2, #feature-2 h2 {
- font-size: 30px;
- }
- .feat-list i {
- padding-left: 0;
- }
- #feature .inner {
- padding-left: 15px;
- }
- .appstorebutton {
- margin-bottom: 15px;
- }
- .download-store li {
- margin-left: 0;
- }
- }
- /* iPhone 4/5 (portrait) ----------- */
- @media (max-width: 320px) {
- .logo {
- margin: 30px 0 20px 0;
- }
- .landing h1{
- margin: 20px 0 35px 0;
- }
- .more {
- text-align: center;
- }
- .more p {
- font-size: 14px;
- }
- .option {
- padding: 3px;
- min-width: 75px;
- margin-right: 2px;
- }
- .btn-default {
- font-size: 16px;
- margin: 30px 0 10px;
- padding: 15px 30px;
- height: 35px;
- border-radius: 80px;
- }
- .btn-primary {
- font-size: 16px;
- margin: 30px 0 10px;
- margin-right: 15px;
- padding: 15px 30px;
- height: 35px;
- border-radius: 80px;
- }
- .subscribe-form {
- margin: 50px auto 110px;
- }
- .subscribe-form input {
- padding: 5px 15px;
- }
- .subscribe-form button {
- padding: 0 15px;
- }
- .action h2 {
- margin: 70px 0 20px;
- }
- }
|