
	/* ==================================================
	Isotope Filtering
	================================================== */
	
		.item {
			height: 198px;
		}
	
		/* --- Start: Recommended 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.6s;
		     -moz-transition-duration: 0.6s;
		      -ms-transition-duration: 0.6s;
		       -o-transition-duration: 0.6s;
		          transition-duration: 0.6s;
		}
		
		.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:         top, left, 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 --- */
	
	
	
	/* --- disable CSS transitions for containers with infinite scrolling --- */
	.isotope.infinite-scrolling {
	  -webkit-transition: none;
	     -moz-transition: none;
	      -ms-transition: none;
	       -o-transition: none;
	          transition: none;
	}


	/*Portfolio------------------------------------------*/
	
	
	.project-title {
		font-family: 'Oswald', sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		margin-top: 7px;
	}
	
	.project-description {
		color: #868991;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: 600;
		margin: 0 0 20px 0;
	}
	
	.columns .overlay-content.loupe {
		width: 34px;
		height: 34px;
		background: url(../images/loupe.png) 0px 0px no-repeat;
		position: absolute;
		top: 22%;
		margin: -17px 0 0 -17px;
		left: 50%;
		z-index: 10;
	}
	
	.option-set {
		margin-left: 8px;
		margin-bottom: 36px;
	}

	.option-set li {
		display: inline-block;
		position: relative;
		margin-right: 10px;
		text-transform: uppercase;
		font-size: 11px;
	}
	
	.option-set i {
		color: #868991;
	}
	
	.option-set li a.selected {
		color: #699B00;
	}
	
	.option-set li a {
		color: #868991;
		text-decoration: none;
		font-weight: 600;
	}
	
	.option-set li a:hover {
		color: #699B00;
	}


	/* Kutcher Contact------------------------------------------*/

	#contact {
		width: 100%;
		height: auto;
		min-height: 100%;
		background-color: #1c1f26;
		background: url(../images/contacts.jpg) top center fixed;
		background-size: cover;
		position: relative;
	}
	
	#contact .pattern {
		height: 100%;
	}

	.card-kutcher {
		width: 100%;
		background: url(../images/contact-bg.png);
		text-align: center;
		padding: 45px 0 120px 0;
		margin: 15% 0 100px 0;
		position: relative;
	}
	
	.contact-tabs {
		margin-bottom: 35px;
	}
	
	.contact-tabs li {
		display: inline;
		margin: 0 2px;
	}
	
	.contact-tabs li a {
		padding: 4px 16px 5px 16px;
		background: #1c1f26;
		border-radius: 14px;
		font-size: 11px;
		color: white;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.adress {
		color: #868991;
		font-size: 22px;
		margin-top: 10px;
	}
    
	.lines {
		width: 76%;
		border-top: white 1px solid;
		border-bottom: white 1px solid;
		text-transform: uppercase;
		color: white;
		font-family: 'Oswald', sans-serif;
		font-size: 36px;
		padding: 31px 0 31px 0;
		margin: 12px auto 40px auto;
		line-height: 1.45;
	}

	.contact-social-icons {
		text-align: center;
		position: absolute;
		bottom: 60px;
		left: 0;
		width: 100%;
	}
	
	.contact-social-icons li {
		display: inline;
		margin: 0 7px 0 7px;
	}
	
	.contact-social-icons li a {
		display: inline-block;
		color: white;
		font-size: 30px;
		line-height: 2;
		background: url(../images/social-icons-bg.png);
		width: 60px;
		height: 60px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}
	
	.contact-social-icons li a:hover {
		background-color: #699B00;
	}
	
	.copyright {
		background: url(../images/footer-gr.png);
		width: 100%;
		height: 80px;
		position: absolute;
		z-index: 1000000;
		bottom: 0;
	}
	
	.copyright p {
		text-transform: uppercase;
		text-align: center;
		font-weight: 600;
		font-size: 11px;
		color: white;
		margin-top: 46px;
	}
	
/*--------------------------------------------------------
Commons
--------------------------------------------------------*/

::-moz-selection {background: #b0b825;color: white; }
::selection {background: #b0b825;color: white; }

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.scaleimg {
	width: 100%;
    height: auto;
}

.hidden {
	display: none;
}

.vertical-text {
	display: table-cell;
	vertical-align: middle;
}

.pattern {
	background: url(../images/pattern.png);
	width: 100%;
	position: absolute;
}		
	
/*--------------------------------------------------------
    Kutcher Shortcodes
--------------------------------------------------------*/	


	/*Kutcher Buttons------------------------------------------*/

	.button {
		width: auto;
		background: #1c1f26;
		color: white;
		cursor: pointer; 
		display: inline-block;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		margin: 0;
		outline: none;
		padding: 11px 20px 11px;
		position: relative;
		text-align: center;
		text-decoration: none;
		border: none;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-transition: background-color 0.15s ease-in-out;
		-moz-transition: background-color 0.15s ease-in-out;
		-o-transition: background-color 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out;
	}
	
	.button:hover {
		background-color: #699B00; color: white;    /* inicial solo background-color: #b0b825; */
	}
	
	.button:active {
		background-color: #666b26;
	}
	
	.button:focus {
		background-color: #b0b825;
	}
	
	.button.large {
		font-size: 16px;
		padding: 14px 30px 14px;
	}
	
	.button.small {
		font-size: 10px;
		padding: 6px 10px 6px;
	}


	/*Kutcher Forms------------------------------------------*/

	form {
		margin-bottom: 20px;
	}
	
	fieldset {
		margin-bottom: 20px;
	}
	
	input, textarea {
		border: 1px solid #ccc;
		padding: 10px 10px;
		outline: none;
		color: #868991;
		margin: 5px 0 0 0;
		width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fafafa;
		font-size: 13px;
		text-transform: none;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		box-sizing: border-box;
		border-radius: 4px;
	}
	
	textarea {
		min-height: 100px;
	}
	
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #868991;
 		color: #1c1f26;
 		background: white;
 		-moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
		box-shadow:  0 0 4px rgba(0,0,0,.2);
	}
	
	input.error {
		border: 1px solid #c60f13;
		background: #f9e7e8;
	}
	
	input.error[type="text"]:focus,
	input.error[type="password"]:focus,
	input.error[type="email"]:focus {
 		border: 1px solid #c60f13;
	}
	
	legend {
		display: block;
		font-weight: 600;
		font-size: 14px;
	}
	
	.card-kutcher input,
	.card-kutcher textarea,
	.card-kutcher input:focus,
	.card-kutcher textarea:focus {
		border: none;
	}

	/*Kutcher Tabs------------------------------------------*/
	
 	.tabs {
		margin: 20px 0;
		overflow: hidden;
	}
	
	.tabs ul {
		width: 100%;
		margin: 0;
		overflow: hidden;
		border-bottom: 1px solid #699B00;
	}
	
	.tabs ul li {
		display: inline-block;
		padding: 11px 20px;
		margin-right: 5px;
		background: #f0f2f5;
		font-family: 'Oswald', sans-serif;
/*		text-transform: uppercase; */
		cursor: pointer;
		-webkit-transition: all 0.1s linear;
		   -moz-transition: all 0.1s linear;
		     -o-transition: all 0.1s linear;
		     	transition: all 0.1s linear;
	}
	
	.tabs ul li:last-child {
		margin-right: 0;
	}
	
	.tabs ul li:hover {
		background: #3d424d;
		color: white;
	}
	
	.tabs ul li.current {
		background: #699B00;
		color: white;
	}
	
	.tabs .tab-content {
		border: 1px solid #f0f2f5;
		padding: 16px 20px 25px 20px;
		display: none;
	}
	
	.tabs .tab-content:first-child {
		border: 1px solid #f0f2f5;
		padding: 16px 20px 25px 20px;
		display: block;
	}

  
    .js-tabs .tab-content{
    	display: none;
    }
    
    .js-tabs .tab-content.active{
        display: block;
        position: relative;
    }
    
    .js-tabs .tab-content-wrp{
        position: relative;
    }

	
    .js-tabs li a:hover, .js-tabs li a.current {
		background: #699B00;
	}		
	
	/*Kutcher Alerts------------------------------------------*/

	.alert {
		padding: 10px 35px 10px 14px;
		margin: 10px 0;
		font: 13px 'Open Sans', sans-serif;
		background-color: #faf2cb;
		color: #c09853;
		border-radius: 4px;
		text-transform: none;
		text-align: left;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
	}
	
	.alert h5 {
		margin: 0;
	}
	
	.alert .close {
		position: relative;
		top: -2px;
		right: -21px;
		line-height: 20px;
	}
	
	.alert-success {
		background-color: #c3e4b8;
		color: #468847;
	}
	
	.alert-danger,
	.alert-error {
		background-color: #e7c1c0;
		color: #b94a48;
	}
	
	.alert-info {
		background-color: #b9dbee;
		color: #3a87ad;
	}
	
	.alert-block {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	
	.alert-block > p,
	.alert-block > ul {
		margin-bottom: 0;
	}
	
	.alert-block p + p {
		margin-top: 5px;
	}	
	
	
	/*Kutcher Close------------------------------------------*/

	.close {
		float: right;
		font-size: 18px;
		margin-top: -1px;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #000000;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
	
	.close:hover {
		color: #000000;
		text-decoration: none;
		cursor: pointer;
		opacity: 0.4;
		filter: alpha(opacity=40);
	}
	
	button.close {
		padding: 0;
		cursor: pointer;
		background: transparent;
		border: 0;
		-webkit-appearance: none;
	}

	/*Kutcher Blockquote------------------------------------------*/
	/* Nothing so far*/
	
    
	/* --------------------------------------------------------
		 Kutcher Info block
	-------------------------------------------------------- */    
	/* Nothing so far*/	
	
	
	/* --------------------------------------------------------
		 Tooltip
	-------------------------------------------------------- */
	/* Nothing so far*/
	
	
	
/* Kutcher Accordion and Toggle------------------------------------------*/
	
	.accordion, .toggle {
		margin: 20px 0;
	}
	
	.accordion-wrp h6, .toggle-wrp h6 {
		display: block;
		position: relative;
		overflow: hidden;
		padding: 13px 20px 11px 20px;
		margin-bottom: 10px;
		background: #f0f2f5; 
/*		opacity:0.3; */
		color: #1c1f26;
		font-family: 'Oswald', sans-serif;
		font-size: 16px;
/*		text-transform: uppercase; */
		cursor: pointer;
		-webkit-transition: all 0.1s linear;
		   -moz-transition: all 0.1s linear;
		     -o-transition: all 0.1s linear;
		     	transition: all 0.1s linear;
/*      border-left: 3px solid #8ED300;	*/	     	
        text-align:left;
	}
	
	.accordion-wrp h6 i, .toggle-wrp h6 i {
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -6px;
		font-size: 16px;
		line-height: 0.1;
		color: #1c1f26;
		-webkit-transition: all 0.2s linear;
		   -moz-transition: all 0.2s linear;
		     -o-transition: all 0.2s linear;
		     	transition: all 0.2s linear;	     	
	}
	
	.accordion-wrp h6:hover, .toggle-wrp h6:hover {
		background: #3d424d;
		color: white;
		/*border-left: 3px solid #8ED300;	*/
	}
	
	.accordion-wrp .accordion-content, .toggle-wrp .toggle-content {
		padding: 5px 20px 30px 20px;
		display: none;
	}
	
	.accordion-wrp.current h6, .toggle-wrp.current h6 {
		background: #699B00;
		color: white;
	}
	
	.accordion-wrp h6:hover i, .toggle-wrp h6:hover i  {
		color: white; 	
	}
	
	.accordion-wrp.current h6 i {
		color: white;
		margin-top: -2px;
		-webkit-transform: rotate(180deg);
		   -moz-transform: rotate(180deg);
		   	-ms-transform: rotate(180deg);
		   	 -o-transform: rotate(180deg);
		   	 	transform: rotate(180deg);
		   	 	
	}
	
	.accordion-wrp.current .accordion-content, .toggle-wrp.current .toggle-content {
		display: block;
	}
	
	.toggle-wrp h6 i.icon-minus, .toggle-wrp.current h6 i.icon-plus {
		opacity: 0;
	}
	
	.toggle-wrp.current h6 i.icon-minus {
		color: white;
		opacity: 1;
	}

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

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

	.pagetop{
		padding:0;
		color:#a4a4a4;
		font-weight:300;
	}

	.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;
	}	
	
/* Back To Top Button */

	#back-top{
		width:53px;
		height:53px;
		position:fixed;
		right:50px;
		bottom:50px;
		z-index:9999;
	}
	
	#back-top a{
		width:100%;
		height:100%;
		display:block;
		background:url(../images/back-top.png) no-repeat;
		opacity:0.1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	#back-top a:hover{
		opacity:1;
	}	

/* -----------------------------------------------------------------*/
/* Our Team                                                         */
/* -----------------------------------------------------------------*/

	#team
	{
	    /* position: relative; */
	    width: 100%;	    
	    background:  url(../images/123.png) repeat;	    
		/* padding:60px 0 0; */
	    margin:0 auto;		
	}

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

	.owl-wrapper-outer{
		text-align:center;
	}
	
	/* Mendeleyes, Fix blinking or image change https://www.drupal.org/node/2207663 */ 
    .owl-carousel {
        position: relative;
        z-index: 1;
    }	

/* Our Team item */

	.owl-item .item{
		height:auto;
		font-weight:300;
		margin:60px 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:16px;
		color:#a2a2a2;
		text-transform:uppercase;
		line-height:15px;
		margin:5px auto 15px;
	}

	.owl-item .item p{
		font-size:15px;
		color:#a2a2a2;
	}
	
/* Our Team Image Galleries */
	
	.owl-item .item .images{
		margin:0 auto;
		display:block;
		height:0;
		overflow:hidden;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	
	.owl-item .item .images a{
		margin:0 3px;
	}
	
	.owl-item .item .images a img{
		border:2px solid #f4f4f4;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}
	

/* 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 #699B00;  /* #e70000 */
	}

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

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

	.owl-item .item:hover  p {
		color:#e4e4e4;
	}
	
	.owl-item .item:hover .images{
		height:auto;
		margin:15px auto;
	}
	
	.owl-item .item .images a img:hover{
		border:2px solid #e70000;
	}

	.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;
	}
	
	
/* -----------------------------------------------------------------*/
/* Services                                                         */
/* -----------------------------------------------------------------*/

	#services{
	    /* position: relative; */
	    width: 100%;	    
	    background:  url(../images/123.png) repeat;	    
		/* padding:60px 0 0; */
	    margin:0 auto;		
	}
		
	.service-contents{
		margin:40px auto;
	}

