﻿/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* additional sections */
#home {
  color: #ddd;
  background: url(../images/home.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#home .btn-default {

	background: transparent;
	color: #ddd;
	padding: 6 26;
	font-size: 22px;

	/* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;

}

#about {
}

#about .logo {
  max-width:210px;
  min-width:160px;
  max-height:210px;
  min-height:160px;
  width: auto;
  height: auto;
}


#why {
  background-color: #306d9f;
  color: #ffffff;
}

#why .why-box  {
	height: 210px;
}

#why .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 55px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}

#why .why-img {
  height: 120px;
  width: 120px;
  padding: 2px;
  background: #dddddd;
}

#products {
  background: url(../images/products.jpg) no-repeat center center fixed; 
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#products .panel {
  opacity: 0.85;
}

#contact {
}

#google_map {
  height: 400px;
}

.prod-info .prod-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto
}

.prod-submenu {
	margin: 15px 5px;
}

footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}

/*FG:dddddd 221,221,221
  BG:306D9F*/

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(221,221,221,.3);
    background-color: #306D9F;
}

.navbar-custom .navbar-brand {
	padding-left :25px;
	padding-right:25px;
	font-size: 18px;
	font-weight: 800;
	color: #74a4cb;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #dddddd;
}

.navbar-custom .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
}

.navbar-custom .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #dddddd;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #dddddd;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(221,221,221,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

@media(max-width:767px) {
	.navbar-custom .nav li.active a {
		background-color: rgba(221,221,221,.3);
	}
}

.navbar-custom .nav li.active a:hover {
    color: #dddddd;
}

.navbar-custom .navbar-lang li a {
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: rgba(64,64,64,.1);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(221,221,221,.3);
        background: #306D9F;
    }
	.navbar-custom.top-nav-collapse .nav li.active a {
		background-color: rgba(221,221,221,.3);
	}

	.navbar-custom.top-nav-collapse .nav li.active a:hover {
		color: #dddddd;
	}
}


hr.soften {
  height: 2px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}
/**/
.glyphicon-spin {
  -webkit-animation: spin .7s infinite linear;
  -moz-animation: spin .7s infinite linear;
  -o-animation: spin .7s infinite linear;
  animation: spin .7s infinite linear;
  -webkit-transform-origin: 50% 58%;
  transform-origin:50% 58%;
  -ms-transform-origin:50% 58%; /* IE 9 */
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/**/

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.3333333333333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-fa {
  background-image: url(/images/fa.svg);
}

.flag-icon-en {
  background-image: url(/images/en.svg);
}

.back-to-top {
	z-index: 1000;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 255, 235, 0.65);
	border-radius: 5px;
    font-size: 20px;
    padding: 0.5em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 155, 135, 0.90);
}
.back-to-top:focus {
    outline: 0;
}

.modal-dialog .modal-header .btn {
	padding: 0;
	width: 1.8em;
	height: 1.8em;
	font-weight: 900;
}