@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

.logo{
	max-width:100%;
  	height:auto;
	margin-left:-50px;
    margin-top: -10px;
}
body, html {
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	background-color: #ECECEC;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333;
	/*text-transform: uppercase;*/
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	/*text-transform: uppercase;*/
	font-weight: 400;
	color: #333;
}
h5 {
	/*text-transform: uppercase;*/
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #96281B;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #8eb640;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-contact {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	/*border: 2px solid transparent;*/
	letter-spacing: 2px;
	margin: 0 !important;
	color: #fff;
	/*margin: 5px 15px !important;*/
	background-color: #c22127;
	/*padding: 10px 16px;*/
}
.btn-contact:hover {
	color: #515d6f;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
.invisible {
	opacity: 0;
}
.visible {
	opacity: 1;
}
.animate {
	-webkit-animation-duration: 1s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.continuos {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.scroll-down { 
	display: block;
	/*position: absolute;*/
	background-color: #eff2f4;
	color: white;
	left: 0;
	bottom: -10px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-family: "Open Sans";
	font-weight: 300;
	letter-spacing: 0.9px;
	cursor: pointer;
	z-index: 100;
}
.scroll-down img { 
	display: block;
	margin: auto;
	margin-top: 10px;
}
.scroll-up img { 
	display: block;
	margin: auto;
	margin-top: 10px;
}
.scroll-up.on-2 img { 
	display: block;
	margin: auto;
	margin-top: 10px;
	-webkit-filter: brightness(10);
	filter: brightness(10);
}
.scroll-up { 
	position: absolute;
	background-color: transparent;
	right: 50px;
	bottom: 20px;
	text-align: center;
	font-size: 10px !important;
	font-weight: 300;
	cursor: pointer;
	z-index: 101;
}
.scroll-up.on-2 { 
	color: #fff;
	background-color: transparent !important;
}
.rotate90 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
	margin-left: 15px;
}
#menu.navbar-default {
	background-color: #96281B;
	border-color: rgba(231, 231, 231, 0);
	z-index: 99;
	height: 70px;
	width:100%;
	margin-top:0px;
	margin-left:-15px;

}
#menu a.navbar-brand {
	font-style:  Georgia;
	font-size: 18px;
	color: #F9BF3B;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	height:15px;
	margin-top:-10px;
	
}
#menu a.navbar-brand div.img-logo {
	
	width: 100%;
	height: 65px;
	background-position: 0px 0px;
	margin-top: 2px;
}
#menu.on-2 a.navbar-brand div.img-logo {

	width: 140px;
	height: 66px;
	background-position: 0px -70px;
	margin-top: 5px;
}

