sploit for arena-battle
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,108 @@
|
||||
|
||||
|
||||
.card-white .card-heading {
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
border-color: #ddd;
|
||||
border: 1px solid #dddddd;
|
||||
}
|
||||
.card-white .card-footer {
|
||||
background-color: #fff;
|
||||
border-color: #ddd;
|
||||
}
|
||||
.card-white .h5 {
|
||||
font-size:14px;
|
||||
//font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
}
|
||||
.card-white .time {
|
||||
font-size:12px;
|
||||
//font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
}
|
||||
.post .post-heading {
|
||||
height: 95px;
|
||||
padding: 20px 15px;
|
||||
}
|
||||
.post .post-heading .avatar {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
display: block;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.post .post-heading .meta .title {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.post .post-heading .meta .title a {
|
||||
color: black;
|
||||
}
|
||||
.post .post-heading .meta .title a:hover {
|
||||
color: #aaaaaa;
|
||||
}
|
||||
.post .post-heading .meta .time {
|
||||
margin-top: 8px;
|
||||
color: #999;
|
||||
}
|
||||
.post .post-image .image {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.post .post-description {
|
||||
padding: 15px;
|
||||
}
|
||||
.post .post-description p {
|
||||
font-size: 14px;
|
||||
color: black;
|
||||
}
|
||||
.post .post-description .stats {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.post .post-description .stats .stat-item {
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.post .post-description .stats .stat-item .icon {
|
||||
margin-right: 8px;
|
||||
}
|
||||
.post .post-footer {
|
||||
border-top: 1px solid #ddd;
|
||||
padding: 15px;
|
||||
}
|
||||
.post .post-footer .input-group-addon a {
|
||||
color: #454545;
|
||||
}
|
||||
.post .post-footer .comments-list {
|
||||
padding: 0;
|
||||
margin-top: 20px;
|
||||
list-style-type: none;
|
||||
}
|
||||
.post .post-footer .comments-list .comment {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin: 20px 0;
|
||||
}
|
||||
.post .post-footer .comments-list .comment .avatar {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
.post .post-footer .comments-list .comment .comment-heading {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.post .post-footer .comments-list .comment .comment-heading .user {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
display: inline;
|
||||
margin-top: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.post .post-footer .comments-list .comment .comment-heading .time {
|
||||
font-size: 12px;
|
||||
color: #aaa;
|
||||
margin-top: 0;
|
||||
display: inline;
|
||||
}
|
||||
.post .post-footer .comments-list .comment .comment-body {
|
||||
margin-left: 50px;
|
||||
}
|
||||
.post .post-footer .comments-list .comment > .comments-list {
|
||||
margin-left: 50px;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,698 @@
|
||||
/* --------------------------------
|
||||
|
||||
Primary style
|
||||
|
||||
-------------------------------- */
|
||||
*, *::after, *::before {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html { font-size: 62.5%; }
|
||||
|
||||
body {
|
||||
font-size: 1.6rem;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
color: #2c343b;
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #d44457;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
img { max-width: 100%; }
|
||||
|
||||
/* --------------------------------
|
||||
|
||||
Main Components
|
||||
|
||||
-------------------------------- */
|
||||
.cd-header {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
background-color: #21272c;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
@media only screen and (min-width: 768px) {
|
||||
.cd-header {
|
||||
height: 70px;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
#cd-logo {
|
||||
float: left;
|
||||
margin: 13px 0 0 5%;
|
||||
}
|
||||
#cd-logo img {
|
||||
display: block;
|
||||
}
|
||||
@media only screen and (min-width: 768px) {
|
||||
#cd-logo {
|
||||
margin: 23px 0 0 5%;
|
||||
}
|
||||
}
|
||||
|
||||
.cd-primary-nav {
|
||||
/* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
|
||||
float: right;
|
||||
margin-right: 5%;
|
||||
width: 44px;
|
||||
height: 100%;
|
||||
}
|
||||
.cd-primary-nav ul {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
-webkit-transform: translateY(-100%);
|
||||
-moz-transform: translateY(-100%);
|
||||
-ms-transform: translateY(-100%);
|
||||
-o-transform: translateY(-100%);
|
||||
transform: translateY(-100%);
|
||||
}
|
||||
.cd-primary-nav ul.is-visible {
|
||||
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
|
||||
-webkit-transform: translateY(50px);
|
||||
-moz-transform: translateY(50px);
|
||||
-ms-transform: translateY(50px);
|
||||
-o-transform: translateY(50px);
|
||||
transform: translateY(50px);
|
||||
}
|
||||
.cd-primary-nav a {
|
||||
display: block;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
padding-left: 5%;
|
||||
background: #21272c;
|
||||
border-top: 1px solid #333c44;
|
||||
color: #ffffff;
|
||||
}
|
||||
@media only screen and (min-width: 768px) {
|
||||
.cd-primary-nav {
|
||||
/* reset navigation values */
|
||||
width: auto;
|
||||
height: auto;
|
||||
background: none;
|
||||
}
|
||||
.cd-primary-nav ul {
|
||||
position: static;
|
||||
width: auto;
|
||||
-webkit-transform: translateY(0);
|
||||
-moz-transform: translateY(0);
|
||||
-ms-transform: translateY(0);
|
||||
-o-transform: translateY(0);
|
||||
transform: translateY(0);
|
||||
line-height: 70px;
|
||||
}
|
||||
.cd-primary-nav ul.is-visible {
|
||||
-webkit-transform: translateY(0);
|
||||
-moz-transform: translateY(0);
|
||||
-ms-transform: translateY(0);
|
||||
-o-transform: translateY(0);
|
||||
transform: translateY(0);
|
||||
}
|
||||
.cd-primary-nav li {
|
||||
display: inline-block;
|
||||
margin-left: 1em;
|
||||
}
|
||||
.cd-primary-nav a {
|
||||
display: inline-block;
|
||||
height: auto;
|
||||
font-weight: 600;
|
||||
line-height: normal;
|
||||
background: transparent;
|
||||
padding: .6em 1em;
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* --------------------------------
|
||||
|
||||
Slider
|
||||
|
||||
-------------------------------- */
|
||||
.cd-hero {
|
||||
position: relative;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.cd-hero-slider {
|
||||
position: relative;
|
||||
height: 360px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.cd-hero-slider li {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
min-height: 100%;
|
||||
-webkit-transform: translateX(100%);
|
||||
-moz-transform: translateX(100%);
|
||||
-ms-transform: translateX(100%);
|
||||
-o-transform: translateX(100%);
|
||||
transform: translateX(100%);
|
||||
}
|
||||
.cd-hero-slider li.selected {
|
||||
/* this is the visible slide */
|
||||
position: relative;
|
||||
-webkit-transform: translateX(0);
|
||||
-moz-transform: translateX(0);
|
||||
-ms-transform: translateX(0);
|
||||
-o-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
}
|
||||
.cd-hero-slider li.move-left {
|
||||
/* slide hidden on the left */
|
||||
-webkit-transform: translateX(-100%);
|
||||
-moz-transform: translateX(-100%);
|
||||
-ms-transform: translateX(-100%);
|
||||
-o-transform: translateX(-100%);
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
|
||||
/* the is-moving class is assigned to the slide which is moving outside the viewport */
|
||||
-webkit-transition: -webkit-transform 0.5s;
|
||||
-moz-transition: -moz-transform 0.5s;
|
||||
transition: transform 0.5s;
|
||||
}
|
||||
@media only screen and (min-width: 768px) {
|
||||
.cd-hero-slider {
|
||||
height: 500px;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 1170px) {
|
||||
.cd-hero-slider {
|
||||
height: 680px;
|
||||
}
|
||||
}
|
||||
|
||||
/* --------------------------------
|
||||
|
||||
Single slide style
|
||||
|
||||
-------------------------------- */
|
||||
.cd-hero-slider li {
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.cd-hero-slider li:first-of-type {
|
||||
background-color: #2c343b;
|
||||
}
|
||||
.cd-hero-slider li:nth-of-type(2) {
|
||||
background-color: #3d4952;
|
||||
}
|
||||
.cd-hero-slider li:nth-of-type(3) {
|
||||
background-color: #cdcdcd;
|
||||
}
|
||||
.cd-hero-slider li:nth-of-type(4) {
|
||||
background-color: #2c343b;
|
||||
|
||||
}
|
||||
.cd-hero-slider li:nth-of-type(5) {
|
||||
background-color: #2c343b;
|
||||
}
|
||||
.cd-hero-slider li:nth-of-type(6) {
|
||||
background-color: #2c343b;
|
||||
}
|
||||
.cd-hero-slider .cd-full-width,
|
||||
.cd-hero-slider .cd-half-width {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1;
|
||||
left: 0;
|
||||
top: 0;
|
||||
/* this padding is used to align the text */
|
||||
padding-top: 100px;
|
||||
text-align: center;
|
||||
/* Force Hardware Acceleration in WebKit */
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
-webkit-transform: translateZ(0);
|
||||
-moz-transform: translateZ(0);
|
||||
-ms-transform: translateZ(0);
|
||||
-o-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
}
|
||||
.cd-hero-slider .cd-img-container {
|
||||
/* hide image on mobile device */
|
||||
display: none;
|
||||
}
|
||||
.cd-hero-slider .cd-img-container img {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
bottom: auto;
|
||||
right: auto;
|
||||
-webkit-transform: translateX(-50%) translateY(-50%);
|
||||
-moz-transform: translateX(-50%) translateY(-50%);
|
||||
-ms-transform: translateX(-50%) translateY(-50%);
|
||||
-o-transform: translateX(-50%) translateY(-50%);
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
}
|
||||
.cd-hero-slider .cd-bg-video-wrapper {
|
||||
/* hide video on mobile device */
|
||||
/*display: none;*/
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.cd-hero-slider .cd-bg-video-wrapper video {
|
||||
/* you won't see this element in the html, but it will be injected using js */
|
||||
display: block;
|
||||
min-height: 100%;
|
||||
min-width: 100%;
|
||||
max-width: none;
|
||||
height: auto;
|
||||
width: auto;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
bottom: auto;
|
||||
right: auto;
|
||||
-webkit-transform: translateX(-50%) translateY(-50%);
|
||||
-moz-transform: translateX(-50%) translateY(-50%);
|
||||
-ms-transform: translateX(-50%) translateY(-50%);
|
||||
-o-transform: translateX(-50%) translateY(-50%);
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
}
|
||||
.cd-hero-slider h2, .cd-hero-slider p {
|
||||
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
||||
line-height: 1.2;
|
||||
margin: 0 auto 14px;
|
||||
color: #ffffff;
|
||||
width: 90%;
|
||||
max-width: 400px;
|
||||
}
|
||||
.cd-hero-slider h2 {
|
||||
font-size: 2.4rem;
|
||||
}
|
||||
.cd-hero-slider p {
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.cd-hero-slider .cd-btn {
|
||||
display: inline-block;
|
||||
padding: 1.2em 1.4em;
|
||||
margin-top: .8em;
|
||||
background-color: rgba(212, 68, 87, 0.9);
|
||||
font-size: 1.3rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 1px;
|
||||
color: #ffffff;
|
||||
text-transform: uppercase;
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
|
||||
-webkit-transition: background-color 0.2s;
|
||||
-moz-transition: background-color 0.2s;
|
||||
transition: background-color 0.2s;
|
||||
}
|
||||
.cd-hero-slider .cd-btn.secondary {
|
||||
background-color: rgba(22, 26, 30, 0.8);
|
||||
}
|
||||
.cd-hero-slider .cd-btn:nth-of-type(2) {
|
||||
margin-left: 1em;
|
||||
}
|
||||
.no-touch .cd-hero-slider .cd-btn:hover {
|
||||
background-color: #d44457;
|
||||
}
|
||||
.no-touch .cd-hero-slider .cd-btn.secondary:hover {
|
||||
background-color: #161a1e;
|
||||
}
|
||||
@media only screen and (min-width: 768px) {
|
||||
/*.cd-hero-slider li:nth-of-type(2) {
|
||||
background-image: none;
|
||||
}*/
|
||||
/*.cd-hero-slider li:nth-of-type(3) {
|
||||
background-image: none;
|
||||
}
|
||||
.cd-hero-slider li:nth-of-type(4) {
|
||||
background-image: none;
|
||||
}*/
|
||||
.cd-hero-slider .cd-full-width,
|
||||
.cd-hero-slider .cd-half-width {
|
||||
padding-top: 150px;
|
||||
}
|
||||
.cd-hero-slider .cd-bg-video-wrapper {
|
||||
display: block;
|
||||
}
|
||||
.cd-hero-slider .cd-half-width {
|
||||
width: 45%;
|
||||
}
|
||||
.cd-hero-slider .cd-half-width:first-of-type {
|
||||
left: 5%;
|
||||
}
|
||||
.cd-hero-slider .cd-half-width:nth-of-type(2) {
|
||||
right: 5%;
|
||||
left: auto;
|
||||
}
|
||||
.cd-hero-slider .cd-img-container {
|
||||
display: block;
|
||||
}
|
||||
.cd-hero-slider h2, .cd-hero-slider p {
|
||||
max-width: 520px;
|
||||
}
|
||||
.cd-hero-slider h2 {
|
||||
font-size: 2.4em;
|
||||
font-weight: 300;
|
||||
}
|
||||
.cd-hero-slider .cd-btn {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 1170px) {
|
||||
.cd-hero-slider .cd-full-width,
|
||||
.cd-hero-slider .cd-half-width {
|
||||
padding-top: 220px;
|
||||
}
|
||||
.cd-hero-slider h2, .cd-hero-slider p {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.cd-hero-slider h2 {
|
||||
font-size: 3.2em;
|
||||
}
|
||||
.cd-hero-slider p {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* --------------------------------
|
||||
|
||||
Single slide animation
|
||||
|
||||
-------------------------------- */
|
||||
@media only screen and (min-width: 768px) {
|
||||
.cd-hero-slider .cd-half-width {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateX(40px);
|
||||
-moz-transform: translateX(40px);
|
||||
-ms-transform: translateX(40px);
|
||||
-o-transform: translateX(40px);
|
||||
transform: translateX(40px);
|
||||
}
|
||||
.cd-hero-slider .move-left .cd-half-width {
|
||||
-webkit-transform: translateX(-40px);
|
||||
-moz-transform: translateX(-40px);
|
||||
-ms-transform: translateX(-40px);
|
||||
-o-transform: translateX(-40px);
|
||||
transform: translateX(-40px);
|
||||
}
|
||||
.cd-hero-slider .selected .cd-half-width {
|
||||
/* this is the visible slide */
|
||||
opacity: 1;
|
||||
-webkit-transform: translateX(0);
|
||||
-moz-transform: translateX(0);
|
||||
-ms-transform: translateX(0);
|
||||
-o-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
}
|
||||
.cd-hero-slider .is-moving .cd-half-width {
|
||||
/* this is the slide moving outside the viewport
|
||||
wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
|
||||
-webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
|
||||
-moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
|
||||
transition: opacity 0s 0.5s, transform 0s 0.5s;
|
||||
}
|
||||
.cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
|
||||
.cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
|
||||
/* this is the selected slide - different animation if it's entering from left or right */
|
||||
-webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
|
||||
-moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
|
||||
transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
|
||||
}
|
||||
.cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
|
||||
.cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
|
||||
/* this is the selected slide - different animation if it's entering from left or right */
|
||||
-webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
|
||||
-moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
|
||||
transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
|
||||
}
|
||||
.cd-hero-slider .cd-full-width h2,
|
||||
.cd-hero-slider .cd-full-width p,
|
||||
.cd-hero-slider .cd-full-width .cd-btn {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateX(100px);
|
||||
-moz-transform: translateX(100px);
|
||||
-ms-transform: translateX(100px);
|
||||
-o-transform: translateX(100px);
|
||||
transform: translateX(100px);
|
||||
}
|
||||
.cd-hero-slider .move-left .cd-full-width h2,
|
||||
.cd-hero-slider .move-left .cd-full-width p,
|
||||
.cd-hero-slider .move-left .cd-full-width .cd-btn {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateX(-100px);
|
||||
-moz-transform: translateX(-100px);
|
||||
-ms-transform: translateX(-100px);
|
||||
-o-transform: translateX(-100px);
|
||||
transform: translateX(-100px);
|
||||
}
|
||||
.cd-hero-slider .selected .cd-full-width h2,
|
||||
.cd-hero-slider .selected .cd-full-width p,
|
||||
.cd-hero-slider .selected .cd-full-width .cd-btn {
|
||||
/* this is the visible slide */
|
||||
opacity: 1;
|
||||
-webkit-transform: translateX(0);
|
||||
-moz-transform: translateX(0);
|
||||
-ms-transform: translateX(0);
|
||||
-o-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
.cd-hero-slider li.is-moving .cd-full-width h2,
|
||||
.cd-hero-slider li.is-moving .cd-full-width p,
|
||||
.cd-hero-slider li.is-moving .cd-full-width .cd-btn {
|
||||
/* this is the slide moving outside the viewport
|
||||
wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
|
||||
-webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
|
||||
-moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
|
||||
transition: opacity 0s 0.5s, transform 0s 0.5s;
|
||||
}
|
||||
.cd-hero-slider li.selected h2 {
|
||||
-webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
|
||||
-moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
|
||||
transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
|
||||
}
|
||||
.cd-hero-slider li.selected p {
|
||||
-webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
|
||||
-moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
|
||||
transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
|
||||
}
|
||||
.cd-hero-slider li.selected .cd-btn {
|
||||
-webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
|
||||
-moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
|
||||
transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
|
||||
}
|
||||
}
|
||||
|
||||
/* --------------------------------
|
||||
|
||||
Slider navigation
|
||||
|
||||
-------------------------------- */
|
||||
.cd-slider-nav {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
z-index: 2;
|
||||
text-align: center;
|
||||
height: 55px;
|
||||
/*background-color: rgba(0, 1, 1, 0.5);*/
|
||||
}
|
||||
.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
|
||||
/*height: 100%;*/
|
||||
}
|
||||
.cd-slider-nav nav {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
/*.cd-slider-nav .cd-marker {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 60px;
|
||||
height: 100%;
|
||||
color: #d44457;
|
||||
background-color: #ffffff;
|
||||
box-shadow: inset 0 2px 0 currentColor;
|
||||
-webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
|
||||
-moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.cd-slider-nav .cd-marker.item-2 {
|
||||
-webkit-transform: translateX(100%);
|
||||
-moz-transform: translateX(100%);
|
||||
-ms-transform: translateX(100%);
|
||||
-o-transform: translateX(100%);
|
||||
transform: translateX(100%);
|
||||
}
|
||||
.cd-slider-nav .cd-marker.item-3 {
|
||||
-webkit-transform: translateX(200%);
|
||||
-moz-transform: translateX(200%);
|
||||
-ms-transform: translateX(200%);
|
||||
-o-transform: translateX(200%);
|
||||
transform: translateX(200%);
|
||||
}
|
||||
.cd-slider-nav .cd-marker.item-4 {
|
||||
-webkit-transform: translateX(300%);
|
||||
-moz-transform: translateX(300%);
|
||||
-ms-transform: translateX(300%);
|
||||
-o-transform: translateX(300%);
|
||||
transform: translateX(300%);
|
||||
}
|
||||
.cd-slider-nav .cd-marker.item-5 {
|
||||
-webkit-transform: translateX(400%);
|
||||
-moz-transform: translateX(400%);
|
||||
-ms-transform: translateX(400%);
|
||||
-o-transform: translateX(400%);
|
||||
transform: translateX(400%);
|
||||
}*/
|
||||
.cd-slider-nav ul::after {
|
||||
clear: both;
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
.cd-slider-nav li {
|
||||
display: inline-block;
|
||||
width: 60px;
|
||||
float: left;
|
||||
}
|
||||
.cd-slider-nav li.selected a {
|
||||
color: #2c343b;
|
||||
}
|
||||
.no-touch .cd-slider-nav li.selected a:hover {
|
||||
/*background-color: transparent;*/
|
||||
}
|
||||
.cd-slider-nav a {
|
||||
display: block;
|
||||
position: relative;
|
||||
padding-top: 35px;
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
color: #a8b4be;
|
||||
/* -webkit-transition: background-color 0.2s;
|
||||
-moz-transition: background-color 0.2s;
|
||||
transition: background-color 0.2s;*/
|
||||
}
|
||||
.cd-slider-nav a::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
top: 8px;
|
||||
left: 50%;
|
||||
right: auto;
|
||||
/* -webkit-transform: translateX(-50%);
|
||||
-moz-transform: translateX(-50%);
|
||||
-ms-transform: translateX(-50%);
|
||||
-o-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
background: url(../assets/cd-icon-navigation.svg) no-repeat 0 0;*/
|
||||
}
|
||||
.no-touch .cd-slider-nav a:hover {
|
||||
background-color: rgba(0, 1, 1, 0.5);
|
||||
}
|
||||
.cd-slider-nav li:first-of-type a::before {
|
||||
background-position: 0 0;
|
||||
}
|
||||
.cd-slider-nav li.selected:first-of-type a::before {
|
||||
background-position: 0 -24px;
|
||||
}
|
||||
.cd-slider-nav li:nth-of-type(2) a::before {
|
||||
background-position: -24px 0;
|
||||
}
|
||||
.cd-slider-nav li.selected:nth-of-type(2) a::before {
|
||||
background-position: -24px -24px;
|
||||
}
|
||||
.cd-slider-nav li:nth-of-type(3) a::before {
|
||||
background-position: -48px 0;
|
||||
}
|
||||
.cd-slider-nav li.selected:nth-of-type(3) a::before {
|
||||
background-position: -48px -24px;
|
||||
}
|
||||
.cd-slider-nav li:nth-of-type(4) a::before {
|
||||
background-position: -72px 0;
|
||||
}
|
||||
.cd-slider-nav li.selected:nth-of-type(4) a::before {
|
||||
background-position: -72px -24px;
|
||||
}
|
||||
.cd-slider-nav li:nth-of-type(5) a::before {
|
||||
background-position: -96px 0;
|
||||
}
|
||||
.cd-slider-nav li.selected:nth-of-type(5) a::before {
|
||||
background-position: -96px -24px;
|
||||
}
|
||||
@media only screen and (min-width: 768px) {
|
||||
.cd-slider-nav {
|
||||
height: 80px;
|
||||
}
|
||||
.cd-slider-nav .cd-marker,
|
||||
.cd-slider-nav li {
|
||||
width: 95px;
|
||||
}
|
||||
.cd-slider-nav a {
|
||||
padding-top: 48px;
|
||||
font-size: 1.1rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.cd-slider-nav a::before {
|
||||
top: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
/* --------------------------------
|
||||
|
||||
Main content
|
||||
|
||||
-------------------------------- */
|
||||
.cd-main-content {
|
||||
width: 90%;
|
||||
max-width: 768px;
|
||||
margin: 0 auto;
|
||||
padding: 2em 0;
|
||||
}
|
||||
.cd-main-content p {
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.8;
|
||||
color: #999999;
|
||||
margin: 2em 0;
|
||||
}
|
||||
@media only screen and (min-width: 1170px) {
|
||||
.cd-main-content {
|
||||
padding: 3em 0;
|
||||
}
|
||||
.cd-main-content p {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* --------------------------------
|
||||
|
||||
Javascript disabled
|
||||
|
||||
-------------------------------- */
|
||||
.no-js .cd-hero-slider li {
|
||||
display: none;
|
||||
}
|
||||
.no-js .cd-hero-slider li.selected {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.no-js .cd-slider-nav {
|
||||
display: none;
|
||||
}
|
||||
@@ -0,0 +1,267 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Poppins');
|
||||
|
||||
/* BASIC */
|
||||
|
||||
html {
|
||||
background-color: #56baed;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Poppins", sans-serif;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #92badd;
|
||||
display:inline-block;
|
||||
text-decoration: none;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
display:inline-block;
|
||||
margin: 40px 8px 10px 8px;
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* STRUCTURE */
|
||||
|
||||
.wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#formContent {
|
||||
-webkit-border-radius: 10px 10px 10px 10px;
|
||||
border-radius: 10px 10px 10px 10px;
|
||||
background: #fff;
|
||||
padding: 30px;
|
||||
width: 90%;
|
||||
max-width: 450px;
|
||||
position: relative;
|
||||
padding: 0px;
|
||||
-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
|
||||
box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#formFooter {
|
||||
background-color: #f6f6f6;
|
||||
border-top: 1px solid #dce8f1;
|
||||
padding: 25px;
|
||||
text-align: center;
|
||||
-webkit-border-radius: 0 0 10px 10px;
|
||||
border-radius: 0 0 10px 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* TABS */
|
||||
|
||||
h2.inactive {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
h2.active {
|
||||
color: #0d0d0d;
|
||||
border-bottom: 2px solid #5fbae9;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* FORM TYPOGRAPHY*/
|
||||
|
||||
input[type=button], input[type=submit], input[type=reset] {
|
||||
background-color: #56baed;
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 15px 80px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
-webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
|
||||
box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
margin: 5px 20px 40px 20px;
|
||||
-webkit-transition: all 0.3s ease-in-out;
|
||||
-moz-transition: all 0.3s ease-in-out;
|
||||
-ms-transition: all 0.3s ease-in-out;
|
||||
-o-transition: all 0.3s ease-in-out;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
|
||||
background-color: #39ace7;
|
||||
}
|
||||
|
||||
input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
|
||||
-moz-transform: scale(0.95);
|
||||
-webkit-transform: scale(0.95);
|
||||
-o-transform: scale(0.95);
|
||||
-ms-transform: scale(0.95);
|
||||
transform: scale(0.95);
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: #f6f6f6;
|
||||
border: none;
|
||||
color: #0d0d0d;
|
||||
padding: 15px 32px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin: 5px;
|
||||
width: 85%;
|
||||
border: 2px solid #f6f6f6;
|
||||
-webkit-transition: all 0.5s ease-in-out;
|
||||
-moz-transition: all 0.5s ease-in-out;
|
||||
-ms-transition: all 0.5s ease-in-out;
|
||||
-o-transition: all 0.5s ease-in-out;
|
||||
transition: all 0.5s ease-in-out;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
input[type=text]:focus {
|
||||
background-color: #fff;
|
||||
border-bottom: 2px solid #5fbae9;
|
||||
}
|
||||
|
||||
input[type=text]:placeholder {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ANIMATIONS */
|
||||
|
||||
/* Simple CSS3 Fade-in-down Animation */
|
||||
.fadeInDown {
|
||||
-webkit-animation-name: fadeInDown;
|
||||
animation-name: fadeInDown;
|
||||
-webkit-animation-duration: 1s;
|
||||
animation-duration: 1s;
|
||||
-webkit-animation-fill-mode: both;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
@-webkit-keyframes fadeInDown {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translate3d(0, -100%, 0);
|
||||
transform: translate3d(0, -100%, 0);
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadeInDown {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translate3d(0, -100%, 0);
|
||||
transform: translate3d(0, -100%, 0);
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Simple CSS3 Fade-in Animation */
|
||||
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
|
||||
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
|
||||
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
|
||||
|
||||
.fadeIn {
|
||||
opacity:0;
|
||||
-webkit-animation:fadeIn ease-in 1;
|
||||
-moz-animation:fadeIn ease-in 1;
|
||||
animation:fadeIn ease-in 1;
|
||||
|
||||
-webkit-animation-fill-mode:forwards;
|
||||
-moz-animation-fill-mode:forwards;
|
||||
animation-fill-mode:forwards;
|
||||
|
||||
-webkit-animation-duration:1s;
|
||||
-moz-animation-duration:1s;
|
||||
animation-duration:1s;
|
||||
}
|
||||
|
||||
.fadeIn.first {
|
||||
-webkit-animation-delay: 0.4s;
|
||||
-moz-animation-delay: 0.4s;
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
|
||||
.fadeIn.second {
|
||||
-webkit-animation-delay: 0.6s;
|
||||
-moz-animation-delay: 0.6s;
|
||||
animation-delay: 0.6s;
|
||||
}
|
||||
|
||||
.fadeIn.third {
|
||||
-webkit-animation-delay: 0.8s;
|
||||
-moz-animation-delay: 0.8s;
|
||||
animation-delay: 0.8s;
|
||||
}
|
||||
|
||||
.fadeIn.fourth {
|
||||
-webkit-animation-delay: 1s;
|
||||
-moz-animation-delay: 1s;
|
||||
animation-delay: 1s;
|
||||
}
|
||||
|
||||
/* Simple CSS3 Fade-in Animation */
|
||||
.underlineHover:after {
|
||||
display: block;
|
||||
left: 0;
|
||||
bottom: -10px;
|
||||
width: 0;
|
||||
height: 2px;
|
||||
background-color: #56baed;
|
||||
content: "";
|
||||
transition: width 0.2s;
|
||||
}
|
||||
|
||||
.underlineHover:hover {
|
||||
color: #0d0d0d;
|
||||
}
|
||||
|
||||
.underlineHover:hover:after{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* OTHERS */
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#icon {
|
||||
width:60%;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -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,879 @@
|
||||
/*
|
||||
|
||||
Template 2086 Multi Color
|
||||
|
||||
http://www.tooplate.com/view/2086-multi-color
|
||||
|
||||
*/
|
||||
body {
|
||||
background-color: #DDDDDD;
|
||||
color: black;
|
||||
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
||||
font-size: 17px;
|
||||
font-weight: 300;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.tm-white { color: #FFFFFF; }
|
||||
|
||||
ul { padding: 0; margin: 0; }
|
||||
figure { margin: 0; }
|
||||
p:last-child { margin-bottom: 0; }
|
||||
a { color: #3f97c9; }
|
||||
a, button { transition: all 0.3s ease; }
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.tm-brand-icon {
|
||||
padding: 10px;
|
||||
background: none;
|
||||
color: black;
|
||||
font-size: 4rem;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.container-fluid { width: 100%; } /* IE fix */
|
||||
|
||||
.cd-hero-slider .cd-full-width { padding-top: 0; }
|
||||
|
||||
.cd-slider-nav {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 1002;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.navbar { padding: 0; }
|
||||
|
||||
.cd-slider-nav nav {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.cd-slider-nav .navbar-nav {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.cd-slider-nav li {
|
||||
display: block;
|
||||
float: none;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.tm-navbar { float: right; }
|
||||
.tm-navbar-bg {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
background-color: rgba(255,255,255,0.7);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.navbar-toggler {
|
||||
float: right;
|
||||
font-size: 1.75rem;
|
||||
padding: 1rem 1.5rem;
|
||||
background: rgba(255,255,255,0.7);
|
||||
border-radius: 0;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
button:focus { outline: none; }
|
||||
|
||||
.cd-slider-nav a.navbar-brand {
|
||||
font-size: 2.5rem;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.cd-slider-nav a { text-transform: capitalize; }
|
||||
.navbar-nav .nav-item { float: none; }
|
||||
.navbar-nav .nav-item+.nav-item { margin-left: 0; }
|
||||
|
||||
.cd-slider-nav a,
|
||||
.navbar-nav .nav-link {
|
||||
background-color: transparent;
|
||||
color: black;
|
||||
display: table-cell;
|
||||
font-weight: 400;
|
||||
font-size: 1em;
|
||||
vertical-align: middle;
|
||||
width: 130px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.cd-slider-nav .nav-item.selected .nav-link,
|
||||
.cd-slider-nav .nav-link:hover,
|
||||
.cd-slider-nav .nav-link:focus {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Hero Slider */
|
||||
.cd-hero-slider { height: 100vh; }
|
||||
.cd-hero-slider li {
|
||||
background-color: #2c343b;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* Background & menu colors */
|
||||
.cd-hero-slider li:nth-of-type(1) { background-color: rgba(56, 182, 230, 0.62); }
|
||||
.cd-hero-slider li:nth-of-type(2) { background-color: rgba(237, 84, 76, 0.62); }
|
||||
.cd-hero-slider li:nth-of-type(3) { background-color: rgba(234, 163, 25, 0.62); }
|
||||
.cd-hero-slider li:nth-of-type(4) { background-color: rgba(22, 181, 163, 0.62); }
|
||||
.cd-hero-slider li:nth-of-type(5) { background-color: rgba(68, 127, 202, 0.62); }
|
||||
|
||||
.cd-slider-nav .nav-item:nth-of-type(1).selected .nav-link,
|
||||
.cd-slider-nav .nav-item:nth-of-type(1) .nav-link:hover,
|
||||
.cd-slider-nav .nav-item:nth-of-type(1) .nav-link:focus {
|
||||
background-color: #38b6e6;
|
||||
}
|
||||
|
||||
.cd-slider-nav .nav-item:nth-of-type(2).selected .nav-link,
|
||||
.cd-slider-nav .nav-item:nth-of-type(2) .nav-link:hover,
|
||||
.cd-slider-nav .nav-item:nth-of-type(2) .nav-link:focus {
|
||||
|
||||
background-color: #ed544c;
|
||||
}
|
||||
|
||||
.cd-slider-nav .nav-item:nth-of-type(3).selected .nav-link,
|
||||
.cd-slider-nav .nav-item:nth-of-type(3) .nav-link:hover,
|
||||
.cd-slider-nav .nav-item:nth-of-type(3) .nav-link:focus {
|
||||
|
||||
background-color: #eaa319;
|
||||
}
|
||||
|
||||
.cd-slider-nav .nav-item:nth-of-type(4).selected .nav-link,
|
||||
.cd-slider-nav .nav-item:nth-of-type(4) .nav-link:hover,
|
||||
.cd-slider-nav .nav-item:nth-of-type(4) .nav-link:focus {
|
||||
|
||||
background-color: #16b5a3;
|
||||
}
|
||||
|
||||
.cd-slider-nav .nav-item:nth-of-type(5).selected .nav-link,
|
||||
.cd-slider-nav .nav-item:nth-of-type(5) .nav-link:hover,
|
||||
.cd-slider-nav .nav-item:nth-of-type(5) .nav-link:focus {
|
||||
|
||||
background-color: #447fca;
|
||||
}
|
||||
|
||||
.tm-bg-white-translucent { background-color: rgba(255,255,255,0.8); }
|
||||
.tm-bg-white-translucent p { color: black; }
|
||||
.tm-textbox {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.cd-hero-slider h2, .cd-hero-slider p {
|
||||
max-width: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.cd-hero-slider .tm-text {
|
||||
font-size: 1em;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.cd-full-width .container-fluid.tm-page-width {
|
||||
max-width: none;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*.tm-3-col-container { overflow: auto; }*/
|
||||
|
||||
.cd-hero-slider h2.tm-text-title {
|
||||
color: #000002;
|
||||
font-size: 1.6em;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
/* footer */
|
||||
.tm-social-link {
|
||||
background-color: rgba(255,255,255,0.40);
|
||||
color: black;
|
||||
display: inline-block;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
text-align: center;
|
||||
padding-top: 5px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.tm-social-link:last-child { margin-right: 0; }
|
||||
|
||||
.tm-footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.tm-footer {
|
||||
width: 100%;
|
||||
color: white;
|
||||
z-index: 1001;
|
||||
padding: 0 11px 12px;
|
||||
}
|
||||
|
||||
.tm-social-icons-container { margin-bottom: 30px; }
|
||||
|
||||
.cd-full-width {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.cd-hero-slider p:last-child { margin-bottom: 0; }
|
||||
|
||||
/* Contact */
|
||||
.tm-contact-page {
|
||||
margin: 0 auto;
|
||||
max-width: 1190px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.tm-contact-container { max-width: 1150px; }
|
||||
|
||||
.form-control,
|
||||
.tm-submit-btn {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
.form-control {
|
||||
background-color: rgba(255,255,255,0.7);
|
||||
border-radius: 0;
|
||||
padding: 1rem 2rem;
|
||||
}
|
||||
|
||||
.form-control::-webkit-input-placeholder { color: #000000; }
|
||||
.form-control:-moz-placeholder { color: #000000; } /* Firefox 18- */
|
||||
.form-control::-moz-placeholder { color: #000000; } /* Firefox 19+ */
|
||||
.form-control:-ms-input-placeholder { color: #000000; }
|
||||
|
||||
.form-group { margin-bottom: 1.5rem; }
|
||||
|
||||
.tm-submit-btn {
|
||||
background-color: #0066CC;
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 10px 50px;
|
||||
margin-top: 10px;
|
||||
font-weight: 400;
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
.tm-submit-btn:hover,
|
||||
.tm-submit-btn:focus {
|
||||
background-color: #2277EE;
|
||||
}
|
||||
|
||||
textarea { height: 168px; }
|
||||
|
||||
/* Preloader
|
||||
https://ihatetomatoes.net/create-custom-preloading-screen/
|
||||
*/
|
||||
/* ==========================================================================
|
||||
Author's custom styles
|
||||
========================================================================== */
|
||||
#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 2000; }
|
||||
#loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: #3498db; /* Chrome, Opera 15+, Safari 5+ */
|
||||
animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ z-index: 2001; }
|
||||
#loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent;
|
||||
border-top-color: #e74c3c; /* Chrome, Opera 15+, Safari 5+ */
|
||||
animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ }
|
||||
#loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent;
|
||||
border-top-color: #f9c922; /* Chrome, Opera 15+, Safari 5+ */ animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ }
|
||||
@keyframes spin {
|
||||
0% { /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
|
||||
transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
|
||||
}
|
||||
100% { /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
|
||||
transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
|
||||
}
|
||||
}
|
||||
|
||||
#loader-wrapper .loader-section { position: fixed; top: 0; width: 51%; height: 100%; background: #222222; z-index: 2000; /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */ transform: translateX(0); /* Firefox 16+, IE 10+, Opera */}
|
||||
|
||||
#loader-wrapper .loader-section.section-left { left: 0; }
|
||||
|
||||
#loader-wrapper .loader-section.section-right { right: 0; }
|
||||
|
||||
/* Loaded */
|
||||
.loaded #loader-wrapper .loader-section.section-left { /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
|
||||
transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
|
||||
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
|
||||
}
|
||||
|
||||
.loaded #loader-wrapper .loader-section.section-right { /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
|
||||
transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
|
||||
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
|
||||
}
|
||||
|
||||
.loaded #loader {
|
||||
opacity: 0;
|
||||
transition: all 0.3s ease-out;
|
||||
}
|
||||
.loaded #loader-wrapper {
|
||||
visibility: hidden; /* Chrome, Opera 15+, Safari 3.1+ */ /* IE 9 */
|
||||
transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
|
||||
transition: all 0.3s 1s ease-out;
|
||||
}
|
||||
|
||||
/* JavaScript Turned Off */
|
||||
/*.no-js #loader-wrapper { display: none; }
|
||||
*//*============ Preloader ends ==================================*/
|
||||
|
||||
.cd-hero-slider.small-screen { height: 100%; }
|
||||
|
||||
.tm-navbar {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 44px;
|
||||
}
|
||||
|
||||
.cd-slider-nav .navbar-nav { background-color: rgba(255,255,255,0.7); }
|
||||
|
||||
.cd-slider-nav a,
|
||||
.navbar-nav .nav-link { height: 50px; }
|
||||
|
||||
.tm-brand-icon {
|
||||
font-size: 3rem;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.cd-hero-slider .cd-full-width { text-align: left; }
|
||||
.cd-full-width .container-fluid { margin-top: -80px; }
|
||||
|
||||
.tm-2-col-textbox-2 {
|
||||
width: 100%;
|
||||
padding: 25px;
|
||||
margin-bottom: 30px;
|
||||
-ms-flex: 0 1 auto;
|
||||
flex: 0 1 auto;
|
||||
/* Fix flexbox in IE 10 bug https://philipwalton.com/articles/normalizing-cross-browser-flexbox-bugs/ */
|
||||
}
|
||||
|
||||
.tm-2-col-textbox-2:last-child { margin-bottom: 0; }
|
||||
|
||||
/*.tm-3-col-textbox {
|
||||
max-width: 100%;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
margin-bottom: 30px;
|
||||
width: 100%;
|
||||
}*/
|
||||
|
||||
/*.tm-3-col-container {
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}*/
|
||||
|
||||
/* Gallery */
|
||||
.grid-item {
|
||||
margin-bottom: 20px;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.grid-item:last-child { margin-bottom: 0; }
|
||||
|
||||
.tm-img-gallery-container {
|
||||
max-width: 320px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.tm-img-gallery {
|
||||
margin: 0 auto 40px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@media (min-width: 480px) {
|
||||
.tm-img-gallery {
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
.tm-img-gallery-info-container {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
padding: 0 1px 30px;
|
||||
}
|
||||
|
||||
.tm-img {
|
||||
max-width: 320px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border: none;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.tm-textbox-padding { padding: 35px 30px; }
|
||||
|
||||
.cd-hero-slider h2.tm-contact-info {
|
||||
color: black;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
#google-map {
|
||||
height: 430px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tm-copyright-text {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
color: white;
|
||||
display: inline-block;
|
||||
font-size: 1.8rem;
|
||||
font-weight: 400;
|
||||
padding: 5px 12px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tm-footer { padding: 50px 11px 20px; }
|
||||
.tm-footer-link { color: white; }
|
||||
.tm-footer-link:hover,
|
||||
.tm-footer-link:focus {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
/*.tm-home-fa {
|
||||
display: block;
|
||||
text-align: center;
|
||||
padding: 15px 0 30px 0;
|
||||
}*/
|
||||
|
||||
/*http://tympanus.net/Development/HoverEffectIdeas/*/
|
||||
|
||||
/*.grid figure h2 {
|
||||
word-spacing: -0.15em;
|
||||
font-weight: 300;
|
||||
}*/
|
||||
|
||||
.grid-item figure figcaption, .grid-item figure figcaption > a {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.grid-item figure figcaption {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 1em;
|
||||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
font-size: 1.25em;
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
|
||||
.grid-item figure {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
figure.effect-bubba {
|
||||
background-color: #9e5406;
|
||||
}
|
||||
|
||||
.cd-hero-slider .selected .cd-full-width figure.effect-bubba h2.tm-figure-title {
|
||||
padding-top: 20%;
|
||||
-webkit-transition: -webkit-transform 0.35s;
|
||||
transition: transform 0.35s;
|
||||
-webkit-transform: translate3d(0,-20px,0);
|
||||
transform: translate3d(0,-20px,0);
|
||||
}
|
||||
|
||||
/*.cd-hero-slider .selected .cd-full-width figure.effect-ruby:hover h2.tm-figure-title {
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
transform: translate3d(0,0,0);
|
||||
}*/
|
||||
|
||||
figure.effect-bubba img {
|
||||
opacity: 0.7;
|
||||
-webkit-transition: opacity 0.35s;
|
||||
transition: opacity 0.35s;
|
||||
}
|
||||
|
||||
figure.effect-bubba p {
|
||||
padding: 20px 1.5em;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
||||
transition: opacity 0.35s, transform 0.35s;
|
||||
-webkit-transform: translate3d(0,20px,0);
|
||||
transform: translate3d(0,20px,0);
|
||||
}
|
||||
|
||||
figure.effect-bubba:hover img {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
figure.effect-bubba figcaption::before,
|
||||
figure.effect-bubba figcaption::after {
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
right: 30px;
|
||||
bottom: 30px;
|
||||
left: 30px;
|
||||
content: '';
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
||||
transition: opacity 0.35s, transform 0.35s;
|
||||
}
|
||||
|
||||
figure.effect-bubba figcaption::before {
|
||||
border-top: 1px solid #fff;
|
||||
border-bottom: 1px solid #fff;
|
||||
-webkit-transform: scale(0,1);
|
||||
transform: scale(0,1);
|
||||
}
|
||||
|
||||
figure.effect-bubba figcaption::after {
|
||||
border-right: 1px solid #fff;
|
||||
border-left: 1px solid #fff;
|
||||
-webkit-transform: scale(1,0);
|
||||
transform: scale(1,0);
|
||||
}
|
||||
|
||||
figure.effect-bubba h2 {
|
||||
padding-top: 30%;
|
||||
-webkit-transition: -webkit-transform 0.35s;
|
||||
transition: transform 0.35s;
|
||||
-webkit-transform: translate3d(0,-20px,0);
|
||||
transform: translate3d(0,-20px,0);
|
||||
}
|
||||
|
||||
figure.effect-bubba p {
|
||||
padding: 20px 1.5em;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
||||
transition: opacity 0.35s, transform 0.35s;
|
||||
-webkit-transform: translate3d(0,20px,0);
|
||||
transform: translate3d(0,20px,0);
|
||||
}
|
||||
|
||||
figure.effect-bubba:hover figcaption::before,
|
||||
figure.effect-bubba:hover figcaption::after {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
/*figure.effect-bubba:hover h2,
|
||||
figure.effect-bubba:hover p {
|
||||
opacity: 1;
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
transform: translate3d(0,0,0);
|
||||
}*/
|
||||
|
||||
.grid-item figure img {
|
||||
position: relative;
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.cd-hero-slider h2 { font-size: 1.5em; }
|
||||
.cd-hero-slider p.tm-figure-description { font-size: 1.2rem; }
|
||||
|
||||
.cd-hero-slider .selected .cd-full-width h2.tm-figure-title {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.cd-hero-slider .selected .cd-full-width p.tm-figure-description {
|
||||
font-weight: 400;
|
||||
margin: 0;
|
||||
padding: 2rem;
|
||||
/*border: 1px solid #fff;*/
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
||||
transition: opacity 0.35s, transform 0.35s;
|
||||
-webkit-transform: translate3d(0,20px,0) scale(1.1);
|
||||
transform: translate3d(0,20px,0) scale(1.1);
|
||||
}
|
||||
|
||||
.cd-hero-slider .selected .cd-full-width figure.effect-bubba:hover .tm-figure-title,
|
||||
.cd-hero-slider .selected .cd-full-width figure.effect-bubba:hover p.tm-figure-description {
|
||||
opacity: 1;
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
transform: translate3d(0,0,0);
|
||||
}
|
||||
|
||||
.grid-item figure figcaption > a {
|
||||
z-index: 1000;
|
||||
text-indent: 200%;
|
||||
white-space: nowrap;
|
||||
font-size: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
/*.tm-pad-t { padding-top: 40px; }*/
|
||||
.tm-white-box-margin-b { margin-bottom: 30px; }
|
||||
.grid-item { max-width: 340px; }
|
||||
/*.tm-img-gallery-container-2 { max-width: 453px; }*/
|
||||
.tm-gallery-title span { width: 100%; }
|
||||
|
||||
.cd-full-width .container-fluid.tm-page-width {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/*.tm-3-col-container {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}*/
|
||||
|
||||
/* Media Queries */
|
||||
|
||||
@media only screen and (min-width: 400px) {
|
||||
.cd-hero-slider h2 { font-size: 1.4em; }
|
||||
|
||||
/*.cd-hero-slider .selected .cd-full-width figure.effect-ruby h2.tm-figure-title {
|
||||
margin-bottom: 14px;
|
||||
}*/
|
||||
|
||||
.grid-item figure figcaption { padding: 2em; }
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 480px) {
|
||||
.cd-full-width .container-fluid { margin-top: -80px; }
|
||||
.cd-hero-slider h2.tm-text-title { font-size: 1.8em; }
|
||||
.tm-textbox-padding { padding: 30px 40px; }
|
||||
.tm-textbox-padding-contact { padding: 30px; }
|
||||
.tm-img-gallery-container {
|
||||
margin: 0 auto;
|
||||
max-width: 680px;
|
||||
}
|
||||
|
||||
.grid-item {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.tm-img-gallery-info-container {
|
||||
padding: 0 11px 30px;
|
||||
max-width: 700px;
|
||||
margin: 0 auto 0 0;
|
||||
}
|
||||
|
||||
.grid-item figure figcaption { padding: 1.5em; }
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 600px) {
|
||||
.tm-footer { padding: 50px 30px 20px; }
|
||||
.tm-copyright-text { width: auto; }
|
||||
}
|
||||
|
||||
/*@media only screen and (min-width: 652px) {
|
||||
.tm-img-gallery-container-2 { max-width: 906px; }
|
||||
}*/
|
||||
|
||||
@media only screen and (min-width: 720px) {
|
||||
.tm-footer {
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.tm-copyright-text { margin-top: 0; }
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
|
||||
|
||||
|
||||
/*.cd-slider-nav .nav-item:nth-of-type(6).selected .nav-link,
|
||||
.cd-slider-nav .nav-item:nth-of-type(6) .nav-link:hover,
|
||||
.cd-slider-nav .nav-item:nth-of-type(6) .nav-link:focus {
|
||||
background-color: rgba(68, 127, 202, 0.62);
|
||||
}*/
|
||||
|
||||
.cd-hero-slider .cd-full-width { padding-top: 0; }
|
||||
|
||||
/*.tm-3-col-textbox {
|
||||
width: 50%;
|
||||
}*/
|
||||
|
||||
.tm-flex {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.tm-2-col-textbox-2 {
|
||||
margin-bottom: 0;
|
||||
margin-right: 30px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tm-2-col-textbox-2:last-child { margin-right: 0; }
|
||||
|
||||
/*.tm-3-col-container {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}*/
|
||||
|
||||
/*.tm-3-col-container,*/
|
||||
.cd-full-width .container-fluid.tm-page-width { max-width: 800px; }
|
||||
/*.tm-3-col-textbox { max-width: 400px; } */
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
.tm-navbar-bg {
|
||||
padding-left: 25px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.tm-navbar {
|
||||
position: static;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.cd-slider-nav .navbar-nav {
|
||||
background: transparent;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.cd-slider-nav li {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.cd-slider-nav a,
|
||||
.navbar-nav .nav-link {
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
.tm-social-icons-container { margin-bottom: 20px; }
|
||||
|
||||
.cd-full-width .container-fluid {
|
||||
margin-top: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.cd-full-width .container-fluid.tm-page-pad,
|
||||
.cd-full-width .container-fluid.tm-page-pad {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/*.tm-3-col-container,*/
|
||||
.cd-full-width .container-fluid.tm-page-width {
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
/*.tm-3-col-textbox {
|
||||
width: 33.333333%;
|
||||
margin-bottom: 0;
|
||||
}*/
|
||||
|
||||
.tm-img-gallery-container { max-width: 1360px; }
|
||||
|
||||
.grid-item { width: 25%; }
|
||||
.grid-item figure figcaption { padding: 1em; }
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1063px) {
|
||||
.cd-slider-nav { top: 0; }
|
||||
.cd-slider-nav nav { padding: 0; }
|
||||
.tm-brand-icon { margin-right: 15px; }
|
||||
.tm-contact-page { padding: 20px; }
|
||||
.cd-full-width .container-fluid {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
.cd-full-width .container-fluid.tm-page-width {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
.tm-page-width {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
/*.tm-3-col-container {
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}*/
|
||||
|
||||
/*.tm-3-col-textbox {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}*/
|
||||
}
|
||||
|
||||
/*@media only screen and (min-width: 1230px) {
|
||||
.tm-3-col-container {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}*/
|
||||
|
||||
@media only screen and (min-width: 1170px) {
|
||||
.cd-hero-slider h2, .cd-hero-slider p { margin-bottom: 5%; }
|
||||
.cd-hero-slider h2.tm-gallery-title { margin-bottom: 25px; }
|
||||
.cd-hero-slider p:last-child { margin-bottom: 0; }
|
||||
.cd-hero-slider .cd-full-width { padding-top: 0; }
|
||||
.cd-hero-slider .tm-text { font-size: 1em; }
|
||||
.grid-item figure figcaption { padding: 2em; }
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1333px) {
|
||||
.cd-slider-nav a,
|
||||
.navbar-nav .nav-link {
|
||||
font-size: 1.2em;
|
||||
width: 160px;
|
||||
height: 110px;
|
||||
}
|
||||
.cd-slider-nav a.navbar-brand { font-size: 3.5rem; }
|
||||
|
||||
.tm-brand-icon {
|
||||
font-size: 4rem;
|
||||
padding: 10px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.tm-navbar-bg { padding-left: 30px; }
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1340px) {
|
||||
.cd-full-width .container-fluid.tm-page-width {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
||||
.tm-2-col-textbox-2 { margin-right: 15px; }
|
||||
#google-map { height: 520px; }
|
||||
}
|
||||
Reference in New Issue
Block a user