
body {
    width: 100%;
    height: 100%;
    font-family: Helvetica,sans-serif;
	font-weight: 200;
    color: #009191;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Helvetica,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.6em;
}

.highlightnih {
    font-family: Helvetica,sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: blue;
}

a {
    color: #009191;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
	color: #28c3ab;
    text-decoration: none;
	font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    /*border-bottom: 1px solid rgba(255,255,255,.3);	*/
}
.navbar-brand {
   	font-weight: 400;
  	height: 40px;
  	padding: 10px 15px;
  	font-size: 16px;
  	line-height: 1em;
}
.navbar-brand h1{
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}
.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}
.navbar-custom ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
    color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	/*color: #fff;*/
}
.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #fff;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 110px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}
.section-heading h2 {
	font-size: 25px;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #F0F8F8;
}
.bg-dark {
	background: #76BCBB;
}

/* --- section color var --- */
.text-light {
	color: #fff;
}

/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	background: url(../img/bg1.jpg) no-repeat top center;
}
#intro.intro {
	padding:12% 0 0 0;
}
.intro .slogan {
	text-align: center;
}
.intro .page-scroll {
	text-align: center;
}
.brand-heading {
    font-size: 40px;
}
.intro-text {
    font-size: 18px;
}
.intro .slogan h2 {
	color: #fff;
	text-shadow: none;
	font-size: 40px;
	line-height: 60px;
	font-weight: 700;
	font-family: Helvetica, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}
.intro .slogan h3 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}

.center-block-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.top-logo {
  display: inline-block;
  float: left;
  margin-top: 15px;
  margin-left: 4px;
  margin-right: 8px;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Helvetica,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-huge {
    border: 2px solid #fff;
	color: #fff;
	margin-top: 20px;
    padding: 15px;
    font-size: 19px;
	background-color: rgba(0, 0, 0, 0);
	font-family: Helvetica,sans-serif;
	margin-bottom: 100px;
}
.btn-huge:hover,
.btn-huge:focus {
	color: #fff;
	outline: 0;	
	background: #fefefe;
    background-color: rgba(255,255,255,.2);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

#text {
    color: #009191;
    background: #ffcc00;
}
#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
	color: #fff;
	border-color: #72B5B4;
    outline: 0;
	background: #A9D6D5;
}
.btn-default:hover,
.btn-default:focus {
    border: 1px solid #;
    color: #000;
}
.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }


    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:768px) {
	
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}

	
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    	background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	
}