/* Fonts */

	/* Open Sans */
	@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic,400,300,600,700,800);


/* Page Loader */

.tp-loader {
	display: none;
}

.tp-loader.spinner0 {
	display: none;
}



	#pageloader {
		width: 100%;
		height: 100%;
		position: fixed;
		top:0;
		background-color: white;
		z-index: 9999999;
	}

	.loader-item h2{
		color:#ccc;
		margin:0 auto;
		font-size:20px;
	}

	.outter {
		position: absolute; 
		top:50%;
		left:50%;
		margin: -40px 0 0 -40px;
		width: 60px;
		height: 60px;
		border-radius: 80px 0 0 80px;
		border-left: solid 5px;
		-webkit-animation: rotate  1.3s linear 0 infinite normal;
		-moz-animation: rotate  1.3s linear 0s infinite normal;
		-o-animation: rotate  1.3s linear 0 infinite normal;
		-ms-animation: rotate  1.3s linear 0 infinite normal;
		animation: rotate  1.3s linear 0 infinite normal;
	}

	.mid {
		top: 15px;
		left: 15px;
		position: relative; 
		width: 30px;
		height: 30px;
		border-radius: 50px 0 0 50px;
		border-left: solid 4px ; 
		-webkit-animation: rotate 3.3s linear 0 infinite normal;
		-moz-animation: rotate 3.3s linear 0s infinite normal;
		-o-animation: rotate 3.3s linear 0 infinite normal;
		-ms-animation: rotate 3.3s linear 0 infinite normal;
		animation: rotate 3.3s linear 0 infinite normal;
	}

	@-webkit-keyframes rotate {
	  from {
	    -webkit-transform: rotate(0deg);
	  }
	  to { 
	    -webkit-transform: rotate(360deg);
	  }
	}

	@-moz-keyframes rotate {
	  from {
	    -moz-transform: rotate(0deg);
	  }
	  to { 
	    -moz-transform: rotate(360deg);
	  }
	}

	@-o-keyframes rotate {
	  from {
	    -o-transform: rotate(0deg);

	  }
	  to { 
	    -o-transform: rotate(360deg);
	  }
	}

	@-ms-keyframes rotate {
	  from {
	    -ms-transform: rotate(0deg);
	  }
	  to { 
	    -ms-transform: rotate(360deg);
	  }
	}

	@keyframes rotate {
	  from {
	    transform: rotate(0deg);
	  }
	  to { 
	    transform: rotate(360deg);
	  }
	}



/* Main Styles */

	html, body {
		width:100%;
		height:100%;
		padding:0;
		margin-left:0;
		margin-right:0;
		font-family: 'Open Sans', sans-serif;
		-webkit-font-smoothing: antialiased;
	}

	body{
		overflow-x: hidden; 
	}

	section{
		background-size:cover;
	}

	::selection {
		color:white;
	}

	img {
	    -moz-user-select: none; 
	    -webkit-user-select: none;
	    -ms-user-select: none; 
	    user-select: none; 
	    -webkit-user-drag: none;
	    user-drag: none;
	}

	a,
	a:hover,
	a:active,
	a:focus{
		text-decoration:none;
		outline:none;
	}
	
	a {color:#3e3e3e;}
	a:hover {color:#d2232a;}
	
	
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
	letter-spacing:1px;
}
	

/* Page Animated item Styles */

	.animated{
		visibility:hidden;
	}

	.visible{
		visibility:visible;
	}

/* Background Animation */

	@-webkit-keyframes BackgroundAnimation {
	    from {background-position: 0px 0px;}
	    to {background-position: 9600px 0px;}
	}

	@-moz-keyframes  BackgroundAnimation {
	    from {background-position: 0px 0px;}
	    to {background-position: 9600px 0px;}
	}

	@-ms-keyframes  BackgroundAnimation {
	    from {background-position: 0px 0px;}
	    to {background-position: 9600px 0px;}
	}

/* First Styles */

/* Containers */

	.container {
		width: auto;
		height: auto;
		padding:0;
		margin:0;
	}

	.inner{
		width:100%;
		height: auto;
		max-width: 1170px;
		position: relative;
		margin: 0 auto;
		padding: 100px 0;
	}

	.inner:after,
	.inner:before{
		clear: both;
	}

	.five{
		width:20%;
	}

	.boxed{
		width:100%;
		max-width:1170px;
		margin:0 auto;
		height: auto;
	}

	.round{
		border-radius:100%;
	}

	.fullwidth{
		width:100%;
		max-width: 100%;
	}

	.fullscreen{
		width: 100%;
		height: 100%;
		left:0;
		top:0;
	}

	.transparent{
		background: transparent !important;
	}

	.no-padding{
		padding:0 !important;
	}

	.no-margin{
		margin:0 !important;
	}

/* Positions and Floats */

	.relative{
		position: relative !important;
	}

	.absolute{
		position: absolute !important;
	}

	.fixed{
		position:fixed !important;
	}

	.f-left{
		float:left;
	}

	.f-right{
		float: right;
	}

	.z-1{
		z-index: 1;
	}


/* Font Classes */	


	.open-sans{
		font-family: 'Open Sans', sans-serif;
	}

	
/* Colors */
.tango-red {color:#d2232a;}


/* ============================================
DARK LAYOUT STYLES
=============================================*/	

/* Body */	

	.dark-layout{
		background-color:#1f1f1f !important;
	}

/* Loader */	

	body.dark-layout #pageloader {
		background-color: #1f1f1f;
	}

/* Page Header */

	body.dark-layout section.page_header{
		background-color:#171717;
	}

	body.dark-layout section.page_header .page_header_inner .p_head_left h1.p-header{
		color:#fff;
	}

	body.dark-layout section.page_header .page_header_inner .p_head_left p.p-desc{
		color:#e4e4e4;
	}

	body.dark-layout section.page_header .page_header_inner .p_head_right a.p-head-button{
		color:#e4e4e4;
	}

	body.dark-layout section.page-content{
		background:#232323 !important;
	}

/* About */	

	body.dark-layout #about .about-boxes .about-box a.about-icon{
		border:1px solid white;
		color:white;
	}

