@charset "utf-8";
/* CSS Document */

* {
 font-family: Roboto,sans-serif;;
}

html, body {
	height: 100%;
	position: relative;
}

body > header > div > div > div > div.navbar-header > button{
	border: none;
}

.navbar-inverse{
	background-color: #141414;
	opacity: 0.9;
	height: 65px;
}

.black-logo{
	display: none;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
	background-color: transparent;
}

div.navbar-header > button{
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	height: 30px;
	margin-right: 15px;
	margin-top: 15px;
	padding: 13px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
}

div.navbar-header > button span {
	display: block;
	position: absolute;
	height: 9px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

div.navbar-header > button span:nth-child(2) {
	top: 10px;
}

div.navbar-header > button span:nth-child(3),div.navbar-header > button span:nth-child(4) {
	top: 13px;
}

div.navbar-header > button span:nth-child(5) {
	top: 20px;
}

div.navbar-header > button.open span:nth-child(2) {
	top: 13px;
	width: 0%;
	left: 50%;
}

div.navbar-header > button.open span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

div.navbar-header > button.open span:nth-child(4) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div.navbar-header > button.open span:nth-child(5) {
	top: 13px;
	width: 0%;
	left: 50%;
}

header > div > .navbar-inverse > .container{
	background-color: #141414;
}

div.navbar-header > a >p{
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	letter-spacing: 0.5px;
}

.active{
	padding-bottom: 0px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus{
	border-bottom: 2px solid #e61e1e;
	background-color: transparent;
}

.navbar-nav>li>a {
	padding: 0px;
	margin: 15px;
	margin-top: 22.5px;
}

#hero{
	background: url('../images/source.gif') 50% 0 no-repeat fixed;
	height: 100%;
	background-position: center;
	background-size: cover;
	width: 100%;
	color: white;
	position: relative;
	z-index: 10;
}

#hero .info{
	display: none;
}


#hero > div > .row > .info > h1{
	text-transform: uppercase;
	font-size: 25px;
}

#hero > div > .row > .info > p{
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	/*margin-top: 10px;*/
}

#hero > div > .row > .info > p > a{
	color: #e61e1e;
	cursor: pointer;
}

#hero > div > .row > .info > .line{
	margin-bottom: 15px;
	width: 75%;
}

#hero > div > .row{
	position: absolute;
	/*top: 340px;*/
	top: 25%;
	background-color: rgba(20, 20, 20, 0.85);
	text-align: center;
	padding-bottom: 25px;
	margin-left: -615px;
	margin-right: 15px;
}

#hero > div > .row > .info{
	padding: 15px;
}

#hero .button{
	border: 2px solid white;
	padding: 8px 15px;
	margin-bottom: 0;
	display: inline-block;
	cursor: pointer;
	color: white;
	padding-right: 35px;
	display: none;
	transition: 0.4s;
}

#hero .button:hover > a{
	text-decoration: none;
	color: #141414;
}

#hero .button:hover{
	background-color: white;
}

#hero .button a{
	color: white;
}

#hero .button a:hover {
	text-decoration: none;
	color: #141414;
}

#hero .button p{
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.red{
	color: #e61e1e;
	font-weight: bold;
}

.red:hover{
	color: #e61e1e;
	cursor: pointer;
}

#hero > div > div > div.button > a > p > span{
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
	position: absolute;
	margin-top: 8px;
	margin-left: 7px;
	color: red;
	font-size: 24px;
	line-height: 0;
}

.scroll-down{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}

.scroll-down a{
	color: white;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 16px;
}

.scroll-down a:hover{
	text-decoration: none;
}

#blackout{
	background: #111;
	height: 100%;
	width: 100%;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.9;
}

#abt-us{
	margin-top: 50px;
	height: 100%;
}

.white{
	background-color: #ffffff;
}

#content-wrapper{
	top: 410px;
	/*top: 65%;*/
	position: absolute;
	left: 0;
	right: 0;
}

#abt-us h1{
	text-align: center;
}

