/*
Impulse Template
http://www.templatemo.com/tm-469-impulse
*/

body {
	background: #f8f8f8;
	color: #606060;
	/*font-family: 'Proxima', sans-serif;
	font-family: 'Source Serif Pro', serif;*/
	font-family: 'Noto Serif Lao', serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-align: center;
	vertical-align: middle;
}
@font-face {
	font-family: 'Proxima';
	src: url(../fonts/ProximaNova-Regular.otf);
}
@font-face {
	font-family: 'Proxima Bold';
	src: url(../fonts/ProximaNova-Bold.otf);
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: "Proxima Bold";*/
	/*font-family: 'Source Serif Pro', serif;*/
	font-family: 'Noto Serif Lao', serif;
	font-weight: bold;
}
p {
	letter-spacing: 1px;
	line-height: 28px;
}
hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.title {
	padding-bottom: 40px;
}
.title h2 {
	color: #202020;
	line-height: 20px;
	padding-bottom: 30px;
}
.title p {
	padding-top: 14px;
	padding-bottom: 30px;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
/* preloader section */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none repeat scroll 0 0 #fff;
	background: none repeat scroll 0 0 #f9f9f9;
}
.sk-spinner-rotating-plane.sk-spinner {
	background-image:url("../images/VVsLogoSmall.jpg");
	background-size:contain;
	width: 146.92px;
	height: 120px;
	/*background-color: #eb5424;*/
	background-color: #eb5424;
	/*border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;*/
	/*border-radius: 50%;*/
	/*
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
	*/
	/*-webkit-animation: bounce 1.2s infinite ease-in-out;
	animation: bounce 1.2s infinite ease-in-out;*/
	
}
@keyframes sk-rotatePlane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
@-webkit-keyframes bounce { 
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
	40% {-webkit-transform: translateY(-30px);} 
	60% {-webkit-transform: translateY(-15px);} 
 } 
 
 @keyframes bounce { 
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
	40% {transform: translateY(-30px);} 
	60% {transform: translateY(-15px);} 
 }
 
 .bounce { 
	-webkit-animation-name: bounce; 
	animation-name: bounce; 
 }
 
 .gooey {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 142px;
	height: 40px;
	margin: -20px 0 0 -71px;
	background: #fff;
	filter: contrast(20);
  }
  .gooey .dot {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 12px;
	left: 15px;
	filter: blur(4px);
	background: #000;
	border-radius: 50%;
	transform: translateX(0);
	animation: dot 2.8s infinite;
  }

  .gooey .dots {
	transform: translateX(0);
	margin-top: 12px;
	margin-left: 31px;
	animation: dots 2.8s infinite;
  }
  .gooey .dots span {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 16px;
	filter: blur(4px);
	background: #000;
	border-radius: 50%;
  }

  @-moz-keyframes dot {
	50% {
	  transform: translateX(96px);
	}
  }
  @-webkit-keyframes dot {
	50% {
	  transform: translateX(96px);
	}
  }
  @-o-keyframes dot {
	50% {
	  transform: translateX(96px);
	}
  }
  @keyframes dot {
	50% {
	  transform: translateX(96px);
	}
  }
  @-moz-keyframes dots {
	50% {
	  transform: translateX(-31px);
	}
  }
  @-webkit-keyframes dots {
	50% {
	  transform: translateX(-31px);
	}
  }
  @-o-keyframes dots {
	50% {
	  transform: translateX(-31px);
	}
  }
  @keyframes dots {
	50% {
	  transform: translateX(-31px);
	}
  }

/* home section */
#home {
	/*background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;*/
	/*background: url('../images/vv6backtofrontresized_blur_less.jpg') 50% 0 no-repeat fixed;
	opacity: 0.9;
	background-size:cover;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);*/
	color: #ffffff;
	background-color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	text-align: center;
}
#home h2 {
	letter-spacing: 2px;
}
#home .btn {
	background: #eb5424;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	font-size: 16px;
	padding: 20px 40px;
	margin-top: 60px;
}
#home .btn:hover {
	background: #fff;
	color: #eb5424;
	transition: all 0.4s ease-in-out;
}

