/* ---------------------------------------------- /*
 *
 * # SUPERGA STYLE - TABLE OF CONTENT
 *
 * # Imports
 * # General
 * # Fonts
 * # Section
 * # Preloader
 * # Home
 * # Mouse icon
 * # Navigation
 * # Clients
 * # Testimonials
 * # Google Map
 * # Scroll to top
 * # Team
 * # Portfolio filter
 * # Works Grid - Portfolio Grid
 * # Works Item - Portfolio Item
 * # Ajax Portfolio
 * # UI Elements
 	* # Forms
 	* # Buttons
 	* # Pricing Tables
 	* # Pagination
 	* # Tabs
 	* # Accordion
 	* # Progress Bar
 * # Icons
 * # Other
 *
/* ---------------------------------------------- */

/* ---------------------------------------------- /*
 * # Imports
/* ---------------------------------------------- */
@import url("http://fonts.googleapis.com/css?family=Inconsolata");
@import url("http://fonts.googleapis.com/css?family=Montserrat");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700");

/* ---------------------------------------------- /*
 * # General
/* ---------------------------------------------- */
body {
	background: #fff;
	font: 400 12px/1.8 'Adamina', serif;
	/*font: 400 12px/1.8 "Open Sans", Verdana, sans-serif;*/
	/*font-family: 'Adamina', serif;*/
	/*font-family: 'Belgrano', serif;*/
	color: #666;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

p, ol, ul, blockquote {
    margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-weight: 400;
}

a {
    color: #000;
}

a:hover {
	text-decoration: none;
	color: #F90;
}

footer {
	padding: 70px 0 !important;
}

/*text colors*/
.text-white {
	color: #fff !important;
}
.text-black {
	color: #000 !important;
}

/*superga dividers*/
.s-divider-0 {
	margin-bottom: 0px !important;
}
.s-divider-1 {
	margin-bottom: 10px !important;
}
.s-divider-2 {
	margin-bottom: 20px !important;
}
.s-divider-3 {
	margin-bottom: 30px !important;
}
.s-divider-4 {
	margin-bottom: 40px !important;
}
.s-divider-5 {
	margin-bottom: 50px !important;
}

/*text alignment*/
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}

