﻿/* ============================================================================================== 
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 {
  background: url(../img/iStock-1223005887.jpg) no-repeat 0 -272px fixed;
  display: table;
  height: 350px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    opacity: 0.65;
}

#about,#services,#skills,#refs,#imp, .list-group-item {
    background: linear-gradient(to top, #449be2, #306d9f);
  color: #ffffff;
    box-shadow: 0px 1px 5px #aeafb1, 0px -1px 5px #aeafb1;
}

.list-group-item a {
  color: #ffffff;
}
.list-group-item a:hover {
  text-decoration: none;
}

.list-group-item:hover{
  background-color: #417eb1;
}



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

.info{
  display: table;
  height: 620px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover !important;;
  -moz-background-size: cover !important;;
  -o-background-size: cover !important;;
  background-size: cover !important;
}

#pic1 {
  background: url(../img/iStock-1323607275.jpg) no-repeat center center fixed;
    opacity: 0.65;
}
#pic2 {
  background: url(../img/iStock-1291886933.jpg) no-repeat center center fixed;
    opacity: 0.65;
}
#pic3 {
  background: url(../img/iStock-1273790524.jpg) no-repeat center center fixed;
    opacity: 0.65;
}
#pic4 {
  background: url(../img/iStock-1150407711.jpg) no-repeat center center fixed;
    opacity: 0.9;
}



#information .panel {
  opacity: 0.85;
}

#google_map {
  height: 500px;
}

footer {
  margin-top: -20px;
  color:#fff;
  background-color: #306d9f;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}

.deep {
    margin-top: 80px;
}

#prodTxt {
    margin: 30px 0px 0 0px;
}

#about h2 { margin-bottom: 20px; }

#homeDown{
    margin-top: 100px;
    font-size: 28px;
    padding: 30px 0;
    display:none;
    color:#111;
    text-shadow: 0px 0px 10px #FFFF8C;
}







/******* alt *******/


/*h2 { margin-bottom: 0; }*/

/*a,
ul.menu li {
  color: #FFB53E;
  text-decoration: none;
}
a:hover,
ul.menu li:hover {
  color: #A0C541;
}*/

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}

img { 
  float:left; 
  max-width:400px;
  max-height:400px;
  margin-right:20px;
}

p { clear:both }

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.header { 
  position:relative;
  font-size: 10pt;
  font-weight: bold;
  color: #999595;
  width: 830px;
  height: 240px;
  padding: 35px;
  background:url(/images/logo.png) no-repeat;
}
.r, .mod-languages { 
  float: right;
}
.r img {
  max-height:45px;
}

ul.menu {
  margin: 11px 0;
  padding: 0;
}
ul.menu li {
  display:inline;
  margin:5px;
  font-size: 18px;
}

.content {
  padding: 1px 15px;
  background: #eee;
  margin-top: 10px;
  
}

.references,
.pros {
  margin: auto;
  padding: 0;
}

.references { 
  width: 100%;
}

@media (max-width: 992px) {
    .references {
        padding: 0;
        width:100%;
    }

    .references li {
        display: inline;
    }

    #refDiv {
        margin-top: 18px;
        width:100%;
    }

    .prod {
        margin-top: 25px;
    }
}

.social {
    width: 58px;
    display: inline-block;
}

.pros li {
  font-size:15px; 
  display:block;
    margin-top:22px;
}

#refDiv {
    margin: 15px auto;
    width: 535px;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
} 
#refDiv img { margin:15px auto; }

#contact {
  position: absolute;
  width:405px;
  background: #eee;
  margin: -8px 0 0 124px;
  z-index: 2;
  border: 1px solid black;
  padding: 20px;
  float:left;
  display:none;
}

#contact input {
  width: 334px;
  position: absolute;
  left: 86px;
}
#contact textarea {
  width: 400px;
  height: 200px;
}
#contact button {
  float:right;
}

.footer {
  text-align:center;
  font-size: 10px;
}


.img-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  
  margin: 0 auto;
}
#logoImg{
  background: url(../img/logo.png) no-repeat center center;
}

#appDiv{
  -webkit-animation: fly-in-out 3s  ease-in-out;
     -moz-animation: fly-in-out 3s  ease-in-out;
     -o-animation: fly-in-out 3s  ease-in-out;
      animation: fly-in-out 3s  ease-in-out;
}




@keyframes fly-in-out {
  0% {
    transform: scale(0) translate3d(0, -2000px, 0);
    /*background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.2);
    border-radius: 50%;*/
  }
  100% {
    color: rgba(255, 255, 255, 0.8);
    /*text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    transform: scale(1) translate3d(0, 0, 0);
    background: transparent;
    box-shadow: none;*/
  }
  
}


.element-to-hide{
    visibility:hidden;
}

.slideRight {
    visibility: visible;
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
}
@keyframes slideRight {
    0% {
        transform: translateX(-150%);
        opacity: 0;
    }
    
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
        opacity: 0;
    }
    
    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

.slideLeft {
    visibility: visible;
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
}
@keyframes slideLeft {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    
    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

#navLogoIco,
#navLogoImg {
  width: auto;
  height: 30px;
}

.hidden{
  visibility: hidden;
}

.navbar-brand{
  padding: 10px 15px;
}

.navbar-inverse {
    background: linear-gradient(to right, #fff, #306d9f);
}

#imp a{
  color:#ddd;
}

.references li {
    width: 49%;
    text-align: center;
    font-weight: bolder;
    display: inline-block;
    border: 1px solid #fff;
}

.servicesHigh{
  color:#aaa !important;
    background: #fff;
}

@media (max-width: 992px) {
    .deep{
      margin:0;
    }

    .servicesHigh{
      color: #fff;
    }
}

#refDiv a {
    clear: both;
    display: block;
    color: #fff;
    margin: auto;
}