﻿/*
	Name: WICKeD
	Description: Responsive Coming Soon
	Version: 4.0
	Author: WebaffixThemes

	TABLE OF CONTENTS
	---------------------------
	1. General
	2. Header
	3. Countdown
	4. Services
	5. Team
	6. Works
	7. Subscribe
	8. Contact
	9. Footer
	10. Responsive CSS
*/


/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

html, body {
	font-family: "Aldrich", sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

.backstretch:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url('../images/overlay.png');
	background-color: rgba(12, 24, 34, 0.5);
	z-index: 1;
}

.mbYTP_wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url('../images/overlay.png');
	background-color: rgba(12, 24, 34, 0.5);
	z-index: 1;
}

.mb_YTVPBar {
  display: none !important;
}

.player-buttons {
    float: right;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 101;
}

.player-buttons a {
	height: 32px;
	width: 32px;
	line-height: 32px;
	background-color: #00a651;
	cursor: pointer;
	color: #0c1822;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	float: right;
	margin-left: 1px;
	-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;
}

.player-buttons a:hover {
  background-color: #ffffff;
}

#constellation {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	left: 0;
}

#low-poly {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
}

#pre-loader {
  background: #0c1822;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999;
}

.loader-circle {
	margin: -20px 0 0 -20px;
	top: 50%;
	left: 50%;
	font-size: 5px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid #09131b;
	border-right: 1.1em solid #09131b;
	border-bottom: 1.1em solid #09131b;
	border-left: 1.1em solid  #00a651;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
}

.loader-circle,
.loader-circle:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #0c1822;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #0c1822;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #0c1822;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #0c1822;
}


/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

header {
	text-align:center;
	height: 100%;
	width: 100%;
  position: relative;
	display: table;
}

header .main{
  padding-top: 50px;
	display: table-cell;
	vertical-align: middle;
  padding-bottom: 60px;
  position: relative;
	z-index: 100;
}

header .logo {
  /*margin: 5px 50px;*/
}

header h1.intro {
  display: inline-block;
  font-size: 21px;
  margin: 20px 50px;
  padding: 10px 5px;
  color: #ffffff;
  border-top: 6px double #ffffff;
  border-bottom: 6px double #ffffff;
  text-transform: uppercase;
}

header p {
  color: rgba(255, 255, 255, 0.8);
  word-spacing: 1px;
  line-height: 18px;
  font-size: 18px;
  margin:5px 50px;
  font-family: "Exo", sans-serif;
}


#logostrip {
	width: 1250px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
}

#logostrip-floatleft {
    float:left;
	width: 240px;
	height: 200px;
	margin-left:auto;
	margin-right:auto;
}

#logostrip-floatright {
	float:right;
	width: 500px;
	height: 163px;
	margin-left:auto;
	margin-right:auto;
}

#logostrip-floatcenter {
	float:center;
	width: 500px;
	height: 250px;
	margin-left:auto;
	margin-right:auto;
}

#pergamena {
	margin-left:auto;
	margin-right:auto;
}

/* ================================= */
/* :::::::::: 3. Countdown ::::::::: */
/* ================================= */

/* :: Countdown on Desktop & iPad :: */
header .countdown {
	display: block;
	font-size: 5em;
	margin: 30px auto;
	line-height: 65px;
	color: #ffffff;
	text-align: center;
}

header .countdown div span {
	display:block;
	font-size: 19px;
	line-height: 35px;
	margin-top: -8px;
	margin-left: 5px;
}

header .countdown div {
	text-align: left;
	display:inline-block;
	width:190px;
	margin: 20px;
}

header .countdown div:after {
	display: block;
	content: '';
	width: 140px;
	height: 140px;
	border: 12px;
	/*border: 12px solid #00a651;*/
	position: absolute;
	margin-left: 33px;
	z-index: -1;
	margin-top: -112px;
}

/* :::::: Countdown on Phone :::::: */
.countdown-phone {
	display: none;
	padding: 60px 0;
	text-align: center;
	background: #0c1822;
	padding: 25px 0 10px;
}