.header-line-one{
	border-top: 1.5px solid #e61e1e ;
	width: 19px;
	margin: auto;
	margin-left: 49%;
	margin-bottom: 3px;
}

.header-line-two{
	border-top: 1px solid #e61e1e ;
	width: 19px;
	margin: auto;
	margin-right: 50.5%;
}

#abt-us .col-sm-6{
	margin-top: 30px;
	text-align: justify;
}

#abt-us .abt-content{
	margin-bottom: 50px;
	margin-top: 30px;
}

.first-paragraph:first-letter{
	font-size: 28px;
	font-weight: bold;
	color: #e61e1e;
	line-height: 0;
}

#abt-us img{
	width: 100%;
}

.black{
	background-color: #141414;
	color: white;
	padding-top: 60px;
	padding-bottom: 50px;
	margin-top: -1px;
}

#service{
	margin-bottom: 50px;
}

#service.black .line{
	margin-left:2px;
	border-top: 4px solid #e61e1e;
	width: 10%;
}

#service .col-sm-6{
	margin-top: 30px;
	text-align: justify;
}

#service .black-cnt-two .first-paragraph:first-letter{
	color: #ffffff;
	font-size: inherit;
	font-weight: inherit;
}

#service .col-sm-6.topic h1{
	margin-bottom: 0px;
	letter-spacing: 10px;
	font-weight: 300;
	font-size: 58px;
}

#service .col-sm-6.topic h3{
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 5px;
	font-weight: 300;
	font-size: 36px;
}

#service .col-sm-6.topic h5{
	letter-spacing: 3px;
	font-weight: 300;
}

#service .col-sm-6.topic img{
	width: 100%;
	margin-top: 25px;
}

.service-img{
	background: url("../images/giphy.gif") fixed;
	background-size:contain;
	width: 100%;
	height: auto;
	/*min-height: 640px;*/
}

#service .container row{
	opacity: 0;
	transition: 0.3s ease;
}

.black-cnt-two{
	margin-top: 50px;
	text-align: center;
}

.black-cnt-two p{
	margin-top: 15px;
}

#products .col-sm-3 {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;
}

#products .col-sm-3 i{
	font-size: 60px;
}

#products .col-sm-3 h1{
	padding-bottom: 25px;
	border-bottom: 4px solid #e61e1e;
}

#products .col-sm-3 p{
	margin-top: 15px;
	letter-spacing: 0.5px;
}

.product1 i, .product1 h1, .product1 p{
	transform: translateX(-25px);
}
.product2 i, .product2 h1, .product2 p{
	transform: translateX(-25px);
}

.product3 i, .product3 h1, .product3 p{
	transform: translateX(25px);
}
.product4 i, .product4 h1, .product4 p{
	transform: translateX(25px);
}

#portfolio{
    margin-bottom: 60px;
	margin-top: 50px;
}

.heading h1{
	text-align:center;
	/*text-transform:uppercase;*/
	/*margin-top: 50px;*/
}

.heading p{
	text-align:center;
	margin-top: 15px;
}

.mid-nav{
    list-style-type: none;
    padding-left: 0px;
}

.mid-nav li{
    display:inline-block;
    margin-left: 18px;
    margin-right: 18px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #3b3b3b;
}

.mid-nav .circle{
    width: 10px;
    height: 10px;
    margin-top: 15px;
    margin-left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    cursor: pointer;
    border: 2px solid #e61e1e;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.mid-nav a:hover .circle{
    margin-top: 5px;
    opacity: 1;
    margin-bottom: 10px;
}

.mid-nav li a{
    color: #747474;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.mid-nav li.active a{
    color: #e61e1e;
}

.mid-nav .active a .circle{
    background-color: #e61e1e;
    opacity: 1;
    margin-top: 5px;
    margin-bottom: 10px;
}

.mid-nav li a:hover, .mid-nav li a:focus{
    color: #e61e1e;
    text-decoration: none;
}

