/* Global Styles */
@font-face {
  font-family: 'Helvetica Neue';

  src: url('../fonts/HelveticaNeue.ttf') format('truetype');
  
}
@font-face {
  font-family: 'Helvetica Neue Light';

  src: url('../fonts/HelveticaNeue Light.ttf') format('truetype');
  
}

@font-face {
  font-family: 'August Free';
  src: url('../fonts/august_free.ttf') format('truetype');
}
html,
body {
    width: 100%;
    height: 100%;
	color:#FFF;
	background:#ccc;
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}
.lds-facebook {
    /* display: inline-block; */
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 atuo;
    margin: 0 auto;
    text-align: center;
    top: 46%;
}
.loading{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #788cb3e0;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: 500;
	text-transform:uppercase;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height:130%;
}
.text-vertical-center p{
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.3em;
    font-weight: 500;
	width:70%;
	margin:0 auto;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height:150%;
}
.text-vertical-center p b{
    font-size: 1.5em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	
}
.text-vertical-center p input{
    margin: 10px;
	border-radius:0px;
	border:none;
	padding-left:5px;
	color:#000;
	font-size:1em;
	text-align:center;
}
.text-vertical-center img{
    margin: 10px;
	max-width:300px;
	margin:0 auto;
	margin-bottom:30px;
	margin-top:20px;
}
.text-vertical-center .error{
	color: darkred;
    font-size: 0.8em;
    background: #ffffff;
    padding: 1px 10px;
    border-radius: 2px;
}
.text-vertical-center .success{
	color:#788cb3;
	font-size:0.8em;
}
/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: #788cb3;
}
.social-icons a{
    float: left;
    margin-right: 15px;
    background: #fff;
    width: 41px;
    height: 40px;
    font-size: 0;
    border-radius: 50%;
    padding: 8px;
    border: 2px solid #444141;
    color:#788cb3;
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -ms-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    
}
.social-icons a .fa{    
    font-size: 20px;
    color:inherit !important;
}

.social-icons a:hover{
    background: #788cb3;
    color:#fff;
}
.social-icons a .fa:hover{   
    font-size: 20px;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: #788cb3;
}

.btn-light {
    border-radius: 0;
    color: #FFF;
    background-color: rgb(95, 25, 37);
	text-transform:uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #FFF;
    background-color: rgb(95, 25, 37);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/demo2.PNG) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}
.social-icons-form{
    position:relative !important;
    right:0 !important;   
    margin-bottom: 20px;
}
.social-icons-form a{
    float:none;
    font-size:16px;
    margin-right:10px !important;
}
.social-icons-form ul{
    display: inline-block !important;
    padding: 0 !important;
    margin-top: 20px !important;
}
@media(max-width:768px) {
    .map {
        height: 75%;
    }
    .copyright{
        position:relative !important;
        left:0 !important;
        margin-bottom:20px;
    }
    .social-icons{
        position:relative !important;
        right:0 !important;   
        margin-bottom: 20px;
    }
     .social-icons a{
         float:none;
         font-size:16px;
         margin:10px !important;
     }
     .social-icons ul{
        display: inline-block !important;
        padding: 0 !important;
        margin-top: 20px !important;
     }
     .margintop-zero{
       margin-top:50px !important;   
     }
}

.map iframe {
    pointer-events: none;
}

@media only screen and (min-width: 620px){.wrapper{min-width:500px !important;max-width:500px !important;text-align:left;margin:0 auto;}}
.popup .content{
    color:#333;
    padding:20px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  overflow:scroll;
}
.popup {
  margin: 50px auto;
  background: #fff;
  border-radius: 5px;
  width: 500px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: -10px;
    right: -12px;
    transition: all 200ms;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    opacity: 1;
    /* padding: 5px; */
    border-radius: 50%;
    background: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    display: block;
}
.popup .close:hover {
  color: #ddd;
  background: #333;
}
.popup .sign{
    width:200px;
}
@media screen and (max-width: 700px){ 
  .popup{
    width: 80%;
  }
  .popup .sign{
    width: 200px !important;
  }
}
/* Footer */

footer {
    padding: 100px 0;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
@media (max-width: 767px) {
  
}
@media (min-width: 767px) {
  
}