#home .home-logo {
	width:100%;
	margin:auto;
}

.pricing-footer {
	text-align:left;
	margin:auto;
}

.pricing-content {
	padding-left:15%;
}

#price td {
	border:none;
}

#contact td {
	border:none !important;
	text-align:left;
}

.home-info-container {
	margin-top:20px;
	background-color:#000;
	padding:25px;
}

.home-info-container a {
	text-decoration:none;
	color:white;
	transition:0.3s;
	font-size:3rem;
}

.home-info-container a:hover {
	text-decoration:none;
	color:rgb(211, 210, 210);
	transition:0.3s;
}

/* navigation section */
.navbar-default {
	background: #000;
	border: none;
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);
	margin: 0 !important;
}
/* OLD BRAND CODE */
.navbar-default .navbar-brand {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	line-height: 40px !important;
}

a:focus {
	outline: none !important;
}

.navbar-brand {
	height: 90px !important;
	padding: 5px 15px !important;
  }

.nav-brand-logo {
	height:80px;
	margin:auto;
}

.navbar-default .navbar-nav li a {
	color: #606060;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px;
}
.navbar-default .navbar-nav li a:hover {
	color: #eb5424;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #606060;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	/*color: #eb5424;*/
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #eb5424;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-nav > li > a {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

/* intro section */
#intro {
	padding-top: 180px;
	padding-bottom: 140px;
}
#intro h4 {
	padding-bottom: 16px;
}
/* work section */
#work {
	background-color: #ffffff;
}
#work .container {
	width: 100%;
	padding: 0;
	margin: 0;
}
#work .title {
	padding: 100px 60px 60px 60px;
}
#work .bg-black {
	background-color: #303030;
	color: #ffffff;
}
#work .bg-red {
	background-color: #eb5424;
	color: #ffffff;
}
#work h3 {
	padding-bottom: 60px;
}
#work .fa {
	color: #ffffff;
	cursor: pointer;
	font-size: 40px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	margin-top: 40px;
}
#work .fa:hover {
	background-color: #ffffff;
	border-radius: 50%;
	color: #303030;
}
/* team section */
@media screen and (max-width: 980px){
	#team .col-xs-6 {
		width: 100%;
	}

	#team .team-des { 
		margin-bottom:40px;
	}

	#contact h2 {
		line-height:40px;
	}
}

#team {
	/*background: #202020 url('../images/vv17reception_blur_less.jpg') 50% 0 no-repeat fixed;
	background-size:cover;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background-color: #606060;*/
	background-color: #d4d4d4;
	padding-top: 100px;
	padding-bottom: 100px;
}
#team h2 {
	color: #6d6d6d;
}
#team h3 {
	color: #444444;
	font-size: 20px;
	line-height: 10px;
}
#team h4 {
	color: #000;
	line-height: 10px;
	font-weight: bold;
}
#team .team-des {
	/*background-color: #eb5424;
	background-color: rgb(201, 200, 200);*/
	color: #ffffff;
	padding: 20px 12px;
	position: relative;
}

.team-member-container {

}

/*
#team img {
	max-width: 100%;
	height: auto;
	padding-top: 60px;
	background-color:#000;
}*/

#team .circle {
	border-radius: 50%;
	height: 350px;
	width: 350px;
	object-fit: contain;
	object-position: center;
	background-color:#000;
	margin-bottom:10px;
}

#vr-pic {
	object-fit: cover !important;
	object-position: 50% 0% !important;
}

#team a {
	text-decoration:none;
}

#team a:link {    /* unvisited link */
    color: #6d6d6d;
    text-decoration: none;
}
#team a:visited {    /* visited link */
    color: #6d6d6d;
}
#team a:hover {    /* mouse over link */
    color: #7e7d7d;
}
#team a:active {    /* active link */
    color: #7e7d7d;
}

