html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  font-size: 15px;
  line-height: 1.8em;
  color: #f1f1f1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 200;
  text-transform: capitalize;
}
.form-control {
  color: #000;
  height: 45px;
  background-color: #f2f2f2;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
input[type=checkbox],
input[type=radio] {
  margin: 8px 0 0;
}

.h1_extra {
	font-size:100px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.no-gutter2 > [class*='col-'] {
    padding-top:0;
    padding-bottom:0;
}

.text-col {
	color: #666;
}

/* ==================================================
	elements
====================================================*/
a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
hr {
  margin: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
pre {
  word-wrap: normal;
}
blockquote .small,
blockquote footer,
blockquote small {
  color: #fff;
}
.section {
  position: relative;
  min-height: 100%;
  padding: 100px 0 100px;
}


#bg_pattern {
  background-image: url(../img/bg_pattern.png);
  position: fixed;
  opacity: 0.8;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.padd-t-10 {
  padding-top: 10px;
}
.padd-t-100 {
  padding-top: 100px;
}
.padd-tb-10 {
  padding: 10px 0;
}
.padd-tb-20 {
  padding: 20px 0;
}
.nopadd {
  padding: 0;
}
.margin-t-100 {
  margin-top: 100px;
}
/* ==================================================
	background-color
====================================================*/
.dark-bg {
  background: #000;
}
.light-bg {
  background: #f6f6f6;
}
.green-bg {
  background: #00A600;
}
.blue-bg {
  background: #2E8DEF;
}
.orange-bg {
  background: #DC572E;
}
.red-bg {
  background: #BF1E4B;
}
.purple-bg {
  background: #A700AE;
}
.aqua-bg {
  background: #27d7e7;
}
.brown-bg {
  background: #9c8061;
}
.dark-blue-bg {
  background: #2672EC;
}
.light-green-bg {
  background: #79d5b3;
}
.dark-red-bg {
  background: #a10f2b;
}
.teal-bg {
  background: #00A0B1;
}
.dark-purple-bg {
  background: #643EBF;
}
/* ==================================================
	social
====================================================*/
.social {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social li {
  display: inline-block;
}
.social li a {
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background: #fff;
  line-height: 28px;
  margin-right: 5px;
}
.social li a i {
  color: #444;
  text-shadow: none;
}
.social li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.social li a:hover i {
  color: #fff;
}
/* ==================================================
	buttons
====================================================*/
a.link {
  color: #fff;
  position: relative;
}
a.link:after {
  top: -3px;
  right: -20px;
  font-size: 12px;
  content: "\f18e";
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  color: #fff;
}
a.link:hover:after {
  right: -35px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.code {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
}
.code:hover,
.code:active,
.code:focus {
  text-decoration: none;
  color: #fff;
  background: rgba(225, 225, 225, 0.3);
}
@media (max-width: 992px) {
  .code {
    display: none;
  }
}
.btn-banner {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 32px;
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.05);
}
.btn-banner i {
  color: #fff;
}
.btn-banner:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.btn-custom {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  margin: 5px 2px 5px 0;
  background-color:#FF0000;
  /*background-color: rgba(255, 255, 255, 0.1);*/
}
.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.btn-dark {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  font-size: 15px;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  margin: 5px 2px 5px 0;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
/* ==================================================
	section-heading
====================================================*/
.section-heading {
  text-align: center;
  padding: 40px 0;
}
.section-heading h2 {
  margin: 0;
  font-size: 36px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.section-heading .separator {
  width: 30px;
  height: 4px;
  background: #fff;
  text-align: center;
  display: inline-block;
}
/* ==================================================
	static-background
====================================================*/
/*.static-background {
  background: url(../img/streetscape-towns.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

/* ==================================================
	static-background-2
====================================================*/
.static-background-2 {
  background:url(../img/streetscape-towns.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* ==================================================
	navbar
====================================================*/
.navbar-brand img {
  width: 120px;
}
.navbar-inverse {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: rgba(97, 97, 97, 0.7);
}
.navbar-inverse .navbar-nav li a {
  color: #fff;
}
.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a.active {
  font-weight: bold;
  background: transparent;
}
@media (min-width: 1200px) {
  .navbar-inverse {
    border: none;
    padding: 20px 0;
    background: transparent;
  }
  .navbar-inverse .navbar-nav li a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav li a:hover {
    font-weight: bold;
    background: transparent;
  }
  .navbar-scroll {
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.7);
  }
}
/* ==================================================
	navbar-collapse
====================================================*/
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}

/* ==================================================
	static-banner
====================================================*/
#static-banner {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: table;
}
#static-banner .banner-content {
  display: table-cell;
  vertical-align: middle;
}
#static-banner .banner-content h1 {
  font-size: 65px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#static-banner .banner-content p {
  font-size: 24px;
  color: #fff;
  line-height: 31px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#static-banner .banner-content .banner-icon {
  font-size: 90px;
}
@media (max-width: 480px) {
  #static-banner .banner-content h1 {
    font-size: 42px;
  }
  #static-banner .banner-content p {
    font-size: 21px;
  }
}
/* ==================================================
	typed-banner
====================================================*/
#typed-banner {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: table;
}
#typed-banner .banner-content {
  display: table-cell;
  vertical-align: middle;
}
#typed-banner .banner-content h1 {
  font-size: 65px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
