first commit
This commit is contained in:
Vendored
+3158
File diff suppressed because it is too large
Load Diff
Vendored
+6
File diff suppressed because one or more lines are too long
Vendored
+4
File diff suppressed because one or more lines are too long
@@ -0,0 +1,351 @@
|
||||
/* Magnific Popup CSS */
|
||||
.mfp-bg {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1042;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
background: #0b0b0b;
|
||||
opacity: 0.8; }
|
||||
|
||||
.mfp-wrap {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1043;
|
||||
position: fixed;
|
||||
outline: none !important;
|
||||
-webkit-backface-visibility: hidden; }
|
||||
|
||||
.mfp-container {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 0 8px;
|
||||
box-sizing: border-box; }
|
||||
|
||||
.mfp-container:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
vertical-align: middle; }
|
||||
|
||||
.mfp-align-top .mfp-container:before {
|
||||
display: none; }
|
||||
|
||||
.mfp-content {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin: 0 auto;
|
||||
text-align: left;
|
||||
z-index: 1045; }
|
||||
|
||||
.mfp-inline-holder .mfp-content,
|
||||
.mfp-ajax-holder .mfp-content {
|
||||
width: 100%;
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-ajax-cur {
|
||||
cursor: progress; }
|
||||
|
||||
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
|
||||
cursor: -moz-zoom-out;
|
||||
cursor: -webkit-zoom-out;
|
||||
cursor: zoom-out; }
|
||||
|
||||
.mfp-zoom {
|
||||
cursor: pointer;
|
||||
cursor: -webkit-zoom-in;
|
||||
cursor: -moz-zoom-in;
|
||||
cursor: zoom-in; }
|
||||
|
||||
.mfp-auto-cursor .mfp-content {
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-close,
|
||||
.mfp-arrow,
|
||||
.mfp-preloader,
|
||||
.mfp-counter {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none; }
|
||||
|
||||
.mfp-loading.mfp-figure {
|
||||
display: none; }
|
||||
|
||||
.mfp-hide {
|
||||
display: none !important; }
|
||||
|
||||
.mfp-preloader {
|
||||
color: #CCC;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: auto;
|
||||
text-align: center;
|
||||
margin-top: -0.8em;
|
||||
left: 8px;
|
||||
right: 8px;
|
||||
z-index: 1044; }
|
||||
.mfp-preloader a {
|
||||
color: #CCC; }
|
||||
.mfp-preloader a:hover {
|
||||
color: #FFF; }
|
||||
|
||||
.mfp-s-ready .mfp-preloader {
|
||||
display: none; }
|
||||
|
||||
.mfp-s-error .mfp-content {
|
||||
display: none; }
|
||||
|
||||
button.mfp-close,
|
||||
button.mfp-arrow {
|
||||
overflow: visible;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
-webkit-appearance: none;
|
||||
display: block;
|
||||
outline: none;
|
||||
padding: 0;
|
||||
z-index: 1046;
|
||||
box-shadow: none;
|
||||
touch-action: manipulation; }
|
||||
|
||||
button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0; }
|
||||
|
||||
.mfp-close {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
opacity: 0.65;
|
||||
padding: 0 0 18px 10px;
|
||||
color: #FFF;
|
||||
font-style: normal;
|
||||
font-size: 28px;
|
||||
font-family: Arial, Baskerville, monospace; }
|
||||
.mfp-close:hover,
|
||||
.mfp-close:focus {
|
||||
opacity: 1; }
|
||||
.mfp-close:active {
|
||||
top: 1px; }
|
||||
|
||||
.mfp-close-btn-in .mfp-close {
|
||||
color: #333; }
|
||||
|
||||
.mfp-image-holder .mfp-close,
|
||||
.mfp-iframe-holder .mfp-close {
|
||||
color: #FFF;
|
||||
right: -6px;
|
||||
text-align: right;
|
||||
padding-right: 6px;
|
||||
width: 100%; }
|
||||
|
||||
.mfp-counter {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
color: #CCC;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
white-space: nowrap; }
|
||||
|
||||
.mfp-arrow {
|
||||
position: absolute;
|
||||
opacity: 0.65;
|
||||
margin: 0;
|
||||
top: 50%;
|
||||
margin-top: -55px;
|
||||
padding: 0;
|
||||
width: 90px;
|
||||
height: 110px;
|
||||
-webkit-tap-highlight-color: transparent; }
|
||||
.mfp-arrow:active {
|
||||
margin-top: -54px; }
|
||||
.mfp-arrow:hover,
|
||||
.mfp-arrow:focus {
|
||||
opacity: 1; }
|
||||
.mfp-arrow:before,
|
||||
.mfp-arrow:after {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
margin-top: 35px;
|
||||
margin-left: 35px;
|
||||
border: medium inset transparent; }
|
||||
.mfp-arrow:after {
|
||||
border-top-width: 13px;
|
||||
border-bottom-width: 13px;
|
||||
top: 8px; }
|
||||
.mfp-arrow:before {
|
||||
border-top-width: 21px;
|
||||
border-bottom-width: 21px;
|
||||
opacity: 0.7; }
|
||||
|
||||
.mfp-arrow-left {
|
||||
left: 0; }
|
||||
.mfp-arrow-left:after {
|
||||
border-right: 17px solid #FFF;
|
||||
margin-left: 31px; }
|
||||
.mfp-arrow-left:before {
|
||||
margin-left: 25px;
|
||||
border-right: 27px solid #3F3F3F; }
|
||||
|
||||
.mfp-arrow-right {
|
||||
right: 0; }
|
||||
.mfp-arrow-right:after {
|
||||
border-left: 17px solid #FFF;
|
||||
margin-left: 39px; }
|
||||
.mfp-arrow-right:before {
|
||||
border-left: 27px solid #3F3F3F; }
|
||||
|
||||
.mfp-iframe-holder {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px; }
|
||||
.mfp-iframe-holder .mfp-content {
|
||||
line-height: 0;
|
||||
width: 100%;
|
||||
max-width: 900px; }
|
||||
.mfp-iframe-holder .mfp-close {
|
||||
top: -40px; }
|
||||
|
||||
.mfp-iframe-scaler {
|
||||
width: 100%;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
padding-top: 56.25%; }
|
||||
.mfp-iframe-scaler iframe {
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
background: #000; }
|
||||
|
||||
/* Main image in popup */
|
||||
img.mfp-img {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
line-height: 0;
|
||||
box-sizing: border-box;
|
||||
padding: 40px 0 40px;
|
||||
margin: 0 auto; }
|
||||
|
||||
/* The shadow behind the image */
|
||||
.mfp-figure {
|
||||
line-height: 0; }
|
||||
.mfp-figure:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 40px;
|
||||
bottom: 40px;
|
||||
display: block;
|
||||
right: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
z-index: -1;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
background: #444; }
|
||||
.mfp-figure small {
|
||||
color: #BDBDBD;
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
line-height: 14px; }
|
||||
.mfp-figure figure {
|
||||
margin: 0; }
|
||||
|
||||
.mfp-bottom-bar {
|
||||
margin-top: -36px;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-title {
|
||||
text-align: left;
|
||||
line-height: 18px;
|
||||
color: #F3F3F3;
|
||||
word-wrap: break-word;
|
||||
padding-right: 36px; }
|
||||
|
||||
.mfp-image-holder .mfp-content {
|
||||
max-width: 100%; }
|
||||
|
||||
.mfp-gallery .mfp-image-holder .mfp-figure {
|
||||
cursor: pointer; }
|
||||
|
||||
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
|
||||
/**
|
||||
* Remove all paddings around the image on small screen
|
||||
*/
|
||||
.mfp-img-mobile .mfp-image-holder {
|
||||
padding-left: 0;
|
||||
padding-right: 0; }
|
||||
.mfp-img-mobile img.mfp-img {
|
||||
padding: 0; }
|
||||
.mfp-img-mobile .mfp-figure:after {
|
||||
top: 0;
|
||||
bottom: 0; }
|
||||
.mfp-img-mobile .mfp-figure small {
|
||||
display: inline;
|
||||
margin-left: 5px; }
|
||||
.mfp-img-mobile .mfp-bottom-bar {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
top: auto;
|
||||
padding: 3px 5px;
|
||||
position: fixed;
|
||||
box-sizing: border-box; }
|
||||
.mfp-img-mobile .mfp-bottom-bar:empty {
|
||||
padding: 0; }
|
||||
.mfp-img-mobile .mfp-counter {
|
||||
right: 5px;
|
||||
top: 3px; }
|
||||
.mfp-img-mobile .mfp-close {
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
padding: 0; } }
|
||||
|
||||
@media all and (max-width: 900px) {
|
||||
.mfp-arrow {
|
||||
-webkit-transform: scale(0.75);
|
||||
transform: scale(0.75); }
|
||||
.mfp-arrow-left {
|
||||
-webkit-transform-origin: 0;
|
||||
transform-origin: 0; }
|
||||
.mfp-arrow-right {
|
||||
-webkit-transform-origin: 100%;
|
||||
transform-origin: 100%; }
|
||||
.mfp-container {
|
||||
padding-left: 6px;
|
||||
padding-right: 6px; } }
|
||||
@@ -0,0 +1,71 @@
|
||||
/*
|
||||
* Core Owl Carousel CSS File
|
||||
* v1.3.3
|
||||
*/
|
||||
|
||||
/* clearfix */
|
||||
.owl-carousel .owl-wrapper:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0;
|
||||
}
|
||||
/* display none until init */
|
||||
.owl-carousel{
|
||||
display: none;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
-ms-touch-action: pan-y;
|
||||
}
|
||||
.owl-carousel .owl-wrapper{
|
||||
display: none;
|
||||
position: relative;
|
||||
-webkit-transform: translate3d(0px, 0px, 0px);
|
||||
}
|
||||
.owl-carousel .owl-wrapper-outer{
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
.owl-carousel .owl-wrapper-outer.autoHeight{
|
||||
-webkit-transition: height 500ms ease-in-out;
|
||||
-moz-transition: height 500ms ease-in-out;
|
||||
-ms-transition: height 500ms ease-in-out;
|
||||
-o-transition: height 500ms ease-in-out;
|
||||
transition: height 500ms ease-in-out;
|
||||
}
|
||||
|
||||
.owl-carousel .owl-item{
|
||||
float: left;
|
||||
}
|
||||
.owl-controls .owl-page,
|
||||
.owl-controls .owl-buttons div{
|
||||
cursor: pointer;
|
||||
}
|
||||
.owl-controls {
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
/* mouse grab icon */
|
||||
.grabbing {
|
||||
cursor:url(grabbing.png) 8 8, move;
|
||||
}
|
||||
|
||||
/* fix */
|
||||
.owl-carousel .owl-wrapper,
|
||||
.owl-carousel .owl-item{
|
||||
-webkit-backface-visibility: hidden;
|
||||
-moz-backface-visibility: hidden;
|
||||
-ms-backface-visibility: hidden;
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
-moz-transform: translate3d(0,0,0);
|
||||
-ms-transform: translate3d(0,0,0);
|
||||
}
|
||||
|
||||
@@ -0,0 +1,79 @@
|
||||
/*
|
||||
* Owl Carousel Owl Demo Theme
|
||||
* v1.3.3
|
||||
*/
|
||||
|
||||
.owl-theme .owl-controls{
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Styling Next and Prev buttons */
|
||||
|
||||
.owl-theme .owl-controls .owl-buttons div{
|
||||
color: #FFF;
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;/*IE7 life-saver */
|
||||
margin: 5px;
|
||||
padding: 3px 10px;
|
||||
font-size: 12px;
|
||||
-webkit-border-radius: 30px;
|
||||
-moz-border-radius: 30px;
|
||||
border-radius: 30px;
|
||||
border: 2px solid #999;
|
||||
filter: Alpha(Opacity=50);/*IE7 fix*/
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Clickable class fix problem with hover on touch devices */
|
||||
/* Use it for non-touch hover action */
|
||||
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
|
||||
filter: Alpha(Opacity=100);/*IE7 fix*/
|
||||
opacity: 1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Styling Pagination*/
|
||||
|
||||
.owl-theme .owl-controls .owl-page{
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;/*IE7 life-saver */
|
||||
}
|
||||
.owl-theme .owl-controls .owl-page span{
|
||||
display: block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: 5px 7px;
|
||||
filter: Alpha(Opacity=50);/*IE7 fix*/
|
||||
opacity: 0.5;
|
||||
-webkit-border-radius: 20px;
|
||||
-moz-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
border: 2px solid #999;
|
||||
}
|
||||
|
||||
.owl-theme .owl-controls .owl-page.active span,
|
||||
.owl-theme .owl-controls.clickable .owl-page:hover span{
|
||||
filter: Alpha(Opacity=100);/*IE7 fix*/
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* If PaginationNumbers is true */
|
||||
|
||||
.owl-theme .owl-controls .owl-page span.owl-numbers{
|
||||
height: auto;
|
||||
width: auto;
|
||||
color: #FFF;
|
||||
padding: 2px 10px;
|
||||
font-size: 12px;
|
||||
-webkit-border-radius: 30px;
|
||||
-moz-border-radius: 30px;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
/* preloading images */
|
||||
.owl-item.loading{
|
||||
min-height: 150px;
|
||||
background: url(AjaxLoader.gif) no-repeat center center
|
||||
}
|
||||
+930
@@ -0,0 +1,930 @@
|
||||
/*
|
||||
|
||||
App Starter Template
|
||||
|
||||
http://www.templatemo.com/tm-492-app-starter
|
||||
|
||||
*/
|
||||
|
||||
body {
|
||||
background: #1c1c1c;
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
padding-top: 70px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
Typorgraphy
|
||||
-----------------------------------------*/
|
||||
|
||||
h1,h2,h3,h4,h5,h6,
|
||||
.navbar-default, .btn {
|
||||
font-family: 'Unica One', cursive;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #ffffff;
|
||||
font-size: 52px;
|
||||
letter-spacing: 2px;
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #f0f0f0;
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #535bd4;
|
||||
font-size: 22px;
|
||||
line-height: 32px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #999;
|
||||
font-size: 20px;
|
||||
font-weight: 300;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-bottom-color: #999;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.section-btn {
|
||||
background-color: #000;
|
||||
border: 2px solid transparent;
|
||||
border-radius: 100px;
|
||||
color: #ffffff;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
padding: 14px 36px;
|
||||
margin-top: 26px;
|
||||
transition: all 0.4s ease-in-out;
|
||||
}
|
||||
|
||||
.section-btn:hover {
|
||||
background: transparent;
|
||||
border-top-color: #ffffff;
|
||||
border-right-color: #222;
|
||||
border-bottom-color: #ffffff;
|
||||
border-left-color: #222;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
General
|
||||
-----------------------------------------*/
|
||||
|
||||
html{
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #535bd4;
|
||||
-webkit-transition: 0.5s;
|
||||
-o-transition: 0.5s;
|
||||
transition: 0.5s;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
a:hover, a:active, a:focus {
|
||||
color: #3FF;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
* {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
*:before,
|
||||
*:after {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar{
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
cursor: pointer;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
position: relative;
|
||||
padding-bottom: 62px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#about,
|
||||
#screenshot,
|
||||
#divider,
|
||||
#pricing {
|
||||
padding-top: 100px;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
#divider,
|
||||
#pricing {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#newsletter {
|
||||
padding-top: 25px;
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
Preloader section
|
||||
-----------------------------------------*/
|
||||
|
||||
.preloader {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 99999;
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: none repeat scroll 0 0 #ffffff;
|
||||
}
|
||||
|
||||
.sk-spinner-pulse {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background-color: #1dc9e3;
|
||||
border-radius: 100%;
|
||||
-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
|
||||
animation: sk-pulseScaleOut 1s infinite ease-in-out; }
|
||||
|
||||
@-webkit-keyframes sk-pulseScaleOut {
|
||||
0% {
|
||||
-webkit-transform: scale(0);
|
||||
transform: scale(0); }
|
||||
100% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 0; } }
|
||||
|
||||
@keyframes sk-pulseScaleOut {
|
||||
0% {
|
||||
-webkit-transform: scale(0);
|
||||
transform: scale(0); }
|
||||
100% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 0; } }
|
||||
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
Navigation section
|
||||
-----------------------------------------*/
|
||||
|
||||
.navbar-default {
|
||||
background: #ffffff;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-brand {
|
||||
color: #535bd4;
|
||||
font-size: 26px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 2px;
|
||||
line-height: 50px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-brand span {
|
||||
color: #1dc9e3;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav li a {
|
||||
color: #656565;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
line-height: 50px;
|
||||
letter-spacing: 1px;
|
||||
-webkit-transition: all 0.4s ease-in-out;
|
||||
transition: all 0.4s ease-in-out;
|
||||
padding-right: 20px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav > li a:hover {
|
||||
color: #1dc9e3;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav > li > a:hover,
|
||||
.navbar-default .navbar-nav > li > a:focus {
|
||||
color: #656565;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav > .active > a,
|
||||
.navbar-default .navbar-nav > .active > a:hover,
|
||||
.navbar-default .navbar-nav > .active > a:focus {
|
||||
color: #1dc9e3;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-toggle {
|
||||
border: none;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-toggle .icon-bar {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-toggle:hover,
|
||||
.navbar-default .navbar-toggle:focus {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
Home section
|
||||
-----------------------------------------*/
|
||||
|
||||
#home {
|
||||
background: #535bd4 url('../images/home-bg.jpg') no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
color: #ffffff;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
height: 80vh;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#home .overlay {
|
||||
background: #4776E6; /* fallback for old browsers */
|
||||
background: -webkit-linear-gradient(to left, #4776E6 , #8E54E9); /* Chrome 10-25, Safari 5.1-6 */
|
||||
background: linear-gradient(to left, #4776E6 , #8E54E9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
||||
opacity: 0.9;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 80vh;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#home img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#home .home-thumb {
|
||||
padding-top: 32px;
|
||||
padding-left: 32px;
|
||||
}
|
||||
|
||||
#home p,
|
||||
#newsletter p {
|
||||
color: #f0f0f0;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
#home .section-btn {
|
||||
background: #1dc9e3;
|
||||
}
|
||||
|
||||
#home .section-btn:hover {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
Divider section
|
||||
-----------------------------------------*/
|
||||
|
||||
#divider {
|
||||
background-color: #1dc9e3;
|
||||
}
|
||||
|
||||
#divider p {
|
||||
color: #666;
|
||||
font-size: 26px;
|
||||
line-height: 42px;
|
||||
}
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
About section
|
||||
-----------------------------------------*/
|
||||
|
||||
#about img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#about .about-thumb {
|
||||
margin-bottom: 32px;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#about .about-overlay h3 {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
#about .about-overlay {
|
||||
background-color: rgba(250,250,250,0.9);
|
||||
border-radius: 2px;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
overflow: hidden;
|
||||
transition: height 450ms;
|
||||
}
|
||||
|
||||
#about .about-thumb:hover .about-overlay {
|
||||
height: 100%;
|
||||
background-color: #ffffff;
|
||||
color: #222;
|
||||
padding-top: 30%;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
#about .about-thumb:hover h4 {
|
||||
color: #1dc9e3;
|
||||
}
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
Screenshot section
|
||||
-----------------------------------------*/
|
||||
|
||||
#screenshot .col-md-3 {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
#screenshot img {
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
|
||||
border-radius: 2px;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
position: relative;
|
||||
top: 0px;
|
||||
transition: all 0.4s ease-in-out;
|
||||
}
|
||||
|
||||
#screenshot img:hover {
|
||||
box-shadow: 0px 16px 22px 0px rgba(0, 0, 0, 0.3);
|
||||
top: -6px;
|
||||
}
|
||||
|
||||
.mfp-with-zoom .mfp-container,
|
||||
.mfp-with-zoom.mfp-bg {
|
||||
opacity: 0;
|
||||
-webkit-backface-visibility: hidden;
|
||||
/* ideally, transition speed should match zoom duration */
|
||||
-webkit-transition: all 0.3s ease-out;
|
||||
-moz-transition: all 0.3s ease-out;
|
||||
-o-transition: all 0.3s ease-out;
|
||||
transition: all 0.3s ease-out;
|
||||
}
|
||||
|
||||
.mfp-with-zoom.mfp-ready .mfp-container {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.mfp-with-zoom.mfp-ready.mfp-bg {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.mfp-with-zoom.mfp-removing .mfp-container,
|
||||
.mfp-with-zoom.mfp-removing.mfp-bg {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
Pricing section
|
||||
-----------------------------------------*/
|
||||
|
||||
#pricing {
|
||||
background: #535bd4;
|
||||
}
|
||||
|
||||
#pricing .pricing-plan {
|
||||
background-color: #ffffff;
|
||||
border-radius: 2px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
#pricing .pricing-plan .pricing-month {
|
||||
padding: 14px 10px 6px 10px;
|
||||
}
|
||||
|
||||
#pricing .pricing-plan .pricing-month h2 {
|
||||
font-size: 52px;
|
||||
color: #1dc9e3;
|
||||
}
|
||||
|
||||
#pricing .pricing-plan .section-btn {
|
||||
background: #1dc9e3;
|
||||
position: relative;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
#pricing .pricing-plan .section-btn:hover {
|
||||
background-color: #ffffff;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
Newsletter section
|
||||
-----------------------------------------*/
|
||||
|
||||
#newsletter {
|
||||
background: #535bd4 url('../images/newsletter-bg.jpg') no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
color: #ffffff;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#newsletter .overlay {
|
||||
background: #1dc9e3;
|
||||
opacity: 0.9;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#newsletter .form-control {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-bottom: 3px solid #eee;
|
||||
border-radius: 0px;
|
||||
box-shadow: none;
|
||||
color: #ffffff;
|
||||
font-size: 20px;
|
||||
font-weight: 400;
|
||||
height: 50px;
|
||||
transition: all 0.4s ease-in-out;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#newsletter .form-control:focus {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
#newsletter input[type="submit"] {
|
||||
background-color: #ffffff;
|
||||
border-radius: 100px;
|
||||
border: 3px solid #ffffff;
|
||||
color: #1dc9e3;
|
||||
font-size: 17px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
height: 55px;
|
||||
}
|
||||
|
||||
#newsletter input[type="submit"]:hover {
|
||||
background-color: transparent;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#newsletter .form-control::-moz-placeholder {
|
||||
color: #ffffff;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#newsletter .form-control:-ms-input-placeholder {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#newsletter .form-control::-webkit-input-placeholder {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
Footer section
|
||||
-----------------------------------------*/
|
||||
|
||||
footer {
|
||||
padding-top: 60px;
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
|
||||
footer span {
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
footer p {
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
Modal Contact
|
||||
-----------------------------------------*/
|
||||
|
||||
.modal-dialog .modal-content {
|
||||
background-color: #535bd4;
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
text-align: center;
|
||||
padding: 100px 50px 80px 50px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.btn:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
.modal-dialog .close {
|
||||
color: #ffffff;
|
||||
font-size: 45px;
|
||||
font-weight: 300;
|
||||
text-shadow: none;
|
||||
opacity: 1;
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
right: 40px;
|
||||
border-radius: 100px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.modal-dialog .close:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.modal-dialog .modal-title {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.modal-dialog form {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.modal-dialog form input {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.modal-dialog .form-control {
|
||||
background: transparent;
|
||||
border: 1px solid #f0f0f0;
|
||||
border-radius: 0px;
|
||||
box-shadow: none;
|
||||
color: #ffffff;
|
||||
font-size: 20px;
|
||||
margin-bottom: 20px;
|
||||
transition: all 0.4s ease-in-out;
|
||||
}
|
||||
|
||||
.modal-dialog .form-control:focus {
|
||||
border-top-color: transparent;
|
||||
border-right-color: transparent;
|
||||
border-left-color: transparent;
|
||||
border-bottom-color: #ffffff;
|
||||
}
|
||||
|
||||
.modal-dialog form input[type="submit"] {
|
||||
background: #1dc9e3;
|
||||
border: 3px solid transparent;
|
||||
border-radius: 100px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
color: #ffffff;
|
||||
text-transform: uppercase;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.modal-dialog form input[type="submit"]:hover {
|
||||
background: transparent;
|
||||
border-color: #1dc9e3;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.modal-dialog .form-control::-moz-placeholder {
|
||||
color: #ffffff;
|
||||
opacity: 1;
|
||||
}
|
||||
.modal-dialog .form-control:-ms-input-placeholder {
|
||||
color: #ffffff;
|
||||
}
|
||||
.modal-dialog .form-control::-webkit-input-placeholder {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.modal.fade .modal-dialog{
|
||||
-webkit-perspective: 1300px;
|
||||
-moz-perspective: 1300px;
|
||||
perspective: 1300px;
|
||||
}
|
||||
|
||||
.modal.fade .modal-content{
|
||||
-webkit-transform-style: preserve-3d;
|
||||
-moz-transform-style: preserve-3d;
|
||||
transform-style: preserve-3d;
|
||||
-webkit-transform: translateZ(-3000px) rotateY(90deg);
|
||||
-moz-transform: translateZ(-3000px) rotateY(90deg);
|
||||
-ms-transform: translateZ(-3000px) rotateY(90deg);
|
||||
transform: translateZ(-3000px) rotateY(90deg);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.modal.fade.in .modal-content{
|
||||
-webkit-animation: slit .7s forwards ease-out;
|
||||
-moz-animation: slit .7s forwards ease-out;
|
||||
animation: slit .7s forwards ease-out;
|
||||
}
|
||||
|
||||
@-webkit-keyframes slit {
|
||||
50% { -webkit-transform: translateZ(-250px) rotateY(60deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
|
||||
100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
|
||||
}
|
||||
|
||||
@-moz-keyframes slit {
|
||||
50% { -moz-transform: translateZ(-250px) rotateY(60deg); opacity: .5; -moz-animation-timing-function: ease-out;}
|
||||
100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
|
||||
}
|
||||
|
||||
@keyframes slit {
|
||||
50% { transform: translateZ(-250px) rotateY(60deg); opacity: 1; animation-timing-function: ease-in;}
|
||||
100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
|
||||
}
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
Social icon
|
||||
-----------------------------------------*/
|
||||
|
||||
.social-icon {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.social-icon li {
|
||||
display: inline-block;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.social-icon li a {
|
||||
color: #666;
|
||||
border-radius: 100px;
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
text-decoration: none;
|
||||
transition: all 0.4s ease-in-out;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
top: 0px;
|
||||
margin: 10px 4px 0px 4px;
|
||||
}
|
||||
|
||||
.social-icon li a:hover {
|
||||
background: #1dc9e3;
|
||||
color: #ffffff;
|
||||
top: -5px;
|
||||
}
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
Back top
|
||||
-----------------------------------------*/
|
||||
|
||||
.go-top {
|
||||
background-color: #ffffff;
|
||||
box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
|
||||
border-radius: 100px;
|
||||
transition : all 1s ease;
|
||||
bottom: 2em;
|
||||
right: 2em;
|
||||
color: #333;
|
||||
font-size: 22px;
|
||||
display: none;
|
||||
position: fixed;
|
||||
text-decoration: none;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.go-top:hover {
|
||||
background: #535bd4;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
/*---------------------------------------
|
||||
Mobile Responsive
|
||||
-----------------------------------------*/
|
||||
@media (max-width: 1200px) {
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 980px) {
|
||||
|
||||
h1 {
|
||||
font-size: 38px;
|
||||
}
|
||||
|
||||
.section-btn {
|
||||
padding: 10px 34px 12px;
|
||||
}
|
||||
|
||||
#home, #home .overlay {
|
||||
height: 60vh;
|
||||
}
|
||||
|
||||
#home .home-thumb {
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
#about {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#about .about-thumb {
|
||||
margin-top: 62px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
h1 {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
padding-bottom: 32px;
|
||||
}
|
||||
|
||||
#about, #divider,
|
||||
#screenshot,
|
||||
#pricing, #newsletter {
|
||||
padding-top: 60px;
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
||||
body {
|
||||
padding-top: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.navbar-default {
|
||||
text-align: center;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-brand {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav li a {
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
#home, #home .overlay {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
#home img {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#home .home-thumb {
|
||||
padding-top: 32px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
#pricing .pricing-plan {
|
||||
margin-bottom: 62px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
|
||||
h1 {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
.golden {
|
||||
color: #535bd4;;
|
||||
}
|
||||
|
||||
.desc-cont {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 100px 0;
|
||||
}
|
||||
|
||||
.desc-text {
|
||||
flex: 2;
|
||||
|
||||
}
|
||||
.desc-text p {
|
||||
color: white !important;
|
||||
font-size: 25px !important;
|
||||
}
|
||||
|
||||
.desc-icon {
|
||||
flex: 1;
|
||||
font-size: 50px;
|
||||
color: gold;
|
||||
}
|
||||
|
||||
.headshot {
|
||||
height: 260px;
|
||||
width: 300px;
|
||||
}
|
||||
.headshot_second {
|
||||
height: 260px;
|
||||
width: 100px;
|
||||
}
|
||||
Reference in New Issue
Block a user