@import url('normalize.css');
@import url('https://fonts.googleapis.com/css?family=Anton|Archivo+Narrow|Roboto|Oswald');

/*
	Theme Name: NAME.
	Created : Creation Date
	Updated : None
	Version: 1.0

*/

/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	
    1. RESET MODULE
    2. TYPOGRAPHY MODULE.
    3. SPACING AND ALIGNMENT MODULE.
    4. HEADER MODULE.
    5. NAVBAR MODULE.
    8. HOME PAGE.
    9. ABOUT US PAGE.
    10. CONTACT PAGE.
    11. FAQ PAGE.
    12. BLOG PAGE.
    13. 404 ERR0R PAGE.
    14. PROJECTS GALLERY.
    15. TESTIMONIALS SLIDER.
    16. SCROLLING TOP.
    17. FOOTER MODULE.
    18. BOOTSTRAP RESET.
    19. RESPONSIVE MODULE.
*/ 

/* ==========================================================================
   1. RESET MODULE
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
    overflow-x: hidden;
    
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* ==========================================================================
   2. TYPOGRAPHY MODULE.
   ========================================================================== */
h1{
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

h2{
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

h3{
    font-size: 18px;
    font-family: 'Oswald', sans-serif;

}

h4{
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
 
}

h5{
    font-size: 14px;
    font-family: 'Archivo Narrow', sans-serif;

}

h6{
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
}

p{
	font-size: 20px;
	font-family: 'Archivo Narrow', sans-serif;
	color: #666666;
	text-align: center;
}

/* ==========================================================================
   3. SPACING AND ALIGNMENT MODULE.
   ========================================================================== */
.wrapper{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main{
    padding: 15px 0px 15px 0px;
}

.main-call-out{
	margin-bottom: 30px;
	background-color: #06C;
}

.section{
    padding: 15px 15px 15px 15px;
    margin: 0px auto 0px auto;
}

.pages{
	height: 350px;
	clear: both;
	border-bottom: solid 1px #ddd;
	position: relative;
	background-color: #004182;
}

.span-title{
   position: absolute; 
   bottom: 10px;  
}

.span-title h1{
   line-height: 1.5; 
    color: #FFF;
    font-weight: normal;
}

.page-map{
    margin-top: -25px;
}


@media (min-width: 1200px) {
.section {
    width: 1200px;
}
    
}

/* ==========================================================================
   4. HEADER MODULE
   ========================================================================== */
.top-header{
	background-color: #11395D;
	height: 40px;
}

.social-top{
    float: right;
    margin-top: 2px;
}

.social-icons{
    display: inline-block;
    margin-right: 5px;
}

.social-icons .fa{
    font-size: 16px;
}

.top-content{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 15px 6px 35px;
}

.top-info{
    float: left;
}

.top-info p{
    color: #FFF;
}

/*


==========================================================================
   5. NAVBAR MODULE.
   ========================================================================== */
.nav-container{
  max-width: 1200px;
  padding: 0px 15px 0px 15px;
  margin: auto;
}

.navbar-default{
    background-color: transparent;
    border-color: transparent;
}

.main-nav{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

logo-color{
	color:#06C;
	font-weight: 400;
}

.navbar-fixed-top {
  top: 40px;  
}

.navbar-default .navbar-brand{
    font-size: 25px;
    color: #FFF;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    margin-top: -30px;
}

.navbar-default .navbar-brand:hover{
    color: #FFF;
}

.navbar-default .navbar-brand p{
    font-size: 13px;
    font-style: italic;
    color: #FFF;
}
.navbar-default .navbar-brand img{
    width: 200px;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-weight:300;
    font-size: 16px;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    transition-property: color;
    transition-duration: 0.4s;
    padding-left: 10px;
    font-family: 'Oswald', sans-serif;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #06C;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #06C;
	background-color: transparent;
	-webkit-transition: width 2s; /* Safari */
	transition: width 2s;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #47546b;
    background-color: transparent;
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

/* Mobile version */
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    color: red;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #06C;
	height: 3px;   
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 200px;
	padding: 4px 0;
	margin: 2px 0 0;
	margin-left: -15px;
	font-size: 15px;
	text-align: left;
	list-style: none;
	background-color: #FFF;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #06C;
	border-right-color: #06F;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

.dropdown-menu > li > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  white-space: nowrap;
  transition: 0.4s;
  font-family: 'Oswald', sans-serif;
  color: #666;
  font-weight:500;
  font-size: 16px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #06C;
	text-decoration: none;
	background-color: #FFF;
}

@media(min-width:767px) {
.navbar {
    padding: 20px 0;
    -webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .3s ease-in-out,padding .3s ease-in-out;
}

.top-nav-collapse {
    padding: 10px 0;
    background: #333;
}
    
}


/* ==========================================================================
   6. CAROUSEL.
   ========================================================================== */
#first-slider .main-container {
  padding: 0;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #FFF;
    font-size: 60px;
    text-transform: uppercase;
    font-weight:700;
    text-align: center;
    padding-top: 60px;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #FFF;
    text-transform: uppercase;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}
#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 850px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.carousel-inner .item .content{
    top: 38%;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center
}

.carousel-inner .item .content p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.carousel-inner .item .content .btn-default {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
  border-radius: 0px;
  font-size: 15px;
  -webkit-transition-property: width; /* Safari */ 
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-property: background;
  transition-duration: 0.4s;
}
.carousel-inner .item .content .btn-default:focus,
.carousel-inner .item .content .btn-default.focus {
  color: none;
  background-color: none;
  border-color: none    ;
}
.carousel-inner .item .content .btn-default:hover {
	color: #FFF;
	background-color: #06C;
	border-color: #06C;
}

#first-slider h3{
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#first-slider h4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
#first-slider h2 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}
#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #FFF;
    border:none;
}

#first-slider .carousel-indicators .active{
	width: 16px;
	height: 16px;
	background-color: #F00;
	border:none;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
	left: 50%;
	width: 38px;
	height: 38px;
	font-size: 60px;
	color: #F00;
	border-radius: 53px;
	padding-top: 30px;
}
.carousel-control .fa-angle-right{
	right: 50%;
	width: 38px;
	height: 38px;
	font-size: 60px;
	color: #F00;
	border-radius: 53px;
	padding-top: 30px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* ==========================================================================
   #SLIDES BACKGROUNDS
   ========================================================================== */
#first-slider .slide1 {
	background-image: url(../img/increse.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#first-slider .slide2 {
	background-image: url(../img/Improves.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#first-slider .slide3 {
	background-image: url(../img/save.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/* ==========================================================================
   7. PARTNERS SLIDER.
   ========================================================================== */
.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  display: none;
}
.slick-dots li.slick-active button {
	background-color: #09F;
}
.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #47546b;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li :hover {
  background-color: #47546b;
}

.responsive div img{
    margin-left: auto;
    margin-right: auto;
}

.customers{
    padding: 40px 0px 80px 0px;
}

/* Custom Arrow */
.prev {
	color: #09C;
	position: absolute;
	top: -3%;
	left: 10px;
	font-size: 1.5em;
	display: none;
}
.prev :hover {
  cursor: pointer;
  color: #47546b;
}

.next {
	color: #09C;
	position: absolute;
	top: -3%;
	right: 10px;
	font-size: 1.5em;
	display: none;
}
.next :hover {
  cursor: pointer;
  color: #47546b;
}

@media screen and (max-width: 800px) {
  .next, .prev {
    display: none !important;
  }
}

/* ==========================================================================
   8. HOME PAGE.
   ========================================================================== */
hr.short{
	width: 80px;
	margin: 10px auto 30px auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #06C;
}

.call-out{
	width: 100%;
	height: auto;
	padding: 15px 20px 25px 20px;
	background-color: #06C;
	border-radius: 4px;
}

.call-out h2{
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    color: #FFF;
    text-align: left;
    font-weight: 600;
}

.call-out p{
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    color: #FFF;
    font-size: 14px;
    text-align: left;
}

.btn-callout{
    float: right;
    margin-top: -45px;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #FFF;
    font-size: 17px;
    border-radius: 4px;
    background-color: transparent;
    color: #FFF;
    transition: 0.3s;
}

.btn-callout:hover {
	color: #999;
	background-color: transparent;
	border-color: #F00;
}

.btn-callout:focus,
.btn-callout.focus {
	color: #666;
	background-color: transparent;
	border-color: #999;
}

.service-block .fa{
	font-size: 50px;
	color: #036;
}

.service-block{
    height: auto;
    padding: 40px 20px 40px 20px;
}

.service-block:hover{
    background:#F0F0F0;
}

.service-block h3{
    text-align: center;
    margin: 15px 0px 10px 0px;
    text-align: center;
}

.service-block p{
    text-align: center;
    line-height: 2;
    margin-bottom: 10px;
    color: #666;
}

.panel-left{
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.panel-left img{
    width: 100%;
}

.panel-right{   
    background: #F0F0F0;
    height: 600px;
    padding: 60px 40px 60px 40px;
}

.construction-icons{
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 90px;
}

.span-construction{
    clear: both;
    height: 90px;
    margin-bottom: 10px;
}

.section-title{
	margin-bottom: 20px;
	text-align: left;
}

.section-title h2{
    text-align: center;
}

.section-title p{
	text-align: left;

}

.parallax {
	background-image: url(../img/doble2.jpg);
	height: 430px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 30px 0px 30px 0px;
}

.contact-info{
    color: #FFF;
    padding: 80px 0px 80px 0px;
}

.contact-info h1{
    color: #FFF;
    text-align: center;
    margin-top: -2px;
    font-weight: normal;
    text-transform: uppercase;
}
.contact-info h6{
    color: #FFF;
    text-align: center;
}

.contact-info p{
    font-size: 16px;
    text-align: center;
    margin: -10px 0px 40px 0px;
    color: #FFF;
}

/* ==========================================================================
   9. ABOUT US PAGE.
   ========================================================================== */
.span-about{
    margin: 30px auto 30px auto;
}

.about-box h2{
    text-align: left;
    margin-bottom: 10px;
    color: #666;
}

.about-box h6{
	font-style: italic;
	color: #D6D6D6;
}

.about-box p{
	margin-bottom: 15px;
	font-size: 20px;
	color: #999;
	text-align: left;
}

.about-image img{
    width: 100%;
}

.values-box{
    margin: 15px 0px 15px 0px;
}

.awards-container{
    margin-top: 10px;
}

.awards-container h2{
    text-align: left;
    margin-bottom: 20px;
}

.medal{
    float: left;
    margin-right: 10px;
    height: 100px;
}

.awards{
    clear: both;
    margin-top: 10px;
}

.award-info{
    padding-top: -30px;
}

.panel-left-about{
	background-image: url(../img/Double.jpg);
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.panel-left-about img{
    width: 100%;
}

/* ==========================================================================
   10. CONTACT PAGE.
   ========================================================================== */
.contact-form{
    margin: 30px 0px 0px 0px;
}

.message-box h3{
	color: #06C;
}

.span-address p{
    font-size: 16px;
}

.span-address .fa{
	color: #11395D;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 2px solid #d9d9d9;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Roboto', sans-serif;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.btn-send{
    display: inline-block;
    padding: 8px 18px;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    background-color: #A61D4B;
    color: #FFF;
}

.btn-send:hover{
    background-color: #623AAC;
}

.btn-send:focus,
.btn-send.focus {
  color: #FFF;
}


/* ==========================================================================
  14. PROJECTS GALLERY.
  =========================================================================== */
.filters{
    margin-top: 15px;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.filter-items{
	margin-bottom: 10px;
	text-align: center;
}

.filter-items .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.filter-items .nav-item {
  position: relative;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 18px;
  color: #12157d;
  text-decoration: none;
  line-height: 1.5;
}
.nav-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  color:#12157d;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.nav-item.active h4 {
  color: #E58E00;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.nav-item.active:before {
  width: 100%;
}

.portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.project {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 20px);
          flex: 1 0 calc(100% - 20px);
  
}
.project:hover .project-info {
  background: 	rgba(229, 142, 0, 0.8)
}
@media (min-width: 520px) {
  .project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 2) );
            flex: 0 0 calc((100% / 2) );
  }
}
@media (min-width: 860px) {
  .project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 4) );
            flex: 0 0 calc((100% / 4) );
  }
}

