/* Fonts */
	@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
	@import url(//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i);

/* Main Styles */

	::selection {
		background-color: #3c3c3c;
		color: #fff;
	}
	html, body {
		background: #fff;
		width:100%;
		height:100%;
		padding:0;
		-webkit-font-smoothing: antialiased;
		font-family: 'Roboto', sans-serif;

	}

	a,
	a:hover,
	a:active,
	a:focus
	{
		color:#464646;
		text-decoration:none;
		outline:none;
	}

	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
		font-family: 'Roboto Condensed', sans-serif;
		font-weight:300;
	text-transform: uppercase;
}

	p{
		margin:0 0 5px;
	}

	.clear{
		clear:both;
	}

	ol, ul{
		list-style:none;
		padding:0;
	}
	
.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}


/* Page Animated item Styles */

	.animated{
		visibility:hidden;
	}

	.visible{
		visibility:visible;
	}

/* Page Loading */

	#pageloader {
		width: 100%;
		height: 100%;
		position: fixed;
		background-color: #131313;
		z-index: 999999;
	}
	.loader-item {
	  position: absolute;
	  width: auto;
	  height:height;
	  margin: -25px 0 0 -25px;
	  top:50%;
	  left:50%;
	  text-align:center;
	}

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

/* Containers */

	.contain{
		width:100%;
		position:relative;
		height:auto;
	}

	.inner{
		width:100%;
		max-width:1170px;
		margin:0 auto;
		padding:40px 0;
		position:relative;
		z-index:2;
	}

	.contain-logo{
		margin:auto;
		width:64px;
		height:64px;
		background:white;
		border:1px solid #bcbcbc;
		padding:18px 0;
		text-align:center;
		position:relative;
		top:-32px;
		border-radius:100px;
	}

	.contain-logo i{
		font-size:30px;
		color:#bcbcbc;
		font-weight:light;
	}

/* Page Headers */

	.header{
		margin:auto;
		font-size:40px;
		text-transform:uppercase;
		width:100%;
		line-height: 1.4;
	padding-right: 20px;
	padding-left: 20px;
			font-family: 'Roboto Condensed', sans-serif;

}

	.page-desc{
		width:100%;
		margin-right: auto;
		margin-left: auto;
	}

	.page-desc p {
		text-align: justify;
		line-height: 1.4;
		font-weight: 400;	
		padding: 20px;	

	}
	
	.page-desc h3, .page-desc h4, .page-desc h5, .page-desc h6 {
	padding-right: 20px;
	padding-left: 20px;	
	}

	.dark{
		color:#3c3c3c;
	}

	.white{
		color:white;
	}

/* End Main Styles */

/* Home */

	#home{
		width:100%;
		height:auto;
		position:relative;
	}

/* Super Slides */

	#slides {
		position: relative;
	background-color: #000;
}
	#slides .slides-container {
		display: none;
	}
	#slides .slides-container  div,
	#slides .slides-container  img{
		width:100%;
		height:100%;
	}
	.home-pattern{
		background: black;
		opacity:0.4;
	}
	.pattern:after{
		background: url(../images/pattern.png);
		width:100%;
		height:100%;
		bottom:0;
		left:0;
		position:absolute;
		z-index: 1;
		content: "";
	}

	.home-pattern-style{
		background:url(../images/home-pattern.jpg) repeat;
		width:100%;
		height:100%;
	}

	#slides .scrollable {
		*zoom: 1;
		position: relative;
		top: 0;
		left: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		height: 100%;
	}
	#slides .scrollable:after {
		content: "";
		display: table;
		clear: both;
	}

