/*Init*/
body {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
}
img {
	max-width: 100%;
}
a {
	cursor: pointer;
}
small {
	font-size: 100%;
}

.bg-white {
	background: white !important;
	box-shadow: 20px -30px 65px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 20px -30px 65px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 20px -30px 65px 10px rgba(0, 0, 0, 0.2);
}
.bg-black {
	background: black;
	color: white;
}
.bg-faded {
	background: #f2f2f2;
    color: #222;
    letter-spacing: 2px;
}
/*Custom bst4*/
a.nav-link {
    letter-spacing: 3px;
}
.dropdown-menu .nav-item a {
    line-height: 2em;
}
.dropdown-menu .nav-item {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e5e5e5;
}
.navbar-default {
    padding: 20px 80px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #222;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.navbar-brand {
    padding: 5px 15px;
}
.navbar .nav-item {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
    text-align: center;
}
.form-group {
    margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
	.navbar-toggleable-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: #e7e7e7;
	    display: inline-block !important;
	    float: right;
	}
	.nav>.nav-item {
		margin: 0 5px;
	}
	.navbar-nav>li>.dropdown-menu {
		width: 200px;
	}
	.dropdown-header, .dropdown-menu>li>a {
		white-space: normal;
	}
}

/*header*/
.site-title {
	text-transform: uppercase;
	font-weight: normal;
}
h1.site-title {
  width: 400px;
	margin: 0;
	display: table-cell;
	/*letter-spacing: 8px;*/
	letter-spacing: 2px;
}
h1.site-title>a {
	/*padding-left: 105px;
	line-height: 23px;
  font-size: 13px;*/

  padding-left: 90px;
  line-height: 75px;
  font-size: 9px;
}
h1.site-title img {
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 7%;
}
h3.site-title {
	font-size: 18px;
	letter-spacing: 8px;
	margin: 50px 0;
}

@media screen and (min-width: 328px) and (max-width: 768px) {
	h1.site-title>a>span {
		display: none;
	}
	.navbar-default {
     padding: 0;
	}
	h1.site-title>a {
     padding-left: 0;
	}
	h1.site-title img {
    position: relative;
	}
}

/*content*/
section.content {
	min-height: 520px;
}
.parallax {
	position: relative;
	background-attachment:  fixed;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100%;
	background-image: url('/libraries/bg.png');
	height: 340px;
}

.parallax-top {
	background-position: top;
}
.parallax-middle {
	background-position: center;
}
.parallax-bottom {
	background-position: bottom;
}

.parallax h1 {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
}

.content-inner {
	margin:  0 auto;
	max-width: 960px;
}

.content-inner {
    padding: 100px 0;
}

.content-inner h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}

.content-inner hr {
	margin: 50px 0;
}
.image {
	margin-bottom: 15px;
}
.socials {
	padding: 10px 0 0;
}
.socials:hover a {
	color: rgba(34,34,34,.4);
}
.social-icon a {
	color: #222;
	margin: 0 5px;
}
.social-icon a:hover {
	color: #222;
}

.info p {
	font-size: 13px;
    margin: 15px 0;
    line-height: 40px;
    padding: 0px 125px;
    letter-spacing: 1px;
}
.contact-form button {
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
}

.form-subcribe {
    padding: 34px 34px;
}

.form-subcribe h2 {
    font-size: 30px;
	font-weight: bold;
}

.form-subcribe .input-cs {
    padding: 1em;
	width: 25%;
	border: 1px solid #e5e5e5;
}
.form-subcribe button {
    padding: 1em 2.5em;
	font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
	border-radius: 0;
}

.form-subcribe form {
	margin: 30px 0;
}

footer {
	background: #222;
    position: relative;
}

footer .socials a {
	background: #fff;
	border-radius: 50%;
	font-size: 20px;
}
.back-to-top-link {
	cursor: pointer;
	display: block;
    z-index: 10;
    background-color: #fff;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -25px;
    padding-top: 2px;
    text-align: center;
}
.back-to-top-link a {
	color: #222;
	text-transform: uppercase;
}
.arrow:before {
	content: "";
    border-top: 14px solid rgba(255, 255, 255, 0);
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 13px solid rgba(218, 205, 205, 0);
    border-bottom: 10px solid #222;
    width: 25px;
    display: block;
    position: relative;
    left: 12px;
}
.fb {
	padding: 5px 11px;
}
.gm {
	padding: 5px 7px;
}
.isg {
	padding: 5px 9px;
}
