/*
Template Name: Enva
Template URI: http://webgrab.gr/
Description: Enva is a professional onepage html5 template with integrated functions, bootstrap-owl carousel-jssor slider-scrollreveal.
Version: 1.0
Author: WebGrab
Author URI: http://webgrab.gr/
*/

/*--------Importing Font Styles--------*/
@import "css/font.css";

/*--------Importing Border Style--------*/
@import "css/border.css";

/*--------Importing Carousel Styles--------*/
@import "css/owl.carousel.css";



/* GLOBAL STYLES
-------------------------------------------------- */
a:hover, a:focus {
    text-decoration: none;
}
.no_ul_style {list-style: none}

body {
	background: url(images/background-1.jpg);
    background-repeat: repeat;
    background-position: center;
	background-attachment: fixed;
	background-size: cover;	
}

/* TOPBAR SECTION STYLE
-------------------------------------------------- */

#topbar {
    overflow: hidden;
    color: #000;
    padding: 5px 0;
    border-bottom: 1px solid #000000;
}

#topbar .container {
    width: 100%;
    max-width: 1212px;
    margin: 0 auto;
    background: 0 0
}
#topbar span a{
    font-size: 14px;
    line-height: 2em;
    font-family: Comfortaa, cursive;
    letter-spacing: 1px;
	text-decoration: none;
}
#topbar span a:hover {
}

/* MENU SECTION STYLE
-------------------------------------------------- */
#main-navigation {margin-bottom:0 !important;}


#sticky-navigation {
    width: 100%;
	margin-bottom: 0 !important;
	background: rgba(255, 255, 255, 0.95)
}
.no-stick {
    position: relative;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}
.stick {
    position: relative;
    margin-top: 0!important;
    background-color: rgba(118, 145, 166, .75);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.stick .navbar-collapse {
    background: 0 0;
    border: 0;
    box-shadow: 0 0 0
}

.stick .navbar_brand_img_big>img {
    max-height: 50px;
    width: auto;
    padding: 0
}

.stick .navbar-brand {
    float: left;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1
}

.stick .navbar-brand h1 {
    color: #02adc6;
    text-shadow: -2px 2px 0px rgba(255, 255, 255, 0.75);
    margin: 0;
    padding: 12px 0;
    line-height: 1;
    font-size: 24px
}
.navbar_brand_img_big>img {
    max-height: 84px !important;
}

.stick .navbar-nav>li>a {
    padding: 0 8px;
    line-height: 50px
}

.no-stick {
    background-color: transparent
}

.no-stick .navbar-collapse {
    border: 0px solid rgba(225, 225, 225, .2);
    background-color: rgba(0, 0, 0, .95);
    box-shadow: 0 0 0 rgba(0, 0, 0, .15)
}
.navbar-header {
    padding: 8px 0;
}
.navbar-toggle {
    background-color: rgb(248, 248, 248) !important;
}


/*--------Needed to Overlap Bootstrap--------*/
.navbar-brand h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}
/*--------Needed to Overlap Bootstrap--------*/
.navbar-nav>li>a {
    padding: 20px 8px;
    line-height: 1em;
    font-family: Comfortaa;
	border-top: 3px solid transparent;
}
.navbar-nav>li>a:hover {
    background: transparent !important;
}
.navbar-nav > li.active > a, .navbar-nav > li:hover > a {
	color: #888 !important;
    border-top: 3px solid #000;
}

@media (min-width:768px) {
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
        border-radius: 0
    }
	.stick {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		height: 0px;
	}
}
@media (max-width: 880px) {
	.stick {
		height: 0px !important;
	}
}

.custom-header {
	background: rgba(0, 0, 0, 0.7);
	background-size:cover;
	background-attachment:fixed;
	height: calc(100vh - 58px);
	max-height: 100%;
	overflow: hidden;
}
.site-brand {
	margin-top: 25vh;
}
/* SERVICES SECTION STYLE
-------------------------------------------------- */
#accordion5 .panel-heading {
    padding: 10px 8px;
}
#accordion5 .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 50px;
}
#accordion5 .panel-title a:hover{
    background: #000000 !important;
}
#accordion5 .panel-title a {
    display: block;
    padding: 10px 20px;
    background: #000000;
    border-radius: 30px 0px 0px 30px;
    /*border: 2px solid #000000;*/
    font-size: 20px;
    font-weight:400;
    color: #fff;
    position: relative;
}
#accordion5 .panel-title a.collapsed{
    /*border: 2px solid #bbb;*/
    background: #fff;
    color: #000000;
}
#accordion5 .panel-title a:before,
#accordion5 .panel-title a.collapsed:before{
	content: url(images/icon_minus.png);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #000000;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-right: 3px solid #fff;
    position: absolute;
    top: 6px;
    left: 5px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