/* Super Slides Navigation */

	.slides-navigation {
		margin: 0 auto;
		position: absolute;
		z-index: 3;
		top: 45%;
		width: 100%;
	}
	.slides-navigation a {
		position: absolute;
		display: block;
		width:74px;
		height:74px;
		background:url(../images/arrows.png);
		opacity:0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.slides-navigation a.prev {
		left: 1%;
		background-position:bottom center;
	}
	.slides-navigation a.next {
		right: 1%;
		background-position:top center;
	}

	#home:hover .slides-navigation a{
		opacity:0.3;
	}

	.slides-navigation a:hover{
		opacity:1 !important;
	}

/* Super Slides Pager */

	.slides-pagination {
		position: absolute;
		z-index: 3;
		bottom: 0;
		text-align: center;
		width: 100%;
	}
	.slides-pagination a {
		border: 2px solid #222;
		border-radius: 15px;
		width: 10px;
		height: 10px;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
		margin: 2px;
		overflow: hidden;
		text-indent: -100%;
	}
	.slides-pagination a.current {
		background: #222;
	}

/* Main Home Texts - With Flexslider */

	.main{
		position:absolute;
		width:100%;
		top:50%;
		margin:0 auto;
		z-index:2;
		background: transparent;
		height:auto;
		min-height:300px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align:center;
	}

	.main ul {
		height:auto;
		min-height:160px;
		padding:0;
		margin:0 auto;
		position:relative;
	}

	.main ul li{
		list-style:none;
		font-size:110px;
		color:white;
		text-transform:uppercase;
		text-shadow:2px 2px 2px rgba(0,0,0,0.1);
			font-family: 'Roboto Condensed', sans-serif;
		
	}
	

	.main ul li span{
		color: #c4af39;
	}

	.home-slider{
		width:100%;
	}

/* Home Description */

	.home-desc{
		width:100%;
		max-width:670px;
		margin:35px auto;
		position:relative;
		text-align:center;
		color:white;
		font-size:20px;
		font-weight:400;
		text-transform:uppercase;
		text-shadow:2px 2px 2px rgba(0, 0, 0, 0.54)
	}

/* Home Get Started Button */

	.home-button{
		width:170px;
		height:auto;
		padding:10px 23px;
		border:1px solid white;
		background: rgba(43,43,43,0.1);
		color:white;
		text-transform:uppercase;
		font-size:20px;
		cursor:pointer;
		margin:35px auto;
		display:block;
		text-align:center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.home-button:hover{
		background:white;
		color:#3c3c3c;
		text-decoration:none;
	}

/* Page Top (only Rev Slider Version) */

	#pagetop{
		background:#232323;
		padding:12px 0;
	}

	.pagetop{
		padding:0;
		color:#a4a4a4;
	}

	.pagetop .left{
		text-align:left;
		padding:0;
	}

	.pagetop .right{
		text-align:right;
		padding:0;
	}

	.pagetop a{
		margin-left:15px;
		color:#666666;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.pagetop a:hover{
		color:white;
	}

/* Navigation */

	#navigation{
		width:100%;
		border-bottom:1px solid #e2e2e2;
		position:absolute;
		z-index:9999;
		background:#fff;
		height:82px;
	}

	#navigation .navigation{
		padding:0;
		height:100%;
	}

	.shadow{
		box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	}

/* Logo */

	.navigation .logo{
		float:left;
		position:absolute;
		z-index:999;
	}

	.navigation .logo a{
		width:auto;
		display:block;
		margin:10px 0 0;
	}

/* Nav Menu */

	.nav-menu{
		width:auto;
		float:right;
		height:82px;
		text-align:right;
	}

	.nav-menu ul{
		padding:0;
		margin:0;
	}

	.nav-menu ul li{
		height:82px;
		width:auto;
		display:block;
		float:left;
		list-style:none;
		padding:0;
		margin:0;
	}

	.nav-menu ul li  a{
		height:82px;
		padding:33px 15px;
		display:block;
		text-transform:uppercase;
		font-size:14px;
		text-align:center;
		color:#464646;
	}

	.nav-menu ul li:first-child a{
		padding-left:0;
	}

	.nav-menu ul li:last-child a{
		padding-right:0;
	}

	.nav-menu a:hover{
		color: #93832B;
	}

	.nav-menu a.active{
		color: #93832B;
	}

	.main-nav > li > a:hover,
	.main-nav > li > a:focus{
		background:none;
	}

	.main-nav li a .active {
		color: #93832B;
	}

