/*
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 Color Styles--------*/
@import "css/color.css";

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

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

/*--------Importing Margin Styles--------*/
@import "css/margin.css";

/*--------Importing Padding Styles--------*/
@import "css/padding.css";

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

/*--------Importing Glisse Styles--------*/
@import "css/glisse.css";

/*--------Importing Carousel Styles--------*/
@import "css/owl.carousel.css";
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #FFF;
    background-color: #9dcd37;
    border: 0px solid #ddd;
}
.tab-content {
    border-top: 0 !important;
}
.nav-tabs {
    border-bottom: 0 !important;
}
.espa_link {
position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    max-width: 468px;
    text-align: center;
    padding: 0px;
}
.espa_banner {
    width: 100%;
}

.langsel {
    position: fixed;
    z-index: 999999999;
    top: 55px;
    right: 0px;
    margin: 0;
    padding: 10px;
}
.langsel a {
    padding: 0px;
    width: 32px;
    height: 32px;
    border-radius: 12px;
    border: 1px solid #000;
    overflow: hidden;
}
/* 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: #2b2a28;
}

.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;
    }
}
/* GLOBAL STYLES
-------------------------------------------------- */

.no_ul_style {list-style: none}
.d-inline-block {display: inline-block;}

body {
	background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed !important;
    background-image: url(images/gallery/028.jpg);
    min-width: 400px;
	
}
@media (max-width: 768px) {
	body {
		font-size: 10px !important;
	}
}
/* TOPBAR SECTION STYLE
-------------------------------------------------- */

#topbar {

}
.ln-flags {
    position: absolute;
    right: 6px;
    top: 6px;
}
/* MENU SECTION STYLE
-------------------------------------------------- */
#main-navigation {margin-bottom:0 !important;}
.navbar-toggle .icon-bar {background-color: #000;}

#sticky-navigation {
	margin-bottom: 0 !important;
    border-bottom: 2px solid #333333;
    background-color: #B3CC57;
}
.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(54, 54, 54, .85);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.stick .navbar-collapse {
    width: calc(100% - 300px);
    background: 0 0;
    border: 0;
    box-shadow: 0 0 0
}

.stick .navbar_brand_img_big>img {
    width: auto;
    max-width: 100px;
    border-top: 0px;
    transition: all 0.15s linear;
}

.stick .navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 1
}
.stick .navbar-brand > span {
    display: none;
}
.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: 160px;
}

.stick .navbar-nav>li>a {
   /* padding: 5px 10px;
    line-height: 40px;*/
	color: #FFF;
}

.no-stick {

}