#typed-banner .banner-content h1 span {
  color: #f26522;
}
#typed-banner .banner-content p {
  font-size: 16px;
  color: #fff;
  line-height: 31px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  #typed-banner .banner-content h1 span {
    display: block;
  }
}
/* ==================================================
	landing-banner
====================================================*/
#landing-banner {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: table;
}
#landing-banner .banner-content {
  display: table-cell;
  vertical-align: middle;
}
#landing-banner .banner-content h1 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin: 0 0 10px;
}
#landing-banner .banner-content h1 span {
  color: red;
}
#landing-banner .banner-content p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#landing-banner .banner-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#landing-banner .banner-content ul li {
  margin: 14px 0;
}
#landing-banner .banner-content ul li i {
  margin-right: 8px;
}
#landing-banner .banner-content .landing-image img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #landing-banner .banner-content h1 span {
    display: block;
  }
}

/* ==================================================
	slider-banner
====================================================*/
#slider-banner {
  min-height: 100%;
  height: 100vh;
  width: 100%;
  text-align: center;
  padding: 300px 0;
}
#slider-banner i {
  font-size: 130px;
}
#slider-banner h2 {
  font-size: 60px;
  margin-bottom: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#slider-banner p {
  margin-bottom: 30px;
  padding: 0 100px;
}
#slider-banner .owl-pagination {
  margin-top: 50px;
}
@media screen (min-width: 991px) and (max-width: 1024px) {
  #slider-banner {
    padding: 150px 0;
  }
}
@media (max-width: 991px) {
  #slider-banner {
    padding: 150px 0;
  }
}
@media (max-width: 667px) {
  #slider-banner p {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  #slider-banner {
    padding: 150px 0;
  }
  #slider-banner i {
    font-size: 90px;
  }
  #slider-banner h2 {
    font-size: 42px;
  }
}
/* ==================================================
	owl settings
====================================================*/
.owl-theme .owl-controls .owl-page span {
  background: #fff;
}
.owl-pagination {
  margin-top: 50px;
}
/* ==================================================
	services
====================================================*/
.services.style1 {
  padding: 40px 20px;
  text-align: center;
}
.services.style1 img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.services.style1 i {
  font-size: 60px;
}
.services.style1:hover i {
  color: #fff;
}
.services.style2 {
  text-align: center;
  padding: 40px 20px;
}
.services.style2 img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.services.style2 i {
  min-width: 80px;
  font-size: 36px;
  padding: 20px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  background: rgba(225, 225, 225, 0.2);
  display: inline-block;
  text-align: center;
}
.services.style2:hover i {
  background: rgba(0, 0, 0, 0.5);
}
.services.style3 {
  padding: 40px 20px;
}
.services.style3 i {
  min-width: 80px;
  margin-top: 14px;
  float: left;
  font-size: 36px;
  padding: 20px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  background: rgba(225, 225, 225, 0.2);
  display: inline-block;
  text-align: center;
}
.services.style3 .content {
  margin-left: 100px;
}
.services.style3 .content ul {
  list-style: none;
  padding: 0 20px;
}
.services.style3 .content ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 5px 0 -15px;
  color: #fff;
}
.services.style3:hover i {
  background: rgba(0, 0, 0, 0.5);
}
.services.style4 {
  padding: 40px 20px;
}
.services.style4 i {
  float: left;
  font-size: 31px;
  margin-top: 10px;
}
.services.style4 .content {
  margin-left: 50px;
}
.services.style4 a {
  color: #fff;
  text-transform: capitalize;
  padding-left: 18px;
}
.services.style4 a:before {
  font-family: 'FontAwesome';
  content: '\f18e';
  margin: 0 5px 0 -15px;
  color: #fff;
}
.services.style4 a:hover {
  text-decoration: none;
}
.services i {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.services h4 {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .services.style1,
  .services.style2,
  .services.style3,
  .services.style4 {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .services.style1,
  .services.style2 {
    padding: 20px 40px;
  }
}

/* ==================================================
	filter
====================================================*/
ul#filter {
  margin: 0;
  padding: 0;
}
ul#filter li {
  display: inline-block;
}
ul#filter li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
ul#filter a {
  text-decoration: none;
  padding: 2px 10px;
  color: #fff;
  margin: 5px 2px;
  display: block;
  font-size: 14px;
}
ul#filter li.current a,
ul#filter a:hover {
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
ul#filter li.current a {
  text-decoration: none;
  color: #fff;
}
ul#portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
ul#portfolio-filter a:hover {
  text-decoration: none;
}
/*
ul#portfolio-filter img { margin:15px 0; }

ul#portfolio-filter h4 {
	margin-bottom:0px;	
}


ul#portfolio-filter .item-wrapper {
	    position: relative;
		text-align: center;
}



ul#portfolio-filter .item-wrapper .overlay{
	position: absolute;
    text-align: center;
    width: 100%;
    padding: 20px;
    background-color: rgba(0,0,0,0.7);
	color:#fff;
	.transition-all(all .3s ease-in-out;);
	bottom:0;
	  background: url(../img/trans-dot.png) repeat top left;
	 h4 {
		color:#fff;
	 } 
}




ul#portfolio-filter .item-wrapper:hover .overlay {
	.transition-all(all .3s ease-in-out;);
	background: url(../img/trans-dot.png) repeat top left;
	
}


ul#portfolio-filter .info {
	text-align:center;
}


ul#portfolio-filter .no-padd img { 
	margin:0;	
}

*/