@media (max-width: 991px) {
    .gallery .nav-item {
        font-size: 15px;
    }
}

.project-image img {
  display: block;
  width: 100%;
  height: auto;
}

.project-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  color: #f6f6f6;
  background: rgba(89, 89, 89, 0.8);
  opacity: 0;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}
.project-info:hover {
  opacity: 1;
}

.project-info-title {
  margin: 0 0 .5em;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.project-info-button {
  padding: .5em 1em;
  color: inherit;
  text-decoration: none;
  border: 1px solid #f6f6f6;
  border-radius: 3px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.project-info-button:hover {
  color: #FFF;
  background: #94C026;
  border-color: #94C026;
}

/* ==========================================================================
   15. TESTIMONIALS SLIDER.
   ========================================================================== */
.gallery-cell {
  width: 100%;
    background: #fff;
}

.testimonial {
  text-align: center;
  max-width: 850px;
  margin: 10px auto 10px auto;
}


.avatar {
	width: 170px;
	border-radius: 50%;
	border: 3px solid #06C;
}

.testimonial-quote {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #666;
  line-height: 1.5;
  font-family: 'Archivo Narrow', sans-serif;
}

.author {
  display: block;
  font-weight: 800;
  color: #666;
  font-size: 20px;
  padding-bottom: 30px;
  font-family: 'Oswald', sans-serif;
}

.flickity-page-dots .dot.is-selected {
  background: #F0CC4A;
}

.testimonials{
  padding: 20px 15px 20px 15px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.testimonials-services{
  margin: -50px auto 20px auto;
}

.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:0%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-5px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:30px;height:10px;margin:0 8px;background:#333;border-radius:0%;filter:alpha(opacity=25);opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}


/* ==========================================================================
   16. SCROLLING TOP.
   ========================================================================== */
@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
  overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(9, 92, 131, 1) url(../img/master/icons/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;

  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 5px;
	background-color: #06C;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  } 
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* ==========================================================================
   17. FOOTER MODULE.
   ========================================================================== */
.footer {
  color: #FFF;
    overflow: hidden;
}

.footer h3 {
  margin-bottom: 10px;
    font-size: 20px;
}

.footer .footer-above {
	padding-top: 50px;
	background-color: #004182;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #06C;
}

.footer .footer-above p{
	color: #FFF;
	font-size: 18px;
	text-align: left;
}

.footer .footer-col {
  margin-bottom: 50px;
}

.footer .footer-below {
	padding: 18px 0;
	background-color: #11395D;
	text-align: center;
	font-size: 13px;
	color: #06C;
}

.footer-above .container .row .col-md-5 img{
    width: 40px;
}

.social{
    margin-top: 10px;
}

.social img{
    width: 30px;
    height: 30px;
}

.social-icons{
    display:inline-block;
    margin-right: 5px;
}

.social-icons .fa{
    color: #FFF;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-property: color;
    transition-duration: 0.5s;
}

.social-icons .fa:hover{
	color: #FFF;
}

.schedule{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

hr.short-footer{
	width: 50px;
	margin: 5px 0px 10px 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #06C;
}

hr.footer{
	margin: 5px 0px 5px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #06C;
}

/* ==========================================================================
   18. BOOTSTRAP RESET.
   ========================================================================== */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.thumbnail .caption {
  padding: 0px;
  color: #333;
  padding-top: 15px;
}

.thumbnail .caption p{
  color: #999999;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: center;
}

.thumbnail .caption h3{
  color: #666;
  margin-bottom: 10px;
  text-align: center;
    
}

.thumbnail .caption h6{
  font-size: 14px;
  color: #2B96CC;
  line-height: 1.5;
  margin-bottom: 5px;
    
}

.btn {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  font-family: 'Roboto', sans-serif;
}

.btn-warning {
	color: #fff;
	background-color: #06C;
	border-color: #06C;
}
.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #06C;
	border-color: #06C;
}
.btn-warning:hover {
	color: #fff;
	background-color: #06F;
	border-color: #06C;
}

/* ==========================================================================
   19. RESPONSIVE MODULE.
   ========================================================================== */

/* ----- TYPOGRAPHY BREAKPOINTS -----*/

@media (min-width:576px) {
h1 {
    font-size: 22px;
} 

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}
    
}

@media (min-width:768px) {
h1 {
    font-size: 24px;
  }  
    
h2 {
    font-size: 22px;
  }
    
h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}
    
}

@media (min-width:992px) {
h1 {
    font-size: 34px;
  }  
    
h2 {
    font-size: 24px;
  }
    
h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}
    
}

@media (max-width:992px) {
.gym-icons{
    float: none;
    margin-right: 20px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
    
.nav-container{
  padding: 0px;

}

.navbar-header {
    float: none;
}

.top-header{
    display: none;
}
    
.navbar-default{
    background-color: #FFF;
    border-color: transparent;
    box-shadow: 0px 6px 16px -2px rgba(0, 0, 0, 0.3);
}
    
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 10px;
}

.navbar-left,.navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}

.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;
    border-top: 1px solid #ffebb3;
}
    