.no-stick .navbar-collapse {
    width: calc(100% - 300px);
}
.navbar-header {
    padding: 8px 0;
}
.navbar-toggle {
    background-color: rgb(255, 255, 255) !important;
    position: absolute;
    top: 15px;
	left: 15px;
    z-index: 9999;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.navbar_brand_box {
    position: absolute;
    z-index: 99999;
    border: 0;
}
.navbar_brand_box > a {
    width: 94%;
    display: inline-block;
    position: relative;
    margin: 0 3%;
}

/*--------Needed to Overlap Bootstrap--------*/
.navbar-brand h1 {
    color: #262626;
    margin: 0;
    padding: 0;
    line-height: 32px;
    font-size: 22px;
    letter-spacing: 2px;
	text-shadow: 0 0 0 rgba(0,0,0,0.75);
}
/*--------Needed to Overlap Bootstrap--------*/
.navbar-nav>li>a {
    color: #333333;
    padding: 5px 10px;
    line-height: 40px;
}
.navbar-nav>li>a:hover {
	background-color: #333333;
    color: #FFFFFF;
}
.navbar-nav > li > a.active {
	color: #333333;
    background-color: #FFF;
}

@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: 992px) {
	#navbar {
		float: left !important;
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.navbar-nav {margin:0}
	.navbar_brand_box_mini  h1 {font-size:18px;}
}
@media (max-width: 880px) {
	.stick {
		height: 0px !important;
	}
	.navbar-brand {
		padding: 0;
		line-height: 10px;
		margin: 10px 0px 20px 0px;
		text-align: center;
	}
	.navbar_brand_img_big>img {
		max-height: 100px !important;
		margin-top: 20px;
	}
	.navbar_brand_img_big {
		float: left;
		height: 100%;
		padding: 0;
		text-align: center;
	}	
	.navbar-brand h1 {
		line-height: 1.8em;
	}
	.navbar-brand span {
		text-align: center !important;
	}
}
@media (max-width: 992px) {
	.navbar_brand_box {
		display:none;
	}
}
@media (min-width:768px) and (max-width: 992px) {
	.navbar-brand {
		padding: 0;
		line-height: 10px;
		margin: 10px 0px 20px 0px;
		text-align: center;
	}
	.navbar_brand_img_big>img {
		margin: 0 auto;
	}	
	.navbar_brand_img_big {
		float: left;
		height: 100%;
		padding: 0;
		text-align: center;
	}	
	.navbar-brand h1 {
		line-height: 1.8em;
	}
	.navbar-brand span {
		text-align: center !important;
	}
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/* SLIDER SECTION STYLE
-------------------------------------------------- */
.jssorb05 {
    position: absolute;
	bottom:50px;
	right:6px;
    display: block!important;
}
.jssorb05 .av, .jssorb05 div, .jssorb05 div:hover {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(images/slider/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
	-webkit-transition: background-position 0s linear;
  -moz-transition: background-position 0s linear;
  -o-transition: background-position 0s linear;
  transition: background-position 0s linear;	
}
.jssorb05 div {
    background-position: -7px -7px;
}
.jssorb05 .av:hover, .jssorb05 div:hover {
    background-position: -37px -7px;	
}
.jssorb05 .av {
    background-position: -67px -7px;
}
.jssorb05 .dn, .jssorb05 .dn:hover {
    background-position: -97px -7px;
}
.prototype {
	width:16px;
	height:16px;
}
.jssora22l, .jssora22r {
    display: block;
    position: absolute;
	top:123px;
    width: 40px;
    height: 58px;
    cursor: pointer;
    overflow: hidden;
	
}
.jssor_caption_style_1, .jssor_caption_style_2 {
    position: absolute;
    left: 5%;
    padding: 2% 5%;
    background-color: rgba(0, 0, 0, .5);
}
.jssora22l {
    left:10px;
}
.jssora22r {
	right:10px;
}
.jssora22l.jssora22ldn {
    background-position: -250px -31px;
}
.jssora22r.jssora22rdn {
    background-position: -310px -31px;
}

.msg_box_1, .msg_box_2, .msg_box_3 {
    overflow: hidden;
}
/* TABS SECTION STYLE
--------------------------------------------------*/
.idTabs {
	position: relative;  
    clear: both;
    width: 100%;
}

ul.idTabs li a {
    padding: 10px;
    margin: 10px 1%;
    color: rgba(119, 119, 119, 0.78); 
    border-bottom: 1px solid rgba(119, 119, 119, 0.78);
}

ul.idTabs li a.selected {
    color: #0facee;
    background: 0 0;
    border-bottom: 1px solid #0facee
}

.idTabs_content {
    min-height: 410px;
    padding: 20px;
    margin: 0 auto
	-webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.idTabs_content ul {
    display: inline-block;
    /* width: 100%; */
	/* margin: 0 auto; */
    list-style-type: square
}

.idTabs_content ul li {
    float: left;
    margin: 5px 20px;
    list-style-type: square
}

/* GALLERY SECTION STYLE
-------------------------------------------------- */
#office_fotos {
    width: 100% !important;
     margin: 0 !important;
}
#office_fotos .owl-wrapper-outer {
    width: 100% !important;
    margin: 0 !important;
}

#office_fotos .item img {
    width: 100% !important;
    height: auto;
    background: #000;
}
#office_fotos .owl-controls .owl-buttons div {
	padding: 0 !important;
}
#office_fotos .owl-controls {
    position: absolute;
    top: calc( 50% - 24px );
    left: 0;
	width: calc( 100% - 16px);
}
#office_fotos .owl-controls .owl-buttons {
    padding: 0;
}
#office_fotos .owl-controls .owl-buttons .owl-prev {
    margin: 0;
}
#office_fotos .owl-controls .owl-buttons .owl-prev i{
    padding: 10px;
	background: rgba(255,255,255,0.65);
}
#office_fotos .owl-controls .owl-buttons .owl-prev i:hover{
    background: rgba(255,255,255,0.99);
}
#office_fotos .owl-controls .owl-buttons .owl-next {
    margin: 0;
}
#office_fotos .owl-controls .owl-buttons .owl-next i{
    padding: 10px;
	background: rgba(255,255,255,0.65);
}
#office_fotos .owl-controls .owl-buttons .owl-next i:hover{
    background: rgba(255,255,255,0.99);
}