.countdown-phone h3 {
	font-weight: 600;
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 50px;
}

.countdown-phone .countdown {
	font-size: 5em;
	margin: 30px auto;
	line-height: 65px;
	color: #ffffff;
	text-align: center;
}

.countdown-phone .countdown div span {
	display:block;
	font-size: 19px;
	line-height: 35px;
	margin-top: -8px;
	margin-left: 5px;
}

.countdown-phone .countdown div {
	text-align: left;
	display:inline-block;
	width:190px;
	position: relative;
	z-index: 2;
	margin: 45px;
}

.countdown-phone .countdown div:after {
	display: block;
	content: '';
	width: 140px;
	height: 140px;
	border: 12px;
	/*border: 12px solid #00a651;*/
	position: absolute;
	margin-left: 33px;
	z-index: -1;
	margin-top: -112px;
}


/* ================================= */
/* :::::::::: 4. Services :::::::::: */
/* ================================= */

.services {
	padding: 100px 0 80px;
	background-color: #ffffff;
	z-index: 10;
}

.services h2 {
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	padding-bottom: 25px;
	letter-spacing: 1px;
	background: url(../images/h1-bg.png) 50% 100% no-repeat;
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}

.services .service {
	margin-top: 16px;
	text-align: center;
}

.services .icon {
	position: relative;
  display: inline-block;
	margin-bottom: 5px;
}

.services .icon i.fa {
  background: #0c1822;
  text-align: center;
  line-height: 175px;
  font-size: 65px;
  color: #ffffff;
  display: block;
  height: 175px;
  width: 175px;
}

.services .icon i.fa:after {
	display: block;
  content: '';
  position: absolute;
  height: 175px;
  width: 175px;
  border: 12px solid #00a651;
  background: transparent;
  top: -16px;
  left: -16px;
	-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;
}

.services .service:hover .icon i.fa:after {
	top: 0;
	left: 0;
}

/* Icon Crossing Lines */
.services .icon:before {
	content: '';
  position: absolute;
  height: 1px;
  width: 287px;
  top: 50%;
  z-index: -1;
  background: #00a651;
  -webkit-transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
  transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  box-shadow: 28px -28px 0 #00a651, -28px 28px 0 #00a651;
  left: -55px;
  margin: 0 auto;
}