/* About Header */

	body.dark-layout #about .about-boxes .about-box h3{
		color:#cccccc;
	}

/* About Description */

	body.dark-layout #about .about-boxes .about-box p{
		color:#a3a3a3;
	}

/* About Box Rollover */

	body.dark-layout #about .about-boxes .about-box:hover a.about-icon{
		background:white;
		color:#1f1f1f;
	}

	body.dark-layout #about .about-boxes .about-box:hover a.about-icon:after{
		border:1px solid white;
	}


/* Member Social */

	body.dark-layout #team .team .team-boxes .item .member-details .details a.member-social{
		background:#424242;
	}


/* Testimonials Arrow */

	body.dark-layout .testimonials .t-arrow{
		border-top-color: #1f1f1f; 
	}

/* Clients, Client Names */

	body.dark-layout #clients .clients .item h1.client-name{
		color:#d7d7d7;
	}

/* Client Positions */

	body.dark-layout #clients .clients .item h3.client-position{
		color:#7f7f7f;
	}

/* Client Pagination */

	body.dark-layout #clients .clients .owl-controls .owl-pagination .owl-page{
		background:#5f5f5f;
	}

	body.dark-layout #clients .clients .owl-controls .owl-pagination .owl-page.active{
		border:1px solid #5f5f5f;
		background:transparent;
	}

/* Client Logos */

	body.dark-layout #clients .client-logos{
		background-color:#1a1a1a;
	}



/* Media Screen Color */

	@media only screen and (max-width: 1000px){

		.dark-nav .nav-inner div.nav-menu ul.nav{
			background-color:#000000;
		}

	}





/* RED * /
	
/* Text Colors */

	.colored,
	#prices .prices .p-table.active h1,
	#prices .prices .p-table.active h3,
	#address .address-soft a.mail-text:hover,
	.white-nav .nav-menu ul.dropdown-menu li a:hover,
	.custom_boxes .box:hover .left-icon a,
	.white-nav .nav-menu ul.dropdown-menu li.active a,
	footer a:hover,
	section.page_header .page_header_inner .p_head_right a.p-head-button:hover,
	body.dark-layout section.page_header .page_header_inner .p_head_right a.p-head-button:hover,
	#blog .details .post-info a.post-item:hover,
	.dark-nav .nav-menu ul.dropdown-menu li a:hover,
	.dark-nav .nav-menu ul.dropdown-menu li.active a,
	a.text-button:hover{
		color: #d71818;
	}

	.nav-menu ul li a:hover,
	.nav-menu ul li.active a{
		color:#d2232a;
	}

/* Background Colors */

	::selection,
	.colored-bg,
	section.page-content .page-content-inner a.page-content-button:hover,
	#features ul.features-mobile li.feature-box:hover a.box-icon,
	#featured-works .works .item .featured-ball:hover,
	#featured-works .feature-second-area .feature-button:hover,
	#prices .prices .p-table.active a.p-button,
	#prices .prices .p-table a.p-button:hover,
	a.active-colored,
	.blocked,
	.modal .modal-inner a.close:hover,
	#portfolio .portfolio a.portfolio-view-more:hover,
	body.dark-layout #portfolio .portfolio a.portfolio-view-more:hover,
	#team .team .team-boxes .item .member-details .details a.member-detail-button:hover,
	#blog .blog_sidebar .bar a.tag:hover,
	.post-form form button.contact-form-button:hover,
	ul.pagination li.active a,
	ul.pagination li.active a:hover,
	body.dark-layout ul.pagination li.active a,
	body.dark-layout ul.pagination li.active a:hover,
	#contact .contact form button.contact-form-button:hover{
		background-color:#d71818;
	}

/* Border Colors */

	.colored-border,
	#features ul.features-mobile li.feature-box:hover a.box-icon:after,
	a.text-button:hover,
	#team .team .team-boxes .item .member-details .details a.member-detail-button:hover,
	#blog .blog_sidebar .bar a.tag:hover,
	ul.pagination li.active a,
	ul.pagination li.active a:hover,
	.bs-callout-north,
	.custom_boxes .box:hover .left-icon a{
		border-color:#d71818;
	}

	.tabs .nav-tabs li.active a,
	.nav-menu ul.dropdown-menu{
		border-top-color:#d71818;
	}
	


