@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

input[type="text"], input[type="password"], input[type="phone"],  textarea {
        font-size:16px;
}

.show-when-small {
	display: none;
}
.hide-when-small {
	display: block;
}
.show-when-big {
	display: block;
}
.hide-when-big {
	display: none;
}

a, a:active, a:focus {
outline: none;
}

.modal-open {
  padding-right: 0 !important;
}
html {
  overflow-y: scroll !important;
}

body, html{
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
	cursor: default;
}

h1{
	/* text-transform: uppercase; */
	margin-left: 1em;
	margin-right: 1em;
	font-size: 4em;
}
h1 strong{
	font-weight: 900;
}
h2{
	line-height: 1.5em;
	margin:  0;
}
h3{
font-size: 18px;
font-weight: 900;
}
h4{
}
h5{
	font-weight: 700;
	line-height: 20px;
}
.push-down {
	padding-top: 1em;
}

.in-paragraph-heading {
	font-weight: 300;	
	font-size: 1.75em;
	margin-right: .25em;
}

img.pull-left  { margin-right: 20px;  margin-bottom: 1em; margin-top: 0px; float: left !important;}

p{
	font-family: 'Open Sans', sans-serif;
}
p em{
	font-weight: 600;
	font-style: normal;
}
p.intro{
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
p.intro > strong {
	font-size: 20px;
}
a{ color: #FCAC45;}
a:hover,
a:focus{
	cursor: pointer;
	text-decoration: none;
	color: #FCAC45;
}

.section-title hr{
	border-color: #fcac45;
	border-width: 2px;
	width: 40%;
	float: left;
	clear: both;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}


#screen
{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 1);
}

.spin {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.press {
	color: #222;
	text-shadow: 0px 1px 2px #555;
}

@-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);
  }
}


/* Navigation */

.nav > li > a {
    padding: 0px 0px;
}

.navbar-header {
	min-height:80px; 
	position: relative;
	top: -20px;
}

.navbar-logo > img {
    position: relative;
    top: 20px;
    float: left;
    padding: 15px 15px;
}

.navbar-text {
	text-align: center;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgba(231, 231, 231, 0);
}

.navbar-toggle {
    position: relative;
    top: 35px;
 	margin-right: 20px;
}

.navbar-nav {
    margin: 0;
    padding: 7.5px 15px;
}

#ws-menu {
	/* padding: 20px; */ 
	transition: all 0.8s;
}
#ws-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#ws-menu a.navbar-logo {
}

#ws-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
}
.on {
	
	background-color: #222222 !important;
	padding: 0 !important;

}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #FCAC45 !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-default .navbar-toggle {
	border-color: rgba(231, 231, 231, 0);
}

.navbar-toggle {
	border-radius: 0;
	}

.navbar-default .navbar-toggle:focus {
	background-color: #000;	
	border-color: rgba(231, 231, 231, 0);
	}
		
.navbar-default .navbar-toggle:hover {
	background-color: rgba(231, 231, 231, 0);	
    border-color: rgba(231, 231, 231, 0);
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}

/* Template */

#ws-template{
	background: url(../img/black.png);
	background-size: cover;
	background-position: 0px 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #000;
	height: 80px;
}

	
/* Home Style */

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
}

#ws-home{
	background: url(../img/sky-big.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}

#ws-home .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	background-attachment: fixed;
	height: 800px; 
}

.home-list {
	padding-left: 3em; 
	padding-top: 0.75em;
}
	
ul.home-list{ 
	margin: 10px 0 0 ;
}
ul.home-list li{
	display: block;
	font-size: 1.25em;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif; 
}
ul.home-list li span{ 
	margin-right: 10px;
}

.lead-div {
	min-height: 2em;
	margin-top: 3em;
}
#ws-home p.lead{
	color: #e3e3e3;
}

.content{
	position: relative;
	padding: 18% 0 0;
}

.color{
	/* color: #fcac45; */
	color: rgba(252, 172, 69, 1);
}
.color-on-white{
	color: rgba(252, 172, 69, 1);
	text-shadow: 1px -1px 2px rgba(0, 0, 0, 1);
}

a.fa.fa-angle-down {
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 50px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #fcac45;
	color: #ffffff;
	border: 2px solid #fcac45;
}
/* About Section */

#ws-about{
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: rgba(255, 255, 255, 1);
	background-image: url("../img/subtle-stripes-light.png");
	background-repeat: repeat;	
}