.services .service:hover .icon:before {
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

.services h3 {
	font-size: 18px;
  color: #0c1822;
  text-align: center;
}

.service-title {
	margin: 9px 0 5px;
	padding: 7px 0;
	position: relative;
}

/* Title Crossing Lines */
.service-title:before,
.service-title:after {
	content: '';
	width: 57%;
	height: 1px;
	z-index: -1;
	background: #00a651;
	position: absolute;
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.service-title:before {
	right: 43%;
	top: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.service-title:after {
	left: 43%;
	bottom: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.services .service:hover .service-title:before,
.services .service:hover .service-title:after {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.services p {
	font-size: 15px;
	word-spacing: 1px;
	line-height: 25px;
	color: #0c1822;
  text-align: center;
  font-family: 'Exo', sans-serif;
}


/* ================================= */
/* :::::::::: 5. Team ::::::::::::: */
/* ================================= */

.team {
	padding: 100px 0 80px;
	background-color: #F2F2F2;
	z-index: 10;
  text-align: center;
}

.team .team-member {
	margin-top:16px;
	text-align: center;
}

.team h2 {
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	padding-bottom: 25px;
	letter-spacing: 1px;
	background: url(../images/h1-bg.png) 50% 100% no-repeat;
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}

.team .pic-holder {
	position: relative;
  display: inline-block;
	margin-bottom: 5px;
}

.team .picture img {
	width: 175px;
  height: 175px;
}

.team .picture:before {
	display: block;
	content: '';
	position: absolute;
	height: 175px;
	width: 175px;
	/*border: 12px solid #00a651;*/
	background: transparent;
	top: -16px;
	left: -16px;
	-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;
}

.team .team-member:hover .picture:before {
	top: 0;
	left: 0;
}

/* Icon Crossing Lines */
.team .pic-holder:before {
	content: '';
  position: absolute;
  height: 1px;
  width: 287px;
  top: 50%;
  z-index: -1;
  background: #00a651;
  left: -55px;
  right: 0;
  margin: 0 auto;
	box-shadow: 28px -28px 0 #00a651, -28px 28px 0 #00a651;
  -webkit-transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
  transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.team .team-member:hover .pic-holder:before {
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

.team h3 {
	font-size: 18px;
  color: #0c1822;
  text-align: center;
}

.team-title {
	margin: 9px 0 5px;
	padding: 7px 0;
	position: relative;
}

/* Title Crossing Lines */
.team-title:before,
.team-title:after {
	content: '';
	width: 57%;
	height: 1px;
	z-index: -1;
	background: #00a651;
	position: absolute;
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.team-title:before {
	right: 43%;
	top: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.team-title:after {
	left: 43%;
	bottom: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.team .team-member:hover .team-title:before,
.team .team-member:hover .team-title:after {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.team p {
	font-size: 15px;
	word-spacing: 1px;
	line-height: 25px;
	color: #0c1822;
  text-align: center;
  font-family: 'Exo', sans-serif;
}

/* Title Crossing Lines */
.team .social-icons {
	margin-left: -40px;
}

.team .social-icons li {
	list-style: none;
  display: inline-block;
  text-align: center;
}

.team .social-icons i.fa {
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #00a651;
	height: 30px;
	width: 30px;
	-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;
}

.team .social-icons i.fa:hover {
	color: #0c1822;
	-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;
}


/* ================================= */
/* ::::::::: 6. Works :::::::::::: */
/* ================================= */

.gallery {
	padding: 100px 0;
	background: transparent;
	z-index: 10;
  text-align: center;
}

.gallery h2 {
	font-weight: 600;
	font-size: 30px;
	color: #ffffff;
	padding-bottom: 25px;
	letter-spacing: 1px;
	background: url(../images/h1-bg-white.png) 50% 100% no-repeat;
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}

.work-items .item {
  float: left;
  position: relative;
  background: transparent;
  padding:0;
  margin: 0;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  cursor: url("../images/zoom.png") 40 40, crosshair;
}

.work-items .item:hover {
	background: #F2CD00;
}

.work-items a.item img {
	width: 100%;
	-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;
}

.work-items a:hover.item img {
	-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;
	transform: scale(1.2);
}

.work-items a.item .works-item-inner {
	background: rgba(12, 24, 34, 0.7);
	border: solid 0px;
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	position: absolute;
	top: 0;
	z-index: 100;
	text-align: center;
	-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;
}

.work-items a.item .works-item-inner:hover {
	border: solid 12px #00a651;
	opacity:1;
	-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;
}

.works-item-inner .details {
	position: relative;
	top: 40%;
}

.works-item-inner h4 {
	vertical-align: middle;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.works-item-inner p > span {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 200;
  line-height: 21px;
  padding: 8px;
  margin-top: 0px;
  border-top: solid 2px;
  font-family: 'Exo', sans-serif;
}


/* ================================= */
/* :::::::::: 7. Subscribe ::::::::: */
/* ================================= */

#mailchimp::-webkit-input-placeholder { /* WebKit browsers */
	color: #ffffff;
}
#mailchimp:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #ffffff;
	opacity: 1;
}
#mailchimp::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ffffff;
	opacity: 1;
}
#mailchimp:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #ffffff;
}

.subscribe {
    z-index: 10;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.subscribe i.fa.fa-paper-plane {
	font-size: 29px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
}

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

.subscribe input[type=text] {
	background-color: #0c1822;
	border: none;
	height: 50px;
	width: 85%;
	color: #ffffff;
	word-spacing: 1px;
	padding-left: 20px;
	font-size: 14px;
	outline: none;
  float: left;
}

.subscribe button {
	background-color: #00a651;
	color: #0c1822;
	width: 15%;
	outline: none;
	font-size: 22px;
	border: none;
	font-weight: 700;
	float: left;
	height: 50px;
	-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;
}

.subscribe button:hover {
	background: #ffffff;
	color: #0c1822;
}

.subscribe label {
	height: 2.5em;
	padding: 15px 20px;
	color: #ffffff;
	font-size: 15px;
	float: none;
	top: 0;
	display: block;
	font-weight: 100;
}

.subscribe label.error i {
    color: #ffffff;
    padding-right: 3px;
}

.subscribe label i.fa.fa-check {
	padding-top: 5px;
}

/* ================================= */
/* :::::::::: 8. Contact ::::::::::: */
/* ================================= */

.contact {
	padding-top: 100px;
	background-color: #bee7f7;
	z-index: 10;
}

.contact .row {
	margin: 0px;
}

.contact .row .row {
	margin-right: -15px;
  margin-left: -15px;
}

.contact h2 {
	font-weight: 600;
	font-size: 30px;
	color: #000033;
	padding-bottom: 25px;
	letter-spacing: 1px;
	background: url(../images/h1-bg.png) 50% 100% no-repeat;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 50px;
}

.info-box {
	transform: skewX(45deg);
	margin-left: -25px;
  width: 100%;
  color: #ffffff;
  background: #0c1822;
  padding: 14px;
	margin-bottom: 1px
  font-family: 'Exo', sans-serif;
  text-align: center;
}

.info-box .contact-info {
	width: 100%;
  padding: 0 50px;
  transform: skewX(-45deg);
	margin: 0;
	list-style: none;
	font-size: 16px;
}

.info-box .contact-info li {
	display: inline-block;
}

.info-box .contact-info li:first-child {
	float: left;
}

.info-box .contact-info li:last-child {
	float: right;
}

.info-box .contact-info li i {
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid #cccccc;
}

.contact-title {
	transform: skewX(-45deg);
  margin-left: -42px;
  width: 439px;
  color: #ffffff;
  background: #0c1822;
  padding: 15px;
  font-family: 'Exo', sans-serif;
  text-align: center;
  margin-top: 1px;
}

.contact h3 {
	transform: skewX(45deg);
	font-size: 17px;
	margin: 0 0 0 55px;
	line-height: 20px;
}

.contact input[type=text], .contact input[type=email] {
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #0c1822;
	color: #ffffff;
	border-top: none;
	border-left: none;
	border-right: none;
	height: 50px;
	font-size: 15px;
	outline: none;
}

.contact input[type=email], .contact input[type=text] {
	width: 100%;
}

.contact textarea {
	width: 100%;
  background: transparent;
  padding-top: 15px;
  color: #ffffff;
  font-size: 15px;
  border-bottom: 1px solid #0c1822;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  resize: none;
  height: 171px;
}


.contact input[type=submit] {
	background: #0c1822;
	border: none;
  outline: none;
	color: #ffffff;
	float: right;
	width: 100%;
	display:block;
	word-spacing: 1px;
	font-size: 15px;
	margin: 8px auto 0;
	font-weight: 300;
	height: 50px;
  -webkit-transition: all 0.5s ease-in-out !important;
  	 -moz-transition: all 0.5s ease-in-out !important;
      -ms-transition: all 0.5s ease-in-out !important;
       -o-transition: all 0.5s ease-in-out !important;
          transition: all 0.5s ease-in-out !important;
}

.contact input[type=submit]:hover {
	background: #ffffff;
	color: #0c1822;
}

.contact .error .email {
	text-align: right;
	display: inline-block;
	position: absolute;
	right: 19px;
	padding-left: 9px;
}

.contact .error .name {
	text-align: right;
	display: inline-block;
	position: absolute;
	right: 19px;
	padding-left: 9px;
}

.contact .error .message {
	text-align: right;
	display: inline-block;
	position: absolute;
	right:0;
	bottom: 76px;
	margin-right: 20px;
	padding-left: 9px;
}

.contact #ajax-contact-form i {
	color: #ffffff;
}

.contact .notification_ok {
	position: absolute;
  color: #ffffff;
	top: 47%;
	left: 15px;
	width: 91%;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 16px;
	text-align: center;
	font-weight: 100;
}

.contact .notification_ok i {
	color: #ffffff;
  padding: 10px;
  font-size: 50px;
  width: 70px;
  height: 70px;
  border: 1px solid #ffffff;
  border-radius: 35px;
  margin-bottom: 7px;
}

/* Google Map */
.google-map {
	padding: 0;
}

#google-container {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #e7eaf0;
}

#zoom-in,
#zoom-out {
	height: 32px;
	width: 32px;
	line-height: 36px;
	background-color: #00a651;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	margin-left: 10px;
	-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;
}

#zoom-in:hover,
#zoom-out:hover {
  background-color: #0c1822;
}

#zoom-in {
  margin-top: 140px;
  margin-bottom: 1px;
}


/* ================================= */
/* :::::::::: 9. Footer :::::::::::: */
/* ================================= */

.footer-section {
  width: 100%;
  height: auto;
  background: #0c1822;
  display: block;
  position: relative;
  z-index: 100;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  min-height: 50px;
  line-height: 50px;
}

.footer-container {
  width: 100%;
  display: table;
}

.footer-cell {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
}

.footer-cell:last-child {
  text-align: right;
}

.footer-cell-middle a.footer-img {
  display: block;
  padding: 0px;
  line-height: normal;
}

.footer-cell-middle a.footer-img img {
  max-height: 40px;
  outline: none;
  border: none;
}

.footer-cell-middle {
  display: table-cell;
  width: 10%;
  text-align: center;
}

.footer-section .copyright a {
  color: #ffffff;
  opacity: 0.7;
  text-decoration: none;
	-webkit-transition: all 0.5s ;
  	 -moz-transition: all 0.5s ;
      -ms-transition: all 0.5s ;
       -o-transition: all 0.5s ;
          transition: all 0.5s ;
}

.footer-section .copyright a:hover {
  opacity: 1;
  color: #ffffff;

}

.footer-section .footer-cell-middle a {
	display: block;
	color: #0c1822;
	font-size: 22px;
	-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;
}

.footer-section .footer-cell-middle a:hover,
.footer-section .footer-cell-middle a:focus {
	color: #0c1822;
}

.footer-section .footer-cell-middle a:after {
	display: block;
  content: '';
  border-width: 0px 41px 50px;
	left: calc(50% - 41px);
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #00a651 transparent;
	-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;
}

.footer-section .footer-cell-middle a:hover:after {
	border-color: transparent transparent #ffffff transparent;
}

.footer-section a.footer-social {
	background: #00a651;
	color: #0c1822;
	font-size: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	-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;
}

.footer-section a.footer-social:hover {
	background: #ffffff;
	color: #0c1822;
}

.footer-cell ul {
  list-style:none;
  float: right;
  padding: 0;
  margin-bottom: 0;
}

.footer-cell li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}

.footer-cell li:last-child {
	margin-right: 0;
}


/* ================================= */
/* :::::: 10. Responsive CSS ::::::: */
/* ================================= */

@media only screen and  (max-width: 1036px) {

	#constellation {
		display: none;
	}

	.subscribe button {
		width: 15%;
	}

	.contact input[type=submit] {
		width: 100%;
	}

}

@media only screen and (max-width: 991px) {

  header .countdown {
		font-size: 4em;
    padding-top: 20px;
	}

  header .countdown div {
		display: inline-block;
		width: 27%;
		padding-top: 12px;
		margin: 30px 30px 77px 20px;
	}

	header .countdown div:after {
		width: 170px;
    height: 170px;
		margin-top: -129px;
	}

	.services,
	.team {
    padding: 100px 0 50px;
	}

	.services .col-md-4 {
		margin-bottom: 66px;
	}

	.services .icon i.fa:after {
	  top: -17px;
	}

}

@media only screen and (max-width: 769px) {

	.services .service:hover .icon i.fa:after {
		margin-left: 0px;
	  top: 0;
	}

	.services .col-md-4, .services p {
		text-align: center;
		margin-left: 0px;
	}

	.team .col-md-4 {
		padding-bottom: 50px;
	}

	.team .social-icons {
		display: inline-block;
		margin-left: -40px;
	}

	#ajax-contact-form {
		padding: 20px 0px;
	}

	.contact input[type=submit] {
		width: 30%;
		float: none;
	}

	.contact .error .message {
		bottom: 106px;
	}

	.contact .info-box {
		transform: skewX(0deg);
		margin-left: 0px;
	}

	.contact-title {
		transform: skewX(0deg);
    width: 100%;
		margin-left: 0px;
	}

	.contact h3 {
    transform: skewX(0deg);
		margin: 0px;
	}

	.contact .contact-info {
		padding:10px 5px;
		height: auto;
		transform: skewX(0deg);
    margin-left: 0px;
	}

	.info-box .contact-info li:first-child,
	.info-box .contact-info li:last-child {
		float: none;
	}

}

@media only screen and (max-width:755px) {

	.footer-cell,
  .footer-cell-middle {
    display: table-row;
    text-align: center !important;
  }

	.footer-section .footer-cell-middle a:after {
		display: none;
	}

	.footer-section .footer-cell-middle a,
	.footer-section .footer-cell-middle a:hover {
		color: #ffffff;
	}

  .footer-cell ul {
    float: none;
    margin: 0px auto;
    display: inline-block;
  }

}

@media only screen and (max-width: 568px) {

	header img {
		width: 70%;
	}

	.contact input[type=submit] {
		width: 100%;
	}

	footer .copyright {
		font-size: 15px;
	}

}

@media only screen and (max-width: 540px) {

	.countdown-phone h3 {
		margin-bottom: 0px;
	}

	header .countdown {
		display: none;
	}

	.countdown-phone {
		display: block;
	}

	.subscribe {
		bottom: 1px;
	}

	.services,
	.team,
	.contact {
    padding: 0px 0px 0px;
	}

	.gallery {
		padding: 60px 0;
	}

}

@media only screen and (max-width: 415px) {

	header h1.intro {
		margin: 20px 50px 20px;
	}

	header img {
		width: 100%;
	}

	.services .icon i.fa:after {
	  top: -17px;
	}

	.subscribe button {
		width: 15%;
	}

	.info-box .contact-info li {
		display: block;
		margin-bottom: 4px;
	}

	.info-box .contact-info li i {
		border-right: none;
	}

}

@media only screen and (max-width: 320px) {

	.subscribe label {
		height: auto;
		padding: 5px 10px;
	}

}

/* ================================= */
/* :::::: ADD. IFRAME CSS ::::::: */
/* ================================= */


#iframe {
	margin-left:auto;
	margin-right:auto;
	border:3px;
	border-color:silver;
	border-style:solid;
	background-color:#f3d4a8;
	width:850px;
	height:700px;
}



/* ================================= */
/* :::::: ADD. IFRAME 2 CSS ::::::: */
/* ================================= */


#page1 {
	margin-left:auto;
	margin-right:auto;
	/*border:3px;
	border-color:silver;
	border-style:solid;*/
	background-color:#ffffff;
	width: 90%;  
	height:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	color:#000000;
}


/* ================================= */
/* :::::: ADD. WOW DIV 2 CSS ::::::: */
/* ================================= */


#wow {
	margin-left:auto;
	margin-right:auto;
	
}






/* ================================= */
/* :::::: TOOLTIP ::::::: */
/* ================================= */




/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color:#0DC5F6;
    color: #FFFFFF;
   /* color: #F6E70D; */
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext {
    width: 120px;
    top: 100%;
    left: 50%; 
    margin-left: -60px; 
    color:#ffffff; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
    color:#ffffff;
}




/* ================================= */
/* :::::: TOOLTIP ::::::: */
/* ================================= */



#green-ngv {
	
	margin-left:auto;
	margin-right:auto;
}