/* Headers, Texts */

	.header{
		width:auto;
		height: auto;
		font-size:48px;
		font-weight: 300;
		text-align: center;
		margin:0 auto;
		padding-top:0;
	}


	.header-strips-one{
		width:70px;
		height: 1px;
		position: relative;
		margin:20px auto 19px;
		border-top:1px solid #d0d0d0;
	}

	.header-strips-two{
		width:70px;
		height: 5px;
		position: relative;
		margin:20px auto;
		border-top:1px solid #d0d0d0;
		border-bottom:1px solid #d0d0d0;
	}

	
	.description{
		font-size:16px;
		font-weight: 400;
		line-height: 22px;
		text-align: center;
		margin:0 auto;
		max-width:950px;
		padding:0;
		letter-spacing:0px;
	}

	.description.uppercase{
		font-size:15px;
	}

	.blocked{
		display: inline-block;
		padding:3px 7px;
		color:white;
	}

/* Text Aligns */

	.t-left{
		text-align:left !important;
	}

	.t-center{
		text-align:center !important;
	}

	.t-right{
		text-align:right !important;
	}

	.t-justify{
		text-align:justify !important;
	}

/* Font Weights, Styles */

	.extrabold{
		font-weight: 800;
	}

	.bold{
		font-weight: 700;
	}

	.semibold{
		font-weight: 600;
	}

	.normal{
		font-weight: 400;
	}

	.light{
		font-weight: 100;
	}

	.italic{
		font-style: italic;
	}

	.uppercase{
		text-transform: uppercase;
	}

/* Text Colors */

	.dark{
		color:#3e3e3e;
	}

	.white{
		color:white;
	}

	.gray{
		color:#b2b2b2;
	}

	.gray-tone{
		color:#919191;
	}

	.t-shadow{
		text-shadow:2px 2px 2px rgba(0,0,0,0.2);
	}

	.b-shadow{
		box-shadow:2px 2px 2px rgba(0,0,0,0.05);
	}

	.bigger{
		font-size:60px;
	}

/* Background Colors */	

	.white-bg{
		background-color:white !important;
	}

	.gray-bg{
		background-color:#fdfdfd !important;
	}

	.black-bg{
		background-color:#1f1f1f !important;
	}

	.glass-bg{
		background-color:rgba(255,255,255,0.1);
	}

	.soft-white-bg,
	.soft-black-bg{
		position: relative;
	}

	.soft-white-bg:before{
		background-color:rgba(255,255,255, 0.95);
		position: absolute;
		left:0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		content:'';
	}

	.soft-black-bg:before{
		background-color:rgba(0,0,0, 0.6);
		position: absolute;
		left:0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		content:'';
	}

	.active-dark{
		background-color:#303030;
	}

/* Borders */	

	.border-1px{
		border:1px solid;
	}

	.border-2px{
		border:2px solid;
	}

	.border-1px + .border-1px,
	.border-2px + .border-2px{
		border-top:transparent;
	}

	.soft-border{
		border-color:#f1f1f1;
	}

	.gray-border{
		border-color:gray;
	}

	.white-border{
		border-color:white !important;
	}


/* Listing */

	ul.list-horizontal{
		padding:0;
		margin:0;
	}

	ul.list-horizontal li{
		display: inline-block;
		padding:0;
		margin:0 10px 0 0;
	}

	ul.list-horizontal li i{
		font-size:12px;
	}



/* End Main Styles */

/* Navigation Section */

	#navigation{
		width:100%;
		height: 75px;
		top:0;
		padding:0;
		margin:0;
		position: fixed;
		z-index: 9999;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		transform: translateY(0%);
	}

	#navigation-sticky{
		width:100%;
		height: 75px;
		top:0;
		padding:0;
		margin:0;
		position: relative;
		z-index: 9999;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.nav-inner{
		width:100%;
		max-width:1170px;
		margin:0 auto;
		padding:0;
		height: 100%;
	}

/* Dark Nav Color */

	.dark-nav .nav-menu{
		color:white;
	}

/* Navigation Logo */

	.nav-inner .logo{
		width:auto;
		height: auto;
		position: relative;
		left:0;
		top:50%;
		float:left;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.nav-inner .logo a img{
		max-height: 50px;
	}

/* Navigation */

	.nav-menu{
		float: right;
		height: 100%;
	}

	.nav-menu ul{
		height: 100%;
	}

	.nav-menu ul li{
		float: left;
		height: 100%;
	}

	.nav-menu ul li a{
		height: 100%;
		line-height: 57px;
		color:inherit;
		font-size:15px;
		font-weight: inherit;
		padding-left:19px;
		padding-right:19px;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* DropDown Menu */

	.nav-menu ul.dropdown-menu{
		background-color:inherit;
		height: auto;
		margin:0;
		box-shadow: none;
		border-radius: 0;
		border-top:2px solid;
		border-left:transparent !important;
		border-bottom:transparent !important;
		border-right:transparent !important;
		padding:0;
	}

	.nav-menu ul.dropdown-menu li{
		float: none;
		width: 100%;
	}

	.nav-menu ul.dropdown-menu li a{
		font-size:14px;
		line-height: 16px;
		padding:15px 19px;
		font-weight: 500;
		display: block;
		color:#e1e1e1;
	}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #000;
    text-decoration: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-color: #d2232a;
    border-color: #d2232a;
    color: #FFFFFF;
}


/* Mboile Nav Button */

	.mobile-nav-button{
		display: none;
		position: absolute;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background:transparent;
		right: 15px;
		top:50%;
		text-align: right;
		font-size:25px;
		cursor: pointer;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.mobile-nav-button:hover,
	.mobile-nav-button:active{
		color:#FFFFFF;
	}

/* Home V1 */

	#home{
		z-index: 6;
		padding-bottom:200px;
	}

	#home .home-elements{
		width:100%;
		height: 100%;
		margin:0;
		left:0;
		top:0;
		position: absolute;
		z-index: 5;
	}

	#home .home-elements .home-inner{
		position: relative;
		top:50%;
		height: auto;
		width:100%;
		max-width:1170px;
		margin:0 auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#home .home-elements .v1{
		margin-top:20px;
	}

	.home-inner.v1 .home-fixed-text{
		font-size:60px;
		color:#d1d1d1;
		line-height: 60px;
		margin:0;
		padding: 0;
	}