#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Roboto', sans-serif;
	font-color:#F9BF3B;
	text-transform: uppercase;
	color: #F9BF3B;
	font-weight: 400;
	font-size: 12px;
  	top:-55px;
	border: 2px solid transparent;
	letter-spacing: 2px;
	margin:0px 0px 5px 15px;
	width:auto;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #c22127 !important;
	background-color: #C0392B;
}
.on-2.navbar-default .navbar-nav > .active > a, .on-2.navbar-default .navbar-nav > .active > a:hover, .on-2.navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
}
.on-3.navbar-default .navbar-nav > .active > a, .on-3.navbar-default .navbar-nav > .active > a:hover, .on-3.navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
	top:-40px;
	right :-20px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #C0392B;
   	border-color: #C0392B;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	/*margin-bottom: 70px;*/
	height: 130px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #628d0f;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	/*background: url(../img/intro-bg.jpg) no-repeat center center;*/
	background-color: #eff2f4;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 600px;
}
.intro .overlay {
	/*background: rgba(0,0,0,0.4);*/
	background-color: #eff2f4;
}
.intro-text img {
	/*width: 100%*/
}
.intro .btn {
    border-width: 0;
    padding: 12px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    outline: none !important;
    background-image: none !important;
    background-color: #38abbe;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 40px;
    text-shadow: none;
    border-radius: 0;
}
.intro button.btn-best-deal {
    border-width: 0;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 900;
    color: #fff;
    text-shadow: none;
    text-align: center;
    text-transform: uppercase;
    background-color: #c22127 !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 35px;
    cursor: default;
}
.intro .form-control {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.intro .overlay .panel-wrapper {
	height: 500px;
	background-color: transparent;
}
.intro .overlay .panel-wrapper .panel {	
	min-height: 470px;
	margin: 15px 5px;
	background-color: transparent;
	border-radius: 0;
	/*padding: 0 !important;*/
	width: 24% !important;
	padding-top: 50px;
}
.panel-1 {
	background-color: #006699 !important;
}
.panel-2 {
	background-color: #ff9900 !important;
}
.panel-3 {
	background-color: #d7252c !important;
}
.panel-4 {
	/*background-color: #006699 !important;*/
	border: 1px solid #cfd1d3;
}
.best-deal {
	margin: 0 5px !important;
	height: 100% !important;
	padding-top: 30px !important;
}
.header-text {
	padding-top: 150px;
	padding-bottom: 100px;
	text-align: center;
	min-height: 200px;
}
.intro h1 {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 10em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro h5 {
	font-size: 18px;
	color: #515d6f;
	font-weight: 400;
	line-height: 30px;
}
.intro .panel h3 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 24px;
}
.intro .panel h4 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
}
.intro .panel-4 h4 {
	margin: 20px 0;
	font-weight: 500;
	font-size: 14px;
}
.intro .panel-4 h3, .intro .panel-4 h4, .intro .panel-4 p {
	color: #717b8a !important;
}
.intro .panel p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.intro .btn-more {
    height: 40px;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    outline: none !important;
    background-image: none !important;
    background-color: transparent;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.intro-text .btn-more {
    height: 43px;
    border: 2px solid #38abbe;
    border-radius: 5px;
    color: #38abbe;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    outline: none !important;
    background-image: none !important;
    background-color: transparent;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.intro-text .btn-more:hover {
    border: 2px solid #38abbe;
    color: #fff;
    background-color: #38abbe;
}
.intro span {
	color: #fff;
	font-weight: 600;
}
header .intro-text {
	padding-top: 150px;
	padding-bottom: 200px;
	text-align: center;
	min-height: 400px;
}
#client .intro-text {
	padding-top: 0;
	padding-bottom: 200px;
	text-align: center;
	min-height: 400px;
}
#features .intro-text {
	padding-top: 100px;
	padding-bottom: 20px;
	text-align: center;
	min-height: 400px;
}
@keyframes slideDown {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slideUp {
	0% {
		transform: translateY(25%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
header .bg-logo {
	background-color: #96281B;
	width: 100%;
	height: 500px;
	/*background-position: 7vh 0px;*/

	/* this section calls the slideUp animation we defined above */
	animation-name: slideUp;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 1.5s;
}
header .fg-logo {
	background: url('../../assets/img/homepage/chip02.png') no-repeat;
	width: 50%;
	height: 300px;
	background-position: 0px 0px;
	z-index: 99;
	float: right;
	position: absolute;
	top: 100px;
	left: 350px;

	/* this section calls the slideDown animation we defined above */
	animation-name: slideDown;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 2s;
}
header .top-logo {
	background: url('../../assets/img/homepage/chip03.png') no-repeat;
	width: 50%;
	height: 300px;
	background-position: 0px 0px;
	z-index: 99;
	float: right;
	position: absolute;
	top: 20px;
	left: 270px;

	/* this section calls the slideDown animation we defined above */
	animation-name: slideDown;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 2.5s;
}
#header div.icon-set {
	background: url('../../assets/img/homepage/chip_set.png') no-repeat;
	width: 100%;
	height: 125px;
	position: absolute;
	bottom: 0;
	left: 330px;
	background-size: 290px 70px; 

	/* this section calls the slideUp animation we defined above */
	animation-name: fadeIn;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 6s;
}
	


#header div.text-logo {
	margin-top: 75px;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	margin-left: 35px;
}
#header div.text-logo h1 {
	font-weight: 300;
	font-size: 48px;
	color: #c22127;
}
#header div.text-logo h4 {
	font-size: 18px;
	color: #515d6f;
}
#header div.text-header {
	font-family: 'Roboto', sans-serif;
}
#header div.text-header h1 {
	font-weight: 300;
	font-size: 48px;
	color: #c22127;
}
#header div.text-header h4 {
	font-size: 18px;
	color: #515d6f;
}
#header div.text-header h4 a {
	color: #c0c9d7 !important;
	margin-right: 10px;
	margin-left: 10px;
}
#header div.text-header h4 a.selected {
	color: #515d6f !important;
}
#header div.icon-set {
	background: url('../../assets/img/homepage/chip_set.png') no-repeat;
	width: 100%;
	height: 125px;
	position: absolute;
	bottom: 0;
	left: 330px;
	background-size: 290px 70px; 

	/* this section calls the slideUp animation we defined above */
	animation-name: swipeX;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 6s;
}
/* Slider Section */
#slider {
	padding: 85px 0 75px 0;
	background-color: transparent;
	font-family: 'Roboto', sans-serif;
	color: #c22127;
	/*height: 95vh;*/
	z-index: 99
}
#slider:before {
	content:"";
	position: relative;
	border-top: 50px solid #eff2f4;
	border-left: 49vw solid transparent;
	border-right: 49vw solid transparent;
	top: -38px;
	left: 5px;
	z-index: 99
}
#slider h2 {
	color: #c22127;
}
#slider h3 {
	color: #c22127;
	font-size: 20px;
}
#slider .slider-text {
	margin-left: 10px;
	text-align: center;
	margin-bottom: 10px;
}
#slider .slider-text h2 {
	font-weight: 200;
	font-size: 36px;
	/*letter-spacing: 2px;*/
}
#slider .slider-img {
	display: inline-block;
	position: relative;
}
#slider .slider-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#slider p {
	line-height: 24px;
	margin: 15px 0 30px;
}