#img-solution {
	margin-top: 20px;	
}

.about-text-block {
	margin-top: 1em;
	margin-bottom: 1em;	
}
.about-text-block > span{
    position: relative;
    display: inline-block;
    width: 100%;
}
.about-text-block > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 4px solid rgba(252, 172, 69, 1);
    width: 60%; 
}

.about-text-head {
	text-align: left;
    overflow: hidden;	
}

.block-header {
	font-size: 3em;
	font-weight: 300;
}

.img-about {
	max-width: 500px;
	padding-top: 0px;
	padding-right: 10px; 
	float: left;	
}

.about-text {
	float: right;
    padding-bottom: 20px;   
    padding-left: 40px;
    margin-top: 20px;
    min-height: 310px;
    max-height: 310px;
    
    border-radius: 5px;

    -webkit-box-shadow:  -10px 0px 27px -5px  #aaaaaa;
    -moz-box-shadow:  -10px 0px 27px -5px  #aaaaaa;
     box-shadow:  -10px 0px 27px -5px  #aaaaaa;      

	background: rgba(235,235,235,1);
	background: -moz-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(235,235,235,0.31) 82%, rgba(235,235,235,0.16) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,235,235,1)), color-stop(82%, rgba(235,235,235,0.31)), color-stop(100%, rgba(235,235,235,0.16)));
	background: -webkit-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(235,235,235,0.31) 82%, rgba(235,235,235.16) 100%);
	background: -o-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(235,235,235,0.31) 82%, rgba(235,235,235,0.16) 100%);
	background: -ms-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(235,235,235,0.31) 82%, rgba(235,235,235,0.16) 100%);
	background: linear-gradient(to right, rgba(235,235,235,1) 0%, rgba(235,235,235,0.31) 82%, rgba(235,235,235,0.16) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb', GradientType=1 );

}

.about-text-gold {
	background: rgba(255,175,77,1);
	background: -moz-linear-gradient(left, rgba(255,175,77,1) 0%, rgba(250,170,71,0.31) 82%, rgba(255,145,10,0.16) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,175,77,1)), color-stop(82%, rgba(250,170,71,0.31)), color-stop(100%, rgba(255,145,10,0.16)));
	background: -webkit-linear-gradient(left, rgba(255,175,77,1) 0%, rgba(250,170,71,0.31) 82%, rgba(255,145,10,0.16) 100%);
	background: -o-linear-gradient(left, rgba(255,175,77,1) 0%, rgba(250,170,71,0.31) 82%, rgba(255,145,10,0.16) 100%);
	background: -ms-linear-gradient(left, rgba(255,175,77,1) 0%, rgba(250,170,71,0.31) 82%, rgba(255,145,10,0.16) 100%);
	background: linear-gradient(to right, rgba(255,175,77,1) 0%, rgba(250,170,71,0.31) 82%, rgba(255,145,10,0.16) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4d', endColorstr='#ff910a', GradientType=1 );
}

.sub-heading {
	line-height: 1.25em;
	padding-top: 1em;
	padding-bottom: .25em;
	padding-right: .5em;
	overflow: hidden;	
}
.foot-heading {
	line-height: 1.25em;
	overflow: hidden;	
}
.foot-indent {
	margin-left: 2.5em;
	font-style: italic;
}

.about-list {
	padding-left: 3em; 
	padding-top: 0.75em;
}
	
ul.about-list{ 
	margin: 10px 0 0 ;
}
ul.about-list li{
	display: block;
	font-size: 1.15em;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif; 
}
ul.about-list li span{ 
	margin-right: 10px;
}

.image-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    margin-bottom: 10px;
    overflow: auto;
    padding: 5px 5px 5px;
    text-shadow: 1px 1px 0px #ffffff;
}

/* Story Section */
#ws-story{
	background: url(../img/windmill.jpg);
	background-size: cover;
	background-position: top right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#ws-story .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 80px 0;
}
.section-title.center{
	padding: 30px 0;
}
.section-title h2,
.section-title.center h2{
	font-weight: 300;
}
.section-title.center .line{
	border-top: 4px solid #fcac45;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.section-title.center hr {
	border-top: 4px solid rgba(252, 172, 69, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
#story-link:hover {
	color: rgba(251, 171, 69, 1);
	cursor: pointer;
}
#story{ margin: 0 auto}
#story .item{
    padding: 0;
    margin: 15px;
    color: #FFF;
    text-align: center;
}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.pic-small {
	width: 160px;
	height: 160px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    
	-webkit-box-shadow: 0px 10px 30px 10px rgba(40, 40, 40, 1);
	-moz-box-shadow: 0px 10px 30px 10px rgba(40, 40, 40, 1);
	box-shadow: 0px 10px 30px 10px rgba(40, 40, 40, 1);    
}
.pic-small:hover {
	-webkit-box-shadow: 0px 10px 30px 10px rgba(110, 110, 110, 1);
	-moz-box-shadow: 0px 10px 30px 10px rgba(110, 110, 110, 1);
	box-shadow: 0px 10px 30px 10px rgba(110, 110, 110, 1);    
}