.navbar-default .navbar-nav > li > a {
    color: #666;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
}

.collapse.in{
    display:block !important;
}
    
.navbar-default .navbar-brand{
    color: #47546b;
}
    
logo-color{
    color:#F27405;
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: -10px;
}

.navbar-nav > li > a {
    line-height: 40px;
    height: 40px;
    padding-top: 0px;
}    
    
.dropdown-menu > li > a {
    border-top: 1px solid #ffebb3;
    padding: 6px 25px;
    font-size: 14px;
    height: 30px;
}
    
.call-out{
    width: 100%;
    height: auto;
}
    
.call-out h2{
    text-align: center;
}

.call-out p{
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}
      
.btn-callout{
    float: none;
    margin-top: 10px;
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #FFF;
    font-size: 15px;
    border-radius: 4px;
    background-color: transparent;
    color: #FFF;
}
    
.panel-right{   
    height: 100%;
    padding: 40px 40px 20px 40px;
}
    
.parallax { 
    height: 100%; 
    padding: 40px 0px 0px 0px;
}
    
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    font-size: 35px;
    padding-top: 45px;
}

.carousel-inner .item .content p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}
    
.pages{
    height: 250px;
}

.medal{
    float: none;
    height: auto;
    margin: auto;
    width: 64px;
}
    
    .awards-container{
        margin-bottom: 30px;
    }