/* Home Strip */

	.home-strip{
		width:100%;
		height: 1px;
		background:white;
		opacity: 0.2;
		margin:23px auto 18px;
	}

/* Home Boxes */

	.home-boxes{
		width:100%;
		height: auto;
		position: relative;
		margin:0;
	}

	.home-box{
		width:100%;
		height: auto;
		position: relative;
		float: left;
		color:#d1d1d1;
		padding-right:10px;
		cursor: move;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.home-box h1{
		color:inherit;
		font-size:20px;
		margin-top:0;
		line-height: 40px;
	}

	.home-box h1 span{
		display: inline-block;
		width:35px;
		height: 35px;
		border-radius: 200px;
		margin-top:-15px;
		margin-right: 5px;
		background:rgba(40,43,49, 0.5);
		text-align: center;
		line-height: 35px;
	}

	.home-box p{
		font-size:13px;
		color:inherit;
	}

	.home-box:hover{
		color:#e5e5e5;
	}

/* Home Boxes Navigations */

	.home-boxes .owl-controls{
		display: block;
		width: 100%;
		height: auto;
	}

	.home-boxes .owl-controls .owl-buttons{
		display: block;
		width: 100%;
		height: auto;
	}

	.home-boxes .owl-controls .owl-buttons div{
		display: inline-block;
		width: 35px;
		height: 55px;
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.5;
		margin-top:10px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.home-boxes .owl-controls .owl-buttons div:nth-of-type(1){
		background-image:url(../images/left.png);
	}


	.home-boxes .owl-controls .owl-buttons div:nth-of-type(2){
		background-image:url(../images/right.png);
		margin-left:6px;
	}

	.home-boxes .owl-controls .owl-buttons div:hover{
		opacity: 1;
	}

/* Home Buttons */

	.home-elements div.home-button-inner{
		bottom:17%;
		position: absolute;
	}

	.home-button{
		display: inline-block;
		margin:0 auto;
		padding:8px 13px;
	}

	.home-button i{
		display: inline-block;
		margin-left:5px;
		font-size:22px;
	}

	.home-button:hover{
		color:white;
	}

	.home-button-1{
		display: inline-block;
		margin:0 3px;
		padding:8px 21px;
		border:1px solid rgba(255,255,255,0.1);
		background:rgba(0,0,0,0.3);
		color:#979592;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.home-button-1 a{
		color:#979592;
	}

	.home-button-1:hover{
		color:#d4d4d4;
		background:rgba(0,0,0,0.7);
		border:1px solid rgba(255,255,255,0);
	}


/* Layer, Rev Slider */

	#layerslider{
		width: 100%;
	}

	.text-type1{
		font-size:30px;
		color:#959595;
	}

	.text-type2{
		font-size:30px;
		color:#686868;
	}

	.text-type3{
		font-size:50px;
		color:#686868;
	}

	.text-type4{
		font-size:16px;
		color:#727272;
	}

	.text-type5{
		color:#f3f3f3;
	}

	.text-type6{
		color:#d1d1d1;
		font-size:22px;
	}

	.text-type7{
		color:#1f1f1f;
		font-size:25px;
	}

	.text-type8{
		color:#1f1f1f;
		font-size:15px;
	}

	.text-type9{
		font-size:50px;
	}

	.text-type10{
		font-size:20px;
	}

	.text-type11{
		font-size:25px;
	}

	.slide-button{
		width:auto;
		height: auto;
		padding:10px 20px;
		background:rgba(255,255,255,0.7);
		display: inline-block;
		border:1px solid #ededed;
		color:#a3a3a3;
		text-align:center;
		font-size:14px;
	}

	.slide-button a,
	a.slide-button{
		color:#a3a3a3;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.slide-button:hover{
		background:rgba(255,255,255,0.8);
		color:#8f8f8f;
	}

/* Slider Social Icons */

	.social-icon{
		width: 20px;
		height: 20px;
		border-radius: 100%;
		background:white;
		display: inline-block;
		margin:0 3px;
		color:#c5c5c5;
		padding:4px;
		line-height: 20px;
		text-align: center;
	}

	.social-icon a{
		color:#c5c5c5;
	}

	.social-icon:hover{
		color:white;
	}

/* Slider Social Icons For Rev Slider */

	.tp-caption .social-icon{
		width: 24px;
		height: 24px;
		line-height: 16px;
	}

	.tp-caption .social-icon:hover{
		color:white;
	}


/* Page Content */

	section.page-content{
		margin:0;
		width: 100%;
		padding:25px 0;
	}

	section.page-content .page-content-inner{
		width: 100%;
		max-width:1170px;
		margin:0 auto;
	}

/* Page Content Left */

	section.page-content .page-content-inner .content-left{
		text-align: left;
		float: left;
	}

	section.page-content .page-content-inner h1.content-head{
		margin:0 0 8px;
		padding:0;
		font-size:35px;
	}

	section.page-content .page-content-inner p.content-text{
		font-size:15px;
		padding:0;
		margin:0;
	}

/* Page Content Right */

	section.page-content .page-content-inner .content-right{
		float: right;
		text-align: right;
	}

	section.page-content .page-content-inner a.page-content-button{
		display: inline-block;
		padding:15px 30px;
		margin:10px 4px 0 0;
		background-color:#191919;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	section.page-content .page-content-inner a.page-content-button:hover{
		color:white;
	}

/* Page Header */

	section.page_header{
		background-color:#fafafa;
		width: 100%;
		height: auto;
	}

	section.page_header .page_header_inner{
		width: 90%;
		max-width: 1170px;
		margin:0 auto;
		position: relative;
		height: auto;
		padding: 30px 0;
	}

	section.page_header .page_header_inner .p_head_left{
		width: 65%;
		height: auto;
	}

	section.page_header .page_header_inner .p_head_left h1.p-header{
		margin:0 0 5px;
		padding:0;
		color:#3e3e3e;
		font-size:30px;
	}

	section.page_header .page_header_inner .p_head_left p.p-desc{
		margin:0;
		padding:0;
		color:#787777;
		font-size:14px;
	}

	section.page_header .page_header_inner .p_head_right{
		width: 35%;
		height: auto;
	}

	section.page_header .page_header_inner .p_head_right a.p-head-button{
		display: inline-block;
		width: auto;
		padding:12px 22px;
		color:#6a6a6a;
		margin:10px 0 0;
		font-size:13px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* About */


	#about .about-boxes{
		width:100%;
		z-index:3;
		position: relative;
		margin:30px auto 0;
	}

	#about .about-boxes .about-box{
		cursor: pointer;
	}
	#about .about-boxes h2 {font-size:36px; margin-bottom:20px;}
	