#home_collections .item img {
    width: calc(87% - 10px);
    margin: 0 5%;
    padding: 1.5%;
    border: 2px solid #CCC;
    background: #FFF;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease
}

#home_collections .item:hover img {
    background: #CCC
}

.carousel {
    height: 500px;
    margin-bottom: 60px
}

.carousel-caption {
    z-index: 10
}

.carousel .item {
    height: 500px;
    background-color: #777
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px
}

#office_fotos {
    width: 100% !important;
    margin: 0 !important;
	border: 8px solid rgba(0, 0, 0, 0.7);
}
#office_fotos .owl-wrapper-outer {
    width: 100% !important;
    margin: 0 !important;
}

#office_fotos .item img {
    width: 100% !important;
    height: auto;
    background: #000;
}
#office_fotos .owl-controls .owl-buttons div {
	padding: 0 !important;
}
#office_fotos .owl-controls {
    position: absolute;
    top: calc( 50% - 24px );
    left: 0;
	width: calc( 100% - 16px);
}
#office_fotos .owl-controls .owl-buttons {
    padding: 0;
}
#office_fotos .owl-controls .owl-buttons .owl-prev {
    margin: 0;
}
#office_fotos .owl-controls .owl-buttons .owl-prev i{
    padding: 10px;
	background: rgba(255,255,255,0.65);
}
#office_fotos .owl-controls .owl-buttons .owl-prev i:hover{
    background: rgba(255,255,255,0.99);
}
#office_fotos .owl-controls .owl-buttons .owl-next {
    margin: 0;
}
#office_fotos .owl-controls .owl-buttons .owl-next i{
    padding: 10px;
	background: rgba(255,255,255,0.65);
}
#office_fotos .owl-controls .owl-buttons .owl-next i:hover{
    background: rgba(255,255,255,0.99);
}

/* CLIENT SECTION STYLE
-------------------------------------------------- */

#home_clients .owl-controls {
    text-align: center;
}
#home_clients .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 5px 2px;
}

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

.contactform {
	min-height: 810px;
	border: 0;
}

#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: #000;
    border: 0px solid #999;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #9dcd37;
    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:#FFF;
}

#contactus textarea
{
	
}

#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;
}
.gallery_product {
    cursor: pointer;
}
.gallery_product img {
    opacity: 0.85;
    transform: scale(1);
    transition: all 0.5s linear;
}
.gallery_product:hover img {
    opacity: 1;
    transform: scale(1.25);
    transition: all 0.5s linear;
}
#msgbox1 img {
	max-width: 64px;
    height: auto;
    margin: 0 auto -2px auto;
}
/* PAGE NAVIGATION TOOLS
-------------------------------------------------- */
#gototop {
	opacity: 1;
    position: fixed;
    bottom: 35px;
    right: 10px;
    cursor: pointer;
    display: none;
    border-radius: 4px;
	background: #333333;
    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;
}