﻿/*
Drag Around - Draggable Responsive Template
-------------------------------------------
This file contains common rules for all themes. Theme specific styles are located in css/themes folder.


Table of Contents

1. Grid Container & Foreground 
2. Grid Item
3. Buttons
4. Carousels
5. Logo & Nav
6. Heading Animation
7. About Page
8. Drag Indicator
9. Utils & Miscellaneous

*/

/* ==========================================================================
1. Grid Container & Foreground
========================================================================== */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

.item-container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-size: cover;
}

.item-container-inner {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  width: 3200px;
  cursor: pointer !important;
}

.item-container-temp,
.item-container-temp-sequence {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.foreground {
  background-repeat: repeat;
  height: 2800px;
  width: 3800px;
  position: absolute;
  z-index: -1;
  top: -500px;
  left: -500px;
}

/* ==========================================================================
2. Grid Item
========================================================================== */
.grid-item {
  width: 230px;
  height: 482px;
  float: left;
  margin-bottom: 26px;
  overflow: hidden;
}

.grid-item-l {
  width: 734px;
}

.grid-item-m {
  width: 482px;
}

.grid-item.transparent {
  background: rgba(255, 255, 255, 0);
}

.grid-item .item-desc {
  padding: 40px;
  position: relative;
  clear: both;
}

.grid-item .item-details {
  display: none;
  float: left;
  height: 100%;
  padding: 140px 115px 140px 115px;
}

.grid-item .item-details-html {
  display: none;
  float: left;
  width: 100%;
  height: 100%;
}

.grid-item .item-details-without-image {
  width: 100%;
  display: none;
  padding: 140px 115px 140px 115px;
  height: 100%;
}

.grid-item .item-desc-without-image {
  padding: 40px;
  position: relative;
  clear: both;
  top: 50%;
  transform: translateY(-50%);
}

.grid-item .scroll-content,
.grid-item .item-details-without-image .scroll-content {
  height: 100%;
}

.grid-item .item-image-desc {
  float: left;
  height: 100%;
  width: 100%;
}

.grid-item .item-image-container {
  height: 260px;
  overflow: hidden;
  position: relative;
}

.grid-item .item-image-container.item-image-container-full {
  height: 480px;
}

.grid-item .item-image {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.grid-item .item-image-large {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.item-container-temp .grid-item.no-bordor-radius {
  border-radius: initial !important;
}

.grid-item .item-gallery-image {
  height: 100%;
  width: auto;
  top: initial;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

.grid-item .item-gallery-large-image {
  height: 100%;
  width: auto;
  top: initial;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  z-index: 2;
}

.item-container-temp-sequence .grid-item {
  cursor: pointer;
}

.grid-item .item-image-desc.horizontal .item-image-container {
  width: 50%;
  float: left;
  text-align: left;
  height: 100%;
}

.grid-item .item-image-desc.horizontal .item-desc {
  width: 50%;
  padding: 20px;
  height: auto;
  margin-top: 50%;
  transform: translateY(-50%);
  clear: none;
  float: left;
}

.grid-item .iframe-video {
  width: 100%;
  height: 100%;
  border-width: 0;
  border: none;
  border: initial;
}

.grid-item .iframe-maps {
  border-width: 0;
  border-width: 0;
  border: none;
  border: initial;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.grid-item .half.item-image-container {
  height: 100%;
}

.video-image-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.video-container {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.play-button {
  font-size: 80px;
  width: 100px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

/* ==========================================================================
3. Buttons
========================================================================== */
a.button,
.owl-navs-dots .owl-arrow {
  display: inline-block;
  padding: 17px 25px;
  padding-bottom: 13px;
  background-size: 200% 100%;
  transition: background-position 0.3s, color 0.3s;
  background-position: 0 0;
  text-align: center;
  outline: unset;
}

a.close-button {
  right: 20px;
  position: fixed;
  top: -80px;
  z-index: 3;
}

.sequence-button {
  border-radius: 26px !important;
  position: absolute;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  z-index: 3;
  padding: 17px 21px !important;
  transition: all 0.3s;
}

/* ==========================================================================
4. Carousels
========================================================================== */
.image-carousel {
  height: 100%;
}

.image-carousel .owl-stage {
  height: 100%;
}

.image-carousel .owl-item {
  height: 100%;
  overflow: hidden;
}

.image-carousel .owl-stage-outer {
  height: 100%;
}

.owl-container {
  height: 100%;
}



.image-carousel .owl-item .item-gallery-image,
.image-carousel .owl-item .item-gallery-large-image {
  width: auto;
}



/* ==========================================================================
5. Logo & Nav
========================================================================== */

.logo-nav {
  overflow: unset;
  padding: 10px;
  z-index: 1;
}
.logo-image {
  width: 270px;
  margin: 0 auto;
  margin-top: 6px;
}

.logo-nav-border {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}

.nav {
  z-index: 1;
  margin-top: 10px;
  position: relative;
}
.nav li {
  margin: 5px;
}
.nav li a {
  transition: all 0.5s;
  padding: 5px;
}

/* ==========================================================================
6. Heading Animation
========================================================================== */

.animation-slide .animation-slide-child,
.animation-slide {
  white-space: nowrap;
  overflow: hidden;
}

.animation-slide-center {
  margin: 0 auto;
}

.animation-slide-center .animation-slide-child {
  position: relative;
}

.temp-animation-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* ==========================================================================
7. About Page
========================================================================== */
.about-heading {
  background-size: cover;
  height: 750px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.about-heading-details {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.about-details {
  margin-top: 90px;
}
.team {
  background-size: cover;
  height: 1020px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.heading-details {
  position: relative;
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 120px;
}
.heading-details-small-padding {
  padding-bottom: 20px;
}
.team-card {
  height: 520px;
  padding: 50px 70px;
}
.team-card img {
  border-radius: 150px;
  margin-bottom: 30px;
}
a.team-social {
  padding: 15px 20px;
  margin: 5px;
}
a.team-social i {
  width: 16px;
}
.team-social-container {
  text-align: center;
  margin-top: 30px;
}
.about-toys {
  background-repeat: repeat;
  height: 700px;
}

.about-toys-icon-text h3 {
  padding-top: 10px;
}
.about-toys-details {
  margin-bottom: 80px;
}

.reviews {
  height: 600px;
}
.review-carousel,
.people-carousel,
.about-carousel {
  margin-bottom: 60px;
}

.footer {
  height: 500px;
}

/* ==========================================================================
8. Drag Indicator
========================================================================== */

.drag-indicator {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.drag-indicator .items {
  position: relative;
  width: 70px;
  height: 60px;
  margin: 0 auto;
}






.drag-indicator.mobile .line-swipe {
  display: block;
}

.drag-indicator .line {
  display: block;
}

.drag-indicator.mobile .line {
  display: none;
}

.drag-indicator.mobile .items {
  height: 190px;
}

/* ==========================================================================
9. Utils & Miscellaneous
========================================================================== */
html {
  width: 100%;
  height: 100%;
}

body {
  font-size: 13px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

p {
  margin-bottom: 10px;
}

.text-center {
  text-align: center;
}

.m-t-180 {
  margin-top: 180px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-40 {
  margin-bottom: 40px;
}

* {
  box-sizing: border-box;
}

.white {
  color: white;
}

.clear-fix {
  clear: both;
  float: none;
}

.double-padding-right {
  padding-right: 30px;
}

.double-padding-left {
  padding-left: 30px;
}

.horizontal-list li {
  display: inline-block;
}

ul li {
  margin-bottom: 10px;
}

.half {
  width: 50%;
  float: left;
  text-align: left;
  height: 100%;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

.section {
  margin-bottom: 120px;
}

.section-no-margin {
  margin-bottom: 0;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

a,
a:focus,
a:active {
  text-decoration: none;
  text-decoration: initial;
  color: inherit;
}

input,
textarea {
  padding: 10px;
  outline: initial;
  width: 100%;
  margin-bottom: 10px;
}

input {
  height: 50px;
}