.all{
	margin-left: 15px;
	margin-right: 15px;
}

.all img{
    width: 100%;
    height: auto;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    background-color: #141414;
}

.all .col-sm-4 a, .all .col-md-4 a, .all .col-xs-6 a, .all .col-md-3 a, .all .col-xs-12 a{
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.all .col-sm-4 a:hover img, .all .col-md-4 a:hover img, .all .col-xs-6 a:hover img, .all .col-md-3 a:hover img, .all .col-xs-12 a:hover img{
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: .2;
}

.all .col-sm-4, .all .col-md-4, .all .col-xs-6, .all .col-md-3, .all .col-xs-12{
    padding: 0px;
    overflow: hidden;
    background: #141414;
}

.all .img-text{
    position: absolute;
    z-index: 10;
    top: 60%;
    left: 12%;
    opacity: 0;
}

.all .img-text h5{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    word-spacing: 3px;
    color: white;
    font-family: Lato,sans-serif;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
}

.all .img-text p{
    text-transform: capitalize;
    font-size: 14px;
    color: whitesmoke;
    font-weight: 500;
    font-family: Roboto,sans-serif;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    margin-top:-22px;
}

.all a:hover .img-text{
    opacity: 1;
}

.all a:hover .img-text h5{
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.all a:hover .img-text p{
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.portfolio-content{
    margin-bottom: 50px;
}

.grey{
    background-color: #EDEDED;
}

.count .col-sm-3{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.count i{
    font-size: 40px;
}

.count .numbers{
    font-size: 70px;
    font-weight: 400;
}

.count .details{
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #787878;
}

.count .top{
	margin-top: 25px;
}

#process{
	padding-top: 50px;
	padding-bottom: 50px;
}

#process .col-md-3{
	margin-top: 15px;
	margin-bottom: 15px;
}

#process .black{
	padding: 25px;
	min-height: 360px;
	transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
}

#process .black:hover{
	transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	box-shadow: 0px 11px 10px -4px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 11px 10px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 11px 10px -4px rgba(0,0,0,0.75);
}

.black > i{
	font-size: 60px;
	display: none;
}

#process h3{
	font-size: 24px;
	color: #9b9b9b;
	font-weight: bold;
	margin-bottom: 0px;
}

#process .black h1{
	font-size: 24px;
	color: #9b9b9b;
	font-weight: 100;
	margin-top: 5px;
	font-size: 42px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

#process .black p{
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	text-transform: uppercase;
}

#process .line{
	border-top: 4px solid #e61e1e;
	width: 30%;
	margin-left: 0;
}

.side-arrow{
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
	color: red;
	font-size: 40px;
	line-height: 0;
	bottom: 25px;
	right: 50px;
	position: absolute;
}

.ceo-image{
	text-align: center;
	position: relative;
}

.ceo-image img{
	width: 100%;
}

.ceo-image .social{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(20, 20, 20, 0.9);
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}

.ceo-image i{
	color: white;
	cursor: pointer;
}

.ceo-image .social i:first-child, .ceo-image .social i:nth-child(2){
	margin-right: 15px;
}

.ceo-details h3{
	color: #9b9b9b;
}

.ceo-details p{
	border-bottom: 2px solid #e61e1e;
}

.group{
	margin-top: 25px;
	text-align: center;
}

.group-image img{
	width: 100%;
	opacity: 0.8;
}

.group p{
	margin-top: 25px;
}

#blog .heading h1{
	margin-bottom: 0px;
}

#video{
	padding-bottom: 60px;
	padding-top: 50px;
}

#video .col-md-6.topic h3{
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 5px;
	font-weight: 300;
	font-size: 36px;
}

#video .col-md-6.topic h5{
	letter-spacing: 3px;
	font-weight: 300;
}

#video .col-md-6 strong{
	color: #e61e1e;
}

#video .first-paragraph{
	margin-top: 30px;
}

#mountain{
	background: url("../images/portfolio.jpg") center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	padding-bottom: 150px;
}

