/*
Theme Name: Giant step
Theme URI: #
Author: Filippo Buratti
Author URI: http://filippoburatti.net/
Description: Responsive Woocommerce theme based on Bootstrap 3.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:	the-bootstrap
*/

/*

grigio #F7F7f7

grigio + #eee

*/

html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

body {
background: #ffffff;
font-family: 'IBM Plex Sans Condensed', sans-serif;
font-weight:500;
color: #030303;
font-size:16px;
line-height:1.3;
}

/* @media (min-width: 768px) {
body {
font-size:20px;
}
} */

body.mce-content-body,
body.mceContentBody,
body#tinymce {
padding-top:0;
height:auto;
}


body.mce-content-body .thumbnail img,
body.mceContentBody .thumbnail img,
body#tinymce .thumbnail img {
max-width:100%;
width:auto;
}

/* FOOTER */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 110px;
}
#colophon {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}

#colophon p, #colophon ul.list-inline {
margin-bottom:0;
font-size: 14px;
}
@media (min-width: 768px) {
  #colophon p, #colophon ul.list-inline {
  font-size: 14px;
  }
}
#colophon,
#colophon a { color: #030303; }
#colophon a:hover,
#colophon a:focus { color:#3d3d3d }


@media (min-width: 768px) {
.container-fluid { padding-left:25px; padding-right:25px; }
}

@media (min-width: 992px) {
.container-fluid { padding-left:35px; padding-right:35px; }
}

/* PRELOADER */
.js div#preloader {
position: fixed;
left: 0;
top: 0;
z-index: 9999;
width: 100%;
height: 100%;
overflow: visible;
background: #ffffff;
}
.no-js div#preloader { display:none; }
.fb-spinner {
	position:absolute;
  width: 40px;
  height: 40px;
  top:50%;
  left:50%;
  margin-top:-20px;
  margin-left:-20px;
  background-color: #030303;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}


/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'IBM Plex Sans Condensed', sans-serif;
font-weight:300;
line-height: 1;
}


h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 24px;
}
h3,
.h3 {
font-size: 21px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 16px;
}
h6,
.h6 {
font-size: 16px;
}

@media (min-width: 768px) {
h1,
.h1 {
font-size: 48px;
}
}