/* Mini Navigation For Mobile */

	.mobile-drop{
		height:100%;
		width:100%;
		display:none;
	}

	a.mobile-menu{
		position:absolute;
		top:50%;
		font-size:21px;
		right:30px;
		left:auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.mobile-drop ul.fullwidth{
		width:100%;
		position:relative;
	}

	.mobile-drop ul.fullwidth li{
		width:100%;
		height:auto;
		margin:0;
	}

	.mobile-drop ul.fullwidth li a{
		padding:10px;
		margin:0;
		height:auto;
		text-align:left;
		text-transform:uppercase;
		border-bottom:1px solid #ededed;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.mobile-drop ul.fullwidth li.active a{
		background-color:#383838;
		color:white;
	}

/* Rev Slider Section */

	.revslide .stext{
		text-transform:uppercase;
		font-weight:400;
		margin:0;
	}

/* Slide 1 */

	.revslide .p1{
		font-size:35px;
		color:#262626;
	}

	.revslide .h1{
		font-size:55px;
		color:#262626;
		margin:5px 0;
	}
	.revslide span{
		color:#93832B;
	}

	.revslide .h2{
		font-size:20px;
		color:#262626;
	}

	.revslide .h3{
		font-size:20px;
		color:#262626;
		padding:9px 0;
	}

/* Slide 2 */

	.revslide .h4{
		font-size:85px;
		text-align:center;
		color:white;
		padding:0;
	}

	.revslide .h5{
		font-size:30px;
		text-align:center;
		color:white;
		padding:0;
	}

/* Slide 3 */

	.revslide .h6{
		font-size:50px;
		color:#726c64;
		padding:0;
	}

	.revslide .p5{
		font-size:25px;
		color:#726c64;
		padding:0;
	}

	.revslide .p6{
		font-size:15px;
		color:#726c64;
		padding:0;
		text-transform:none;
	}

/* Text Area */

	#text-area{
		background:#3c3c3c;
	}

	.text-area{
		text-align:center;
		text-transform:uppercase;
		color:white;
		padding:30px 0;
	}

	.text-area h1{
		margin:0;
		font-size:35px;
	}

	.text-area h1 span{
		font-weight:500;
	}

	.text-area a{
		display:inline-block;
		margin:20px 7px 5px;
		padding:6px 18px;
		border:1px solid white;
		background:transparent;
		font-size:20px;
		color:white;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.text-area a:hover{
		color:#3c3c3c;
		background:white;
	}

/* About Section */

	#about{
		background:url(../images/i1.jpg)top center repeat-x;
		height:962x;
	}


	#about .text{
		text-align:center;
		margin:auto;
	}



/* About Content Hover Styles */

	#about .about-content:hover{
		background:#3c3c3c;
		color:#fff;
	}

	#about .about-content:hover .top{
		border:2px solid #464646;
		background:#fff;
	}

	#about .about-content:hover .top:after{
		border:2px solid white;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	#about .about-content:hover .top i{
		color:#464646;
	}

	#about .about-content:hover .content-desc{
		color:#fff;
	}

	#about .about-content:hover .bottom i{
		border:1px solid #fff;
		color:#fff;
	}

/* Features */

	#features{
		background:url(../images/i1.jpg)top center repeat-x;
		height:962x;
		margin-top:20px;
	}

/* project1 */

	#project {
		margin-top:30px;
	}

	.project {
	}

	.project h2 {
	 margin-top: 10px;
	 margin-bottom: 0;
	}
	
	.project h3 {
		 margin-top: 0;	
		margin-bottom: 20px;
	}


/* Top Icon Style */

	.br{
		top:-72px;
	}