/* About Section */
#about {
	padding: 85px 0 75px 0;
	background-color: #c22127;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	height: 95vh;
	z-index: 99
}

#about h2 {
	color: #fff;
}
#about h3 {
	color: #fff;
	font-size: 20px;
}
#about .about-text {
	margin-left: 10px;
	text-align: center;
	margin-bottom: 10px;
}
#about .about-text h2 {
	font-weight: 700;
	font-size: 36px;
}
#about .about-img {
	display: inline-block;
	position: relative;
}
#about .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
}
#about .video-wrapper {
	width: 720px;
	height: 405px;
	text-align: center;
	margin: 5vh auto;
	-webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.34);
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.34);
}
/* About2 Section */
#about2 {
	padding: 120px 0 75px 0;
	background-color: #eff2f4;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	height: 95vh;
}
#about2 h2 {
	color: #fff;
}
#about2 h3 {
	color: #fff;
	font-size: 20px;
}


/* Demo Section */
#demo {
	min-height: 50px;
	padding: 20px 0;
	background-color: transparent;
	font-family: 'Roboto', sans-serif;
	/*transition: all 0.8s;*/
	/*box-shadow: 0 -1px 10px 2px rgba(0, 0, 0, 0.35);*/
}
#demo h2 {
	font-size: 36px;
	font-weight: 300;
	color: #515d6f;
	margin: 0 !important;
}
#demo .form-control {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: #eff2f4;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#demo .btn {
    border-width: 0;
    padding: 12px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    outline: none !important;
    background-image: none !important;
    background-color: #38abbe;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 40px;
    text-shadow: none;
    border-radius: 0;
}
/* Menu Section */