/* About Icon */

	#about .about-boxes .about-box a.about-icon{
		display:block;
		background:transparent;
		width:130px;
		height: 130px;
		margin:0 auto;
		border-radius: 500px;
		border:1px solid #8b8b8b;
		color:#444444;
		font-size:28px;
		line-height: 132px;
		position: relative;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#about .about-boxes .about-box a.about-icon:after{
		position:absolute;
		background:transparent;
		content:'';
		width:100%;
		height: 100%;
		border-radius: 500px;
		left:0;
		top:0;
		border:1px solid transparent;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* About Header */

	#about .about-boxes .about-box h3{
		font-size:20px;
		color:#5f5f5f;
		margin:20px auto 16px;
		padding:0;
	}

/* About Description */

	#about .about-boxes .about-box p{
		font-size:15px;
		color:#919191;
	}

/* About Box Rollover */

	#about .about-boxes .about-box:hover a.about-icon{
		background:#21242a;
		color:white;
	}

	#about .about-boxes .about-box:hover a.about-icon:after{
		border:1px solid #21242a;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}





/* Button */

	.button{
		padding:8px 14px;
		border-radius:6px;
		font-size:20px;
		margin:3px auto;
		display: inline-block;
		opacity: 0.7;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.button:hover{
		opacity: 1;
		color:white;
	}




/* Portfolio */

	#portfolio {
		border-top:1px solid #eeeeee;
		border-bottom:1px solid #eeeeee;
		width: 100%;
		overflow: hidden;
		padding-bottom:100px;
	}

	#portfolio .portfolio:first-child{
		padding-bottom:0;
	}

	#portfolio .portfolio:last-child{
		margin-top:35px;
	}
	
	#portfolio h4 {letter-spacing:0px; font-weight:400;}
	
	#portfolio h4 a img:hover {opacity:0.6 !important;}



/* Portfolio Items */

	#portfolio .portfolio .portfolio-items{
		margin-top:35px;
		width: 100.1%;
	}

	#portfolio .portfolio .portfolio-items .item{
		height: auto;
		background:#1a1a1a;
	}

	#portfolio .portfolio .portfolio-items .item a.work-image{
		display: block;
		overflow: hidden;
	}

	#portfolio .portfolio .portfolio-items .item a.work-image img{
		width:100%;
		height: auto;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

/* Boxed Items */

	#portfolio .portfolio .portfolio-items div.boxed-item{
		width:33.3%;
		padding:0 10px 20px;
		overflow: hidden;
		background:transparent;
	}

	#portfolio .portfolio .portfolio-items div.boxed-item .item-inner{
		width: 100%;
		height: 100%;
		padding:0;
		margin:0;
		background:#1a1a1a;
	}

	#portfolio .portfolio.boxed .portfolio-items{
		margin-bottom:35px;
	}


