/*

Template 2081 Solution

http://www.tooplate.com/view/2081-solution

*/
body {
	background: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	position: relative;
}
h1, h2, h3, h4 { font-family: 'Quicksand', sans-serif; }
p { line-height: 26px; }
a {
	-webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
mark {
	background: #e4daec;
	border-radius: 2px;
}
.too-icon { padding: 6px; }
.grey-background {
	border: 1px solid #f6f6f6;
	background: rgb(250, 250, 250);
}
::selection { background: rgba(248, 191, 215, 0.6); }
::-moz-selection { background: rgba(248, 191, 215, 0.6); }
.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
	margin-bottom: 30px;
}

/* start all section */
#about, #company-contacts, #events, #marketing, #marketing-content, #contact, #team {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	border-bottom: 1px solid #f6f6f6;
}
/* end all section */

/* start nagivation */
.navbar-default {
	border: none;
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.4);
	background: #8E65AE;
	font-weight: bold;
	margin: 0 !important;
	padding: 0;
}
.navbar-default .navbar-brand {
	padding-top: 5px;
	padding-bottom: 60px;
}
.navbar-brand { padding: 15px 0px; }
.navbar-brand div {
	display: inline;
	position: relative;
  top: -8px;
	color: #FFFFFF;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
}
.navbar-brand img {
	display: inline;
	margin-right: 20px;
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
  border-radius: 50%;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.navbar-brand:hover img { box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.8); }
.navbar-default .fa {
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}
.navbar-default .nav-labels { display: inline; }
.navbar-default .navbar-nav li a {
	font-size: 13px;
	line-height: 35px;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav li a:focus {
	color: #FFFFFF;
	background: transparent;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #F49AC1;
	background: rgb(250, 250, 250);
}
.navbar-default .navbar-toggle {
  border: none;
	padding: 12px 10px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background: transparent }
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 500px;
}
/* end navigation */

/* start home */
#home {
	margin-top: 65px;
	background: url('../images/header.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	height: 50vh;
	min-height: 400px;
}
#home li {
	display: none;
	padding: 0;
	position: relative;
	-webkit-backface-visibility: hidden;
}
#home .header-image { height: 90%; }
#home .header-text {
	border-left: 3px rgb(51, 51, 51);
  border-style: solid;
  border-bottom: none;
  border-top: none;
  border-right: none;
  margin-left: 10px;
  padding: 40px 0px 40px 10px;
}
.flexslider {
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	zoom: 1;
	overflow: hidden;
	margin: 0;
}
.flexslider .slides {
	padding: 0;
	zoom: 1;
}
.caption {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	z-index: 7;
	width: 100%;
	height: 50vh;
	min-height: 400px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexslider .btn {
	background: #8E65AE;
	border-radius: 4px;
	border: 2px solid transparent;
	color: #FFFFFF;
	font-weight: bold;
	margin: 40px 0 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	height: 50px;
	width: 250px;
	padding: 12px 10px 10px 10px;
}
.flexslider .btn:hover,
.flexslider .btn:focus {
	background: #fff;
	color: #F49AC1;
	border: 2px solid transparent;
}
/* end home */

/* start events */
#events h2 {
	font-size: 40px;
	color: #F49AC1;
	margin-bottom: 50px;
}
#events .card {
	height: 100%;
	border-radius: 0;
	border: 1px solid #f6f6f6;
	background: rgb(250, 250, 250);
	padding: 15px;
}
#events .card-block {
	padding: 20px 0 20px 0;
}
#events img {
	width: 100%;
}
#events .list-group-item {
	background-color: #f5f5f5;
  border: 1px solid #ccc;
}
#events .fa {
	color: #F49AC1;
	font-size: 18px;
	width: 20px;
}
#events .icon-label {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #F49AC1;
	line-height: 0px;
	text-align: center;
	display: inline;
  padding-right: 10px;
	font-weight: 500;
}
#events h3, #event-card-desc h1 {
	color: #F49AC1;
	text-align: center;
	font-size: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 8px;
}
#events .card-link {
	font-size: 18px;
}
#event-card-desc h2 {
	color: #F49AC1;
	text-align: center;
	font-size: 30px;
}
#event-card-desc h3 {
	color: #f5f5f5;
	text-align: left;
	font-size: 20px;
}
/* end events */