#mountain h1{
	color: white;
	margin-top: 150px;
}

#snow{
	position: absolute;
	left: 0;
	right: 0;
}

#snow > canvas{
	height: 388px;
	width: 100%;
}

#contact-heading{
	padding-top: 50px;
	padding-bottom: 50px;
}

#contact-info{
	padding-top: 60px;
	padding-bottom: 60px;
}

#contact-info .col-sm-4{
	text-align: center;
	color: #787878;
	padding-top: 30px;
	padding-bottom: 30px;
}

#contact-info i{
	margin-bottom: 5px;
	font-size: 24px;
}

#contact-info h5{
	padding: 0 30px;
	margin-bottom: 0px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 22px;
}

#contact-info .line{
	border-top: 2px solid #787878;
	width: 120px
}

#contact-info i, #contact-info h5, #contact-info .line, #contact-info .details{
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
}

#contact-info .line, #contact-info .details{
	opacity: 0;
}

#contact-info .content:hover .line, #contact-info .content:hover .details{
	opacity: 1;
}

#contact-info .content:hover i{
	transform: translateY(-80%);
	-moz-transform: translateY(-80%);
	-ms-transform: translateY(-80%);
	-o-transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
}

#contact-info .content:hover h5{
	transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
}

#contact-info .content:hover .line{
	transform: translateY(30%);
	-moz-transform: translateY(30%);
	-ms-transform: translateY(30%);
	-o-transform: translateY(30%);
	-webkit-transform: translateY(30%);
}

#contact-info .content:hover .details{
	transform: translateY(80%);
	-moz-transform: translateY(80%);
	-ms-transform: translateY(80%);
	-o-transform: translateY(80%);
	-webkit-transform: translateY(80%);
}

#contact-form{
	margin-top: 50px;
	margin-bottom: 50px;
}

#contact-form .col-sm-6, #contact-form .col-lg-6{
	padding-top: 15px;
	padding-bottom: 15px;
}

#contact-form textarea{
	width: 100%;
	padding: 12px 20px;
	border: 2px solid #e6e6e6;
	font-size: 13px;
	color: #787878;
	height: 185px;
}

#name, #email{
	width: 100%;
	padding: 12px 20px;
	border: 2px solid #e6e6e6;
	font-size: 13px;
	color: #787878;
	margin-bottom: 15px;
}

#contact-form .col-md-12{
	text-align: center;
	margin-top: 50px;
	/*margin-bottom: 50px;*/
}

#submit{
	background: #141414;
	/*border: 2px solid #141414;*/
	border: 0px;
	color: white;
	padding: 10px 18px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.4s;
}

#submit:hover{
	background: #e61e1e;
}

#load-map{
	cursor: pointer;
	transition: 0.4s ease;
}

#load-map:hover{
	background: #e61e1e;
}

#load-map .col-sm-12{
	text-align: center;
}

#load-map i{
	margin-right: 12px;
}

#load-map h3{
	margin-top: 10px;
}

#load-map.black{
	padding-top: 15px;
	padding-bottom: 15px;
}

#map{
	height: 500px;
}

#google-map{
	height: 0px;
	transition: all .4s ease;
	overflow: hidden;
}


#footer{
	padding-top: 40px;
	padding-bottom: 20px;
}

#footer p{
	float: left;
	color: #787878;
}

#footer .social-icons{
	float: right;
	font-size: 20px;
}

.social-icons a{
	margin-left: 18px;
	color: #787878;;
}

.social-icons a:first-child{
	margin-left: 0px;
}

.social-icons a:hover{
	color: #e61e1e;
}

#top-go {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 10;
	border: none;
	outline: none;
	background-color: #e61e1e;
	color: white;
	cursor: pointer;
	padding: 0px 15px;
	border-radius: 7px;
	font-size: 35px;
	opacity: 0.5;
	transition: 0.3s;
	-webkit-box-shadow: 1px 6px 28px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 6px 28px 2px rgba(0,0,0,0.75);
	box-shadow: 1px 6px 28px 2px rgba(0,0,0,0.75);
}

