/*
 * Vectro - Responsive One Page Template
 * http://themeforest.net/user/dexWrThemes
 *
 * Author, dexWrThemes
 * 
 */
/*--------------------------------------------------
			RESET
---------------------------------------------------*/
body {
	line-height: 1.9em;
	color: #FFFEFB;
	font-weight:300;
	font-size: 15px;
	font-family:'Roboto',sans-serif;
	-webkit-backface-visibility:visible;
	background: #242424;
}
h1,h2,h3,h4,h5,h6 {
	font-family:'Roboto',sans-serif;
}
h1 {
	font-size: 55px;
	font-weight: 400;
}
h2 {
	font-size: 32px;

	font-weight: 400;
}
h3 {
	font-size: 28px;
	font-weight:500;
}
h4 {
	font-weight: 400;
}
h5{
	font-size: 14px;
}
img {
	max-width:100%;
}
ul {
	list-style:none;
	padding-left:0;
}
a {
	color:#CCFF09;
}
p{
	letter-spacing: 1px;
	font-size: 13px;
}
a:hover {
	color:#CCFF09;
	text-decoration:none;
}
.lead {
	font-size: 24px;
	font-weight: 300;
}
.btn {
	border-radius:0;
	-webkit-border-radius:0;
}
.btn:hover {
	color:#fff;
}
.centered {
	text-align:center;
}
.centered-box{
	display:block;
	margin:auto;
}
.uppercase {
	font-size:15px;
}
.colored {
	color:#CCFF09;
}
strong {
	font-weight:800;
}
.container {
	max-width: 960px;
}
/*--------------------------------------------------
			NAVIGATION
---------------------------------------------------*/
#header {
	width:100%;
	position:fixed;
	z-index:2;
	margin-bottom:-91px;
	background:#181818;
	top:-91px;
	opacity:0;
	z-index:1041;
	transition:all .5s ease-in;
	-moz-transition:all .5s ease-in;
	-webkit-transition:all .5s ease-in;
}
#header:before,#header:after {
	display:table;
	content:" ";
}
#header:after {
	clear:both;
}
#header>div {
	position:relative;
	padding-right:49px;
}
#logo,#logob  {
	height:89px;
	float:left;
}
#logo a,#logob a  {
	line-height:90px;
}
.nav_wrapper {
	float:right;
}
.pre-navigation {
	width:100%;
	position:fixed;
	top:0;
	z-index:1041;
	transition:opacity .4s ease-in-out;
	-moz-transition:opacity .4s ease-in-out;
	-webkit-transition:opacity .4s ease-in-out;
}
.pre-navigation>div {
	position:relative;
}
.btn.menu-mobile {
	display:inline-block;
	color:#FFFFFF;
	font-size:28px !important;
	position:absolute;
	top:33px;
	right:0;
	padding:0;
	margin-top:0;
	background:transparent;
}
nav li a {
	color:#fffffb;
	display:inline-block;
	font-size:15px;
	font-weight:400;
	line-height:1;
	position:relative;
	text-transform:uppercase;
	border-bottom:6px solid transparent;
}
nav ul {
	margin-bottom:0;
}
nav>ul>li>a {
	padding:44px 19px 22px 18px;
	margin-bottom:-1px;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
nav>ul>li {
	display:inline-block;
	font-size:11px;
	height:100%;
	position:relative;
}
nav>ul>li.active a {
	color:#CCFF09;
	border-color:#CCFF09;
}
nav>ul>li:hover a,nav a:hover,nav a:focus {
	color:#CCFF09;
}
nav>ul>li ul {
	background:#E9E9E9;
	box-shadow:0px 0px 1px rgba(0,0,0,0.43);
	color:#6B6B6B;
	display:block;
	left:0;
	min-width:155px;
	opacity:0;
	position:absolute;
	text-align:left;
	top:83px;
	visibility:hidden;
	white-space:nowrap;
	z-index:6;
	text-transform:capitalize;
	padding-left:0;
	border-top:1px solid #B8B8B8;
}
.header-fixed-active nav>ul>li>ul {
	top:65px;
}
#header.header-fixed-active {
	position:fixed;
	top:0;
	width:100%;
	box-shadow:none;
	z-index:1041;
	background:#242424;
}
nav>ul>li:last-child ul {
	left:auto;
	right:1px;
}
nav>ul>li:last-child ul:before {
	right:9px;
	left:auto;
}
nav>ul>li:last-child ul:after {
	right:10px;
	left:auto;
}
.boxed-layout nav>ul>li:last-child>ul {
	left:-50px;
	right:auto;
}
nav>ul>li:hover .level-1 {
	opacity:1;
	visibility:visible;
}
nav>ul>li>ul>li>ul {
	left:100%;
	top:0px;
}
nav>ul>li:last-child>ul>li>ul,nav>ul>li:nth-last-child(2)>ul>li>ul {
	left:auto;
	right:100%;
	top:0px;
}
nav>ul>li>ul>li>ul>li a {
	border-bottom:1px solid #b5c2c5;
}
nav>ul>li ul li a {
	display:block;
	font-weight:400;
	font-size:11pt;
	padding:11px 9px;
}
nav>ul>li>ul>li:hover>a,nav>ul>li>ul>li>ul>li:hover>a {
	color:#3C535F;
}
nav>ul>li>ul>li:hover ul {
	opacity:1;
	visibility:visible;
}
nav li:hover a {
	text-decoration:none;
}
nav li:hover a.btn {
	border-width: 1px;
}
/*--------------------------------------------------
			BACKGROUND
---------------------------------------------------*/
.background {
	background:url(http://placehold.it/1440x852) fixed;
	background-size:100%;
	color:#fff;
	padding-top:55px;
}
.background h3 {
	font-size:27px;
}
.inner-background {
	padding-top:227px;
	text-align:center;
	padding-bottom:247px;
}
.inner-background .lead {
	font-size:24px;
	letter-spacing:2px;
}
.inner-background h1 {
	margin-bottom:30px;
	letter-spacing:0px;
	transition:all .4s ease-in;
	-moz-transition:all .4s ease-in;
	-webkit-transition:all .4s ease-in;
}
.inner-background h1.animated {
	letter-spacing:9px;
}
.inner-background h1 span {
	color:#CCFF09;
}
.underline {
	display:block;
	height:2px;
	width:170px;
	background:#fff;
	border-bottom:1px solid #A0A09E;
	margin:auto;
	margin-bottom:20px;
}
.main-content {
	overflow: hidden;
}
/*--------------------------------------------------
			SECTIONS
---------------------------------------------------*/
.title-section {
	text-align:center;
	padding-top:44px;
	padding-bottom:76px;
	position:relative;
}
.title-section .lead {
	font-size:17px;
	letter-spacing:1px;
	font-weight:300;
	margin:auto;
	line-height:1.3;
	max-width:700px;
	padding-top:10px;
	color:#F4F4F4;
}
.title-section h2 {
	position:relative;
	color:#FFFFFF;
	margin:auto;
	padding-bottom:0;
	margin-top:40px;
	margin-bottom:13px;
	letter-spacing:2px;
	display:inline-block;
	padding:0 62px;
}
.title-section h2:before,.title-section h2:after {
	content:"";
	width:35px;
	height:2px;
	background:#FCFCFC;
	position:absolute;
	left:0;
	top:19px;
}
.title-section h2:after {
	left:auto;
	right:0;
}
.title-section h2 span {
	color:#CCFF09;
}
.btn {
	background:#393939;
	color:#fff;
	padding:14px 43px;
	font-size:15px;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
/*--------------------------------------------------
			services
---------------------------------------------------*/
.service {
	margin:auto;
	margin-bottom:60px;
}
.service p {
	font-size:12px;
	line-height:1.6;
	color:#E6E6E6;
	letter-spacing:1px;
	/* font-weight:300;*/
}
.service .fa {
	font-size:41px;
	width:83px;
	background:#5F5F5F;
	line-height:82px;
	text-align:center;
	float:left;
}
.service i~* {
	padding-left:98px;
}
.service h4 {
	margin-top:0;
	color:#fff;
}
.services-right .service h4,.services-left .service h4 {
	color:#CCFF09;
}
.service .fa,.service h4 {
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.service:hover .fa {
	background:#9FCA09;
}
.services-left,.services-right {
	width:30%;
}
.services-left+div {
	width:40%;
	padding-bottom: 14px;
}
.services-right {
	text-align:right;
	float:right;
	padding-right:0;
	padding-left: 16px;
}
/*--------------------------------------------------
			TEAM
---------------------------------------------------*/
.profile {
	text-align:center;
	padding-bottom:15px;
}
.profile-photo {
	width:250px;
	margin:auto;
	background:#000;
	position:relative;
	overflow:hidden;
}
.profile-photo img {
}
.profile-hover {
	position:absolute;
	text-align:center;
	width:100%;
	opacity:0;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.profile .info {
	display:none;
}
.profile h4 {
	font-family:'Roboto',sans-serif;
	margin-top:21px;
	margin-bottom:0px;
	font-weight:300;
	letter-spacing:1px;
	font-size:14px;
	text-transform:uppercase;
}
.profile h4+span {
	color:#AFD802;
	font-size:10px;
	padding-bottom:14px;
	display:block;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
}
.social-icons a {
	display:inline-block;
	width:30px;
	padding-bottom:2px;
	border-radius:50px;
	line-height:28px;
	color:#242424;
	background:#fff;
	text-align:center;
	font-size:15px;
	margin:0 3px;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.social-icons a:hover {
	background:#CCFF09;
	/* color:#3A3A3A;*/
}
.darker-section {
	background: #181818;
}
/*--------------------------------------------------
			TESTIMONIALS
---------------------------------------------------*/
.para2 {
	background:url(http://placehold.it/1440x852) fixed;
	color:#fff;
	background-size:100%;
}
.para3 {
	background:url(http://placehold.it/1440x852) fixed;
	background-size:100%;
}
.para4{
	background:url(http://placehold.it/1440x852) fixed;
	background-size:100%;
}
#testimonial-slider {
	position:relative;
	color:#FCFCFC;
	padding-bottom: 36px;
}
#testimonial {
	padding-bottom: 51px;
	padding-top: 30px;
}
.testimonial {
	text-align: center;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: 300;
	line-height: 1.8;
	font-style: oblique;
}
.testimonial:before,.testimonial:after{
	content:'\201C';
	font-size: 24px;
	height: 15px;
}
.testimonial:after{
	content:'\201D';
	font-size: 24px;
	height: 15px;
}
.testimonial-author {
	padding: 44px 10px 5px;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 1px;
}
.testimonial-author span{
	color:#CCFF09;
}
#testimonial-slider .carousel-inner {
	width:750px;
	margin:auto;
}
#slider-thumbs {
	padding-bottom: 47px;
}
.carousel-control {
	width:6%;
	background: none;
	color: #DEDBD6;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.carousel-control .fa {
	text-align: center;
	font-size: 54px;
	text-shadow: none;
	margin-top: 2px;
	background: none;
}
.carousel-control:hover{
	color:#9FCA09;
	background: none;
}
.carousel-indicators {
	bottom: 47px;
}
.carousel-indicators li {
	background:#fff;
	margin-left:7px;
	margin-right:7px;
	width:17px;
	height:17px;
}
.carousel-indicators .active {
	background:#FE3434;
	border-color:#FE3434;
	margin-left:7px;
	margin-right:7px;
	width:17px;
	height: 17px;
}
#slider-thumbs img{
	opacity:0.5;
	width: 59px;
	vertical-align: top;
	cursor:pointer;
	border-radius: 50px;
	transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}
#slider-thumbs  .selected img {
	opacity: 1;
	width: 74px;
	margin-top: -5px;
	border: 4px solid #9EC908;
}
.featured-list {
	padding-top: 20px;
}
.featured-list li {
	line-height: 1.5;
	letter-spacing: 1px;
}
.featured-list li:before {
	font-family: FontAwesome;
	content: "\f058";
	color: #BCF100;
	font-size: 29px;
	vertical-align: middle;
	padding-right: 11px;
}
/*--------------------------------------------------
			SUBSCRIBE SECTION
---------------------------------------------------*/
#sendemail {
	line-height:44px;
	font-size:14px;
	padding:0 30px;
	vertical-align:top;
	color:#F1F1F1;
	background:transparent;
	border:2px solid #787878;
	border-radius:4px;
	font-weight:400;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	transition-duration:0.5s;
}
#sendemail:hover {
	color:#F1F1F1;
	border-color:#fff;
}
.submit-button {
	text-align:right;
}
.text-field,.textarea-field {
	margin-bottom:14px;
	position:relative;
}
.text-field:last-of-type,.textarea-field {
	margin-bottom:10px;
}
.text-field .label,.textarea-field .label {
	position:absolute;
	top:16px;
	font-size:13px;
	left:18px;
	letter-spacing:1px;
	padding:0;
	font-weight:300;
}
.subscribe-form .text-field .label {
	font-size:13px;
}
.subscribe-form .text-field {
	margin-bottom:0;
	display:inline-block;
}
.skill-title {
	font-size:16px;
	font-weight:400;
	line-height:2.7;
	letter-spacing:1px;
}
.circles-text-wrp,.circles-text-wrp * {
	font-weight:400;
	font-size:28px !important;
}
.circle {
	height: 128px;
}
/*--------------------------------------------------
			PORTFOLIO
---------------------------------------------------*/
.portfolio {
	opacity:0;
	transition:all 1s ease-in;
	-moz-transition:all 1s ease-in;
	-webkit-transition:all 1s ease-in;
}
.portfolio.portfolio-visible {
	opacity:1;
}
.back-thumbnail {
	background-color:#fff;
	position:relative;
	overflow:hidden;
	width:32%;
	float:left;
	margin:0 0.4% 8px;
	overflow:hidden;
	transition: all 1s ease-in-out;
-moz-transition: all 1 ease-in;
-webkit-transition: all 1s ease-in-out;
}
.back-thumbnail.back-thumbnail-visible {
top: 0 !important;
left: 0 !important;
}
.back-thumbnail img {
	backface-visibility:hidden;
	display:block;
	width:100%;
	-webkit-transition:all .25s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .25s;
	transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
}
.back-thumbnail:hover img {
	-webkit-transform: scale(1.05);
}
.thumbnail-hover,.profile-hover {
	position:absolute;
	border-radius:0;
	left:0;
	width:100%;
	z-index:1;
	opacity:1;
	-webkit-transition:all .25s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .25s;
	transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
	top:98%;
	height:100%;
	padding:0 33px;
		padding-top:38px;
		background-color:rgba(0,0,0,0.7);
	/* text-align:center;*/
	/* color:#393939;*/
	border-top:5px solid #AEE202;
}
.thumbnail-hover {
	top:0%;
	opacity:0;
	border-bottom:5px solid #AEE202;
	border-top:none;
	text-align:center;
	background:url(images/more.png) no-repeat;
	background-color:rgba(0,0,0,0.7);
	background-position:50% 48%;
}
.profile-hover {
	padding-top:19px;
}
.back-thumbnail:hover .thumbnail-hover {
	opacity:1;
}
.profile-photo:hover .profile-hover {
	opacity:1;
	height:100%;
	top:43%;
}
.thumbnail-hover p,.profile-hover p {
	font-size:11px;
	line-height:1.7;
	color:#FFF;
	padding-bottom:5px;
}

