body{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.nav>li>a:focus, 
.nav>li>a:hover{
	background: none;
}
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover{
	background: none;
}
.dropdown-menu>li>a{
	margin-left: 0px!important;
	text-align: center;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover{
	background: none;
}
section.red{
	background: #f2234f;
}
section.dark-red{
	background: #dd2048;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}
h2, h1{
	font-family: 'Montserrat', Georgia, Times, serif!important;
	font-weight: bold;
}

#fade{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
#fade .slide{
	width: 100%!important;
	height: 100%!important;
	background-size: cover!important;
}
#fade .slide-a{
	background: url(../images/slide-a.jpg);
}
#fade .slide-b{
	background: url(../images/slide-b.jpg);
}
#fade .slide-c{
	background: url(../images/slide-c.jpg);
}
#fade .slide-d{
	background: url(../images/slide-d.jpg);
}
#fade .slide-e{
	background: url(../images/slide-e.jpg);
}


header .vp-header-top{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 9px;
	border-bottom: 1px solid #eeeeee;
	display: table;
}
header .vp-header-top a{
	font-size: 14px;
	color: #666666;
	font-weight: 300;
	margin-right: 5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .vp-header-top a:hover{
	color: #4a4a4a;
	text-decoration: none;
}
header .vp-social{
	padding-left: 0px;
}
header .vp-tools{
	padding-right: 0px;
}
header .vp-tools a{
	float: right;
	margin-right: 0px;
	margin-left: 35px;
	font-size: 12px;
}
header .vp-header-bottom{
	padding-top: 25px;
	padding-bottom: 15px;
	display: table;
	width: 100%;
}
header .vp-header-bottom a{
	font-size: 17px;
	color: #666666;
	font-weight: 300;
	padding: 0px;
	margin-left: 50px;
}
header .navbar-collapse{
	float: right;
	padding-right: 0px;
	margin-top: 8px;
}
header .col-md-4{
	padding-left: 0px;
}
header a.logo{
	font-size: 30px;
	float: left;
	margin-left: 0px;
	display: inline-block;
	color: #333333;
	font-weight: bold;
	font-family: 'Montserrat';
}
header a.logo:hover{
	text-decoration: none;
}
header a.logo img{
	vertical-align: baseline;
	margin-right: 6px;
}
header a.logo span{
	color: #f2234f;
}
header button{
	border: 1px solid #999999!important;
}
header button .icon-bar{
	background: #999999;
}
header .navbar-nav>li>.dropdown-menu{
	border-radius: 0px;
    border: none;
    margin-left: 50px;
}
header .navbar-nav>li>.dropdown-menu a{
	text-align: left;
    padding: 10px 20px;
    padding-bottom: 8px;
    display: inline-block;
}



section.vp-breadcrumb{
	background: #f2234f;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
}
section.vp-breadcrumb h2{
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	margin: 0px;
}
section.vp-breadcrumb span{
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	padding-top: 4px;
}
section.vp-text{
	padding-top: 50px;
	padding-bottom: 65px;
	width: 100%;
	display: table;
}
section.vp-text h1{
	font-size: 40px;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	width: 100%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 60px;
}
section.vp-text h1 .col-md-1{
	display: none;
}
section.vp-text p,
section.vp-text font{
	font-size: 18px;
	color: #666666;
	font-weight: 300;
	line-height: 27px;
}
section.vp-text p a{
	color: #f2234f;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
section.vp-text p a:hover{
	color: #666666;
	text-decoration: none;
}
section.vp-partners h1{
	margin-bottom: 30px;
	text-align: left;
}
section.vp-partners .row{
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
}
section.vp-partners .row:last-child{
	border-bottom: none;
}
section.vp-partners img{
	margin-top: 0px;
	width: 100%;
}
section.vp-about .col-md-4{
	text-align: center;
}
section.vp-about h1{
	margin-bottom: 20px;
}
section.vp-about p{
	text-align: center;
}
section.vp-about h2{
	line-height: 26px!important;
	font-size: 18px!important;
}
section.vp-about .vp-icon{
	width: 175px;
	height: 175px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #f2234f;
}
section.vp-about .vp-icon i{
	font-size: 80px;
	vertical-align: middle;
	line-height: 175px;
	color: #999999;
}
section.vp-about p.quote{
	text-align: center;
	font-size: 24px;
	font-style: italic;
	line-height: 34px;
}
section.red h1{
	color: #ffffff;
}
section.red h1 .col-md-1{
	color: #ffffff;
}
section.red p{
	color: #ffffff;
}
section.red .vp-icon{
	border: 1px solid #ffffff;
}
section.red .vp-icon i{
	color: #ffffff;
}
section.red .col-md-6{
	margin-bottom: 30px;
}
section.red .col-md-6 p{
	text-align: left;
}
section.dark-red a{
	padding: 15px;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-decoration: none;
	width: 170px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
section.dark-red a:hover{
	color: #dd2048;
	background: #ffffff;
}
section.vp-contact{
	width: 100%;
	display: table;
}
section.vp-contact .col-md-6{
	margin-top: 40px;
}
section.vp-contact .first-child{
	padding-left: 0px;
}
section.vp-contact input[type=text],
section.vp-contact textarea{
	font-size: 18px;
	font-weight: 300;
	color: #666666;
	width: 100%;
	padding: 15px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin-bottom: 15px;
}
section.vp-contact textarea{
	height: 195px;
}
section.vp-contact .hidden-xs p{
	text-align: left;
	line-height: 30px;
}
section.vp-contact input[type=submit]{
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	width: 100%;
	padding: 15px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin-bottom: 15px;
	background: #f2234f;
	display: block;
	width: 150px;
	text-align: center;
	border: none;
	margin: 0 auto;
}
section.map{
	height: 390px;
	width: 100%
}
section.vp-contact p{
	text-align: center;
}
section.vp-contact h1{
	margin-bottom: 10px;
}
section.vp-main .col-md-3{
	text-align: center;
}
section.vp-hero{
	padding-top: 210px;
	padding-bottom: 240px;
	text-align: center;
	position: relative;
}
section.vp-hero .container{
	z-index: 4;
	position: relative;
}
section.vp-hero h1{
	font-size: 70px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
section.vp-hero p,
section.vp-hero .hero-copy div{
	font-size: 30px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	margin-top: 12px;
	padding: 7px 12px;
	background: rgba(242, 35, 79, 0.7);
	display: inline-block;
}
section.vp-hero a{
	font-size: 24px;
	color: #ffffff;
	background: #f2234f;
	padding: 15px;
	width: 180px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	font-weight: 300;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: none;
}
section.vp-hero a:hover{
	background: #cc1e43;
	text-decoration: none;
}
section.vp-team{
	background: url(../images/back-c.jpg) no-repeat 0px 0px;
	background-size: cover;
	background-attachment: fixed;
}
section.vp-team span{
	background: transparent!important;
}
section.vp-team h1{
	margin-bottom: 30px;
} 
section.vp-team img{
	width: 100%;
}
section.vp-testimonial{
	background: url(../images/back-a.jpg) no-repeat 0px 0px;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
section.vp-testimonial h1,
section.vp-testimonial p{
	color: #ffffff;
}
section.vp-testimonial p{
	padding: 0px 100px;
}
section.vp-testimonial p span{
	background-color: transparent!important;
	color: #ffffff!important
}
section.vp-management{
	background: url(../images/back-d.jpg) no-repeat 0px 0px;
	background-size: cover;
	background-attachment: fixed;
}
section.vp-management p{
	padding: 0px 160px;
}
section.vp-management span{
	background: transparent!important;
}
section.vp-method{
	background: url(../images/back-b.jpg) no-repeat 0px 0px;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
section.vp-method span{
	background: transparent!important;
}
section.vp-bottom-cta h1{
	width: auto!important;
	text-align: left!important;
	font-style: normal!important;
	font-size: 29px!important;
	line-height: 39px!important;
	font-weight: bold!important;
}
section.vp-bottom-cta h1 em{
	font-style: normal!important;
}
section.vp-bottom-cta a{
	width: 100%;
	font-size: 29px;
	padding: 16px 0px;
	text-align: center;
	color: #F2234F;
	background: #ffffff;
	font-family: 'Montserrat';
	font-weight: bold;
	margin-top: 10px;
}
section.vp-clients{
	display: table;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
section.vp-clients h1{
	color: #ffffff;
	margin: 0px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
	clear: both;
}
section.vp-clients h1 .col-md-1{
	border-top: 1px solid #dddddd;
	clear: both;
	margin: 0 auto;
	float: none;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 95px;
}
section.vp-clients #client-slider .item{
	margin: 3px;
	display: block;
	line-height: 80px;
}

section.vp-clients #client-slider .item img{
	display: inline;
	width: 60%;
	margin: 0 auto;
	vertical-align: middle;
}
div.vp-data-nav{
	display: block!important;
}
div.vp-data-nav a{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Montserrat';
	color: #aaaaaa;
	padding: 15px 0px;
	border-bottom: 6px solid #cccccc;
}
div.vp-data-nav a:hover{
	text-decoration: none;
}
div.vp-data-nav a.active{
	color: #666666;
	border-bottom: 6px solid #F2234F;
}
div.vp-cs{
	background: #f4f4f4;
	display: table;
	width: 100%;
	padding: 40px;
}
div.vp-cs-b,
div.vp-cs-c{
	display: none;
}
div.vp-cs h3{
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat';
	margin-bottom: 20px;
	color: #F2234F;
}
div.vp-cs .vp-data{
	margin-bottom: 50px;
	display: table;
	width: 100%;
}
div.vp-cs .vp-data-metric .vp-data-bar{
	height: 60px;
	line-height: 60px;
	margin-bottom: 15px;
}
div.vp-cs .vp-data-metric .vp-data-bar:last-child{
	margin-bottom: 0px;
}
div.vp-cs .vp-data-metric .vp-data-bar p{
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	padding: 18px;
}
div.vp-cs .vp-data-metric .vp-data-bar p strong{
	font-weight: bold;
	font-family: 'Montserrat';
	font-size: 24px;
}
div.vp-cs .vp-data-metric .vp-data-bar-60{
	width: 60%;
	background: #E07111;
}
div.vp-cs .vp-data-metric .vp-data-bar-70{
	width: 70%;
	background: #BE600E;
}
div.vp-cs .vp-data-metric .vp-data-bar-85{
	width: 80%;
	background: #924A0B;
}
div.vp-cs .vp-data-metric .vp-data-bar-100{
	width: 90%;
	background: #6E3707;
}
div.vp-cs .vp-data-demographic .vp-data-bar{
	width: 21%;
	margin-right: 15px;
	position: relative;
	float: left;
}
div.vp-cs .vp-data-demographic .vp-data-bar:last-child{
	margin-bottom: 0px;
}
div.vp-cs .vp-data-demographic .vp-data-bar p{
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	padding: 18px 0px;
	text-align: center;
	position: absolute;
	bottom: -18px;
	width: 100%;
	line-height: 20px;
}
div.vp-cs .vp-data-demographic .vp-data-bar p strong{
	font-weight: bold;
	font-family: 'Montserrat';
	font-size: 24px;
}
div.vp-cs .vp-data-demographic .vp-data-bar-60{
	height: 60px;
	background: #8EB898;
	margin-top: 105px;
}
div.vp-cs .vp-data-demographic .vp-data-bar-70{
	height: 95px;
	background: #5FA771;
	margin-top: 70px;
}
div.vp-cs .vp-data-demographic .vp-data-bar-85{
	height: 130px;
	background: #477C54;
	margin-top: 35px;
}
div.vp-cs .vp-data-demographic .vp-data-bar-100{
	height: 165px;
	background: #365F40;
}
div.vp-cs .vp-data-inner{
	text-align: center;
	float: left;
	margin-right: 50px;
}
div.vp-cs .vp-data-gender i{
	font-size: 200px;
}
div.vp-cs .vp-data-gender i.fa-female{
	color: #B186A8;
}
div.vp-cs .vp-data-gender i.fa-male{
	color: #5574A0;
}
div.vp-cs .vp-data-category i{
	font-size: 100px;
}
div.vp-cs .vp-data-category i.fa-mars,
div.vp-cs .vp-data-category i.fa-star,
div.vp-cs .vp-data-category i.fa-camera{
	color: #E6A264;
}
div.vp-cs .vp-data-category i.fa-camera{
	color: #E6A264;
}
div.vp-cs .vp-data-category i.fa-venus,
div.vp-cs .vp-data-category i.fa-tag{
	color: #8399B0;
}
div.vp-cs .vp-data-category i.fa-heart,
div.vp-cs .vp-data-category i.fa-plane,
div.vp-cs .vp-data-category i.fa-thumbs-up,
div.vp-cs .vp-data-category i.fa-cutlery{
	color: #9DBC9E;
}
div.vp-cs .vp-data-social i{
	font-size: 100px;
}
div.vp-cs .vp-data-social i.fa-twitter{
	color: #55C2D8;
}
div.vp-cs .vp-data-social i.fa-facebook{
	color: #2D4586;
}



footer{
	background: #f4f4f4;
	padding-top: 60px;
	padding-bottom: 120px;
	width: 100%;
}
footer .col-md-1{
	padding-left: 0px;
}
footer .col-md-1 a,
footer .col-md-2 a{
	font-size: 14px;
	color: #666666;
	font-weight: 300;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
footer .col-md-1 a:hover,
footer .col-md-2 a:hover{
	color: #666666;
	text-decoration: none;
}
footer .col-md-9{
	padding-right: 0px;
}
footer p{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	font-weight: 300;
	text-align: right;
	margin: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	header .vp-header-bottom a{
		font-size: 16px;
	}
	section.vp-hero{
		background-size: inherit
	}
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
	header .vp-tools{
		display: none;
	}
	footer .col-md-1{
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
	}
	footer .col-md-2{
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
	}
	footer p{
		text-align: center;
		margin-top: 30px;
	}
	section.vp-partners img{
		display: block;
		margin: 0 auto;
		width: 260px;
		margin-bottom: 15px;
	}
	section.vp-contact .map{
		display: none;
	}
	section.vp-contact .first-child{
		padding-right: 0px;
	}
	section.vp-hero{
		background-size: inherit
	}
	section.vp-hero h1{
		font-size: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	header .vp-header-bottom a{
		font-size: 16px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.navbar-collapse.in{
		width: 100%;
		clear: both;
		border-top: 1px solid #dddddd;
		padding-top: 20px;
		margin-top: 20px;
	}
	.navbar-collapse.in a{
		margin-left: 0px;
		margin-bottom: 15px;
	}
	section.vp-contact .map{
		display: none;
	}
	.dropdown-menu>li>a{
		margin-left: 0px!important;
		text-align: left;
		padding: 0px;
	}
	section.vp-clients{
		display: none;
	}
	section.vp-testimonial p{
		padding: 0px;
	}
	section.vp-testimonial{
		background: url(../images/back-a.jpg) no-repeat 0px 0px;
		background-size: cover;
		background-attachment: fixed;
	}
	section.vp-management p{
		padding: 0px;
	}
	header .navbar-nav>li>.dropdown-menu{
		border-radius: 0px;
	    border: none;
	    margin-left: 0px;
	    clear: both;
	    box-shadow: none;
	    display: block;
	    position: relative;
	    width: 100%;
	    padding: 0px;
	}
	header .navbar-nav>li>.dropdown-menu a{
		text-align: left;
	    padding: 0px;
	    padding-bottom: 15px;
	    display: inline-block;
	    box-shadow: none;
	    margin-bottom: 0px;
	}
	.caret{
		display: none;
	}
	div.vp-data-nav a{
		font-size: 12px;
	}
	div.vp-cs .vp-data-gender i{
		font-size: 100px;
	}
	div.vp-cs .vp-data-metric .vp-data-bar p{
		font-size: 10px;
	}
	div.vp-cs .vp-data-metric .vp-data-bar p strong{
		font-size: 14px;
	}
	div.vp-cs .vp-data-demographic .vp-data-bar{
		width: 19%;
	}
	div.vp-cs .vp-data-demographic .vp-data-bar p{
		font-size: 10px;
	}
	div.vp-cs .vp-data-demographic .vp-data-bar p strong{
		font-size: 14px;
	}
}