/* Team Modals */

	.modal-open{
		overflow:auto;
	}

	.modal{
		background-color: rgba(255,255,255,0.98);
		width: 100%;
		overflow: hidden;
	}

	.modal-backdrop{
		opacity: 1;
		background-color: rgba(255,255,255,0);
		width: 100%;
	}

/* Modal Inner */

	.modal-inner{
		margin:10% auto 0;
		width: 90%;
		max-width: 1000px;
		border-bottom:1px solid #f3f3f3;
		max-height: 80%;
		overflow: auto;
	}

	.modal .modal-inner .modal-left,
	.modal .modal-inner .modal-right{
		margin:20px auto;
	}

/* Modal Heads */	

	.modal .modal-inner .modal-head{
		padding:20px 0;
		border-bottom:1px solid #f3f3f3;
		position: relative;
	}

	.modal .modal-inner h1.member-name{
		font-size:50px;
		margin-top:0;
		padding-top:0;
	}

	.modal .modal-inner h4{
		margin-top:0;
		padding-top:0;
	}

	.modal .modal-inner a.close {
		cursor: pointer;
		font-size: 20px;
		width: 40px;
		display: block;
		position: absolute;
		right: 0;
		height: 40px;
		color: white;
		line-height: 38px;
		border-radius: 100%;
		opacity: 1;
		background:#bdbdbd;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* Modal Image */

	.modal .modal-inner .modal-left{
		padding-left:0;
		height: auto;
	}

	.modal .modal-inner .modal-img{
		width: 100%;
		height: auto;
	}

	.modal .modal-inner .modal-img img{
		width: 100%;
		height: auto;
	}

/* Modal Details */

	.modal .modal-inner .modal-right{
		padding-right:0;
		height: auto;
	}

	.modal .modal-inner .modal-right .member-detail-one{
		font-size:15px;
	}

	.modal .modal-inner .modal-right .member-detail-two{
		font-size:13px;
	}

/* Modal Skills */

	.modal .modal-inner .modal-right .member-skills{
		width: 100%;
		height: auto;
		margin-top:15px;
	}

	.modal .modal-inner .modal-right .member-skills .progress{
		height: auto;
		border-radius: 1px;
		background-color:#f8f8f8;
		box-shadow: none;
		position: relative;
	}

	.modal .modal-inner .modal-right .member-skills .progress-bar{
		height: 34px;
		font-size:21px;
		background-color:#373737;
	}

	.modal .modal-inner .modal-right .member-skills .progress-bar span{
		margin:8px 8px 8px;
		padding:0;
		font-size:16px;
		position: absolute;
		width: 100%;
	}


/* Testimonials */

	.testimonials{
		width:100%;
		height: auto;
		padding:120px 0 100px;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	body.parallax .testimonials{
		background-attachment: fixed;
	}

/* Testimonials Background(s) */

	.testimonials.bg1{
		
	}

/* Top Arrow */

	.testimonials .t-arrow{
		display: block;
		left:50%;
		border-top: 35px solid black;
		border-top-color: white; 
		border-left: 35px solid transparent;
		border-right: 35px solid transparent;
		position: absolute;
		top:0;
		z-index: 5;
		margin-left:-35px;
	}

	.testimonials h1.quote{
		opacity: 0.7;
	}

/* Text Slider */

	.testimonials ul.text-slider{
		width:100%;
		max-width:1170px;
		margin:20px auto 0;
	}

	.testimonials ul.text-slider li.text{
		padding:0 15px;
		max-width:1170px;
	}

	.testimonials ul.text-slider li.text h1{
		font-size:24px;
	}

	.testimonials ul.text-slider li.text p.author{
		font-size:14px;
		color:#cacaca;
		margin:25px auto;
	}

/* Text Slider Direction */

	.testimonials ul.flex-direction-nav{
		width:100%;
		height: auto;
		text-align: center;
		margin-top:20px;
	}

	.testimonials ul.flex-direction-nav li{
		display: inline-block;
		width:38px;
		height: 38px;
		margin:0 3px;
	}

	.testimonials ul.flex-direction-nav li a{
		display: block;
		width:38px;
		height: 38px;
		border-radius: 200px;
		background-color:rgba(35,35,35,0.5);
		opacity: 0.9;
		background-repeat: no-repeat;
		background-position: center center;
		background-image:url(../images/left-litle.png);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.testimonials ul.flex-direction-nav li:nth-of-type(2) a{
		background-image:url(../images/right-litle.png);
	}

	.testimonials ul.flex-direction-nav li a:hover{
		background-color:rgba(35,35,35,0.9);
	}

/* Clients */

	#clients{
		z-index: 2;
		position: relative;
	}

	#clients .clients{
		margin-top:67px;
	}
	
	#clients .clients-boxes {
		margin-top:67px;
	}
	
	#clients .clients-boxes h4 {
		line-height:36px;
		font-weight:400;
		letter-spacing:0px;
	}
	

	#clients .inner{
		padding-bottom:70px;
	}

/* Clients Items */

	#clients .clients .item{
		padding:0 15px;
		color:#7f7f7f;
	}

/* Client Images */

	#clients .clients .item .client-image{
		display:block;
		max-width:128px;
		margin:0 auto;
	}

	#clients .clients .item .client-image img{
		width:100%;
		border:1px dashed #a4a4a4;
	}