/* Service items*/

	.service{
		display:block;
		float:left;
		margin:0 20px;
	}

	.wbox{
		position:relative;
		z-index:10;
	}

	.service a.service-logo{
		display:block;
		width:100px;
		height:100px;
		border:1px solid #494949;
		border-radius:500px;
		margin:15px auto;
		padding:42px 0;
		position:relative;
		-webkit-box-sizing: border-box;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.wbox a:after{
		border:1px solid #494949;
		content:'';
		width:100px;
		height:100px;
		left:0px;
		top:0px;
		border-radius:500px;
		position:absolute;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		opacity:0;
	}

	.service a.service-logo i{
		font-size:20px;
		color:#494949;
	}

	.service h3{
		margin:5px auto 15px;
		padding:0;
		text-transform:uppercase;
	}

	.service p{
		font-size:14px;
	}
/* Service Control Buttons*/

	.service-contents .owl-buttons{
		width:107%;
		left:0;
		top:45%;
		display:none;
	}

/* Service Hovers*/

	.wbox:hover a.service-logo{
		background:#494949;
	}

	.wbox:hover a.service-logo i{
		color:white;
	}

	.wbox:hover a:after{
		left:-1px;
		top:-1px;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity:1;
	}

/* Services Bottom*/

	#services .bottom-bg{
		background:url(../images/ipad.png) bottom center no-repeat;
		min-height:240px;
		margin:80px auto;
	}

	.service-bottom-text{
		text-align:center;
		font-size:45px;
		font-weight:100;
		text-transform:uppercase;
		color:#494949;
	}

	.service-bottom-text span{
	/* Background Styles */
		background: rgb(46,55,63); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top,  rgb(46,55,63) 0%, rgb(85,106,132) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(46,55,63)), color-stop(100%,rgb(85,106,132))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgb(46,55,63) 0%,rgb(85,106,132) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgb(46,55,63) 0%,rgb(85,106,132) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgb(46,55,63) 0%,rgb(85,106,132) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgb(46,55,63) 0%,rgb(85,106,132) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e373f', endColorstr='#556a84',GradientType=0 ); /* IE6-8 */
		
		border-radius:12px;
		padding:5px 20px;
		position:relative;
		color:white;
	}

	.service-bottom-text span:after{
		position:absolute;
		content:'';
		width:170px;
		height:100px;
		top:68px;
		left:-34px;
		background:url(../images/spanbg2.png) center center no-repeat;
	}

	.slide-s{
		width:75%;
		margin:0 auto 30px;
	}

	.service-text .item{
		height:180px;
	}

/* 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;
	}