/*
Template Name: EPIC - ZEUS
Author URI: 
Author Name: Ioana
Version: 1.0
*/

/* --- TABLE OF CONTENT

01. GENERAL LAYOUT
02. MENU-NAV
03. HOME-ZEUS
04. ABOUT-ZEUS
05. SERVICES/FEATURES
06. GALLERY
07. CONTACT & NEWSLETTER
08. TEAM
09. FOOTER
10. OTHER ELEMENTS  
11. RESPONSIVE

--- */

/* ========================================================== */
/* 			               01. GENERAL LAYOUT                 */
/* ========================================================== */

ul, ol { 
	list-style: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0;
	font-size: 14px;
	line-height:24px;
	margin-bottom:20px;
}
	
ul li, ol li{
	font-size: 14px;
	line-height: 28px;
}

ul li i{
	vertical-align: middle;
}

p {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom:15px;
	font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom:20px;
  font-family: 'Cairo', sans-serif;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

ul {
	padding: 0;
}

ul li{
	list-style-type: none;
}

a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
}

iframe {
    max-width: 100%;
    border: none;
}

.white-text{ 
	color: #fff;
}

.section-white {
	background: #fff;
	padding: 70px 0;
}

.section-white-xs{
	background: #fff;
	padding-top: 70px;
	padding-bottom: 0;
}

.section-grey{
	background: #f7f7f8;
	padding: 70px 0;
}

.section-light{
	background: #fffbfc;
	padding: 70px 0;
}

.section-dark{
	background-color: #1d1e2b;
	padding:70px 0;
}

.width-100{
	width: 100%;
}