.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px;
	padding: 20px 0;
}
ol.type li a {
	color: #999;
	font-weight: 500;
	font-size: 14px;
	padding: 12px 24px;
	background: #eee;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
ol.type li a.active {
	color: #fff;
	background-color: #8eb640;
}
ol.type li a:hover {
	color: #fff;
	background-color: #8eb640;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.portfolio-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Team Section */
#team {
	color: #fff;
	background: #444 url(../img/team-bg.jpg) center top no-repeat fixed;
	background-size: cover;
}
#team .overlay {
	padding: 120px 0 80px 0;
	background: rgba(0, 0, 0, 0.6);
}
#team h2, #team p {
	color: #fff;
}
#team hr {
	background: #fff;
}
#team h3 {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	margin: 5px 0;
}
#team img {
	width: 280px;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .team-img {
	display: inline-block;
	position: relative;
}
#team .thumbnail .team-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
#team .thumbnail .caption {
	padding-top: 10px;
}
#team .thumbnail .caption p {
	color: rgba(255,255,255,0.7);
	padding: 0 10px;
	font-size: 15px;
}
/* Call Reservation Section */
#call-reservation {
	padding: 90px 0;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8eb640+50,779936+100 */
	background: rgb(142,182,64); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb640', endColorstr='#779936', GradientType=0 ); /* IE6-9 */
}
#call-reservation .overlay {
	padding: 80px 0;
	background: #8eb640;
}
#call-reservation h2 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 0;
}
#call-reservation hr {
	background: #fff;
}
#call-reservation h3 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin: 5px 0;
}
/* Contact Section */
#contact {
	padding: 100px 0;
	background: #F6F6F6;
	font-family: 'Roboto', sans-serif;
	min-height: 230px;
}
#contact .section-title p {
	margin-top: 10px;
	color: #515d6f;
	font-size: 14px;
	font-weight: 300;
}
#contact form {
	padding: 0;
}
#contact h2 {
	font-size: 36px;
	font-weight: 300;
	color: #c22127;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#contact h5 {
	font-size: 18px;
	color: #515d6f;
	font-weight: 400;
}
#contact .form-control {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: #eff2f4;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#contact .btn {
    border-width: 0;
    padding: 12px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    outline: none !important;
    background-image: none !important;
    background-color: #38abbe;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 40px;
    text-shadow: none;
    border-radius: 0;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
	height: 50px;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;

}
#contact .contact-item p {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
}


#contact .dept-item {
	margin: 20px 0 40px 0;
}
#contact .dept-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .dept-item p {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
}
/* Footer Section*/
#footer {
	background: e;
	padding: 50px 0 75px 0;
	font-family: 'Roboto', sans-serif;
	height: 30px;
}
#footer h3 {
	color: #F9BF3B;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer p.header {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}
#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;
	background-color: #96281B;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#779936+0,8eb640+50 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#779936', endColorstr='#8eb640', GradientType=0 ); /* IE6-9 */
}
#footer .social {
	background-color: #96281B;
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}
#footer p:hover {
	/*text-decoration: underline;
	font-weight: 500;*/
}
#footer a {
	color: #f6f6f6;
}
#footer a > p:hover {
	text-decoration: underline;
	font-weight: 500;
	color: #fff;
}

.features-flow {
	background: url('../../assets/img/features/logo-emblem.png') no-repeat;
	background-size: 250px; 
	background-position: center;
	width: 876px;
	margin: auto;
	position: relative;
}
#features-wrapper {
	position: relative;
	width: 100%;
	min-height: 150px;
}
.features-menu {
	/*padding: 5px;*/
	width: 57px;
	height: 504px;
	z-index: 100;
	position: fixed;
	top: 100px;
	background: url('../../assets/img/features/sidebar.png') no-repeat;
}
.sidebar-logo {
	width: 50px;
	height: 50px;
	margin-bottom: 6px;
}
/* Tooltip */
.page-scroll + .tooltip > .tooltip-inner {
	background-color: #f7f9fa; 
	color: #515d6f; 
	border: 1px solid #e0e3e6; 
	padding: 5px;
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
	max-width: none;
}
 /* Tooltip on right */