/* Client Names */

	#clients .clients .item h1.client-name{
		margin:24px auto 0;
		padding:0;
		font-size:22px;
	}

/* Client Positions */

	#clients .clients .item h3.client-position{
		margin:11px auto 9px;
		padding:0;
		font-size:13px;
	}

/* Client Descriptions */

	#clients .clients .item p.client-desc{
		margin:0 auto;
		padding:0;
		font-size:13px;
	}

/* Slider Pagination */

	#clients .clients .owl-controls{
		height: auto;
		width:100%;
		margin-top:70px;
	}

	#clients .clients .owl-controls .owl-pagination{
		height: auto;
		width:100%;
		text-align: center;
	}

	#clients .clients .owl-controls .owl-pagination .owl-page{
		display: inline-block;
		width:10px;
		height: 10px;
		background:#383838;
		margin:0 4px;
		border-radius: 100px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#clients .clients .owl-controls .owl-pagination .owl-page.active{
		background:transparent;
		border:1px solid #383838;
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
	}

/* Client Logos */
	
	#clients .client-logos{
		height: 100px;
	}

	#clients .client-logos .logos{
		text-align: center;
		position: relative;
	}

	#clients .client-logos .logos .owl-item{
		height: 100px;
	}

	#clients .client-logos .logos .item{
		position: relative;
		top:48%;
		display: block;
		opacity: 1;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#clients .client-logos .logos .item:active{
		cursor: -webkit-grab;
		cursor: -moz-grab;
	}

	#clients .client-logos .logos .item img{
		max-width:105px;
		max-height: 30px;
	}

	#clients .client-logos .logos .item:hover{
		opacity: 0.7;
	}





/* Contact Form */

	#contact .inner{
		padding-bottom:68px;
	}

	#contact .contact{
		max-width: 970px;
		margin:30px auto 0;
	}
	
	#contact .address-soft a.social{
		display:inline-block;
		width: 48px;
		height: 48px;
		color:inherit;
		line-height: 51px;
		font-size:24px;
		margin:0 7px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		color: #FFFFFF;
	}

	input,textarea,button{
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#contact .contact form .form{
		width:100%;
		height: auto;
		padding:15px 15px 12px;
		font-size:18px;
		margin-bottom:18px;
		color:#333333;
		letter-spacing: 0.5px;
	}

	.light-form{
		background:#fafafa;
		border:1px solid #cccccc;
	}

	.dark-form{
		background-color:#000000;
		border:1px solid #000000;
	}

	#contact .contact form .textarea{
		height: 201px;
		max-width: 100%;
		max-height: 201px;
	}

	#contact .contact form button.contact-form-button{
		margin-bottom:0;
		color:white;
	}

	#subscribe form .subscribe-form{
		width:100%;
		height: auto;
		padding:15px 15px 12px;
		font-size:18px;
		margin-bottom:18px;
		color:#7f7f7f;
		letter-spacing: 0.5px;
	}

/* Actives, Focuses and Rollovers */

	#contact .contact form .form:active,
	#contact .contact form .form:focus{
		outline: none;
	}

	#contact .contact form button.contact-form-button:hover{
		color:white;
	}

	#contact .contact form .light-form:hover{
		border-color:#dadada;
	}
	
	#contact .contact form .dark-form:hover{
		border-color:#dadada;
		background-color: #d2232a;
	}

/* Message For Mail */

	.mail-message-area{
		width:100%;
		padding:0 15px;
	}

	.mail-message{
		width: 100%;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		transition: all 0.7s;
		margin:0 auto;
		border-radius: 0;
	}

	.not-visible-message{
		height:0px;
		opacity: 0;
	}

	.visible-message{
		height:auto;
		opacity: 1;
		margin:25px auto 0;
	}

	.contact span { 
		display:none; 
		font-size:12px; 
		line-height:30px; 
		color:red;
	}

/* Address */

	#address{
		
		background-position: center center;
		background-repeat: no-repeat;
		background-size:cover;
	}

	body.parallax #address{
		background-attachment: fixed;
	}

	#address .address-soft{
		width:90%;
		max-width: 770px;
		padding:52px;
		background:rgba(255,255,255,0.05);
		color:#e7e7e7;
		margin:0 auto;
	}

	#address .address-soft a.phone-button{
		display: block;
		width:82px;
		height: 82px;
		background:rgba(255,255,255,0.05);
		color:#e7e7e7;
		margin:0 auto;
		line-height: 85px;
		font-size:35px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#address .address-soft h1.phone-text{
		padding:0;
		margin:15px auto;
		font-size:65px;
		color:white !important;
	}

	#address .address-soft a{
		color:white;
	}

	#address .address-soft h2.phone-text{
		padding:0;
		margin:0 auto 15px;
		font-size:25px;
	}

	#address .address-soft a.mail-text{
		padding:0;
		margin:0 auto 15px;
		font-size:25px;
		color:inherit;
		display: block;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#address .address-soft a.social{
		display:inline-block;
		width: 62px;
		height: 62px;
		color:inherit;
		line-height: 65px;
		font-size:27px;
		margin:0 7px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* Rollovers */

	#address .address-soft a.phone-button:hover{
		background:rgba(255,255,255,0.9);
		color:#2b2b2b;
	}

	a.social:hover{
		color:white !important;
	}