/* margin and padding classes */

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-top-110 {
	margin-top: 110px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-130 {
	margin-bottom: 120px !important;
}

.margin-bottom-140 {
	margin-bottom: 140px !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-25 {
	padding-top: 25px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-45 {
	padding-top: 45px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-100 {
	padding-top: 180px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}

/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */

#logo{
	font-family: 'Cairo', sans-serif;
	font-size: 34px;
	font-weight: 400;
	color: #9da1ac;
	text-transform: uppercase;
	margin-top: -20px;
}

#navbar-collapse-02 li.selected a{
    color: #fff!important;
    border-bottom: 2px solid #eee!important;
}

.navbar-fixed-top #navbar-collapse-02 .current a {
    color:#ffffff!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top.opaque #navbar-collapse-02 .current a {
    color:#fff!important;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar {
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-fixed-top { 
	background: transparent!important; 
	border-bottom: none;
	transition: background-color 1s ease 0s;
}

.navbar-fixed-top.opaque {
	background-color: rgba(34,34,34, 0.95)!important;
	padding: 10px 0;
	transition: all 1s ease-in-out 0s;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a{
	color:#9da1ac !important;
	font-size: 15px !important;
	line-height: 30px !important;
	text-transform: uppercase;
	padding: 10px 20px!important;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}

.navbar-default .navbar-nav > li > a:hover{
	color:#fff !important;
}


.navbar-default .navbar-toggle{
    border-color: #c8a279;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #c8a279;
}

/* ========================================================== */
/* 			               03. HOME-ZEUS                      */
/* ========================================================== */

.video-overlay{
	background: #141414;
	opacity: 0.80;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-foreground { height: 300%; top: -100%; }

@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}

.zeus-home-title{
	position: relative;
	padding-top: 240px;
	padding-bottom:220px;
	z-index: 1000;
}

.zeus-home-title h1{
	font-family: 'Cairo', sans-serif;
    font-size: 48px;
    line-height: 66px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c8a279;
}

.zeus-home-title p{
	font-size: 18px; 
	line-height: 36px;
	color: #9da1ac;
}

.zeus-video-icon {
	width: 60px;
	height: 60px;
	border:1px solid #fff;
	border-radius: 50% 50%;
	display: inline-block;
	background: transparent;
	margin-top: 20px;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.zeus-video-icon:hover{
	background: transparent;
}

.zeus-video-icon i {
	font-size: 32px;
	line-height: 60px;
	color: #9da1ac;
	margin-left: 8px;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.zeus-video-icon:hover i{
	color: #fff;
}

.zeus-home-title ul.zeus-hero-social{
	position: fixed;
	top:40%;
	left: 30px;
}

ul.zeus-hero-social li {
	margin: 15px 0;
}

ul.zeus-hero-social li i{
	font-size: 20px;
	color: #9da1ac;
}

/* ========================================================== */
/* 			               04. ABOUT-ZEUS                     */
/* ========================================================== */

.zeus-dark-headings-about{
	padding: 80px 40px;
}

.zeus-dark-headings{
	padding: 40px 40px;
}

.zeus-dark-headings-center{

	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.zeus-dark-headings-center img{
	position: absolute;
	top:0;
	left:3%;
	margin-top: -200px;
	text-align: center;
}

.zeus-dark-headings h2,
.zeus-dark-headings-center h2,
.zeus-dark-headings-about h2{
	font-size: 14px;	
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8d909a;
    margin-bottom: 25px;
}

.zeus-dark-headings h3,
.zeus-dark-headings-center h3,
.zeus-dark-headings-about h3{
	font-size: 32px;	
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a08160;
}

.zeus-dark-headings p,
.zeus-dark-headings-center p,
.zeus-dark-headings-about p{
	font-size: 16px;
	line-height: 28px;
    color: #8d909a;
}

.zeus-dark-headings-about ul li{
	color: #8d909a;
	font-size: 16px;
	line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}

.zeus-dark-headings-about ul li i{
	margin-right: 10px;
}

.zeus-section-image .zeus-dark-headings{
	padding: 20px 40px;
} 	

a.zeus-btn{	
    color: #f3f3f4;
    font-family: 'Cairo', sans-serif;
    background-color: #a08160;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #a08160;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}


/* ========================================================== */
/* 			               05. SERVICES/FEATURES              */
/* ========================================================== */

.zeus-section-image{
	background: url(../images/hs-baner_zCUocqy.jpg) top center no-repeat;
	background-size: cover;
	padding: 70px 0;
}

.zeus-section-image2{
	background: url(../images/ogrod_zimowy_mb_hs__mb_86f_czarny.jpg) top center no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.zeus-featbox{
	padding: 10px 10px;
	margin-bottom: 20px;
}

.zeus-featbox i{
	font-size: 28px;
	color: #80674c;
	margin-right: 10px;
}

.zeus-featbox h3{
	font-size: 18px;
	color: #80674c;	
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.zeus-featbox p{	
    font-size: 14px;
    line-height: 22px;
    color: #7e818a;
}

.zeus-featbox2{
	overflow: hidden;
	margin-top: 30px;

}

.zeus-featbox2 img{
	width: 40px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

.zeus-featbox2 .zeus-featbox2-text{
	float: left;
	width: 80%;
}

.zeus-featbox2 .zeus-featbox2-text h4{
    font-size: 16px;
    color: #80674c;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.zeus-featbox2 .zeus-featbox2-text p{
    font-size: 14px;
    line-height: 20px;
    color: #8d909a;
}

/* ========================================================== */
/* 			               06. GALLERY                        */
/* ========================================================== */

 .zeus-gallery{
	margin-left: 0;
	margin-right: -15px;
}

.gallery-inner1{
	padding-left: 0!important;
	margin-bottom: 20px;
}

.gallery-inner2{
	padding-right: 0!important;
	margin-bottom: 20px;
}

/* ========================================================== */
/* 			 07. CONTACT & NEWSLETTER                         */
/* ========================================================== */

#contact-form {
	margin:20px auto;
	width:70%;
}

input.zeus-contact-input{
	width:100%;
	height:55px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:15px;
	color: #fff;
	background-color: #474853;
	opacity: 0.75;
	border:none!important;
    border: none!important;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    text-align: left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

textarea.zeus-contact-comment{
	height:135px;
	margin-bottom:15px;
	width:100%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
	color: #fff;
	background-color: #474853;
	opacity: 0.75;
    border: none!important;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input.zeus-contact-submit{	
	color: #fff;
    font-family: 'Cairo', sans-serif;
    text-transform: uppercase;
	background-color: #a08160;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 30px;
	margin-top: 20px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	border: 1px solid #a08160;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}

input.zeus-contact-submit:hover{
	background-color: #705a43;
	border: 1px solid #705a43;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#7c8595;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#7c8595;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#7c8595;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#7c8595;
}

#contact-form input.zeus-contact-input:focus, 
#contact-form textarea.zeus-contact-comment:focus {
  border-color:#fff;
  outline: none;
}

p.contact_success_box{
	display:inline-block;
	color:#454545;
	font-size:20px;
	font-style:italic;
	padding:20px 20px;
	border:1px solid #fff;
	webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}


/* ========================================================== */
/* 			                08. TEAM                          */
/* ========================================================== */

.zeus-teambox{
	padding: 40px 20px 40px 20px;
	border: 1px solid #aaaaaa;
	width: 85%;
	margin:	0 auto;	
	margin-bottom: 30px;
	webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.zeus-teambox:hover{
	background: #1d1e2b;
	border: 1px solid #1d1e2b;
}

.zeus-teambox img{
	width: 120px;
	margin-bottom: 20px;
	webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;	
}

.zeus-teambox h4{
    font-size: 18px;
    color: #80674c;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-weight: 600;	
}

.zeus-teambox span{
    font-size: 14px; 
    line-height: 20px;
    color: #80674c;	
    font-style: italic;
    display: inline-block;
    margin-bottom: 20px;
}

.zeus-teambox p{
    font-size: 14px;
    line-height: 20px;
    color: #8d909a;
    margin-bottom: 30px;
}


.zeus-teambox ul li{
	display: inline-block;
	margin-right: 10px;
}

.zeus-teambox ul li a{
	font-size: 20px;
    color: #80674c;	
}

/* ========================================================== */
/* 			                09. FOOTER                        */
/* ========================================================== */

.zeus-footer {
	background-color: #0e0f15;
	padding: 40px 0
}

.zeus-footerbox{
	margin: 0 auto;
	text-align: center;
}

.zeus-footerbox i{
	font-size: 20px;
	line-height: 28px;
	color: #3b3f47;
	margin-right: 7px;
	display: inline;
}

.zeus-footerbox p{
	color: #3b3f47;
	font-size: 13px;
	line-height: 28px;
	border-right: 1px solid #3b3f47;
	padding-right: 10px;
	margin-right: 10px;
	display: inline;
}

.zeus-footerbox span{	
	margin-top: 5px;
	font-size: 16px;
	font-weight: 600;	
	color: #3b3f47;
	display: inline;	
    font-family: 'Open Sans', sans-serif;
    margin-top: 3px;
}

.zeus-copyright{
	text-align: center;	
	color: #3b3f47;
	margin-top: 40px;
}

.zeus-copyright a{
	color: #a08160;
}

/* ========================================================== */
/* 			               10. OTHER ELEMENTS                 */
/* ========================================================== */

/* NEWSLETTER */

input.newsletter-input::-webkit-input-placeholder {
    color: #fff;
}
input.newsletter-input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
input.newsletter-input:-ms-input-placeholder {
    color: #fff;
}

input.newsletter-input:focus, input.newsletter-input:active {
  border-color:none;
  outline: none;
}

/* COUNTDOWN */

ul#countdown {
	margin-top: 60px;
}

ul#countdown li {	
    font-family: 'Cairo', sans-serif;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:10px 10px;
	width:90px;
	height:90px;
	background-color:transparent;
	border:1px solid #a08160;
	-webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    border-radius: 8px 8px;
  	text-align: center;
	vertical-align:middle;
}

ul#countdown li span {
	color:#a08160;
  	font-size: 34px;
	line-height:34px;
  	font-weight: 500;
  	position: relative;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
	margin-top:3px;
	color:#a08160;
  	text-transform: uppercase;
  	font-size: 14px;
	line-height:14px;
  	font-weight: 400;
  	font-family: 'Cairo', sans-serif;
}

/* TABS */

.tabs-nav .zeus-dark-headings{
	padding: 0 0;
	margin-bottom: 40px;
}

.tabs-nav{
	padding: 0 40px;
}

.tabs-nav ul{
    padding-right: 20px;
}

.tabs-nav ul li.tab-item-zeus{
    border-bottom: 1px solid #d1d2d6;
    padding: 10px 0;
    width: 100%;
}

.tabs-nav ul li.tab-item-zeus h4{
	font-family: 'Cairo', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #54565c;
    font-weight: 600;
    cursor: pointer;
    display: inline;
}

.tabs-nav ul li.tab-item-zeus p {
	font-family: 'Cairo', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #54565c;
    font-weight: 600;
    cursor: pointer;
    display: inline;
}

.tabs-nav ul li.tab-item-zeus:hover h4,
.tabs-nav ul li.tab-item-zeus:hover p{
	color: #a08160;
}

.tabs-nav ul li.active h4,
.tabs-nav ul li.active p{
	color: #a08160;
}

.tabs-nav ul li.tab-item-zeus p {
	float: right;
}

.tab-container{
	padding: 20px 10px;
}

.tab-content p{	
    font-size: 16px;
    line-height: 28px;
    color: #8d909a;
    margin-top: 20px;
}

.tab-content a.zeus-btn{	
    color: #fff;
    font-family: 'Cairo', sans-serif;
    background-color: #54565c;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #a08160;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

/* Photos Hover Animations */


.popup-gallery{
	position:relative;
}

.first-gallery{
	margin-bottom:15px;
}

.popup-gallery img {
	position:relative;
	z-index:10;
	width: 100%;
	height: auto;
}

.popup-gallery:hover img {
	opacity: 0.25;
}

.popup-gallery a span.eye-wrapper {
	background-color:#000;
	position: absolute;
	display: block;
	overflow:hidden;
	z-index: 2;
	height:100%!important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	font-size: 22px;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery-rounded a span.eye-wrapper {
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.popup-gallery a span.eye-wrapper i.eye-icon{
	position: absolute;
	display: inline-block;
	font-size:38px;
	z-index: 3;
	top: 50%!important;
	margin-top: -19px!important;
	left: 0%;
	right: 0%;
}

.popup-gallery a:hover span{
	opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


/* ========================================================== */
/* 			               11. RESPONSIVE                     */
/* ========================================================== */

@media (min-width: 992px) and (max-width: 1280px){

	.zeus-video-section{
	background: url(http://placehold.it/1080x888) top right no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	}

	.zeus-video-overlay{
	background: #141414;
	opacity: 0.80;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	}

	.zeus-home-title{
	position: relative;
	padding-top: 180px;
	padding-bottom: 180px;
	z-index: 1000;
	}

}

@media (max-width: 991px) {
	.zeus-home-title ul.zeus-hero-social{left: 10px;	}
	.section-white {padding: 40px 0;}
	.section-dark{padding:40px 0;}
	.section-grey{padding: 40px 0;}
	.zeus-teambox{width: 100%;}	

	.zeus-video-section{
		background: url(../images/zeus-heroimage2.jpg) top right no-repeat;
		background-size: cover;
		position: relative;
	}

	.zeus-video-overlay{
		background: #141414;
		opacity: 0.80;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
	}	

	.video-background {display: none;}

}

@media (max-width: 767px) {

	.zeus-featbox{padding: 10px 60px;}
	.gallery-inner1{margin-right: -15px;}
	.gallery-inner2{margin-left: -15px;	}
	.zeus-teambox{width: 85%;}
	.zeus-dark-headings-about{padding: 40px 20px;}
	.zeus-dark-headings{padding: 40px 20px;}
	.tabs-nav{	padding: 0 20px;}
	#contact-form {	width:90%;}
}

@media (max-width: 640px) {

	.zeus-home-title{
		position: relative;
		padding: 100px 15px;
		z-index: 1000;
	}

	.zeus-home-title h1{
	    font-size: 40px;
	    line-height: 52px;
	}

	.zeus-home-title ul.zeus-hero-social{
		position: absolute;
		top:70%;
		left: 10px;
	}
	
}

@media (max-width: 480px) {
}