.thumbnail-hover a{
	color: #DFDFDF;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:1px;
	position:absolute;
	width:100%;
	left:0;
	bottom:30px;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s;
}
.thumbnail-hover a:hover{
	color: #fff;
}
.thumbnail-hover .fa {
	position:absolute;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
	color:#FFF;
	font-size:18px;
	line-height:0;
	text-align:center;
	padding-top:18px;
	border:2px solid #FFF;
	border-radius:50px;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
}
.thumbnail-hover .fa:hover {
	color:#fff;
}
.back-thumbnail-content {
	position:absolute;
	width:100%;
	top:24%;
	opacity:0;
	transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-webkit-transition:all .3s ease-in;
	margin-bottom:17px;
}
.back-thumbnail:hover .back-thumbnail-content {
	top:24%;
	opacity:1;
}
.back-thumbnail-content h5 {
	font-size:20px;
	color:#fff;
	text-align:center;
	padding-bottom:10px;
}
.back-thumbnail-content ul {
	text-align:center;
	position:relative;
	top:20px;
	transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-webkit-transition:all .3s ease-in;
}
.back-thumbnail:hover .back-thumbnail-content ul {
	top:0px;
}
.back-thumbnail-content ul li a {
	font-size:21px;
	color:#fff;
	width:41px;
	line-height:40px;
	background:#3D8FD9;
	border-radius:50px;
	-webkit-border-radius:50px;
	display:inline-block;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.portfolio {
	padding-bottom:59px;
	margin:auto;
	margin-right:-15px;
}
.portfolio:before,.portfolio:after {
	display:table;
	content:" ";
}
.portfolio:after {
	clear:both;
}
.portfolio-image {
	display:block;
	margin:auto;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.portfolio-image:hover {
	opacity:0.8;
}
.portfolio-body h2 {
	text-align:center;
	padding-bottom:20px;
}
.portfolio-body {
	padding-bottom:60px;
}
.portfolio-body p {
	font-size:13px;
	color:#B5B5B5;
}
.portfolio-body .btn {
	margin-top:10px;
}
.portfolio-close {
	display:block;
	margin:auto;
	border-bottom:2px solid rgb(68,68,68);
	width:58px;
	text-align:center;
	line-height:38px;
	font-size:25px;
	text-shadow:none;
	font-weight:normal;
	color:#424242;
	margin-bottom:41px;
	opacity:0.8;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.portfolio-close:hover {
	text-decoration:none;
	opacity:1;
	color:#3D8FD9;
	border-color:#3D8FD9;
}
.porfolio-content-wrapper {
	position:relative;
	display:none;
	width:100% !important;
	overflow:visible !important;
}
.portfolio .porfolio-post {
	display:none;
}
#porfolio-content {
	margin-bottom:70px;
}
.porfolio-content-wrapper .underline {
	width:226px;
	position:static;
	opacity:1;
	background:#C9C9C9;
	margin:auto;
	display:block;
}
.porfolio-content-wrapper .underline span {
	background:transparent;
}
.portfolio-left,.portfolio-right {
	position:absolute;
	color:#363636;
	font-size:44px;
	top:200px;
	opacity:0.8;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.portfolio-left {
	left:-10px;
}
.portfolio-right {
	right:-10px;
}
.portfolio-left:hover,.portfolio-right:hover {
	opacity:1;
	color:#3D8FD9;
}
.btn.btn-info {
	background:#3D8FD9;
	border-color:#3D8FD9;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.btn.btn-info:hover {
	background:#8E8E8E;
	border-color:#8E8E8E;
}
.alert {
	padding:9px;
}
.close {
	top:-5px;
	font-size:18px;
	position: relative;
}
/*--------------------------------------------------
			PRICING TABLES
---------------------------------------------------*/
.price-table {
	text-align:center;
	border:antiquewhite;
	position:relative;
	overflow:hidden;
	background:#fff;
	margin-top:27px;
}
.col {
	width:33%;
	float:left;
	padding:0 0.3%;
}
.pricing-tables {
	margin-top: 10px;
	margin-bottom: 20px;
}
.pricing-tables:before,.pricing-tables:after {
	display:table;
	content:" ";
}
.pricing-tables:after {
	clear:both;
}
.price-table ol,.price-table ul {
	text-align:center;
	padding:0 20px;
}
.price-head {
	background:#3A3A3A;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.price-head h3 {
	padding-bottom:18px;
	padding-top:20px;
	font-size:22px;
	margin-top:0;
	margin-bottom:0;
	text-transform:uppercase;
	font-family:'Roboto',sans-serif;
	font-weight:500;
	color:#fff;
}
.price-table .btn {
	text-transform:uppercase;
	box-sizing:border-box;
	font-weight:500;
	margin:0;
	border:0;
	width:100%;
	background:#3A3A3A;
	transition-duration:0.2s;
	padding:22px 43px;
}
.price-table .btn:hover {
	background:#585858;
}
.price-table li {
	line-height:46px;
	color:#858585;
	font-weight:400;
	font-size:15px;
	border-bottom:1px solid #CCCCCC;
}
.price-table li:first-child {
	border-top:1px solid #CCCCCC;
}
.price-table li:last-child {
	border-bottom:none;
}
.price-real h4 {
	color:#707070;
	display:block;
	font-size:47px;
	font-weight:400;
	line-height:1.3;
	margin-bottom:0;
	padding-bottom:10px;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.price-real span {
	vertical-align:super;
	font-size:50%;
	padding-left:4px;
}
.signup {
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.price-table-prompt {
	margin-top:0px;
	border-top:5px solid #CBFE08;
}
.price-table-prompt .signup .btn {
	background:#9FCA09;
}
.price-table-prompt .signup .btn:hover {
	background:#B5E218;
}
.price-table-wrap:hover .price-head {
	background:#494949;
}
.price-table-wrap:hover .price-real h4 {
	color: #424242;
}
/*--------------------------------------------------
			BRANDS
---------------------------------------------------*/
.brands .row>div{
	text-align:center;
	padding: 61px 0;
}
.brands .row>div img{
	display:block;
	margin:auto;
	opacity: .7;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.brands .row>div:hover img{
	opacity: 1;
}
/*--------------------------------------------------
			CONTACT
---------------------------------------------------*/
#address {
	padding-bottom:15px;
}
.contact-left  h4 {
font-size: 19px;
padding-bottom: 0px;
letter-spacing: 1px;
padding-top: 19px;
}
#address>span {
	display:block;
	line-height:2.5;
}
#address .fa {
	font-size:20px;
	width:24px;
}
.contact-left .social-icons a {
	border-radius:0;
	color:#FFFFFF;
	background:#888888;
	width:34px;
	line-height:32px;
	font-size:17px;
}
.contact-left .social-icons a:first-of-type {
	margin-left:0;
}
.contact-left .social-icons a:hover {
	background:#9FCA09;
}
.contact-left  p{
	line-height: 2.4em;
}
.form-control {
	height:auto;
	padding:11px 12px;
	background:transparent;
	color:#ffffff;
	border:2px solid #787878;
	border-radius:3px;
	outline:0;
}
.form-control:focus {
	border-color:#B8E804;
	-webkit-box-shadow:none;
	box-shadow:none;
}
textarea.form-control {
	height:150px;
}
.capital-letter {
	color:#CCFF09;
	float:left;
	font-size:48px;
	display:block;
	line-height:1;
	font-weight:400;
	padding-right: 6px;
}
/*--------------------------------------------------
			FOOTER
---------------------------------------------------*/
#footer {
	text-align:center;
	padding-bottom:20px;
	padding-top:31px;
	background:#181818;
}
#footer p {
	font-size:13px;
	margin-top:0;
	font-weight:400;
	letter-spacing:1px;
}
#footer p strong {
	color:#3D8FD9;
}
#footer .social-icons a {
	width:44px;
	line-height:42px;
	font-size:20px;
	margin:0 4px;
}
.animate,.animateOnce,.animate-into>* {
	opacity:0;
}
.animated,.animate-into>.animated {
	opacity:1;
	z-index:1;
}
img.animated {
	position:relative;
}
.nicescroll-rails {
	background:#F1F1F1;
	width:14px !important;
}
.nicescroll-rails>div {
	left:-2px;
}
.visible-mobile {
	display:none;
}
.map-container iframe {
	width:100%;
	margin-bottom: -15px;
	border:0;
}
/*--------------------------------------------------
			PRELOADER
---------------------------------------------------*/
#qLpercentage {
	top: 64% !important;
	font-size: 2.5em !important;
}
@-webkit-keyframes bounceInDown {
	0% {
			opacity:0;
			-webkit-transform:translateY(-600px);
	}
	60% {
					-webkit-transform:translateY(30px);
	}
	80% {
			-webkit-transform:translateY(-10px);
	}
	100% {
			opacity:1;
			-webkit-transform:translateY(0);
	}
}
@-moz-keyframes bounceInDown {
	0% {
			opacity:0;
			-moz-transform:translateY(-600px);
	}
	60% {
			-moz-transform:translateY(30px);
	}
	80% {
			-moz-transform:translateY(-10px);
	}
	100% {
			opacity:1;
			-moz-transform:translateY(0);
	}
}
@-o-keyframes bounceInDown {
	0% {
			opacity:0;
			-o-transform:translateY(-600px);
	}
	60% {
			-o-transform:translateY(30px);
	}
	80% {
			-o-transform:translateY(-10px);
	}
	100% {
			opacity:1;
			-o-transform:translateY(0);
	}
}
@keyframes bounceInDown {
	0% {
			opacity:0;
			transform:translateY(-600px);
	}
	60% {
			transform:translateY(30px);
	}
	80% {
			transform:translateY(-10px);
	}
	100% {
			opacity:1;
			transform:translateY(0);
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
			opacity:0;
			-webkit-transform:translateX(-600px);
	}
	60% {
					-webkit-transform:translateX(30px);
	}
	80% {
			-webkit-transform:translateX(0px);
	}
	100% {
			opacity:1;
			-webkit-transform:translateX(0);
	}
}
@-moz-keyframes bounceInLeft {
	0% {
			opacity:0;
			-moz-transform:translateX(-600px);
	}
	60% {
					-moz-transform:translateX(30px);
	}
	80% {
			-moz-transform:translateX(-10px);
	}
	100% {
			opacity:1;
			-moz-transform:translateX(0);
	}
}
@-o-keyframes bounceInLeft {
	0% {
			opacity:0;
			-o-transform:translateX(-600px);
	}
	60% {
		-o-transform:translateX(30px);
	}
	80% {
			-o-transform:translateX(-10px);
	}
	100% {
			opacity:1;
			-o-transform:translateX(0);
	}
}
@keyframes bounceInLeft {
	0% {
			opacity:0;
			transform:translateX(-600px);
	}
	60% {
		transform:translateX(30px);
	}
	80% {
			transform:translateX(-10px);
	}
	100% {
			opacity:1;
			transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(600px);
    -ms-transform: translateX(600px);
    transform: translateX(600px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.animated.bounceInUp {
	-webkit-animation-name: bounceInUpNew;
	-moz-animation-name: bounceInUpNew;
	-o-animation-name: bounceInUpNew;
	animation-name: bounceInUpNew;
}
@-webkit-keyframes bounceInUpNew {
	0% {
		opacity: 0;
		-webkit-transform: translateY(300px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUpNew {
	0% {
		opacity: 0;
		-moz-transform: translateY(600px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}

	80% {
		-moz-transform: translateY(10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUpNew {
	0% {
		opacity: 0;
		-o-transform: translateY(600px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}

	80% {
		-o-transform: translateY(10px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUpNew {
	0% {
		opacity: 0;
		transform: translateY(600px);
	}

	60% {
		opacity: 1;
		transform: translateY(-30px);
	}

	80% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
}


@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1.03);
	}

	80% {
		-webkit-transform: scale(.98);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
	}
}
/*--------------------------------------------------
			RESPONSIVE DESIGN
---------------------------------------------------*/
@media (max-width:1260px) {
	.background,.para2,.para3,.para4 {
		background-size: 1434px;
		background-attachment: scroll;
	}
	.para2 {
		background-size: 1280px;
	}
	.visible-mobile img{
		width: 250px;
	}
}
@media (max-width:1200px) {
	body {
		font-size:14px;
	}
	h3 {
		font-size:24px;
	}
}
@media (max-width:1024px) {
	.animate,.animateOnce,.animate-into>* {
		opacity:1;
	}
}
@media (max-width:1000px) {
	.inner-background {
		padding-top:152px;
	}
}
@media (max-width:992px) {
	.inner-background {
		padding-top: 138px;
		padding-bottom: 135px;
	}
	.inner-background>div:first-of-type {
		padding-bottom:30px;
		text-align:center;
		margin-left: 0;
	}
	.services-left +div {
		display:none;
	}
	.visible-mobile{
		display:block;
		text-align:center;
		width:100% !important;
	}
	.profile {
		margin-bottom: 30px;
	}
	.visible-mobile img{
		display:block;
		margin:auto;
	}
	.inner-background img.animate {
		margin:auto;
		display:block;
	}
	h1 {
		font-size:55px;
	}
	.background h3 {
		font-size:20px;
	}
	.lead {
		font-size:19px;
	}
	nav>ul>li>a {
		padding:34px 11px 23px 11px;
	}
	#header > div {
		position: relative;
		padding-right: 59px;
	}
	.btn.menu-mobile {
		top: 21px;
		right: 17px;
	}
	nav li a {
		font-size:14px;		
	}
	#logo,#logob {
		height:76px;
	}
	#logo a,#logob a  {
		line-height:69px;
	}

	h2,.para1 .title-section h2 {
		font-size:26px;
	}
	.para1 .title-section {
		padding-top:9px;
		padding-bottom:0px;
	}
	.inner-background .lead {
		width:100%;
	}
	.back-thumbnail {
		width: 300px;
		float: none;
		margin: auto;
		margin-bottom: 30px;
	}
	.back-thumbnail img {
		width:100%;
	}
	.back-thumbnail,.portfolio {
		opacity:1 !important;
		top:0 !important;
		left:0 !important;
	}
	.services-left, .services-right {
		width: 100%;
	}
	.service {
		width: 300px;
		text-align: center;
	}
	#features+.row>div {
		width:50%;
		float:left;
	}
	.circles>div{
		padding-bottom: 20px;
		width: 50%;
		float: left;
	}
	#footer p {
		font-size:12px;
	}
	.middle-text {
		padding-top:20px;
	}
	.padding-left {
		margin: auto;
		text-align: center;
	}
	.padding-left+ div{
		text-align: center;
	}
	.col {
		margin: auto;
		margin-bottom: 30px;
	}
	#footer .social-icons a{
		line-height: 38px;
	}
	.para2 {
		background-size: 150%px;
	}
	.testimonial {
		font-size: 18px;
		line-height: 1.5;
	}
	.carousel-control .fa {
		font-size: 39px;
	}
	.brands .row>div {
		padding: 42px 0;
		width: 33%;
		float: left;
	}
	.contact-left {
	margin-bottom: 30px;
	}
}
@media (max-width:850px) {
	.btn.menu-mobile {
		display: inline-block;
		color: #FFFFFF;
		font-size: 33px;
		position: absolute;
		top: -61px;
		right: 0;
		padding: 0;
		margin-top: 0;
		background: transparent;
	}
	#header > div {
		padding-right: 34px;
	}
	#header {
		background: #181818;
		margin-bottom: 0;
		position: fixed;
		top: 0;
		opacity: 1;
	}
	.inner-background {
		padding-top: 141px;
	}
	.background{
		padding-top: 77px;
	}
	.nav_wrapper ul {
		display:none;
	}
	.nav_wrapper {
		float:none;
		height:auto;
		padding-top:15px;
		text-align:right;
	}
	#features+.row>div {
		width: 100%;
		float: none;
	}
	nav {
		clear:both;
		position:relative;
	}
	nav>ul>li {
		border-top:none!important;
		display:block;
		padding-bottom:0;
		padding-left:0;
		text-align:left;
	}
	nav>ul>li>a {
		padding:13px 16px 9px 14px;
		font-size:15px;
	}
	nav>ul>li.active a{
		border-color:transparent;
		color: #fff;
	}
	nav>ul>li:hover>a {
		border-color: #CCFF09;
	}
	nav>ul>li:last-of-type {
		padding-bottom:15px;
	}
	h1 {
		font-size:43px;
	}
	.inner-background .lead {
		font-size: 18px;
	}
	.title-section {
		padding-bottom:47px;
	}
	#testimonial-slider .carousel-inner {
		width: auto;
		margin: auto;
		padding: 0 79px;
	}
	.testimonial {
		text-align: center;
		font-size: 17px;
	}
	.pricing-tables {
		margin-bottom: 0;
	}
	.price-head h3 {
		font-size: 20px;
	}
	.price-real h4{
		font-size: 35px;
	}
	.price-table li{
		font-size: 14px;
	}
	#footer {
		padding-bottom: 29px;
	}
	#qLoverlay{
		display:none;
	}
	.col {
		width: 320px;
		float: none;
	}
	.testimonial-author {
		font-size: 20px;
	}
}
@media (max-width:610px) {
	.portfolio {
		padding-bottom: 0px;
	}
	h1 {
		font-size: 34px;
	}
	.inner-background {
		padding-top: 102px;
		padding-bottom: 106px;
	}
}
#facebox,#facebox_overlay{
display:none !important;
}

/* #C6FF00 */