#top-go:hover {
	opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){

	#content-wrapper {
		top: 610px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	#content-wrapper {
		top: 510px;
	}

}

@media (min-width: 768px){

}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait){

	#content-wrapper {
		top: 750px;
	}

}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {

	#content-wrapper {
		top: 560px;
	}

}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
	.scroll-down{
		display: none;
	}
}

.animate-slide{
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	visibility:hidden;
}

@keyframes fadeFromLeft {
	from {
		opacity: 0;
		transform: translate3d(-20%, 0, 0);
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-20%, 0, 0);
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeFromLeft {
	from {
		opacity: 0;
		-moz-transform: translate3d(-20%, 0, 0);
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes fadeFromLeft {
	from {
		opacity: 0;
		-o-transform: translate3d(-20%, 0, 0);
	}

	to {
		opacity: 1;
	}
}

.fadeFromLeft {
	animation-name: fadeFromLeft;
	-webkit-animation-name: fadeFromLeft;
	-moz-animation-name: fadeFromLeft;
	-o-animation-name: fadeFromLeft;
}

@keyframes fadeFromRight {
	from {
		opacity: 0;
		transform: translate3d(20%, 0, 0);
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(20%, 0, 0);
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeFromRight {
	from {
		opacity: 0;
		-moz-transform: translate3d(20%, 0, 0);
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes fadeFromRight {
	from {
		opacity: 0;
		-o-transform: translate3d(20%, 0, 0);
	}

	to {
		opacity: 1;
	}
}

.fadeFromRight {
	animation-name: fadeFromRight;
	-webkit-animation-name: fadeFromRight;
	-moz-animation-name: fadeFromRight;
	-o-animation-name: fadeFromRight;
}




@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateX(0);}
	40% {-webkit-transform: translateX(8px);}
	60% {-webkit-transform: translateX(5px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateX(8px);}
	60% {-moz-transform: translateX(5px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateX(8px);}
	60% {-o-transform: translateX(5px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateX(8px);}
	60% {transform: translateX(5px);}
}


#blog{
	margin-bottom: 50px;
}

.blog img{
	width: 100%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.blog img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	opacity: 0.3;
	cursor: pointer;
}

.img-text{
	position: absolute;
    z-index: 10;
    top: 30%;
    left: 12%;
	color: #3b3b3b;
	opacity: 0;
	pointer-events:none;
}

.img-text.top{
	top: 20%;
}

.blog a:hover .img-text{
	opacity: 1;
	cursor: pointer !important;
}

.blog:hover .img-text h5{
	transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
}

.blog:hover .img-text p{
	transform: translateY(30%);
	-moz-transform: translateY(30%);
	-ms-transform: translateY(30%);
	-o-transform: translateY(30%);
	-webkit-transform: translateY(30%);
}

.img-text h5{
	/*color: #3b3b3b !important;*/
	font-weight:bold;
	font-style:normal;
	transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
	color: #3b3b3b;
}

.img-text p{
	margin-top: -22px;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
}

.modal-body img{
	width: 100%;
	margin-bottom: 30px;
}

#blog h1{
	text-align:center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#blog h5{
	padding-top: 25px;
	font-size:16px;
	font-style:italic;
	color: #3b3b3b;
	font-weight:600 !important;
}

#blog h4{
	font-weight:bold;
	padding-bottom: 25px;
}

.margin-img{
	margin-top: 50px;
}




.col {
	display: block;
	float:left;
	margin: 0 0 0 1.6%;
}

.col:first-child { 
    margin-left: 0; 
}

.span-5 {
	width: 18.72%;
}

.bouncing-arrow .arrow {
	display:block;
}

.arrow a{
	padding: 20px;
}

.arrow a > div{
	display: inline-block;
}

.bouncing-arrow p{
	color: white;
	font-weight: bold;
	margin-top: 5px;
}

.arrow img {
    height: 17.3px;
    width: 28px;
	margin-top: 5px;
}

.bouncing-arrow {
	animation-name: bouncing-arrow;
	-moz-animation-name: bouncing-arrow;
	-webkit-animation-name: bouncing-arrow;
	-o-animation-name: bouncing-arrow;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}
a:hover .animate-arrow{
	color: white;
    animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
    animation-duration:2s;
	-moz-animation-duration:2s;
	-o-animation-duration:2s;
	-webkit-animation-duration:2s;
}

@keyframes bouncing-arrow {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-25px);}
	60% {transform: translateY(-15px);}
}

@-webkit-keyframes bouncing-arrow {
	 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
	 40% {-webkit-transform: translateY(-25px);}
	 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bouncing-arrow {
	 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	 40% {-moz-transform: translateY(-25px);}
	 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bouncing-arrow {
	 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	 40% {-o-transform: translateY(-25px);}
	 60% {-o-transform: translateY(-15px);}
}

#preloader{
	bottom: 0;
	height: 100%;
	background-color: #141414;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 1100;
}

#gif{
	background-image: url("../images/print.gif");
	background-repeat: no-repeat;
	background-size: cover;
  	width: 90px;
  	height: 90px;
	position: absolute;
    top: 50%;
    left: 50%;
	white-space: nowrap;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#welcome{
	color: white;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	white-space: nowrap;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.line{
	border-top: 2px solid #e61e1e;
	/*width: 75%;*/
	margin-left: auto;
	margin-right: auto;
}

div.navbar-header{
	padding-left: 15px;
	height: 60px;
}

div.navbar-header > a{
	text-decoration: none;
	color: white;
	float: left;
}

div.navbar-header > a > img{
	height: 30px;
	margin-top: 6px;
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

div.navbar-header > a > p:hover{
	color: white;
}
@media (max-width: 767px) {
	.navbar-collapse {
		clear: both;
	}
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); }
}

@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); }
}