/* start about */
#about h3 {
	color: #F49AC1;
	font-size: 40px;
	padding-bottom: 10px;
}
#about h4 { padding-bottom: 10px; }
#about .logo {
	width: 80%;
	max-width: 300px;
	padding-bottom: 30px;
	padding-top: 15px;
	display: block;
	margin: 0 auto;
}
/* end about */

/* start logos */
#company-contacts img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#company-contacts img:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
/* end logos */

/* start marketing */
#marketing {
	background: url('../images/marketing.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
}
#marketing h2 {
	font-size: 40px;
	color: #F49AC1;
}
/* end marketing */

/* start marketing-content */
#marketing-content h3 {
	color: #F49AC1;
	font-size: 40px;
	padding-bottom: 10px;
}
#marketing-content h4 { padding-top: 10px; }
#marketing-content .logo {
	width: 80%;
	max-width: 300px;
	padding-bottom: 30px;
	padding-top: 15px;
	display: block;
	margin: 0 auto;
}
/* end marketing-content */

/* start contact */
#contact { background: rgb(250, 250, 250); }
#contact h2 {
	font-size: 40px;
	color: #F49AC1;
}
#contact h3 { font-weight: bold; }
#contact h4 { padding-bottom: 10px; }
#contact .fa {
	color: #F49AC1;
	font-size: 18px;
	padding-bottom: 14px;
	width: 40px;
}
/* end contact */

/* start team */
#team, .text-wrap { word-wrap: break-word; }
#team img {
	display: inline-block;
	padding: 10px;
	transition: all 0.4s ease-in;
	border-radius: 14px;
}
#team h3 {
	color: #F49AC1;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 8px;
}
#team h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #777;
	text-align: center;
	padding-bottom: 5px;
}
#team .fa {
	color: #F49AC1;
	font-size: 18px;
	padding-bottom: 14px;
	width: 40px;
}
#team .contact { padding-bottom: 20px; }
#profile-title { text-transform: uppercase; }
/* end team */

/* start footer */
footer {
	padding-top: 40px;
	padding-bottom: 20px;
	background: rgb(250, 250, 250);
}
footer p { line-height: 16px; }
footer .right { text-align: right; }
#demo { color: #d3ebff; }
/* end footer */

@media only screen and (max-width: 1400px) {
	#home h1 { font-size: 60px; }
}
@media only screen and (min-width: 1400px) {
	#home h1 { font-size: 60px; }
}
@media only screen and (max-width: 1199px) {
	#home h1 { font-size: 55px; }
	#home h2 { font-size: 24px; }
}
@media only screen and ( max-width: 767px ) {
	.navbar-default .navbar-brand { margin-left: 20px; }
	.navbar-default .navbar-nav { margin: 0; }
	.navbar-default .navbar-collapse {
		border: none;
		padding-left: 20px;
		padding-right: 20px;
		background: rgb(250, 250, 250);
		box-shadow: inset 0px 2px 2px 0px rgba(50, 50, 50, 0.4);
		z-index: -1;
	}
	.navbar-default .navbar-nav li a {
		color: #777;
		background-color: initial !important;
	}
	.navbar-default .fa	{ text-align: left; }
	.navbar-default .mobile { display: inline; }
	.navbar-default .navbar-nav li:first-child { padding-top: 20px; }
	footer .right { text-align: left; }
	#home h1 { font-size: 50px; }
	#home h2 { font-size: 18px; }
}
@media only screen and ( max-width: 640px ) {
	#home h1 { font-size: 45px; }
}
@media only screen and ( max-width: 450px ) {
	#home .header-image { display: none; }
	#team .col-xs-6 { width: 100%; }
	#team { text-align: center; }
}