/* portfolio section */
#portfolio {
	padding-top: 100px;
	padding-bottom: 100px;
}
#portfolio h2 {
	line-height: 20px;
}
#portfolio h3 {
	color: #eb5424;
	padding-bottom: 60px;
}
#portfolio a {
	text-decoration: none;
}
#portfolio img {
	border-radius: 2px;
	width: 100%;
	max-width: 100%;
	/*height: auto;*/
	margin-bottom: 38px;
	opacity: 0.6;
	transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
	opacity: 0.9;
}
/* price section */
#price {
	background: #f8f8f8;
	padding-top: 100px;
	padding-bottom: 120px;
}
#price .plan {
	background: rgb(49, 49, 49);
	color: #ffffff;
	padding: 0 0 0 0;
}
#price .plan .plan_title {
	background-color: #d5d3d3;
	color: #202020;
	padding-top: 40px;
	padding-bottom: 40px;
}
#price .plan .plan_sub_title {
	/*border-bottom: 1px solid #ffffff;*/
	padding: 30px;
}
#price .plan ul {
	padding: 0;
}
#price .plan ul li {
	display: block;
	font-family: "Proxima";
	font-size: 16px;
	padding: 40px 0 10px 0;
}
#price .plan .btn {
	background: #ffffff;
	border: none;
	border-radius: 0;
	color: #202020;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 40px;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
}
#price .plan .btn:hover {
	background: #202020;
	color: #ffffff;
}
.left-align-td {
	text-align:left;
	/*padding-left:15% !important;*/
}

#price .left-align-td {
	padding-left:15% !important;
}
/* google map section */
#map-canvas {
	border: none;
	width: 100%;
	height: 400px;
}
/* contact section */
#contact {
	background: #f6f6f6 url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
	background-size:cover;
	color: #000;
	padding-top: 100px;
	padding-bottom: 80px;
}
#contact .container {
	background-color:rgb(213, 211, 211, 0.9);
}
#contact h2 {
	color: #000;
}
#contact .form-control {
	border-radius: 4px;
	border: none;
	box-shadow: none;
	margin-top: 12px;
	margin-bottom: 14px;
}
#contact input {
	height: 50px;
}
#contact input[type="submit"] {
	background-color: #eb5424;
	color: #000;
	height: 60px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
}
#contact input[type="submit"]:hover {
	background-color: #202020;
}
/* footer section */
footer {
	background: #202020;
	color: #ffffff;
	/*border-bottom: 10px solid #ffffff;*/
	padding-top: 60px;
	padding-bottom: 60px;
}
footer h2 {
	padding-top: 40px;
	padding-bottom: 20px;
}
footer p {
	line-height: 20px;
}
footer .copyright a {
	color: #eb5424;
}
.social-icon {
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.social-icon li {
	list-style: none;
	display: inline-block;
}
.social-icon li a {
	background: #f8f8f8;
	border-radius: 100%;
	color: #eb5424;
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 0 6px 40px 6px;
}
.social-icon li a:hover {
	background: #080808;
}
@media screen and (max-width:980px) {
	.navbar-default .navbar-nav li a {
		padding-right: 14px;
		padding-left: 14px;
		font-size: 13px;
	}
	#intro h2 {
		font-size: 38px;
		line-height: 40px;
	}
	#work .title {
		padding: 80px 20px 20px 20px;
	}
	.portfolio-thumb .portfolio-overlay {
		padding-top: 24px;
	}
}
@media (max-width:767px) {
.navbar-brand {
	padding-top: 6px;
}
}
@media (max-width:400px) {
#home h1 {
	font-size: 32px;
}
#home h2 {
	font-size: 22px;
}
#intro h2 {
	font-size: 20px;
}
.portfolio-thumb .portfolio-overlay {
	padding-top: 60px;
}
}