/* Tabs */

	.tabs{
		width: 100%;
	}

/* Tabs Navigations */

	.nav-tabs{
		border:none;
	}

	.nav-tabs li a{
		font-size: 14px;
		color: #5f5f5f;
		padding: 12px 20px;
		text-transform:uppercase;
		border-radius:0;
	}

	.nav-tabs li.active a{
		border-top:2px solid #93832B;
	}

	.nav-tabs li.active a:hover{
		border-top:2px solid #93832B;
	}

/* Tabs panes */

	.tab-pane{
		padding:30px 0px;
		border:1px solid #eeeeee;
		font-size:15px;
		font-weight:400;
	}

	.tab-pane .tab-icon{
		padding: 0 20px;
	}

	.tab-pane .tab-desc{
		text-align:justify;
	padding-left: 20px;
	padding-right: 20px;		
}

	.tab-pane .only{
		width:100%;
	}
	
.tab-pane .tab-desc img {
	max-width: 700px;
}	

/* Progress */

	.Progress-bars{
		float:right;
		width:40%;
		height:auto;
	}

	.Progress-bars .head{
		font-size:30px;
		color:#8f8f8f;
		text-transform:uppercase;
	}

	.Progress-content{
		margin:6px 0;
		padding:18px;
		border:1px solid #ededed;
	}

	.progress{
		margin-bottom:8px;
	}

/* Progress Texts */

	.progress-texts span{
		display:block;
		padding:5px 0;
		color:#acacac;
		font-size:15px;
	}

	.progress-texts .progress-name{
		float:left;
		text-transform:uppercase;
	}

	.progress-texts .progress-value{
		float:right;
	}

/* History */

	#history{
		margin:60px auto 0;
		min-height:1000px;
		background:url(../images/i2.jpg) top center repeat fixed;
	}

/* Timeline */

	ul.timeline{
		margin:40px auto 0;
		width:100%;
		background:url(../images/timeline-bg.jpg) center center repeat-y;
		height:auto;
		position:relative;
		padding:0 0 80px;
	}

/* Year icon */

	.timeline .year{
		width:75px;
		height:75px;
		border:3px solid #919191;
		border-radius:300px;
		background:white;
		clear:both;
		padding:21px 0;
		text-align:center;
		color:#3c3d3d;
		font-size:20px;
		margin:31px auto;
	}