.grow img {
    height: 160px;
    width: 160px;
	 
    -webkit-transition: all 0.25s ease;
       -moz-transition: all 0.25s ease;
         -o-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
            transition: all 0.25s ease;
}
.grow img:hover {
    width: 180px;
    height: 180px;
    margin-left: -10px;
}

.pic-big {
	width: 160px;
	height: 160px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    
	-webkit-box-shadow: 0px 10px 30px 10px rgba(40, 40, 40, 1);
	-moz-box-shadow: 0px 10px 30px 10px rgba(40, 40, 40, 1);
	box-shadow: 0px 10px 30px 10px rgba(40, 40, 40, 1);    
}
.pic-big:hover {
	-webkit-box-shadow: 0px 10px 30px 10px rgba(110, 110, 110, 1);
	-moz-box-shadow: 0px 10px 30px 10px rgba(110, 110, 110, 1);
	box-shadow: 0px 10px 30px 10px rgba(110, 110, 110, 1);    
}

.shrink img {
	
    height: 300px;
    width: 300px;
	
    margin-left: -70px;
	
    -webkit-transition: all 0.25s ease;
       -moz-transition: all 0.25s ease;
         -o-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
            transition: all 0.25s ease;
}
.shrink img:hover {
    width: 160px;
    height: 160px;

    margin-left: 0px;
}

img.story-img {
}

#ws-story .thumbnail {
	background: transparent;
	border: 0;
		cursor: pointer;
}
#ws-story .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #FFFFFF;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #FCAC45;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #FCAC45;
}

.story-iframe-body {
	background-color: rgba(255, 255, 255, 1);  
	background-image: url("../img/clean-gray-paper.png");
	background-repeat: repeat;	
}
/* Services Section */
#ws-services{
	background-color: rgba(245, 245, 245, 1);
	padding: 80px 0;
}

.service {
	margin-top: 20px;
}
.space{
	margin-top: 20px;
}

#ws-services i.fa {
	font-size: 40px;
	border: 4px solid #FCAC45;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}

#ws-services i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

#ws-services .service:hover>i.fa{
	background: #FCAC45;
	color: #ffffff;
}

/* Tech Section */
#ws-tech{
	background: url(../img/owl-eyes.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#ws-tech .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}

#tech .item{
    padding: 0;
    margin: 35px;
    color: #FFF;
    text-align: center;
    min-height: 180px;
}

.tech-logo-img {
	max-height: 150px;	
}
/* Gallery Section 
==============================*/
#ws-works{
	background-color: rgba(245, 245, 245, 1);
	padding: 80px 0;
}
.categories{ 
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#ws-works li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.works-img-wrap {
}
.works-img-wrap img {
  z-index:1;
}
.works-img-wrap .works-desc {
  display:block;
  position:absolute;
  width:80%;
  top:30px;
  left:40px;
  z-index:2;
  text-align:center;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  font-size: 1.25em;  
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.8); 
}


.works-desc-u {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 2px;
}
		
.works-img {
	height: 300px;
	width: 300px;
	margin: 20px;
}
.works-item{
	margin-bottom: 30px;
}

.works-item .hover-bg{
	height: 260px;
	width: 260px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 20px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding-top: 25%;
	height: 100%;
	width: 100%;	
	opacity: 0;
    transition: all 0.5s;
    z-index: 999;
}
.hover-bg .hover-text>small{
	position: relative;
	left: -10px;
}
.hover-bg .hover-text>h4{
	position: relative;
	left: -10px;
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
	position: relative;
	left: -10px;
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
#ws-works i.fa {
	height: 30px;
	width: 30px;
	font-size: 20px;
	padding: 5px;
	/*
	border: 1px solid #FCAC45;
	border-radius: 50%;
	color: #FCAC45;
	*/
}
/* News Section */
#ws-news{
	background: url(../img/news.png);
	background-size: cover;
	background-position: top right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#ws-news .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}