#accordion5 .panel-title a.collapsed:before{
    content: url('images/icon_plus.png');
    background: #000000;
    border: none;
}
#accordion5 .panel-body{
    padding: 10px 8px;
    margin: 0;
    border: none;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    position: relative;
}
.services-inner {
    border-width: 1px;
	border-style: solid;
	border-color: transparent !important;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    transition: .3s;
	overflow: hidden;
}
.our-services-img {

}
.our-services-text {

}
.our-services-text {

}
.our-services-text h4 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
	padding-top: 0px;
    padding-bottom: 10px;
    position: relative;
	transition: all 0.05s linear;
}
.our-services-wrapper:hover .our-services-text h4 {
	color: #000 !important;
	transition: all 0.5s cubic-bezier(0.51, 0.03, 1, 1);
}
.our-services-text h4::before {
    background: #08a7ff  none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 5px;
	transition: all 0.05s linear;
}
.our-services-wrapper:hover .our-services-text h4::before {
    width: 35px;
	transition: all 0.5s cubic-bezier(0.51, 0.03, 1, 1);
}
.our-services-wrapper:hover .services-inner {
    background: #fff none repeat scroll 0 0;
    border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.72);
}
.our-services-wrapper img {
    transform: scale(1);
    transition: all 0.05s linear;
}
.our-services-wrapper:hover img {
    transform: scale(1.25);
    transition: all 0.5s cubic-bezier(0.51, 0.03, 1, 1);
}

.our-services-text {
    margin-bottom: 40px;
}

.our-services-text p {
    margin-bottom: 0;
}
.our-services-wrapper:hover .our-services-text p{
	color: #08a7ff !important;
	transition: all 0.5s cubic-bezier(0.51, 0.03, 1, 1);
}
/* MESSAGE SECTION STYLE
-------------------------------------------------- */


.msg_box_1 {
	background: url(images/messages/01.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.msg_box_2 {
	background: url(images/messages/02.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.msg_box_3 {
	background: url(images/messages/03.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.msg_box_4 {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
#video_trailer iframe {
	max-width:100%;
	border: 10px double #08a7ff;
}

/* nav-tabs-dropdown STYLE
-------------------------------------------------- */
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #000000;
}

.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px;
}

@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}
@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block;
    }
    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }
   .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
   }
    .nav-tabs-horizontal  > li {
        float: none;
    }
    .nav-tabs-horizontal  > li + li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    } 
    .nav-tabs-horizontal  > li > a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal  > li.active > a,
    .nav-tabs-horizontal  > li.active > a:hover,
    .nav-tabs-horizontal  > li.active > a:focus {
        color: #ffffff;
        background-color: #428bca;
    }
}
/* GALLERY SECTION STYLE
-------------------------------------------------- */

.gallery_product
{
	cursor: pointer;
}
.gallery_product img {
    /*opacity: 0.65;*/
	transform: scale(1);
    transition: all 0.5s linear;
}
.gallery_product:hover img {
	opacity: 1;
    transform: scale(1.25);
    transition: all 0.5s linear;
}

/* CONTACT SECTION STYLE
-------------------------------------------------- */

.form-control {
    border-radius: 0 !important;
}

.contactform {

}

#contactformbody, #contactformthanku {opacity:1}
form#contactus {
	margin: 0 auto 0;
}

#contactus input[type="text"]
{
    height: 34px;
    width: 100%;
}

#contactus input[type="submit"]
{
    display: block;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
    border: 0px solid #999;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
    background: #000;
    width: 100%;
    height: 50px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
#contactus input[type="submit"]:hover
{
color:#09C;
}

#contactus textarea
{
  height:226px;
  width: 100%;
    padding: 5px 0;
    border-radius: 0; 		
}

#contactus input[type="text"]:focus,textarea:focus
{
background:#fff;
color:#09C;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}


/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}

/* PAGE NAVIGATION TOOLS
-------------------------------------------------- */
#gototop {
	opacity: 1;
    position: fixed;
    bottom: 35px;
    right: 10px;
    cursor: pointer;
    display: none;
    border-radius: 4px;
    padding: 10px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
#gototop:hover {
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}