body {
  font-family: 'Roboto', sans-serif;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

textarea:hover, 
.form-custom:hover, 
textarea:active, 
.form-custom:active, 
textarea:focus, 
.form-custom:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}

a:hover {
	text-decoration: none;
}

.form-control:focus {
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.clear {
  clear: both;
}

.no-margin {
  margin: 0 !important;
}

.marg-tb-40 {
	margin: 40px 0;
}

.marg-bot-20 {
  margin-bottom: 20px;
}

.no-padding {
  padding: 0 !important;
}

.pad-tb-20 {
	padding: 20px 0;
	overflow: hidden;
}

.pad-tb-40 {
	padding: 40px 0;
	overflow: hidden;
}

.first-section {
	overflow:hidden;
  	position: relative;
	height: 995px;
	background-image: url(../img/bkg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.custom-nav {
	padding: 30px 0 0 0;
}

.custom-nav li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
  letter-spacing: 6px;
}

.custom-nav li a:hover {
	background: transparent;
	color: #009EE0;
}

.navbar-toggle {
	padding: 30px 0 0 0;
  border-radius: 0;
}

.navbar {
	padding: 0 15px;
}

.headerbkg {
	background: rgba(0, 0, 0, 0.6);
}

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

#content {
  position: absolute;
    _text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    color: #fff;
}

.top-content h2 {
  _font-size: 3vw;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 18px;
  font-size: 20px;
    line-height: 32px;
}

.title-line {
    width: 56px;
    height: 2px;
    background-color: #fff;
    margin-top: 40px;
}

.top-content img {
	margin: 0 auto;
}

.black-div {
  background-color: rgba(0,0,0,0.5);
  z-index: 22;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.btn-green-custom {
	background-color: #96ca3a;
	color: #fff;
	text-transform: uppercase;
  	font-family: Gotham-Black;
  	border-radius: 0;
}

/* Picture Code Picture Code Picture Code Picture Code Picture Code */

#bck-img1.wrapper-half-left::before {
  background-image: url("../img/about-1.jpg");
  background-size: cover;
}

.wrapper-half-left::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 50%;
  background-color: #eeeeee;
  color: #ffffff;
  height: 100%;
  background-position: center center;
}

.wrapper-dark {
  background-color: #000;
  color: #eeeeee;
}

.wrapper {
  float: left;
  width: 100%;
  display: block;
  color: #222222;
  position: relative;
}

.container-custom {
  padding-top: 200px;
  padding-bottom: 200px;
  width: 90%;
}

.white-text {
  color: #fff !important;
}

.row-custom {
  margin-left: -60px;
  margin-right: -60px;
}

.section-headline-small {
	margin-left: 5%;
  margin-right: 5%;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section-text {
	margin-left: 5%;
  margin-right: 5%;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
    letter-spacing: 6px;
    text-align: justify;
}

.wrapper-primary {
  background-color: #fff;
}

#bck-img2.wrapper-half-right::before {
  background-image: url("../img/about-2.jpg");
  background-size: cover;
}

.wrapper-primary.wrapper-half-left::before, .wrapper-primary.wrapper-half-right::before {
  background-color: #eeeeee;
}

.wrapper-half-right::before {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  width: 50%;
  background-color: #eeeeee;
  color: #ffffff;
  height: 100%;
  background-position: center center;
}

.gray-text {
  color: #666 !important;
}

/* Picture Code Picture Code Picture Code Picture Code Picture Code */

#parallax-custom {
  background: url(../img/parallax-pic-custom-2.jpg) no-repeat;
    background-size: cover;
    _background-position: center center;
    background-attachment: fixed;
}

.parallax-wrap {
  padding: 200px 0;
  max-width: 800px;
  margin: 0 auto;
}

#parallax-custom p {
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: justify;
  padding: 0 20px;
}

.link-block {
      padding: 0 20px;
}

.link-block img {
  vertical-align: middle;
}

.link-block h3 {
  text-transform: uppercase;
    _text-align: left;
    letter-spacing: 18px;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
}

.link-block h3:hover {
  color: #009EE0;
}

.link-block p {
  line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
}

.cat-download {
  text-transform: uppercase;
    letter-spacing: 6px;
    color: #009EE0;
}

#custom-gal img {
	min-width: 100%;
}

.pad-tb-100 {
	padding: 100px 0;
	    overflow: hidden;
}

.big-headline {
	font-size: 36px;
	text-align: center;
	margin-bottom: 80px;
  letter-spacing: 18px;
}

.profile img {
	margin: 0 auto;
}

.gray-bkg-2 {
	background-color: #f6f6f6;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.touch-form {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 80px;
}

.form-custom-2 {
	border: none;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    color: #dddddd;
}

.marg-bot-120 {
	margin-bottom: 120px;
}

.container-custom-2 {
	width: 95%;
	margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
}

.touch-form textarea {
	max-width: 1070px;
}

.social p a {
  color: #96ca3a;
  margin: 0 10px;
}

.social p a:hover {
  color: #333;
}

@media (max-width: 768px) {
	
	.first-section {
		height: 880px;
	}

	.custom-nav li a {
		font-size: 14px;
	}
}

@media (max-width: 765px) {

	.custom-nav {
		float: left !important;
	}

}

@media (max-width: 480px) {

	.first-section {
		height: 736px;
	}

	#logo a img {
		width: 200px;
	}

  .big-headline {
    font-size: 24px;
  }
}

@media (max-width: 320px) {
  .first-section {
    height: 500px;
  }
}