::-webkit-scrollbar {
    width: 10px;
	background: #141414;
}

::-webkit-scrollbar-thumb {
    background: #888;
	border-radius: 4px;
}

@media only screen and (max-width: 945px){
	
	.top-nav-hidden{
		display:none !important;
	}
	
	.top-nav{
		display:none !important;
	}
	
	.mobile-nav{
		display:block;
	}
	
	.mobile-menu span{
		display:block;
	}
	
	#blog .col-md-4{
		margin-top: 50px;
	}
	
	#contact p{
		margin-bottom: 25px;
	}
	
	.img-text.top{
		top: 30%;
	}
}

@media only screen and (max-width: 681px){
	#footer p{
		margin-top: 25px;
	}
	
	#footer{
		height: 175px;
	}
}

@media only screen and (max-width: 1199px){
	.header h4{
		width: 74%;
	}
}

@media only screen and (max-width: 666px){
	#contact p{
		width: 85%;
	}
}

@media only screen and (max-width: 550px){
	#contact h3{
		width: 85%;
	}
	
}

@media only screen and (max-width: 482px){
	#contact h3{
		width: 75%;
	}
	
}

@media only screen and (max-width: 305px){
	#contact h3{
		width: 65%;
	}
	
}

@media only screen and (max-width: 321px){
	.social-icons a i{
		margin-left: 25px;
	}
	
}

@media only screen and (max-width: 271px){
	.social-icons a i{
		margin-left: 20px;
	}
	
}

@media only screen and (max-width: 370px){
	#footer p{
		font-size: 12px;
	}
	
}

@media only screen and (max-width: 290px){
	#footer p{
		font-size: 10px;
	}
	
}

@media only screen and (max-width: 507px){
	#home h1{
		font-size: 35px;
	}
	
	#home h4{
		font-size: 14px;
	}
	
}

/*::selection {*/
  /*background: #1bbd36;*/
  /*color: white;*/
/*}*/

/*::-moz-selection {*/
  /*background: #1bbd36;*/
  /*color: white;*/
/*}*/