.awards-container h2{
    text-align: center;
    margin-bottom: 20px;
}
    
.award-info h4{
    text-align: center;
    margin-bottom: 10px;
}  
    
.award-info p{
    text-align: center;
}
    
.message-box{
    margin-top: 30px;
}
 
.posts-image-thumbs{
    float: none;
    margin: 0px;
    width: 100%;
}
    
.page-404 h3{
    font-size: 120px;
    font-weight: 700;
    line-height: 1.1;
    color: #FFC428;
}

.page-404 h4{
    font-size: 18px;
    font-weight: 700;
    color: #47546b;
}

.page-404 p{
    font-size: 14px;
    color: #999;
}
    
}

@media (max-width:768px) {
    
.navbar-default .navbar-brand{
    font-size: 18px;
    margin-top: 3px;
}
    
.navbar-default .navbar-brand p{
    display: none;
}
    
.pages{
    height: 200px;
}
  
.avatar {
  width: 120px;
}

.testimonial-quote {
  display: block;
  font-size: 16px;
} 
    
#first-slider .carousel .item {
  min-height: 560px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .content{
    top: 44%;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0px 15px 0px 15px;
}
  
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    font-size: 24px;
    padding-top: 18px;
}

.carousel-inner .item .content p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}
    
.carousel-control .fa-angle-left{
    display: none;
}
    