#news-item {
	padding: 30px 0;
}
#news-item .item{
    display: block;
    width: 100%;
    height: auto;
}

#news-item .item p {
	font-weight: 400;
	margin: 30px 0;
	color: #d1d1d1;
}
/* Contact Section */

.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

.modal-body {
    padding-bottom: 30px;
}

#modal-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 100;
    height: 100%;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}


#ws-contact{
	background-color: rgba(245, 245, 245, 1);
	padding: 0 0;
}

label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

#ws-contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#ws-contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

.form-div {
	min-height: 2.5em;
}

.btn-custom {
  background-color: hsl(0, 0%, 79%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#134134134", endColorstr="#c9c9c9");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#134134134), to(#c9c9c9));
  background-image: -moz-linear-gradient(top, #134134134, #c9c9c9);
  background-image: -ms-linear-gradient(top, #134134134, #c9c9c9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #134134134), color-stop(100%, #c9c9c9));
  background-image: -webkit-linear-gradient(top, #134134134, #c9c9c9);
  background-image: -o-linear-gradient(top, #134134134, #c9c9c9);
  background-image: linear-gradient(#134134134, #c9c9c9);
  border-color: #c9c9c9 #c9c9c9 hsl(0, 0%, 68.5%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.69);
  -webkit-font-smoothing: antialiased;
}

.has-error .form-control-feedback {
    color: rgba(165, 165, 165, 1);
}
.has-success .form-control-feedback {
    color: rgba(165, 165, 165, 1);
}

.text-danger {
    color: rgba(165, 165, 165, 1);
    font-weight: 700;
}

/* Signin */

.signin-iframe-body {
	background-color: rgba(255, 255, 255, 1);  
	background-image: url("../img/clean-gray-paper.png");
	background-repeat: repeat;	
}

#ws-signin .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#ws-signin .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

/* Privacy */

.privacy-iframe-body {
	background-color: rgba(255, 255, 255, 1);  
	background-image: url("../img/clean-gray-paper.png");
	background-repeat: repeat;	
}

/* Payment */

.payment-iframe-body {
	background-color: rgba(255, 255, 255, 1);  
	background-image: url("../img/clean-gray-paper.png");
	background-repeat: repeat;	
}

#ws-payment .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#ws-payment .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

/* Profile */

#ws-profile {
	background-color: rgba(255, 255, 255, 1);  
	background-image: url("../img/clean-gray-paper.png");
	background-repeat: repeat;	
}

.profile-p > ul {
	padding-left: 30px;
}
.profile-p{
	font-size: 1.25em;
	margin: 12px 0 0;
	line-height: 1.75em;
	font-family: 'Open Sans', sans-serif;
}
.profile-p > strong {
	font-size: 20px;
}

.profile-widget-p > ul {
	padding-left: 0px;
}
.profile-widget-p{
	font-size: 1.25em;
	margin: 12px 0 0;
	line-height: 1.75em;
	font-family: 'Open Sans', sans-serif;
}
.profile-widget-p > strong {
	font-size: 1.25em;
}

.profile-header {
	padding-top: 2em;	
	padding-bottom: 0;	
}
.profile-sub-header {
	padding-top: 1em;		
	padding-bottom: 1em;		
}
.profile-image {
	max-width: 300px;
}
.profile-name {
	margin-left: 0;	
    font-weight: 400;
    font-size: 3.5em;	
	color: #222;
	text-shadow: 0px 1px 2px #555;	
}
.profile-main-head {
    font-weight: 300;
    font-size: 2.5em;
	color: #222;
	text-shadow: 0px 1px 2px #555;	
}
.profile-widget-head {
	padding-top: 1em;
	padding-bottom: .5em;
    font-weight: 300;
    font-size: 1.5em;
	color: #222;
	text-shadow: 0px 1px 2px #555;	
}
.profile-section-head {	
    font-weight: 300;
    font-size: 2em;		
	color: #222;
	text-shadow: 0px 1px 2px #555;		
}
.profile-panel {
	margin-left: 40px;
}
.profile-widget {
	text-align: left;	
}
.profile-link {
	font-size: 1.25em;
	color: rgba(90, 90, 90, 1);	
}
.profile-link:hover {
	color: rgba(251, 171, 69, 1);	
}

/* Edit */
.profile-edit-label {
	font-size: 1.25em;
    font-weight: 400;
}

/* Footer */
nav#footer{
	background: #222222;
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}
#footer i.fa {
	font-size: 1.5em;
	color: #8c8c8c;
	transition: all 0.5s;
}
#footer i.fa:hover{
	color: #ffffff;
}

#qrcode {
	cursor: pointer;	
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	/*
	width: 320px;
	height: 480px;
	*/
}

.qr-code-dims {
	margin-left: auto;
	margin-right: 0px;
	
	width: 100px;
	height: 100px;	
}

.footer-left {
	text-align: left;	
}
.footer-right {
	text-align: right;	
}
.footer-sitemap {
	margin-top: 20px;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

@media (max-width: 1700px){
	
	#ws-home{
		background: url(../img/sky.jpg);
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		background-repeat: no-repeat;
    }
}

@media (max-width: 1200px){
	
	#ws-home{
		background: url(../img/sky.jpg);
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		background-repeat: no-repeat;
    }
	.sub-heading {
		padding-top: 0.25em;
	}

}