/*margins*/
.m-t-0 {
    margin-top: 0px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-50 {
    margin-top: 50px !important;
}
.m-t-60 {
    margin-top: 50px !important;
}
.m-t-70 {
    margin-top: 50px !important;
}
/*paddings*/
.p-t-0 {
	padding-top: 0px !important; 
}
.p-t-1 {
	padding-top: 10px !important; 
}
.p-t-2 {
	padding-top: 20px !important; 
}
.p-t-3 {
	padding-top: 30px !important; 
}
.p-t-4 {
	padding-top: 40px !important; 
}
.p-t-5 {
	padding-top: 50px !important; 
}

/*display*/
.display-none {
	display: none !important;
}
.display-block {
	display: block !important;
}

/*transitions*/
a,
.btn,
.navbar a {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.mobile-menu {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
	    -ms-transition: all 0.4s ease-in-out 0s;
	     -o-transition: all 0.4s ease-in-out 0s;
	        transition: all 0.4s ease-in-out 0s;
}

/*reset*/
.btn,
.well,
.panel,
.progress,
.form-control, .form-control:hover, .form-control:focus {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
}

/* ---------------------------------------------- /*
 * # Fonts
/* ---------------------------------------------- */
.font-montserrat {
    font-family: 'Belgrano', serif;
    /*text-transform: uppercase;*/
    letter-spacing: 0.1em;
}

.font-montserrat-italic {
    font-family: 'Belgrano', serif;
    letter-spacing: 1px;
    font-style: italic;
}

.font-inconsolata {
    font-family: "Adamina", sans-serif;
    /*text-transform: uppercase;
    letter-spacing: 0.1em;*/
}

/* ---------------------------------------------- /*
 * # Section
/* ---------------------------------------------- */
.section{
    padding: 70px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-title {
	/*font-family: "Inconsolata", sans-serif;*/
	font-family: 'Belgrano', serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 70px;
}

.section-title span{
	color:#F90;
}



.section-title + .section-subtitle {
    margin-top: -35px;
}
.section-subtitle {
    margin-bottom: 70px;
    font-size: 17px;
	
}

.section-subtitleoption {
    margin-bottom: 20px;
    font-size: 17px;
}

.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-list > li {
    display: inline-block;
    font-size: 24px;
    margin: 5px 5px 5px 0;
}

.section-line {
    background: #F90;
    width: 55px;
    height: 1px;
    margin: 30px auto;
}

.section, .section-header {
    position: relative;
    padding: 140px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section-title {
    position: relative;
    margin: 0 0 70px;
    letter-spacing: 0.15em;
    font-size: 35px;
    color: #000;
}
.section-bg-image {
	background-repeat: no-repeat  !important;
	background-position: 50% 50%  !important;
	-webkit-background-size: cover  !important;
	   -moz-background-size: cover  !important;
		 -o-background-size: cover  !important;
			background-size: cover  !important;
	padding: 0;
}
.section-parallax {
	background-attachment: fixed !important;
	height: 350px;
}
.section-static {
	background-attachment: static !important;
}
/* ---------------------------------------------- /*
 * # Preloader
/* ---------------------------------------------- */
#preloader {
	position: fixed;
	background: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status,
.grey-circle {
	background: url(../images/preloader.gif) 50% 50% no-repeat;
	position: fixed;
  	left: 0px;
  	top: 0px;
  	width: 100%;
  	height: 100%;
  	z-index: 9999;
}

/* ---------------------------------------------- /*
 * # Home
/* ---------------------------------------------- */
.home-intro {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	<!--padding: 0 15px;-->
	padding: 0 15px;
}

.home-intro h1, .home-intro h5 {
	font-weight: 400;
    margin: 0;
    line-height: 1.4;
    font-family: "Inconsolata", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.home-intro h5 { 
	letter-spacing: 10px;
	font-size: 16px;
	opacity: 0.7;
}

.home-intro h1 {
    font-size: 45px;
    opacity: 0.9;
	font-weight:300;
    margin-bottom: 50px !important;
	/*font-family: 'Anton', sans-serif;*/
	/*font-family: 'Roboto Slab', serif;*/
	/*font-family: 'Adamina', serif;*/
	font-family: 'Belgrano', serif;
}

/* ---------------------------------------------- /*
 * # Mouse icon
/* ---------------------------------------------- */
.mouse-icon {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid;
	border-color: rgba(255,255,255,0.8);
	border-radius: 16px;
	height: 50px;
	width: 30px;
	margin-left: -15px;
	display: block;
	z-index: 10;
}

.mouse-icon a .wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

.mouse-icon a .wheel {
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 4px;
	height: 10px;
	top: 4px;
	margin-left: auto;
	margin-right: auto;
}

@-webkit-keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * # Navigation
/* ---------------------------------------------- */
.navbar-custom {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.navbar-custom {
	background: rgba(10, 10, 10, 0.9);
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	height:85px;
	margin-top:-85px;
	
}



.navbar-custom .navbar-brand {
	padding: 10px 15px;
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
}

.navbar-custom a {
	color: #fff;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
	background: none;
	color: rgba(255, 255, 255, 0.7);
}

.show-overlay .icon-bar {
	margin-top: 2px;
}

.show-overlay .icon-bar + .icon-bar {
	margin-top: 4px;
}

.show-overlay .icon-bar {
	background: #fff;
	display: block;
	height: 2px;
	width: 16px;
}

.navbar-custom.show-overlay .icon-bar {
	background: #fff;
}

.navbar-custom .show-overlay:hover .icon-bar {
	background: rgba(255, 255, 255, 0.7);
}

/* Navbar transparent */
.navbar-transparent {
	background: transparent;
	padding-bottom: 15px;
}

.navbar-transparent a,
.navbar-transparent .navbar-brand {
	color: #FFF;
}

.navbar-transparent.nav > li > a:focus,
.navbar-transparent .nav > li > a:hover,
.navbar-transparent .nav .open > a,
.navbar-transparent .nav .open > a:focus,
.navbar-transparent .nav .open > a:hover,
.navbar-transparent.dropdown-menu > li > a:focus,
.navbar-transparent .dropdown-menu > li > a:hover {
	background: none;
	color: rgba(255, 255, 255, 0.7);
}

.navbar-transparent .show-overlay .icon-bar {
	background: #fff;
}

/* Navbar light */
.navbar-transparent.navbar-light {
	background: transparent;
	webkit-box-shadow: none;
	  -moz-box-shadow: none;
	       box-shadow: none;
}

.navbar-light {
	background: rgba(0, 0, 0, 0.8);
	webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	       box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.navbar-light a,
.navbar-light .navbar-brand {
	color: #ffffff;
}

.navbar-light .nav > li > a:focus,
.navbar-light .nav > li > a:hover,
.navbar-light .nav .open > a,
.navbar-light .nav .open > a:focus,
.navbar-light .nav .open > a:hover,
.navbar-light .dropdown-menu > li > a:focus,
.navbar-light .dropdown-menu > li > a:hover {
	background: none;
	color: rgba(17, 17, 17, 0.7);
}

.navbar-light .show-overlay .icon-bar {
	background: #fff;
}

.navbar-light .show-overlay:hover .icon-bar {
	background: rgba(17, 17, 17, 0.7);
}

/* Mobile menu */
.mobile-menu {
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	display: table;
	min-height: 100%;
	height: 100%;
	width: 100%;
	visibility: hidden;
	z-index: 9999;
	opacity: 0;
}

.mobile-menu.active {
	visibility: visible;
	opacity: 1;
	top: 0;
}


/* Hide menu link */
.navigation-hide {
	position: absolute;
	right: 20px;
	top: 20px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.navigation-hide:hover {
	color: rgba(255, 255, 255, 0.7);
}

.mobile-menu-inner {
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	width: 100%;
	text-align: center;
}

.mobile-menu-nav {
	max-width: 300px;
	margin: 0 auto 60px;
}

.mobile-menu-footer {
	font-size: 1.2rem;
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	color: #666;
}

/* Overlay navbar */

#nav,
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav > li > a {
	font-family: "Inconsolata", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 24px;
	color: #FDFDFD;
}

#nav li a:hover, #nav li a.active {
	color: #fff;
}

#nav li ul {
	display: none;
	padding: 5px 0;
	margin: 5px 0 10px;
}

#nav li ul li a {
	display: inline-block;
	padding: 6px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	color: #666;
}

.navbar-custom {
    position: relative;
    width: 100%;
    z-index: 998;
}

#icons-navbar {
 	margin-right: 3px;
    float: right;
}

.navbar-custom .nav li.active, .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .navbar-nav > li.active a {
    background: none;
    outline: 0;
    color: #F90;
}

.navbar-custom .dropdown-menu {
    border: 0;
    border-top: 2px solid #F90;
    border-radius: 0;
}
.navbar-custom, .navbar-custom .dropdown-menu {
    /*background: #fff;*/
	/*rgba(0, 0, 0, 0.9);*/
    padding: 0;
}

.dropdown-menu>li>a {
	font-size: 10px;
	line-height: 25px;
}

/* ---------------------------------------------- /*
 * # Clients
/* ---------------------------------------------- */

.client-item {
	position: relative;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 0;
	text-align: center;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.client-item a {
	display: block;
	width: 100%;
	padding: 50px 15px;
	opacity: 0.9;
}

.client-item a:hover {
	background-color: rgba(0, 0, 0, 0.05);
	opacity: 1;
}

.client-item:before {
	position: absolute;
	border-left: 1px solid #eee;
	height: 100%;
	content: "";
	top: 0;
	left: -1px;
}

.client-item:after {
	position: absolute;
	border-bottom: 1px solid #eee;
	width: 100%;
	content: "";
	bottom: -1px;
	left: 0;
}

/* ---------------------------------------------- /*
 * # Testimonials
/* ---------------------------------------------- */
.quote-author {
	font-size: 15px;
	/*opacity: 0.75;*/
}

.quote-icon {
    font-size: 48px;
    margin-bottom: 70px;
}

/* ---------------------------------------------- /*
 * # Google Map
/* ---------------------------------------------- */
#google-container {
	position: relative;
	width: 100%;
    height:450px;
}
#cd-google-map {
	position: relative;
}

/* ---------------------------------------------- /*
 * # Scroll to top
/* ---------------------------------------------- */
.scroll-up {
	position: fixed;
	display: none;
	bottom: 7px;
	right: 7px;
	z-index: 999;
}

.scroll-up a {
	background: #fff;
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 34px;
    font-size: 21px;
    color: #000;
    opacity: 0.6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
	opacity: 1;
	color: #000;
}

/* ---------------------------------------------- /*
 * # Team
/* ---------------------------------------------- */
.team-image {
	border-bottom: 1px solid #eee;
	position: relative;
	overflow: hidden;
}

.team-image > img {
	width: 100%;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.team-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.team-item:hover .team-detail {
	opacity: 1;
	-webkit-transform: translateY(0%);
	   -moz-transform: translateY(0%);
	        transform: translateY(0%);
}

.team-item:hover .team-image > img {
	opacity: 0.5;
}

.team-description {
	text-align: center;
	padding-top: 15px;
}

.team-name {
	margin: 0 0 10px;
}

.team-role {
	font-size: 11px;
}

.social-text-links, .social-icon-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-icon-links > li {
    display: inline-block;
    margin: 0 5px 10px 0;
}
.social-icon-links > li > a {
    display: inline-block;
    background: #f7f7f7;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #111;
}

.socicon-circle > li > a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

/* ---------------------------------------------- /*
 * # Portfolio filter
/* ---------------------------------------------- */
.filters {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 70px;
}

.filters > li {
	display: inline-block;
	margin: 5px 30px;
}

.filters > li sup {
	top: -.7em;
	font-size: 80%;
	color: #999;
}

.filters > li > a {
	text-transform: uppercase;
	color: #111;
}

.filters > li > a:hover, .filters > li > a.current,
.filters > li > a:hover sup, .filters > li > a.current sup {
	color: #999;
}

/* ---------------------------------------------- /*
 * # Works Grid - Portfolio Grid
/* ---------------------------------------------- */
.works-grid {
	position: relative;
	width: 100%;
}

.work-item,
.grid-sizer {
	width: 33%;
}

.work-item.wide,
.work-item.wide-tall {
	width: 50%;
}
@media screen and (max-width: 992px) {
	.work-item,
	.grid-sizer {
		width: 33.3333%;
	}

	.work-item.wide,
	.work-item.wide-tall {
		width: 66.6666%;
	}
}
@media screen and (max-width: 767px) {
	.filters li {
		display: block;
		margin: 0 10px 10px;
	}

	.filters li:last-child {
		margin: 0 10px 140px;
	}

	.work-item,
	.grid-sizer {
		width: 50%;
	}

	.work-item.wide,
	.work-item.wide-tall {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.work-item,
	.grid-sizer {
		width: 100%;
	}

	.work-item.wide,
	.work-item.wide-tall {
		width: 100%;
	}
}

/* ---------------------------------------------- /*
 * # Works Item - Portfolio Item
/* ---------------------------------------------- */
.work-item a {
	position: absolute;
	top: 0;
	bottom: 30px;
	right: 15px;
	left: 15px;
	overflow: hidden;
}

.work-item a:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-item img {
	height: auto;
	width: 100%;
}




.work-caption {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	padding: 20px;
	z-index: 3;
	text-align: center;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
			background-color: rgba(0, 0, 0, 0.75); 
}

.work-title {
	font-size: 14px;
	color: #fff;
	margin: 6px 0 6px;
}

.work-descr {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.75);
}

.works-hover-w .work-title {
	color: #fff;
}

.works-hover-w .work-descr {
	color: rgba(17, 17, 17, 0.75);
}

/*Works Item Hover - Portfolio Item Hover*/
.work-item:hover a:after {
	background: rgba(34, 34, 34, 0.75);
	background: rgba(0, 0, 0, 0.8);
}

.works-hover-w .work-item:hover a:after {
	background: rgba(255, 255, 255, 0.0);
}

.work-item:hover .work-caption {
	opacity: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
}







/* ---------------------------------------------- /*
 * # Ajax Portfolio
/* ---------------------------------------------- */
.white-popup-block {
	position: relative;
	background: #fff;
	text-align: left;
	max-width: 940px;
	margin: 40px auto;
}

.mfp-bg {
	background: #000;
	opacity: 0.97;
	filter: alpha(opacity=97);
}

.popup-content,
.popup-callout {
	padding: 20px 40px;
}

.popup-callout {
	background: #f5f5f5;
	text-align: center;
}

.popup-header {
	text-align: center;
	margin: 0 0 30px;
}

.popup-title {
	margin: 0 0 5px;
}

.popup-subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}

.popup-line {
	background: #F90;
	width: 55px;
	height: 1px;
	margin: 15px auto;
}

.mfp-close-btn-in .mfp-close {
	color: #000;
}

button.mfp-close {
	position: absolute;
	border: 2px solid #fff;
	display: block;
	/*right: -60px;*/
	top: 0px;
	width: 48px;
	height: 48px;
	opacity: 1;
	filter: alpha(opacity=100);
}
@media screen and (max-width: 1082px) {
	button.mfp-close {
		right: 0px;
	}
}

.portfolio-slider .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 16px;
}

.portfolio-slider img {
	width: 100%;
}

.portfolio-slider .owl-controls {
	margin: 0;
}

.portfolio-slider .owl-controls .owl-buttons .owl-prev {
	left: 0;
	margin: -20px 0 0 0;
	-webkit-border-radius: 0 3px 3px 0;
	   -moz-border-radius: 0 3px 3px 0;
		 -o-border-radius: 0 3px 3px 0;
			border-radius: 0 3px 3px 0;
}

.portfolio-slider .owl-controls .owl-buttons .owl-next {
	right: 0;
	margin: -20px 0 0 0;
	-webkit-border-radius: 3px 0 0 3px;
	   -moz-border-radius: 3px 0 0 3px;
		 -o-border-radius: 3px 0 0 3px;
			border-radius: 3px 0 0 3px;
}

.owl-carousel {
	padding-top: 70px;
	padding-bottom: 60px;
}

.portfolio-slider {
	padding-top: 0px;
	padding-bottom: 0px;
}

/* ---------------------------------------------------------------------------- /*
 * # UI Elements
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------- /*
 * # Forms
/* ---------------------------------------------- */
.form-control {
	border: 2px solid #eee;
	height: 33px;
	font-family: "Inconsolata", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.form-control:focus {
	border-color: #111;
}

/* Form sizes */
.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 43px;
	font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 29px;
	font-size: 10px;
}

/* ---------------------------------------------- /*
 * # Buttons
/* ---------------------------------------------- */
.btn {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	padding: 8px 37px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
}

.btn.focus, .btn:focus,
.btn.active.focus, .btn.active:focus,
.btn:active.focus, .btn:active:focus {
	background: none;
	outline: 0;
}

/* Button types */
.btn.btn-circle {
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	     -o-border-radius: 30px;
	        border-radius: 30px;
}

/* Button colors */
.btn-custom-1:hover, .btn-custom-1:focus {
    background: #F90;
    border-color: #F90;
    color: #FFF;
}

.btn-custom-1 {
    background: none;
    border: 2px solid #222;
    color: #222;
}

.btn.btn-custom-2 {
	background: rgba(255, 255, 255, 0.8);
	color: #111;
}

.btn.btn-custom-2:hover, .btn.btn-custom-2:focus {
	background: white;
	color: #111;
}

.btn.btn-g {
	background: #eee;
	color: #111;
}

.btn.btn-g:hover, .btn.btn-g:focus {
	background: rgba(238, 238, 238, 0.7);
	color: #111;
}

.btn.btn-d {
	background: rgba(17, 17, 17, 0.8);
	color: #fff;
}

.btn.btn-d:hover, .btn.btn-d:focus {
	background: #111111;
}

.btn.btn-border-d {
	background: transparent;
	border: 2px solid #111;
	color: #111;
}

.btn.btn-border-d:hover {
	background: #111;
	color: #fff;
}

.btn.btn-b {
	background: #111111;
	color: #fff;
}

.btn.btn-b:hover, .btn.btn-b:focus {
	background: rgba(17, 17, 17, 0.8);
}

/* Button sizes */
.btn.btn-lg {
	font-size: 13px;
	padding: 12px 45px;
}

.btn.btn-sm {
	letter-spacing: 1px;
	font-size: 10px;
	padding: 6px 25px;
}

.btn.btn-xs {
	letter-spacing: 0;
	font-size: 10px;
	padding: 4px 19px;
}

/* ---------------------------------------------- /*
 * # Pricing tables
/* ---------------------------------------------- */
.price-table {
	background: #fff;
	border: 1px solid #eee;
	padding: 25px 20px;
	margin: 15px 0 30px;
	text-align: center;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.price-table:hover {
	border-color: #eee;
}

.price-table.best {
	margin: 0 0 30px;
}

.price-table .small {
	margin: 0;
}

.borderline {
	position: relative;
	background: #eee;
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px 0 15px;
}

.borderline:before {
	position: absolute;
	background: #eee;
	content: "";
	bottom: -7px;
	left: 50%;
	height: 14px;
	width: 14px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	margin-left: -7px;
}

.borderline:after {
	position: absolute;
	background: #fff;
	content: "";
	bottom: -5px;
	left: 50%;
	height: 16px;
	width: 16px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	margin-left: -8px;
}

.price-table h4 {
	color: #111;
	margin: 0;
}

.price-table p.price {
	font-size: 60px;
	color: #111;
	padding: 0;
	margin: 0 0 0 -10px;
}

.price-table p.price span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding-top: 25px;
}

.price-details {
	list-style: none;
	padding: 0;
	margin: 0 0 23px;
}

.price-details li {
	padding: 7px 0;
}

.price-details li > span {
	text-decoration: line-through;
	color: #aaa;
}

/* ---------------------------------------------- /*
 * # Pagination
/* ---------------------------------------------- */
.pagination > li {
	display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
	background: #f7f7f7;
	border: 0;
	width: 38px;
	height: 38px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 38px;
	color: #111;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background: #111;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background: #f0f0f0;
	color: #111;
}

/* ---------------------------------------------- /*
 * # Tabs
/* ---------------------------------------------- */
.nav-tabs {
	border-color: #eee;
}

.nav-tabs > li > a {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.nav-tabs >li.active > a,
.nav-tabs >li.active > a:hover,
.nav-tabs >li.active > a:focus {
	border: 1px solid #eee;
	border-bottom-color: transparent;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	background: #eee;
}

.tab-content {
	padding: 15px 0;
}

/* ---------------------------------------------- /*
 * # Accordion
/* ---------------------------------------------- */
.panel-group {
	border: 1px solid #eee;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.panel-group .panel {
	border-radius: 0;
}

.panel {
	border: 0;
	border-bottom: 1px solid #eee;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-color: #eee;
}

.panel-heading {
	padding: 15px 20px;
}

.panel-default > .panel-heading {
	background: transparent;
	border-color: #eee;
}

.panel-heading a {
	position: relative;
	display: block;
}

.panel-heading a:after {
	position: absolute;
	content: "\f106";
	top: 50%;
	right: 0px;
	margin-top: -7px;
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 1;
}

.panel-heading a.collapsed:after {
	content: "\f107";
}

.panel-title {
	font-size: 12px;
}

.panel-group .panel + .panel {
	border-top: 0;
	margin-top: 0;
}

/* ---------------------------------------------- /*
 * # Progress Bar
/* ---------------------------------------------- */
.progress-title {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.progress-bar.progress-bar-black {
    background: #000;
}
.progress {
    overflow: visible;
    height: 4px;
}
.progress-bar {
    position: relative;
}
.progress-bar span {
    position: absolute;
    display: block;
    right: -0px;
    top: 6px;
    opacity: 0;
    line-height: 12px;
    font-size: 12px;
    color: #666;
    padding: 4px 0px;
}
.progress-bar span:after {
    display: inline-block;
    content: "%";
}

/* ---------------------------------------------- /*
 * # Icons
/* ---------------------------------------------- */
.et-icons .box1 {
    border: 1px solid #e5e5e5;
    display: block;
    width: 25%;
    float: left;
    padding: 0;
    font-size: 13px;
    margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    margin-right: 5px;
}

.fa-icons > div {
    padding: 0;
    border: 1px solid #e5e5e5;
    margin: -1px 0 0 -1px;
    font-size: 13px;
}

.fa-icons > div > i {
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
    min-height: 40px;
    border-right: 1px solid #f1f1f1;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.fa-icons > div > .text-muted {
	display: none;
}

.box1 > .glyphicon-class {
	border-right: none !important;
	margin-right: 0px !important;
}
.glyphicons.et-icons .box1 > span {
	font-size: 11px !important;
	min-width: 50px !important;
}

/* ---------------------------------------------- /*
 * # Other
/* ---------------------------------------------- */
.copyright {
    padding: 0 5px;
}

.caret {
	margin-top: -3px;
}

.social-text-links, .social-icon-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-text-links > li {
    display: inline-block;
    margin: 0 10px 20px;
}

.rotate-icon {
  -webkit-transition: -webkit-transform .7s ease-in-out;
          transition:         transform .7s ease-in-out;
}
.rotate-icon:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* Media screens */
@media screen and (max-width: 993px) {
	.nav>li>a {
		padding: 10px 10px;
	}
}
@media screen and (min-width: 768px) {
	#icons-navbar {
		display: none;
	}
	.home-intro h1 {
		letter-spacing: 0px;
	}
}
@media screen and (max-width: 767px) {
	.extra-navbar {
		display: none;
	}
	.home-intro h1 {
		letter-spacing: 0px;
	}
	.sm-divider-0 {
		margin-bottom: 0px !important;
	}
	.sm-divider-1 {
		margin-bottom: 10px !important;
	}
	.sm-divider-2 {
		margin-bottom: 20px !important;
	}
	.sm-divider-3 {
		margin-bottom: 30px !important;
	}
	.sm-divider-4 {
		margin-bottom: 40px !important;
	}
	.sm-divider-5 {
		margin-bottom: 50px !important;
	}
}
@media screen and (max-width: 486px) {
	.home-intro h1 {
		letter-spacing: 0px;
	}
}

/*Services*/
.align-center {
    text-align: center;
}
.content-box-icon {
    font-size: 36px;
}
.content-box {
    text-align: center;
    margin: 25px 0;
}
.content-box-title {
    margin: 5px 0 0;
    font-size: 14px;
}
.content-box-text {
    margin: 15px 0 0;
}

/*Counter*/
.counter-item {
	color: #fff;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.counter-number {
    font-size: 36px;
}
.counter-title {
    text-transform: uppercase;
    font-size: 14px;
}

/*Backgrounds*/
.footer-bg-light {
    background-color: #f7f7f7;
    height: 100%;
    width: 100%;
}
.alt-content-box {
    position: relative;
    padding-left: 55px;
    margin: 25px 0;
}
.alt-content-box-icon {
    position: absolute;
    height: 38px;
    width: 38px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 38px;
    font-size: 28px;
    color: #111;
}

/*fade effect*/
.fade {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}




















.homebase{
    background-color: rgba(0,0,0,0.6);
	padding:20px;
	width:auto;
	margin:0px;
}