/* Google Map */

	#map #google-map{
		width: 100%;
		height: 380px;
	}

/* Footer */

	footer.footer{
		padding:40px;
	}

	footer img{
		width: 170px;
		height: auto;
	}

	footer p, footer a{
		font-size:11px;
		margin:15px auto 0;
		color:#767676;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* Portfolio Version */

	.p-section{
		width: 100%;
		height: 100%;
		position: relative;
		background-size:cover;
		background-position: center center;
	}




/* General Styles */

	.plus-button{
		width: 85px;
		height: 85px;
		display: block;
		background-color:rgba(255,255,255,0);
		background-image:url(../images/plus.png);
		background-position: center center;
		background-repeat: no-repeat;
		border:2px solid white;
		text-align: center;
		font-size:37px;
		line-height: 85px;
		color:white;
		opacity: 0.6;
		margin:0 auto;
		position: relative;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		transition: all 0.7s;
	}

	.plus-button:hover{
		background-color:rgba(255,255,255,0.5);
		opacity: 1;
	}

	.f-left > .plus-button{
		top:76px;
	}

	a.home-button-white{
		display: inline-block;
		margin:6px auto;
		padding:8px 13px;
		background-color:rgba(255,255,255,0.1);
		color:white;
		text-shadow:none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	a.home-button-white i{
		display: inline-block;
		margin-left:5px;
		font-size:22px;
	}

	a.home-button-white:hover{
		color:white;
		background-color:rgba(255,255,255,0.4);
	}









/* Right Text */

	div.right-texts{
		width: 45%;
		margin:0;
		padding-left:20px;
		padding-top:10px;
	}

	div.right-texts h1.project-head{
		font-size:20px;
		margin:20px auto 15px;
	}

	h3.project-head.fw-head{
		margin:0 auto 15px;
	}

	div.right-texts p.project-desc{
		margin:20px auto;
		font-size:14px;
		padding:0;
		line-height: 23px;
	}


/* Buttons */

	a.button{
		margin-top:15px;
		margin-right:10px;
		font-size:14px;
		display: inline-block;
		padding:10px 15px 10px;
		opacity: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	a.button:hover{
		opacity: 0.9;
	}

	a.button:active{
		opacity: 0.8;
	}

	.home_project a.home-button-white{
		margin:3px 3px;
	}


/* Pagination */

	ul.pagination li a{
		color:#8d8d8d;
	}

	ul.pagination li a:hover{
		color:#8d8d8d;
		background:#f1f1f1;
	}

	ul.pagination li.active a{
		color:white;
	}

/* Back To Top Button */

	#back-top{
		width:50px;
		height:50px;
		position:fixed;
		right:50px;
		bottom:50px;
		z-index:1000;
	}
	
	#back-top a{
		width:100%;
		height:100%;
		display:block;
		background-color:rgba(25,25,25,0.2);
		opacity: 0.5;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		font-size:18px;
		line-height: 50px;
		border-radius: 8px;
	}
	
	#back-top a:hover{
		background-color:rgba(25,25,25,1);
		opacity: 1;
		color:white;
	}
	
	/* NEW STYLES */
	
	.slide-h1 {padding:50px 0 5px; margin:0px;}
	.slide-h2 {padding-top:0px; margin-top:0px;}
	

/* Dark Styles */

/* Dark Background */

	.dark-bg{
		background-color:#000000 !important;
	}

/* Soft Dark Backgrounds */


	.soft-bg-1{
		position: relative;
	}


/* Background for 83% Dark */

	.soft-bg-1:before{
		background-color:#000000;
		position: absolute;
		left:0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		content:'';
	}



/* Dark Navigation */

	.dark-nav .nav-menu{
		color:#FFFFFF;
	}

	.first-nav.dark-nav{
		background-color:#000000;
	}

	.second-nav.dark-nav,
	.dark-nav .nav-menu ul.dropdown-menu{
		background-color:#000000;
	}

	.dark-nav .nav-menu ul.dropdown-menu li a{
		color:inherit;
	}

	.dark-nav .nav-menu ul.dropdown-menu li a:hover,
	#navigation-sticky.dark-nav .nav-menu ul li a:hover,
	#navigation-sticky.dark-nav .nav-menu ul li.active a{
		background-color:#000000;
	}

	.first-nav.dark-nav .nav-inner .nav-menu ul li a:hover{
		background-color:#000000;
	}

	.second-nav.dark-nav .nav-inner .nav-menu ul li a:hover{
		background-color:#000000;
	}

	.second-nav.dark-nav .nav-inner .nav-menu ul li.active a,
	.dark-nav .nav-menu ul.dropdown-menu li a:hover{
		background-color:#000000;
	}

	#navigation-sticky.dark-nav{
		background-color:#000000;
	}

/* Home Boxes Navigation */

	.home-boxes .owl-controls .owl-buttons div{
		background-color:#262626;
	}



	footer.footer.dark-footer{
		background:#191919;
	}

	footer.footer.dark-footer p,
	footer.footer.dark-footer a{
		color:#8d8d8d;
	}

/* Page Content */

	section.page-content{
		background:#1f1f1f;
	}