.carousel-control .fa-angle-right{
    display: none;
}

.carousel-indicators{
    display: none;
}
    
.tags-btn{
    margin-top: 10px;
}
    
button.accordion {
    font-size: 15px;
}
    
.post-information h1{
    line-height: 1.2;
}
    
.contact-info p{
    font-size: 14px;
}
    
blockquote{
  font-size: 14px;

}
  
}

@media (max-width:576px) {
    
.construction-icons{
    float: none;
    width: 60px;
    height: 100%;
    margin: auto;
}
    
.span-construction{
    clear: both;
    height: 100%;
    margin-bottom: 30px;
}
    
.construction-info h4{
    text-align: center;
}    
    
.construction-info p{
    text-align: center;
}
  

.banner-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: none;
	border-color: #649e00;
	border-width: 1px;
	border-style: solid;
	width: 10px;
	height: 10px;
	border-radius: 0;
}
.fade-carousel .carousel-indicators > li.active {
	width: 10px;
	height: 10px;
	background: #649e00;
}
.fade-carousel .carousel-control.left {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 120px;
	left: 2%;
	opacity: 1;
	top: 45%;
	width: 5%;
}
.fade-carousel .carousel-control.right {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 120px;
	right: 2%;
	opacity: 1;
	top: 45%;
	width: 5%;
}
.fade-carousel .carousel-control.right span {
	background: none;
	font-size: 20px;
	left: 10%;
	margin: 0;
	text-shadow: none;
	top: 10%;
	line-height: 25px;
	border: 2px solid #fff;
	color: #fff;
	background: none;
}
.fade-carousel .carousel-control.left span {
	background: none;
	font-size: 20px;
	left: 10%;
	margin: 0;
	top: 10%;
	text-shadow: none;
	border: none;
	line-height: 25px;
	border: 2px solid #fff;
	color: #fff;
	background: none;
}
.fade-carousel .carousel-control span:hover {
	border: 2px solid #fff;
	background: #fff;
	color: #282828;
}
.banner-wrapper .fade-carousel .carousel-control {
	z-index: 2;
}
.hero {
	position: relative;
	top: 45%;
	left: 47%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 1;
}
.carousel .item.active .hero {
	opacity: 1;
}
.hero h1 {
	font-size: 120px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #fff;
	padding: 0;
	line-height: 70px;
}
.hero h3 {
	font-size: 50px;
	font-weight: 500;
	padding: 10px 0 0;
	text-transform: none;
	letter-spacing: 1px;
	color: #fff;
	padding: 10px 0;
	clear: both;
	text-transform: uppercase;
}
a.slide-btn.one:hover {
	background: none;
	color: #fff;
	border: 2px solid #fff;		
}
a.slide-btn {
	border: 2px solid #fff;
	color: #ffffff;
	display: inline-block;
	font-weight: 600;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	padding: 7px 20px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.5s linear 0s;
	width: 120px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 15px;
}
.slide-btn:hover, .slide-btn:focus {
	color: #fff;
}
.banner-wrapper .item img {
	display: block;
	height: auto;
	width: 100%;
}
.fade-carousel .carousel-indicators {
	display: none;
}
.banner-wrapper .fade-carousel .carousel-inner .item {
	transition-property: opacity;
}
.banner-wrapper .fade-carousel .carousel-inner .item, .banner-wrapper .fade-carousel .carousel-inner .active.left, .banner-wrapper .fade-carousel .carousel-inner .active.right {
	opacity: 0;
}
.banner-wrapper .fade-carousel .carousel-inner .active, .banner-wrapper .fade-carousel .carousel-inner .next.left, .banner-wrapper .fade-carousel .carousel-inner .prev.right {
	opacity: 1;
}
.banner-wrapper .fade-carousel .carousel-inner .next, .banner-wrapper .fade-carousel .carousel-inner .prev, .banner-wrapper .fade-carousel .carousel-inner .active.left, .banner-wrapper .fade-carousel .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.banner-wrapper .fade-carousel .carousel-control {
	z-index: 2;
}
.banner-wrapper .carousel, .carousel-inner, .banner-wrapper .carousel-inner .item {
	height: 100%;
}
.banner-wrapper .fade-carousel .carousel-inner .item img {
	width: 100%;
	height: auto;
}
	==============================
 MOBILE - TITLES