.page-scroll + .tooltip.right > .tooltip-arrow {
 	border-right: 5px solid #e0e3e6;
}
.feature-icon-1 {
	position: absolute;
	left: 330px;
	top: -20px;
	height: 88px;
	width: 100px;
	margin-left: -50px;
	margin-top: 0px;
	transition: all 0.3s;
}
.feature-icon-1:hover {
	width: 150px;
	height: 132px;
	top: -42px;
	left: 305px;
}
.feature-icon-2 {
	position: absolute;
	right: 280px;
	top: -20px;
	height: 88px;
	width: 100px;
	margin-left: -50px;
	margin-top: 0px;
	transition: all 0.3s;
}
.feature-icon-2:hover {
	width: 150px;
	height: 132px;
	top: -42px;
	right: 255px;
}
.feature-icon-3 {
	position: absolute;
	right: 155px;
	top: 30px;
	height: 88px;
	width: 100px;
	margin-right: -50px;
	margin-top: 0px;
	transition: all 0.3s;
}
.feature-icon-3:hover {
	width: 150px;
	height: 132px;
	top: 8px;
	right: 120px;
}
.feature-icon-4 {
	position: absolute;
	right: 55px;
	top: 185px;
	height: 88px;
	width: 100px;
	margin-right: -50px;
	margin-top: -44px;
	transition: all 0.3s;
}
.feature-icon-4:hover {
	width: 150px;
	height: 132px;
	top: 163px;
	right: 30px;
}
.feature-icon-5 {
	position: absolute;
	right: 155px;
	bottom: 65px;
	height: 88px;
	width: 100px;
	margin-right: -50px;
	margin-bottom: 0px;
	transition: all 0.3s;
}
.feature-icon-5:hover {
	width: 150px;
	height: 132px;
	bottom: 40px;
	right: 130px;
}
.feature-icon-6 {
	position: absolute;
	left: 438px;
	bottom: 0;
	height: 88px;
	width: 100px;
	margin-left: -50px;
	margin-bottom: 0px;
	transition: all 0.3s;
}
.feature-icon-6:hover {
	width: 150px;
	height: 132px;
	bottom: -22px;
	left: 413px;
}
.feature-icon-7 {
	position: absolute;
	left: 155px;
	bottom: 65px;
	height: 88px;
	width: 100px;
	margin-left: -50px;
	margin-bottom: 0px;
	transition: all 0.3s;
}
.feature-icon-7:hover {
	width: 150px;
	height: 132px;
	bottom: 40px;
	left: 130px;
}
.feature-icon-8 {
	position: absolute;
	left: 55px;
	top: 185px;
	height: 88px;
	width: 100px;
	margin-left: -50px;
	margin-top: -44px;
	transition: all 0.3s;
}
.feature-icon-8:hover {
	width: 150px;
	height: 132px;
	top: 163px;
	left: 30px;
}
.feature-icon-9 {
	position: absolute;
	left: 155px;
	top: 30px;
	height: 88px;
	width: 132px;
	margin-left: -66px;
	margin-top: 0px;
	transition: all 0.3s;
}
.feature-icon-9:hover {
	width: 198px;
	height: 132px;
	top: 8px;
	left: 120px;
}
.feature-header-1 {
	background-color: #517dbe !important;
	padding: 50px 0 0 0 !important;
}
.feature-header-1:before {
	position: absolute;
	border-top: 50px solid #eff2f4;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	top: 0;
	left: 0;
}
#menu.feature-header-1 a.navbar-brand div.img-logo {
	background: url('../../assets/img/homepage/cornerstone-logo.png');
	width: 140px;
	height: 66px;
	background-position: 0px -70px;
	margin-top: 5px;
}
#menu.feature-header-1.navbar-default .navbar-nav > li > a.btn-contact {
	color: #fff;
	background-color: #38abbe;
}
#menu.feature-header-1.navbar-default .navbar-nav > li > a {
	color: #fff;
}
#menu.feature-header-1 a.navbar-brand {
	color: #fff !important;
}
#menu.feature-header-1.navbar-default .navbar-nav > li > button {
	color: #fff;
	background-color: #38abbe;
}
#menu.feature-header-1.navbar-default .navbar-nav > li > a:hover {
	color: #fff !important;
}
.feature-header-1.navbar-default .navbar-nav > .active > a, .feature-header-1.navbar-default .navbar-nav > .active > a:hover, .feature-header-1.navbar-default .navbar-nav > .active > a:focus {
	color: #515d6f !important;
	background-color: transparent;
}
.feature-header-1_5 {
	background-color: #517dbe !important;
	padding: 0px 0 0 0 !important;
}
#menu.feature-header-1_5 a.navbar-brand div.img-logo {
	background: url('../../assets/img/homepage/cornerstone-logo.png');
	width: 140px;
	height: 66px;
	background-position: 0px -70px;
	margin-top: 5px;
}
#menu.feature-header-1_5.navbar-default .navbar-nav > li > a.btn-contact {
	color: #fff;
	background-color: #38abbe;
}
#menu.feature-header-1_5.navbar-default .navbar-nav > li > a {
	color: #fff;
}
#menu.feature-header-1_5 a.navbar-brand {
	color: #fff !important;
}
#menu.feature-header-1_5.navbar-default .navbar-nav > li > button {
	color: #fff;
	background-color: #38abbe;
}
#menu.feature-header-1_5.navbar-default .navbar-nav > li > a:hover {
	color: #fff !important;
}
.feature-header-1_5.navbar-default .navbar-nav > .active > a, .feature-header-1_5.navbar-default .navbar-nav > .active > a:hover, .feature-header-1_5.navbar-default .navbar-nav > .active > a:focus {
	color: #515d6f !important;
	background-color: transparent;
}
#menu.feature-header-3 a.navbar-brand div.img-logo {
	background: url('../../assets/img/homepage/cornerstone-logo.png');
	width: 140px;
	height: 66px;
	background-position: 0px -70px;
	margin-top: 5px;
}
#menu.feature-header-3.navbar-default .navbar-nav > li > a.btn-contact {
	color: #fff;
	background-color: #38abbe;
}
#menu.feature-header-3.navbar-default .navbar-nav > li > a {
	color: #fff;
}
#menu.feature-header-3 a.navbar-brand {
	color: #fff !important;
}
#menu.feature-header-3.navbar-default .navbar-nav > li > button {
	color: #fff;
	background-color: #38abbe;
}
#menu.feature-header-3.navbar-default .navbar-nav > li > a:hover {
	color: #fff !important;
}
.feature-header-3 {
	background-color: #4f9f2e !important;
	padding: 0 !important;
}
.feature-header-3.navbar-default .navbar-nav > .active > a, .feature-header-3.navbar-default .navbar-nav > .active > a:hover, .feature-header-3.navbar-default .navbar-nav > .active > a:focus {
	color: #515d6f !important;
	background-color: transparent;
}
#menu.feature-header-5 a.navbar-brand div.img-logo {
	background: url('../../assets/img/homepage/cornerstone-logo.png');
	width: 140px;
	height: 66px;
	background-position: 0px -70px;
	margin-top: 5px;
}
#menu.feature-header-5.navbar-default .navbar-nav > li > a.btn-contact {
	color: #fff;
	background-color: #38abbe;
}
#menu.feature-header-5.navbar-default .navbar-nav > li > a {
	color: #fff;
}
#menu.feature-header-5 a.navbar-brand {
	color: #fff !important;
}
#menu.feature-header-5.navbar-default .navbar-nav > li > button {
	color: #fff;
	background-color: #38abbe;
}
#menu.feature-header-5.navbar-default .navbar-nav > li > a:hover {
	color: #fff !important;
}
.feature-header-5 {
	background-color: #f58a28 !important;
	padding: 0 !important;
}
.feature-header-5.navbar-default .navbar-nav > .active > a, .feature-header-5.navbar-default .navbar-nav > .active > a:hover, .feature-header-5.navbar-default .navbar-nav > .active > a:focus {
	color: #515d6f !important;
	background-color: transparent;
}
#menu.feature-header-7 a.navbar-brand div.img-logo {
	background: url('../../assets/img/homepage/cornerstone-logo.png');
	width: 140px;
	height: 66px;
	background-position: 0px -70px;
	margin-top: 5px;
}
#menu.feature-header-7.navbar-default .navbar-nav > li > a.btn-contact {
	color: #fff;
	background-color: #38abbe;
}
#menu.feature-header-7.navbar-default .navbar-nav > li > a {
	color: #fff;
}
#menu.feature-header-7 a.navbar-brand {
	color: #fff !important;
}
#menu.feature-header-7.navbar-default .navbar-nav > li > button {
	color: #fff;
	background-color: #38abbe;
}
#menu.feature-header-7.navbar-default .navbar-nav > li > a:hover {
	color: #fff !important;
}
.feature-header-7 {
	background-color: #a50d0c !important;
	padding: 0 !important;
}
.feature-header-7.navbar-default .navbar-nav > .active > a, .feature-header-7.navbar-default .navbar-nav > .active > a:hover, .feature-header-7.navbar-default .navbar-nav > .active > a:focus {
	color: #515d6f !important;
	background-color: transparent;
}
#menu.feature-header-9 a.navbar-brand div.img-logo {
	background: url('../../assets/img/homepage/cornerstone-logo.png');
	width: 140px;
	height: 66px;
	background-position: 0px -70px;
	margin-top: 5px;
}
#menu.feature-header-9.navbar-default .navbar-nav > li > a.btn-contact {
	color: #fff;
	background-color: #38abbe;
}
#menu.feature-header-9.navbar-default .navbar-nav > li > a {
	color: #fff;
}
#menu.feature-header-9 a.navbar-brand {
	color: #fff !important;
}
#menu.feature-header-9.navbar-default .navbar-nav > li > button {
	color: #fff;
	background-color: #38abbe;
}
#menu.feature-header-9.navbar-default .navbar-nav > li > a:hover {
	color: #fff !important;
}
.feature-header-9 {
	background-color: #d4145a !important;
	padding: 0 !important;
}
.feature-header-9.navbar-default .navbar-nav > .active > a, .feature-header-9.navbar-default .navbar-nav > .active > a:hover, .feature-header-9.navbar-default .navbar-nav > .active > a:focus {
	color: #515d6f !important;
	background-color: transparent;
}
/* feature-1 Section */
#feature-1 {
	padding: 120px 0 75px 0;
	background-color: #517dbe;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	height: 95vh;
}
#feature-1:before {
	content:"";
	position: relative;
	border-top: 50px solid #eff2f4;
	border-left: 49vw solid transparent;
	border-right: 49vw solid transparent;
	top: -73px;
	left: 5px;
	z-index: 98;
}
#feature-1 h2 {
	color: #fff;
}
#feature-1 h3 {
	color: #fff;
	font-size: 30px;
}
#feature-1 div.img-logo {
	/*margin: 10vh 0 25px 0;*/
	background: url('../../assets/img/features/small-icons_dev.png') no-repeat;
	background-position: 50% 10%;
	width: 100%;
	height: 50px;
}
#feature-1 div.text-logo {
	margin-top: 0;
}
#feature-1 div.text-logo h2 {
	font-weight: 300;
	font-size: 36px;
	color: #fff;
}
#feature-1 div.text-logo h4 {
	margin-bottom: 35px;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	font-weight: 200;
}
#feature-1 div.text-logo .btn-more {
    height: 40px;
    margin-top: 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 12px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    outline: none !important;
    background-image: none !important;
    background-color: transparent;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

/* Packages */
#package-wrapper {
	margin-bottom: 50px;
}
.package-header {
	height: 60px;
	background-color: #00adef;
	color: white !important;
	font-size: 30px;
	padding: 5px 0;
	margin-top: 10px;
}
.package-header.advanced {
	background-color: #0072bb;
}
.package-header span {
	transform: translateY(35%);
	font-size: 25px;
	font-weight: 100;
	padding: 0 15px;
	margin-left: 15px;
	border-left: 1px solid #fff;
	height: 50px;
}
.package-header p {
	margin: 0;
	padding: 0 30px 0 ;
	transform: translateY(35%);
	font-size: 30px;
	font-weight: 500;
	
}
.content-header {
	background-color: #404042;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}
.package-content {
	height: 85px;
	width: 100%;
	font-size: 12px;
	box-shadow: 0px 2px 10px -4px #cccccc;
	padding: 10px 30px;
	position: relative;
	transition: all 0.8s;
}
.package-content p {
	font-size: 16px;
	color: #515d6f;
	margin: 0 100px;
	top: 50%;
	transform: translateY(50%)
}
.package-content:hover {
	/*background-color: #b3e7ff;*/
	box-shadow: inset 0 0 10px #cccccc;
}