/* ==================================================
	contactForm
====================================================*/
#contactForm {
  margin: 70px 0;
}
#contactForm .help-block {
  color: #CCC;
}



/*

.contact-info {
	margin:0;
	padding:0;
	width:100%;
	margin:0 auto;
	list-style:none;
	li {
		width:33%;
		float:left;
		text-align:center;
		i {
			display: block;
			width: 36px;
			height: 36px;
			text-align: center;
			margin: 0 auto;
			background: rgba(0,0,0,0.5);
			line-height: 36px;
			border-radius: 100%;
		}
	}
}

@media (max-width:520px) {

.contact-info { 
		li {
			width:100%;
		}
	}
}

*/
.contact-info {
  text-align: center;
}
.contact-info i {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  line-height: 36px;
  border-radius: 100%;
}
/* ==================================================
	footer
====================================================*/
footer {
  text-align: center;
  padding: 20px 0;
  color:#666;
}

footer a {
  color: #039;
}

footer a:hover{
	text-decoration:underline;
	color:#999;
}
footer img{
	margin:0 auto;
	padding-bottom:20px;
}
footer p {
	margin-bottom:20px;
}

/*===================================================
	countdown
====================================================*/
/*#coming-soon {
  text-align: center;
  padding: 150px 0 0;
}*/
#coming-soon h1 {
  font-size: 60px;
  text-shadow: 0.1em 0.1em 0.1em black;
}


/* ==================================================
	preloader
====================================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 1040;
  /* makes sure it stays on top */
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/loading.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}



/*=================================================
 			google-map
 ==================================================*/
.map-wrapper {
  height: 600px;
  
}
.map-wrapper.three {
  height: 600px;
 
}

.map-gray {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

#map ul {
	line-height:30px; 
	font-size:20px; 
	padding-left:50px;
	list-style:none;
}

#map li {
	letter-spacing:1px;
}

#location .pad-1 {
	padding-top:25px;
	padding-bottom:25px;
}


/*============================
------- HOOVER EFFECT --------
==============================*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #333;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h1 {
  font-size:30px;
  line-height:35px;
  text-transform: none;
}


.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/*======== END HOOVER ===========*/