==============================
*/
    .videobox video {
        margin-top: 0 !important;
        background-color: #000;
    }

    .title-base .scroll-top, .title-modern .scroll-top {
        position: static;
        margin-top: 15px;
    }

    .videobox, .header-video {
	height: 900px;
	position: static;
	overflow: hidden;
    }

        .header-video .overlaybox {
            margin-top: 15px;
        }

        .videobox .mobile-poster {
            display: block;
            height: 100%;
        }

        .videobox iframe, .videobox *[data-video-youtube] {
            display: none;
        }

    .title-base h1 {
        font-size: 20px;
        margin-top: 25px;
    }

    .title-base p, .title-icon p {
        font-size: 13px;
    }

    .title-base hr {
        display: none;
    }

    .header-base {
        height: auto;
        padding-bottom: 35px;
    }

        .header-base .breadcrumb, .header-bootstrap .breadcrumb {
            text-align: center;
            float: none;
        }

    .header-bootstrap .vertical-row {
        display: flex;
    }

        .header-bootstrap .vertical-row > div {
            text-align: left !important;
        }

    .title-modern h1, .title-modern h2, .title-modern h3 {
        white-space: normal;
    }

    .title-modern-2 h1, .title-modern-2 h2, .title-modern-2 h3 {
        padding-right: 0;
    }

    .header-title .container, .header-video .container, .header-animation .container, .header-slider .container {
        margin-top: 0 !important;
        opacity: 1 !important;
    }

    .header-title, .header-video, .header-animation, .header-slider {
	height: 500px !important;
    }

    .section-bg-animation {
        height: 100% !important;
    }

    .porfolio-bar .col-md-2 {
        width: 40%;
        float: left;
    }

    .porfolio-bar .col-md-8 {
        width: 20%;
        float: left;
    }

    /*
==============================
MOBILE - COMPONENTS
==============================
*/
    .icon-box-cell {
        text-align: left;
    }

    .fixed-area {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }

    .vertical-row {
        display: block !important;
    }

        .vertical-row > .row {
            display: block !important;
            margin: 0 -15px;
            width: auto;
        }

        .vertical-row.row {
            display: block !important;
            width: auto;
            margin-bottom: 0 !important;
        }

        .vertical-row .button-cnt {
            text-align: center !important;
        }

        .vertical-row > div, .row.vertical-row > div {
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .vertical-row > div.col-md-8 {
                text-align: left;
            }

    .proporzional-row .google-map {
        height: 350px;
    }

    .scroll-hide {
        display: block !important;
        opacity: 1 !important;
    }

    .tag-row.icon-row span {
        margin: 0;
    }

        .tag-row.icon-row span:after {
            position: relative;
            top: -3px;
        }

    .list-items .list-item .row {
        display: flex;
    }

    .list-items .list-item .col-md-9 {
        width: 80%;
        min-width: 80%;
    }

    .section-item.no-paddings .col-md-12 {
        padding-top: 0;
        padding-bottom: 0;
    }

    iframe.video-box {
        height: auto !important;
        min-height: 250px;
    }

    .collapse-box.text-center-xs > .text-left {
        text-align: center !important;
    }

    .col-md-12 > div > .maso-box.row, .col-md-12 > div > .grid-box.row {
        width: auto !important;
    }
    /* 
  ==============================
  MOBILE - SEPARATORS  
  ==============================
  */
    hr.space {
        height: 35px;
    }

        hr.space.xs {
            height: 8px;
        }

        hr.space.s {
            height: 10px;
        }

        hr.space.m {
            height: 20px;
        }

    hr.e {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto;
    }
    /* 
  ==============================
  MOBILE - OTHER  
  ==============================
  */
    .hidden-sm {
        display: none !important;
    }

    .latest-post-list .col-md-8 {
        padding-left: 15px;
    }

    .text-center .icon-box {
        margin-left: 0;
    }

    .album-title .btn {
        margin: 10px 0;
    }

    .pagination {
        margin-left: 1px;
    }

        .pagination > li.first, .pagination > li.last {
            display: none;
        }

        .pagination > li.prev a {
            border-bottom-left-radius: 2px;
            border-top-left-radius: 2px;
        }

        .pagination > li.next a {
            border-bottom-right-radius: 2px;
            border-top-right-radius: 2px;
        }


    .list-items .list-item .col-md-10 {
        width: 70%;
        float: left;
    }

    .list-items .list-item .col-md-2 {
        width: 30%;
        float: left;
    }

    table.table, table.table tbody, table.table thead, table.table tr, table.table td, table.table tr, table.table th {
        display: block;
        width: 100%;
        border-bottom-width: 1px !important;
    }

    table.table {
        border: none;
    }

        table.table thead th:first-child {
            border-top: 1px solid #DDD !important;
        }

        table.table thead th:last-child {
            border-bottom: 2px solid #DDD !important;
        }

    table.bootgrid-table {
        border: 1px solid #ddd;
    }

    .actionBar > div {
        margin-bottom: 5px !important;
    }

    table.bootgrid-table tr > th, table.bootgrid-table tr > td {
        border-top: 0 !important;
    }

    footer, .footer-left, .footer-right {
        text-align: center;
    }

        footer hr {
            margin-left: auto !important;
            margin-right: auto !important;
        }

    .footer-bg {
        height: inherit;
    }

    footer {
        height: auto !important;
    }

    .footer-parallax-container {
        margin-bottom: 0 !important;
    }

    footer .fa-ul > li i {
        margin-left: -25px;
        left: inherit;
    }

    .footer-parallax {
        position: static;
        opacity: 1 !important;
        padding: 0 !important;
    }

    .advs-box-side > .row {
        display: block !important;
    }

    .section-map .overlaybox.overlaybox-top {
        margin-top: 0 !important;
        margin-bottom: 0;
    }

    .col-sm-12 {
        width: 100% !important;
    }

    [class*="boxed"].col-sm-12 {
        width: calc(100% - 30px) !important;
    }

    .proporzional-row, .proporzional-row > .row {
        display: block !important;
    }

    [class*="col-md-"].boxed-inverse, [class*="col-md-"].boxed {
        max-width: 100%;
        width: auto;
        margin: 5px 15px;
    }

    .col-md-4.boxed-inverse, .col-md-4.boxed {
        width: calc(33.3333% - 30px);
    }

    .col-md-6.boxed-inverse, .col-md-6.boxed {
        width: calc(50% - 30px);
    }

    .section-two-blocks .row > div > a.img-box {
        display: block;
    }

    div:not(.hc_column_cnt) > table th {
        padding: 8px;
    }

    .icon-list.text-right {
        margin-left: 0;
    }

    .text-center-sm,.text-center-sm th {
        text-align: center !important;
    }

    .text-left-sm {
        text-align: left !important;
    }

    .text-right-sm {
        text-align: right !important;
    }

    .text-center-sm .icon-box {
        margin: 10px auto;
    }

    .visible-xs, .button-cnt.visible-xs > .btn {
        display: none !important;
    }
    .visible-sm, .button-cnt.visible-sm > .btn, .hidden-xs {
        display: block !important;
    }

    .height-full-sm {
        height: 100% !important;
    }
}
/*
==============================
MOBILE - EXTRA SMALL SCREENS
==============================
*/
@media (max-width: 767px) {
    .col-md-6, .col-md-3, .col-md-4, .col-md-2, .col-md-9, .col-md-8, .col-md-7, .col-md-1, .col-md-5 {
        width: 100%;
        float: none;
    }

    .grid-table {
        display: block;
    }

        .grid-table tr, .grid-table tbody, .grid-table td {
            width: 100%;
            float: none;
            border: none !important;
        }

        .grid-table td {
            width: 50%;
            float: left;
        }


    footer [class*="col-md"], .col-md-4 [class*="col-md"] {
        width: 100%;
        float: none;
    }

    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .col-xs-12 {
        width: 100% !important;
    }

    .section-two-blocks {
        height: auto !important;
        overflow: hidden;
    }

        .section-two-blocks .row {
            width: auto;
        }

            .section-two-blocks .row > [class*="col-"] {
                padding: 0 15px;
            }

        .section-two-blocks .content, .section-two-blocks .col-md-5 .content {
            padding: 15px !important;
            width: auto !important;
            margin-bottom: 15px;
        }

    .title-base.text-left {
        text-align: center !important;
    }

    .vertical-row > div, .row.vertical-row > div {
        text-align: center;
    }

    .text-center-xs, .text-center-xs th {
        text-align: center !important;
    }

    .text-left-xs {
        text-align: left !important;
    }

    .pull-none-xs {
        float: none !important;
    }

    .no-bg-xs {
        background: none !important;
        background-image: none !important;
    }

    .height-full-xs {
        height: 100% !important;
    }

    .icon-list .list-item, .icon-list.text-right .list-item {
        margin: 0 0 10px 0;
        padding-left: 0;
        display: block;
    }
}
/*