@media (min-width: 992px) {

h1,
.h1 {
font-size: 48px;
}
h2,
.h2 {
font-size: 36px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 21px;
}
h5,
.h5 {
font-size: 18px;
}
h6,
.h6 {
font-size: 16px;
}
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong { font-weight:500 !important; }
strong { font-weight:500 !important; }



a {
color:#030303;
text-decoration: none;
-webkit-transition: opacity 0.4s ease, color 0.4s ease, background 0.4s ease;
-moz-transition: opacity 0.4s ease, color 0.4s ease, background 0.4s ease;
-ms-transition: opacity 0.4s ease, color 0.4s ease, background 0.4s ease;
-o-transition: opacity 0.4s ease, color 0.4s ease, background 0.4s ease;
transition: opacity 0.4s ease, color 0.4s ease, background 0.4s ease;
}

a:hover,
a:focus {
color:#030303;
text-decoration: underline;
}

ins { text-decoration:none; }

.row {
    margin-right: -17px;
    margin-left: -17px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 17px;
    padding-left: 17px;
}

/* GRID 5 COLOUMNS */
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5 {
position: relative;
min-height: 1px;
padding-left: 17px;
padding-right: 17px;
}
.col-xs-2-5 {
width: 20%;
}

@media (min-width: 768px) {
.col-sm-2-5, .col-sm-5-5 {
float: left;
}
.col-sm-2-5 {
width: 20%;
}
.col-sm-5-5 {
width: 40%;
}
.col-sm-2-5-offset-1-5 {
    margin-left: 30%;
  }
}

@media (min-width: 992px) {
.col-md-2-5 {
float: left;
}
.col-md-2-5 {
width: 20%;
}

.col-md-2-5-offset-1-5 {
    margin-left: 30%;
  }
}

@media (min-width: 1200px) {
.col-lg-2-5 {
float: left;
}
.col-lg-2-5 {
width: 20%;
}
.col-lg-2-5-offset-1-5 {
    margin-left: 30%;
  }
}

/* GRID 8 COLUMNS */

@media (min-width: 768px) {
.col-sm-1-5 {
float: left;
}
.col-sm-1-5 {
width: 12.5%;
}
}

@media (min-width: 992px) {
.col-md-1-5 {
float: left;
}
.col-md-1-5 {
width: 12.5%;
}
}

@media (min-width: 1200px) {
.col-lg-1-5 {
float: left;
}
.col-lg-1-5 {
width: 12.5%;
}
}

/* COMMONS */
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mt30 { margin-top:30px; }

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
button:focus {
outline: none;
outline-offset: inherit;
}

/*.img-responsive { margin:0 auto; }*/

.alignright { text-align:right;}
.alignleft { text-align:left; }
.aligncenter { text-align:center;}

img.alignright { float:right !important; margin-left:15px; margin-bottom:5px; }
img.alignleft { float:left !important; margin-right:15px;  margin-bottom:5px; }
img.aligncenter { margin:0 auto !important; }

blockquote {
border-left: 1px solid #030303;
font-size:24px;
}

.blockquote-reverse,
blockquote.pull-right {
border-right: 1px solid #030303;
}


hr {
border: 0;
margin:50px 0;
height: 1px;
display:block;
position:relative;
}

hr:after {
position: absolute;
content: "";
left: 50%;
bottom: 0;
height: 1px;
width: 76px;
background-color: #c1baba;
margin-left: -38px;
}

hr.special {
border-bottom:1px solid #d0cdcf;
margin:15px 0;
}

hr.special:after {
display:none;
}

hr.separator {
margin:23px 0;
}


.lead {
margin-bottom: 10px;
font-size: 24px;
font-weight: 300;
line-height: 1.3;
}


.list-inline {
margin-left:0;
}
.list-inline > li:first-of-type{ margin-left:0; }
.list-inline > li:last-of-type{ padding-right:0; }
.list-inline > li {
line-height: normal;
display: inline-block;
padding-right: 10px;
padding-left: 0;
}

/* content */
/*@media (min-width: 992px) {
.entry-content { margin:0 auto; width:60%;}
}*/

.entry-content > h1:first-child,
.entry-content > .h1:first-child,
.entry-content > h2:first-child,
.entry-content > .h2:first-child,
.entry-content > h3:first-child,
.entry-content > .h3:first-child {
margin-top:0;
}


/* CONTENT SECTIONS */



.section {
padding:35px 0;
}

.section-light {
background:#eee;
}



.section-light .thumbnail { background:#FFFFFF; }


.section-inverse {
background:#222222;
color:#ffffff;
}

.section-inverse h1,
.section-inverse h2,
.section-inverse h3 {
color:#ffffff;
}

.section-inverse .page-header h1,
.section-inverse .page-header h2 {
color:#ffffff;
}

.section-inverse .thumbnail { border-color: #666666; }
.section-inverse a, .section-inverse a:hover {
  color: #ffffff;
}


.section-custom-content {
position:relative;
z-index:2;
}
.section-custom-content.section-light {
position:relative;
z-index:3;
}

/* PARALLAX */

.section-parallax {
width:100%;
position: relative;
background-color:#030303;
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
background-attachment: scroll;
background-position: center center;
/*    -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);*/
}

.section-parallax .fill {
padding: 60px 0;
display:block;
}

@media (min-width: 768px) {
.section-parallax .fill {
padding: 90px 0;
}
}

@media (min-width: 992px) {
.section-parallax {
background-attachment: fixed;
}
.section-parallax .fill {
padding: 120px 0;
}
}

@media (min-width: 1200px) {
.section-parallax .fill {
padding: 150px 0;
}
}


.section-parallax h1,
.section-parallax h2,
.section-parallax h3,
.section-parallax h4,
.section-parallax p {
padding:0;
color:#FFFFFF;
text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
line-height:1.3;
}


/* SECTION TEAM */
.section-team { padding-bottom:92px; }
h1.team-name, .h1.team-name {
margin-top:0;
text-align:center;
}

.team-content {
text-align:center;
margin-top:8px;
}

.team-content + .team-email {
margin-top:30px;
}

.team-email {
text-align:center;
}

.team-content p, .team-email {
margin-bottom:0;
}

.section-team + hr.contact { margin-top:0;}


@media (min-width: 768px) {
h1.team-name, .h1.team-name {
text-align:right;
}

.team-content,
.team-email {
text-align:left;
}

}


/* -------------------- */
/* GOOGLE MAPS / CAROUSEL */
/* -------------------- */
.map-wrapper,
.carousel-container {
background:#52464c;
margin-top:35px;
}



.map-wrapper {
position:relative;
z-index:4;
}

.map-wrapper iframe {
width:100%;
display:block;
margin:0;
padding:0;
}

.embed-responsive.embed-responsive-custom {
  padding-bottom: 25%; /*1140x285*/
}

@media (max-width: 767px) {
.map-wrapper .container { padding:0; }
}




.page-header {
padding-bottom:0;
margin:0 0 50px 0;
border-bottom: none;
border-top: 3px solid #1d32f9;
}

.section > .page-header:first-child,
.section > .container > .page-header:first-child {
margin-top:-24px;
}



.page-header h1,
.page-header h2 {
margin:0;
padding:0;
color: #1d32f9;
}



/* HEADER */

/*.menu-toggle {
margin-top:60px;
margin-right:0;
padding:0;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
float:right;
}

.menu-toggle:focus {
  outline: 0;
}
.menu-toggle .icon-bar {
  display: block;
  width: 38px;
  height: 4px;
  border-radius: 1px;
  background-color: #030303;
}
.menu-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}*/

.menu-toggle {
width:40px;
height:22px;
margin-top:40px;
margin-right:0;
padding:0;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
float:right;
position: relative;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
}

.menu-toggle:focus {
  outline: 0;
}
.menu-toggle .icon-bar {
  display: block;
  position:absolute;
  width: 38px;
  height: 4px;
  border-radius:0px;
  background-color: #3cf91d;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu-toggle .icon-bar:nth-child(2) {
  top: 0px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

.menu-toggle .icon-bar:nth-child(3) {
  top: 8px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

.menu-toggle .icon-bar:nth-child(4) {
  top: 16px;
  -webkit-transform-origin: center center;
  -moz-transform-origin:center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}


.menu-toggle.open .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top:8px;
  left:0;
}


.menu-toggle.open .icon-bar:nth-child(3) {
  width: 0%;
  opacity: 0;
}

.menu-toggle.open .icon-bar:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top:8px;
  left:0;
}


/* 
#branding { min-height:85px; margin:0; }



@media (min-width: 768px) {
#branding { min-height:130px; }
} */

.custom-logo {
max-width:230px;
margin:35px 0;
}

.branding-header { position:relative; overflow:hidden; }



@media (min-width: 992px) {

.custom-logo {
max-width:300px;
}

.menu-toggle {
  width:90px;
  height:50px;
  border: 0px solid transparent;
}
.menu-toggle .icon-bar {
  display: block;
  position:absolute;
  width: 90px;
  height: 10px;
}

.menu-toggle .icon-bar:nth-child(3) {
  top:20px;
}

.menu-toggle .icon-bar:nth-child(4) {
  top: 40px;
}

.menu-toggle.open .icon-bar:nth-child(2),
.menu-toggle.open .icon-bar:nth-child(4) {
  top:20px;
}

}


.nav {
font-family: 'IBM Plex Sans Condensed', sans-serif;
font-weight:300;
font-size:48px;
letter-spacing: -2px;
margin:0;
padding:0;
list-style-type:none;
position: relative;
}

.nav>li {
  padding:0;
  margin:0;
  float: left;
  width:100%;
}

.nav>li>a {
padding:0;
margin:0;
line-height:1.2;
overflow: hidden;
display:block;
float: left;
overflow: hidden;
color:#3d3d3d;
padding-right: 5px;
}


.nav>li>a:hover,
.nav>li>a:focus,
.nav>li.active>a {
background:none;
color:#a9b4a9;
}

.nav>li>a::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((0.75 - 1.2) * 0.5em);
}

@media (min-width: 768px) {
.nav {
font-size:105px;
letter-spacing: -5px;
}
.nav>li>a {
  line-height:1.2;
  overflow: hidden;
display:block;
float: left;
}
}

.branding-menu.nav { margin-top:35px; }

.branding-menu.nav>li>a,
.branding-menu.nav>li.active>a  {
/*color:#1577a9;*/
color:#fff;
}

.branding-menu.nav>li>a:hover,
.branding-menu.nav>li>a:focus {
color:#a0affc;
}

.overlay-menu {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
/*background: #FFF;*/
background:#3cf91d;
transition: all .5s ease;
z-index: 999;
opacity: 0;
visibility: hidden;
}
.overlay-menu.open {
opacity: 1;
visibility: visible;
}

.overlay-menu .menu-toggle .icon-bar {
  background-color: #fff;
}

.overlay-menu .custom-logo path {
  fill: #fff;
}

/* NAV WORKS */

.nav.works-menu {
  text-align: left;
  margin-top:0;
}

.nav.works-menu >li>a {
color:#052dfb;
}

.nav.works-menu>li>a:hover,
.nav.works-menu>li>a:focus {
color:#a0affc;
}

/* .nav.works-menu>li>a:visited {
background:none;
color:#cccccc;
} */

@media (min-width:992px) { 
.project-gallery {
  display: table;
  content: " ";
  clear: both;
  margin: 0 -17px;
} 
.project-gallery-item { float: left; min-height: 1; padding-right: 17px; padding-left: 17px; position: relative;}   
}

.project-gallery-item { margin-bottom:35px; }
.project-gallery-item .img-responsive {}


.works-list article { border-top: 1px solid #0033ff; margin-top:100px;}
.works-list article .entry-content { margin-bottom: 30px;}
.works-list article h2 { color: #0033ff; margin:0; font-size: 24px; font-weight: 600; padding-top: 5px;}
.works-list article h3 { margin-bottom:30px; font-size: 22px; font-weight: 300; }
.works-list article p { font-size: 16px; font-weight: 500; }


.works-list.greyscale_rollover div.project-gallery-item img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: filter 0.2s;
  -webkit-transition: filter 0.2s;
  -moz-transition: filter 0.2s;
}

.works-list.greyscale_rollover  div.project-gallery-item img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

/* ABOUT */
.entry-content h1 {color: #0033ff; font-size: 48px;letter-spacing: -2px; }
@media (min-width: 768px) { 
  .entry-content h1 { font-size: 72px; }
}

.scroll-top {
position: fixed;
right: 30px;
bottom: 25px;
opacity: 0;
visibility: hidden;
overflow: hidden;
text-align: center;
z-index: 998;
color: #030303;
box-sizing:content-box;
width: 35px;
height: 35px;
line-height: 35px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.scroll-top:hover {
}
.scroll-top.show {
visibility:visible;
cursor:pointer;
opacity: 1.0;
}
.scroll-top i.fa {
line-height: inherit;
font-size:48px;
}






/* -------------------- */
/* WIDGET */
/* -------------------- */

.fb_iframe_widget {
display: block !important;
background: none;
}

.fb-like-box iframe {
 width: 100% !important;
 left:0;
}

.fb-like-box span {
width: auto !important;
position: initial !important;
}
.fb_iframe_widget_fluid span {
width:100% !important;
}






.badge {
display: inline-block;
min-width: 12px;
padding: 3px 7px;
font-size: 11px;
 font-weight: 400;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #eeeeee;
border-radius: 10px;
}

/* TABS */
.tab_wrap { margin:20px 0; }
.tab-content > .tab-pane { padding-top:12px; }
.nav-tabs > li > a {
border-radius:0;
}

.tab-content > .tab-pane h1, .tab-content > .tab-pane h2, .tab-content > .tab-pane h3, .tab-content > .tab-pane h4 { margin-top:0; }

/* -------------------- */
/* PAGINATION */
/* -------------------- */
ul.page-numbers {
display: inline-block;
padding-left: 0;
margin: 0;
/*border-radius:0;
*/
}
ul.page-numbers > li {
display: inline;
}
ul.page-numbers > li > a,
ul.page-numbers > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.428571429;
text-decoration: none;
background-color: #66832C;
border: 1px solid transparent;
margin-left: -1px;
color: #ffffff;
}
ul.page-numbers > li:first-child > a,
ul.page-numbers > li:first-child > span {
margin-left: 0;
/*border-bottom-left-radius: 0;
border-top-left-radius: 0;*/
}
ul.page-numbers > li:last-child > a,
ul.page-numbers > li:last-child > span {
/*border-bottom-right-radius: 0;
border-top-right-radius: 0;*/
}
ul.page-numbers > li > a:hover,
ul.page-numbers > li > span:hover,
ul.page-numbers > li > a:focus,
ul.page-numbers > li > span:focus {
color: #fff;
background-color: #95C11F;
}
ul.page-numbers > .current > a,
ul.page-numbers span.current,
ul.page-numbers > .current > a:hover,
ul.page-numbers > .current > span:hover,
ul.page-numbers > .current > a:focus,
ul.page-numbers > .current > span:focus {
z-index: 2;
color: #ffffff;
background-color: #95C11F;
cursor: default;
}

.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #66832C;
border: 1px solid transparent;
border-radius: 0;
color: #fff;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
color: #ffffff;
background-color: #95C11F;
}




/* THUMBNAILS */
.thumbnail {
padding:0;
display:block;
position:relative;
background:#ffffff;
border-radius:0;
border-color: #e3e3e3;
text-decoration:none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
overflow:hidden;
margin-bottom:34px;
-webkit-box-shadow: none;
box-shadow: none;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
background:#fff;
border-color: #999;
border-width:1px;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration:none;
}

.thumbnail .entry-image { display:block; margin-bottom:8px; overflow:hidden; }
.thumbnail img { width:100%; height:auto; }

.thumbnail .caption {
font-size:14px;
color: inherit;
padding:10px;
}

.thumbnail .caption h4 {
margin:0 0 6px 0;
color:#333333;
}

.thumbnail .caption p {
margin:0;
}



.thumbnail .overlay {
width:100%;
height:100%;
line-height:100%;
position:absolute;
z-index:3;
left:0;
top:0;
display:block;
opacity:0;
background:rgba(0,0,0,0.4);
-webkit-transition: all 400ms;
-moz-transition: all 400ms;
-ms-transition: all 400ms;
-o-transition: all 400ms;
transition: all 400ms;
}

.thumbnail:hover .overlay {
opacity:1;
}

.thumbnail .overlay:after {
position:absolute;
content:"";
width:100%;
height:100%;
top:0;
left:0;
background:transparent;
}

.thumbnail:hover .overlay:hover:after {
}

.thumbnail .overlay span.overlay-icon {
position:absolute;
background:#030303;
border-radius:25px;
color: #fff;
width: 50px;
height: 50px;
font-size: 21px;
line-height:50px;
text-align: center;
position: absolute;
top:50%;
left:50%;
margin-top:-25px;
margin-left:-25px;
}

.thumbnail .overlay span.overlay-icon .fa {
	vertical-align:middle;
}








/* -------------------- */
/* FORM */
/* -------------------- */
textarea,
input[type="text"],
input[type="password"],
input[type="email"] {
-webkit-appearance: none;
}
.form-validate { margin-bottom:0; }


.form-group.form-group-submit {
margin-bottom:0;
}


.form-control {
color: #333333;
border: 1px solid #e3e3e3;
border-radius:0;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control:focus {
border-color: #999999;
color: #333333;
background:#FFF;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

.input-lg {
font-size:16px;
line-height:inherit;
}

.privacy { margin-left:5px; font-size:13px; }


legend {
color:#333333;
padding-bottom:5px;
margin-bottom:15px;
}

label {
  font-weight: 300;
}

.help-form { line-height:1.2; display:block;}

.form-loading:before {
content: "";
position: absolute;
top: 0;
right: 15px;
left: 15px;
bottom: 0;
background-color: #fff;
background-color: rgba(255, 255, 255, 0.7);
z-index:1000;
}


.form-loading:after {
content: "";
position:absolute;
width: 40px;
height: 40px;
top:50%;
left:50%;
margin-top:-20px;
margin-left:-20px;
background-color: #030303;
border-radius: 100%;
-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
animation: sk-scaleout 1.0s infinite ease-in-out;
}



.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.075);
  box-shadow: rgba(0, 0, 0, 0.075);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}


.tooltip {
  font-family: inherit;
  font-size: 14px;
  font-weight:400;
  line-height:1.4;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip-inner {
  max-width: 200px;
  padding: 6px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color:#030303;
  border-radius:0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #030303;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #030303;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #030303;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #030303;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #030303;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #030303;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #030303;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #030303;
}



/* PANELS - WELL - BUTTONS */
.panel, .well {
-webkit-box-shadow: none;
  box-shadow: none;
  border-radius:0;
  border:2px dashed transparent;
}

.well {
background: #eee;
border: 1px solid #e3e3e3;
color:#030303;
}

.well > p:last-of-type { margin-bottom:0; }



/* ACCORDION */
.panel .list-group {
  margin-bottom: 0;
}
.panel .list-group .list-group-item {
  border-width:2px 0;
  border-radius: 0;
}


.panel-group .panel-title {
font-size: 18px;
}

.panel-group .panel {
 border-radius: 0;
}


.panel-group .panel-body {
padding: 20px 20px 10px;
color: #333333;
}

.panel-group .panel-heading {
padding:0;
}
.panel-group .panel-heading .accordion-toggle {
padding:10px 20px;
display:block;
}

.panel-heading a { display:block; text-decoration:none; }

.panel-default {
border-color: #e3e3e3;
}
.panel-default > .panel-heading {
border-color: #e3e3e3;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
border-top-color: #e3e3e3;
border-top:0;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #e3e3e3;
}

.panel-default > .panel-heading a {
background:#fff;
color:#999999;
border:1px solid #e3e3e3;
margin:-1px;
}

.panel-group .panel-default > .panel-heading a:hover,
.panel-group .panel-default > .panel-heading a:focus,
.panel-group .panel-default > .panel-heading a:hover,
.panel-group .panel-default.active > .panel-heading a {
border:1px solid #999;
color: #333333;
background-color: #fff;
}



/* BUTTONS */

.btn {
border-radius:0;
font-weight:400;
white-space: normal;
}


.alert { border-radius:0; margin-bottom:30px; }

.alert-default {
border: 1px solid #e3e3e3;
background-color: #fff;
}

.bg-primary, .bg-info, .bg-success, .bg-danger, .bg-warning {
padding:6px;
}


.btn-default {
border: 1px solid #e3e3e3;
background-color: #fff;
color:#999999;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
background-color: #ffffff;
border: 1px solid #999;
color: #333333;
}







.ie8 .wow { visibility:visible !important; opacity: 1 !important; }


s.no-mt { margin-top:0 !important;}
.no-mb { margin-bottom:0 !important;}


/* VIDEO */
.video-player { height:200px; margin-bottom: 35px; }
.video-player.video_stretto { height:150px; }
@media (min-width: 768px) {
.video-player { height:303px; }
.video-player.video_stretto { height:250px; }
}
@media (min-width:992px) {
.video-player { height:402px; }
.video-player.video_stretto { height:320px; }
}
@media (min-width: 1200px) {
.video-player { height:662px; }
.video-player.video_stretto { height:400px; }
}



@media (min-width: 992px) {
.entry-content.container {
    width: 750px;
}
}

@media (min-width: 1200px) {
.entry-content.container {
     width: 940px;
}
}