@media (max-width: 992px){

	.show-when-small {
		display: block;
	}
	.hide-when-small {
		display: none;
	}
	.show-when-big {
		display: none;
	}
	.hide-when-big {
		display: block;
	}

	
	#ws-home{
		background: url(../img/sky.jpg);
		background-size: 1500px;
		background-repeat: no-repeat;
		background-position: center;
		}	
	#ws-home .overlay{
		height: 600px;
		}		

	h1 {
		font-size: 3.75em;
	}

	.about-text {
		float: left;
	    border-left: none; 
		background: none;

		-webkit-box-shadow: none;
		        box-shadow: none;  
	}

	.about-text-block > span:after{
	    width: 50%; 
	}

	.sub-heading {
		padding-top: 0em;
	}

	
	.profile-panel {
		margin-left: 0px;
	}

}

@media (max-width: 768px){
	
	#ws-home{
		background: url(../img/sky.jpg);
		background-size: 1400px;
		background-repeat: no-repeat;
		background-position: center;
		}	
	#ws-home .overlay{
		height: 600px;
		}		
	a.fa.fa-angle-down {
		display: none;
	}	
	#ws-menu.navbar-default {
		background-color: rgba(0, 0, 0, 0.79);
		}
    .content {
		padding: 200px 0 0; 
	}

	h1 {
		font-size: 3.5em;
	}

	.about-text-block > span:after{
	    width: 40%; 
	}

	.foot-indent {
		margin-left: 0;
	}

	.works-img {
		margin-left: 40px;
		width: 90%;
		max-height: 100%;
	}
	
	.works-item .hover-bg{
		width: 90%;
		max-height: 100%;
		overflow: hidden;
		position: relative;
	}
	
	.hover-bg .hover-text {
		margin-top: 20px;
		margin-left: 40px;
		width: 90%;
		max-height: 100%;
		padding-top: 10%;
	}
	.hover-bg .hover-text>small{
		position: relative;
		left: 0px;
	}
	.hover-bg .hover-text>h4{
		position: relative;
		left: 0px;
	}
	.hover-bg .hover-text>i{
		position: relative;
		left: 0px;
	}
	
	.qr-code-dims {
		margin-left: 0px;
		margin-right: auto;
	}
		
	.footer-left {
		text-align: left;	
	}
	.footer-right {
		text-align: left;	
	}
	.footer-sitemap {
		margin-top: 10px;
	}
	
}

@media (max-width: 603px){	
	
	h1 {
		font-size: 2.5em;
	}

    .img-scale {
       max-width: 220px;
	   margin-top: 5px;
    }
	img.pull-left {
	    margin-right: 100%;
		/*
	    float: none !important;
	    margin-right: 100%;
	    margin-left: auto;
	    margin-bottom: 2em;
	    */
	 }
	#ws-menu.navbar-default {
		background-color: rgba(0, 0, 0, 0.79);
		}
	label{
	    float: none !important
	}
	.pull-left.fnav,
	.pull-right.fnav {
	    float: none !important;
	    text-align: center;
	}
		
	.img-about {
		max-width: 360px;
		padding-right: 0px;
	}
	.about-text-block > span:after{
	    border-bottom: none;
	}

	.about-list {
		padding-left: 0; 
	}

	.about-text {
	    min-height: 100%;
	    max-height: 100%;	    
	}
}

@media (max-width: 360px){

	.img-about {
		max-width: 300px;
		padding-right: 0px;
	}


}
	