/* Notes */

	.timeline .note{
		float:left;
		padding:20px;
		width:47.5%;
		background: rgba(242,242,242,0.1);
		border-radius:12px;
		margin:10px 0;
		cursor:pointer;
		position:relative;
		z-index:550;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.timeline .year + .note{
		margin-top:-20px;
	}

/* Start Icon */

	.timeline .start{
		width:64px;
		height:64px;
		border:3px solid #919191;
		border-radius:300px;
		background:white;
		position:absolute;
		clear:both;
		padding:19px 0;
		text-align:center;
		color:#868586;
		font-size:24px;
		bottom:0px;
		left:50%;
		margin-left:-32px;
	}

/* Note inners */

	.timeline .note h4{
		font-size:19px;
		color:white;
		text-transform:uppercase;
		color:#999999;
		margin:5px 0;
	}

	.timeline .note p{
		font-size:14px;
		color:#767676;
		margin:8px 0;
	}

	.timeline .note span.date{
		font-size:14px;
		text-transform:uppercase;
		color:#a5a5a5;
		line-height:12px;
	}

	.timeline .note .arrow{
		color:rgba(242,242,242,0.1);
		position:absolute;
		right:-1.6%;
		left:auto;
		top:20px;
		font-size:12px;
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.timeline .note:after{
		content:'';
		position:absolute;
		right:-6.8%;
		display:block;
		width:18px;
		height:18px;
		background:#343434;
		border:2px solid #d6d6d6;
		border-radius:100px;
		top:18px;
		z-index:20;
	}

	.timeline .note:nth-of-type(2n){
		float:right;
		clear:right;
	}

	.timeline .note:nth-of-type(2n):after{
		left:-6.8%;
	}

	.timeline .note:nth-of-type(2n) .arrow{
		left:-1.6%;
		right:auto;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

/* Notes Rollover */

	.timeline .note:hover{
		background:#f2f2f2;
	}

	.timeline .note:hover h4{
		color:#707070;
	}

	.timeline .note:hover p{
		color:#767676;
	}

	.timeline .note:hover:after{
		background:#93832B;
		border:2px solid #93832B;
	}

	.timeline .note:hover .arrow{
		color:#f2f2f2;
	}

/* Our Team */

	#team{
		padding:60px 0 0;
	}

	.team-items{
		width:100%;
		height:auto;
		overflow:hidden;
		margin: 10px auto 30px;
		position:relative;
	}

	.owl-wrapper-outer{
		text-align:center;
	}

/* Our Team item */

	.owl-item .item{
		height:auto;
		margin: 20px 0 0;
		padding:15px;
		cursor:pointer;
		border-bottom:4px solid #fff ;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}

	.owl-item .item img{
		border:4px solid #f4f4f4;
	}

	.owl-item .item h3{
		font-size:20px;
		color:#4e4e4e;
		text-transform:uppercase;
		margin:0px;
	}

	.owl-item .item h4{
		font-size: 14px;
		color: #797979;
		line-height: 15px;
		margin:5px auto 15px;
		text-transform: none;
		font-weight: bold;
	}

	.owl-item .item p{
		font-size:15px;
		color: #535353;
	}

/* Our Team Socials */

	.socials{
		width:100%;
		text-align:center;
	}

	.socials a{
		padding:6px 3px;
		text-align:center;
		color:#656565;
		font-size:17px;
		cursor:pointer;
	}

/* Our Team Control Buttons */

	.owl-buttons{
		position:absolute;
		top:0;
		width:80px;
		left:50%;
		margin-left:-40px;
		
	}

	.owl-buttons>div{
		width:35px;
		height:35px;
		background-image:url(../images/team/controls.png);
		color:black;
		cursor:pointer
	}

	.owl-prev{
		float:left;
		background-position:left top;
	}

	.owl-next{
		float:right;
		background-position:right top;
	}

/* Our Team Rollovers */

	.owl-prev:hover{
		background-position:left bottom;
	}

	.owl-next:hover{
		background-position:right bottom;
	}

	.owl-item .item:hover{
		background:#3c3c3c;
		border-bottom:4px solid #93832B ;
	}

	.owl-item .item:hover  h3 {
		color:#e4e4e4;
	}

	.owl-item .item:hover  h4 {
		color: #b4b4b4;
	}

	.owl-item .item:hover  p {
		color:#e4e4e4;
	}

	.socials a i.fa-facebook:hover{
		color:#305fa5;
	}

	.socials a i.fa-instagram:hover{
		color:#ae997d;
	}

	.socials a i.fa-pinterest:hover{
		color:#cc2127;
	}

	.socials a i.fa-twitter:hover{
		color:#2daae2;
	}

	.socials a i.fa-google-plus:hover{
		color:#da2713;
	}

/* Why Wisten */

	#why-wisten{
		margin:50px auto 0;
		background:url(../images/i3.jpg) center fixed;
		padding:0 0 30px;
	}

/* iphone image */

	.w-iphone{
	}



/* accordion menu */

	.accordion{
		float:right;
		text-align:left;
		width:49%;
		font-size:15px;
		color:#2a2a2a;
	}

	.accordion .accordion-head{
		font-size:40px;
		color:#565656;
		text-transform:uppercase;
	}

	.accordion .accordion-head span{
		color:#93832B;
	}

	.accordion .panel{
		width:100%;
		border-bottom:1px solid #b5b5b5;
		padding:20px 0 0;
		background:transparent;
		margin-bottom:0;
	}

	.accordion-heading{
		width:100%;
		margin-bottom:15px;
		text-transform:uppercase;
	}

	.accordion-inner{
		padding:0 15px 15px;
		display:block;
	}

/* Our Works */

	#portfolio{
	}

	.works{
		position:relative;
		height:auto;
	}

/* Filter Menu */

	.filter-menu{
		position:relative;
		z-index:999999;
	}

	.filters{
		width:100%;
		text-align:center;
		padding:0;
		margin:40px auto 35px;
	}

	.inline{
		font-size:0px;
	}

	.filters li{
		text-align:center;
		display: inline-block;
		font-size:16px;
	margin-right: 5px;
}

	.filters li a{
		color:#7a7a7a;
		border:none;
		background:#e9e9e9;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}

	.filters li a.selected{
		color:white;
		background:#3c3c3c;
		cursor:default;
	}

	.filters li:last-child a{

	}

	.filters li:first-child a{

	}
	
.filters li a,
.filters li:last-child a,
.filters li:first-child a{
	display:block;
	border-radius:6px;
	padding:8px 15px;
	margin:5px auto;
	font-size:14px;
}
	

	.filters li:hover a{
		background:#3c3c3c;
		color:white;
	}

/* Portfolio items */

	.items{
		position:relative;
		height:auto;
	}

	.work{
		margin:9px 0;
		padding:0 9px;
		height:auto;
		color: #818181;
		cursor:pointer;
		overflow:hidden;
	}

	.work-inner{
		border:1px solid #ebebeb;
	}

	.work-img{
		width:100%;
		background:black;
		position:relative;
		overflow:hidden;
	}

	.work-img img{
		width:100%;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}

	.work-desc{
		width:100%;
		background:white;
		margin:0;
		text-align:center;
		padding:15px 5px;
	}

	.work-desc h4{
		text-transform:uppercase;
		font-size:20px;
		margin:0;
	}

	.work-desc p{
		font-size:15px;
		margin:0;
	}

	.work-img .button{
		width:42px;
		height:42px;
		display:block;
		border-radius:100px;
		background:white;
		position:absolute;
		text-align:center;
		padding:11px 0 0;
		font-size:15px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.work-img .button:hover{
		background:#93832B;
		color:white;
	}

	.work-img .zoom{
		left:45%;
		top:20%;
		opacity:0;
	}

	.work-img .detail{
		right:37%;
		bottom:20%;
		opacity:0;
	}

	.work:hover .work-img img{
		opacity:0.2;
	}

	.work:hover .work-img .zoom{
		top:50%;
		opacity:1;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.work:hover .work-img .detail{
		bottom:50%;
		opacity:1;
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		transform: translateY(50%);
	}

/* isotope styles */

	.isotope-item {
	  z-index: 2;
	}

	.isotope-hidden.isotope-item {
	  pointer-events: none;
	  z-index: 1;
	}

/**** Isotope CSS3 transitions ****/

	.isotope,
	.isotope .isotope-item {
	  -webkit-transition-duration: 0.8s;
		 -moz-transition-duration: 0.8s;
		  -ms-transition-duration: 0.8s;
		   -o-transition-duration: 0.8s;
			  transition-duration: 0.8s;
	}

	.isotope {
	  -webkit-transition-property: height, width;
		 -moz-transition-property: height, width;
		  -ms-transition-property: height, width;
		   -o-transition-property: height, width;
			  transition-property: height, width;
	}

	.isotope .isotope-item {
	  -webkit-transition-property: -webkit-transform, opacity;
		 -moz-transition-property:    -moz-transform, opacity;
		  -ms-transition-property:     -ms-transform, opacity;
		   -o-transition-property:      -o-transform, opacity;
			  transition-property:         transform, opacity;
	}

/**** disabling Isotope CSS3 transitions ****/

	.isotope.no-transition,
	.isotope.no-transition .isotope-item,
	.isotope .isotope-item.no-transition {
	  -webkit-transition-duration: 0s;
		 -moz-transition-duration: 0s;
		  -ms-transition-duration: 0s;
		   -o-transition-duration: 0s;
			  transition-duration: 0s;
	}

/* End: Recommended Isotope styles */


/* Controls */

	.carousel .s-controls{
		background-image:url(../images/service-icons.png);
		width:30px;
		height:30px;
		margin:20px;
		opacity:0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.carousel a.right{
		background-position:right top;
	}

	.carousel a.left{
		background-position:left top;
	}

	.bottom-bg:hover .s-controls{
		opacity:1;
	}

	.carousel a.left:hover{
		background-position:left bottom;
	}

	.carousel a.right:hover{
		background-position:right bottom;
	}

/* video */

	#video{
		height:765px;
		margin:0;
		position:relative;
	}

	.video-logo{
		position:relative;
		z-index:5;
	}

	.video-pattern{
		background: url(../images/pattern.png);
		width:100%;
		height:100%;
		top:0;
		left:0;
		padding:75px 0;
		position:absolute;
		text-align:center;
	}

	.video-text{
		width:100%;
		height:100%;
		top:0;
		left:0;
		position:absolute;
		text-align:center;
		z-index:1;
	}



/* Contact */

	#contact{
		padding:0;
		height:auto;
		min-height:567px;
	}

	.contact-logo{
		position:absolute;
		z-index:22;
		left:50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.contact-logo i{
		color:#444444;
	}

	#map{
		top:0;
		position:absolute;
		width:100%;
		height:100%;
	}

	.contact{
		margin:0 auto;
		padding:0;
		
	}


	.textarea{
		height:100px;
		max-width:100%;
		max-height:100px;
	}

	.form-btn{
		outline:none;
		border:1px solid #2b2b2b;
		color: #fff;
		text-transform:uppercase;
		padding:8px 0;
		width:100%;
		margin:10px auto;
		text-align:center;
		font-weight:400;
		top:2px;
		font-size:20px;
		background:#313131;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.form:hover{
		border:1px solid #4e4e4e;
	}

	.form:focus{
		border:1px solid #93832B;
	}

	.form-btn:hover{
		background:#93832B;
	}

	.form-btn:active{
		background:#313131;
	}


/* Footer */

	#footer{
		background:#131313;
	}

	.footer{
		text-align:center;
	padding: 10px 0 10px;
}

	.footer a{
		cursor:pointer;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* Footer Links */

	.footer-links{
		display:inline-block;
		border:1px solid #eee;
		border-radius:100px;
		margin:0 3px;
	}

	.footer-links i{
		font-size:25px;
		color:#eee;
		display:block;
		width:35px;
		height:35px;
		line-height:38px;
	}

	.footer-text{
		margin:10px 0 0 0;
		color: #fff;
		font-size:15px;
		font-weight:400;
	}

	.footer-text span{
		margin:0 5px;
	}

	.footer-text a{
		color:#fff;
	}

	.copyright{
		margin: 20px 0;
		font-size: 12px;
	text-align: center;
}

	.footer .footer-links:hover{
		border:1px solid white;
	}

	.footer a:hover{
		color: #eee;
	}

	.footer a:hover i{
		color: #eee;
	}
	
	.disclaimer {
	font-size: 12px;
	font-style: italic;
	color: #fff;
	margin-bottom: 25px;
	margin-top: 25px;
}	


.space {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	float: none;
	display: block;
	height: 10px;
}

.padding {
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.minbackground {
	min-height: 650px;
}

.highlight, a.highlight {
	color: #93832B;
}

.center {
	text-align: center;
}

.nopadding-left {
	padding-left: 0;
}

.page-desc .fa {
	font-size: 16px;
	text-align: center;
	margin-right: 5px;
}

.table th {
	background-color: #f4f4f4;
}