/* ==========================================================================
	* Template Name: House - Interior Design Responsive Template
	* Description: Interior Design, Architecture, Corporate, and Portfolio Theme.
	* Version: 1.0
	* Author: Denis Griu
	* Website: http://denisgriu.com/house
========================================================================== */

/*
---------------

Table of Contents:

1) Bootstrap Override
2) General Styles
3) Header
4) Slider
5) Site Wrapper
6) Projects
7) Blog
8) About
9) Contact
10) Footer
11) Responsive

--------------
*/

/* ----------------------------------------------------
	1) BOOTSTRAP OVERRIDE
------------------------------------------------------- */
@font-face {
	font-family: FeltTipRoman;
	src: url('/assets/fonts/FeltTipRoman/FeltTipRoman.eot');
}
@font-face {
    font-family: FeltTipRoman;
    src: url('/assets/fonts/FeltTipRoman/FeltTipRoman.ttf') format('truetype'),
		 url('/assets/fonts/FeltTipRoman/FeltTipRoman.woff') format('woff'),
		 url('/assets/fonts/FeltTipRoman/FeltTipRoman.svg') format('svg');
}
.scribbleFont {
	font-family: 'FeltTipRoman','Montserrat', sans-serif;
}
.navbar-nav{
	padding-top: 15px;
}
.navbar-brand{
	padding: 10px;		
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color: black;
	background-color: transparent;
	font-weight:bold;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: black;
	background-color: transparent;
}
.navbar-nav>li{
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 15px;
}
.carousel-caption h1{
	font-family: 'FeltTipRoman','Open Sans', sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.carousel-caption{
	top: 25%;
	text-shadow: none;
}
.panel-group .panel{
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.panel-default{
	border-color: transparent;
}
.panel{
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn{
	border-radius: 0px;
	text-decoration: none;
	padding: 12px 18px;
	font-size: 18px;
	font-weight:100;
	line-height: 19px;


	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.carousel-indicators li{
	border: 1px solid #ff5733;
}
.carousel-indicators .active{
	background-color: #ff5733;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	color: #ff5733;
	background-color: transparent;
}
.nav>li>a:hover, .nav>li>a:focus{
	text-decoration: none;
	background-color: transparent;
}
.nav>li>a{
	position: relative;
	display: block;
	padding: 5px 10px;
}
.pagination {	
	border-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{	
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #ff5733;
	border-color: #ff5733;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	color: #C2D699;
}
.pagination>li>a, .pagination>li>span{
	color: #C2D699;
}
.form-control{
	height: 46px;
	padding: 12px 18px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
}
.form-control:focus{
	border-color: #ff5733;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navbar-toggle{
	margin-top: 35px;
}
.navbar-default .navbar-toggle{
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #ff5733;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: transparent;
}
.navbar-collapse{
	text-align: center;
	border-top: none;
	box-shadow: none;
}
.navbar-right .dropdown-menu {
	right: 0;
	left: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #777;
	background-color: transparent;
}
.dropdown-menu {
	font-size: 13px;
	text-align: left;
	list-style: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu>li>a {	
	font-weight: 600;
	color: #777;
}

/* ----------------------------------------------------
	2) GENERAL STYLE
------------------------------------------------------- */

html {
	position: relative;
	min-height: 100%;
}
h1{
	color: black;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;	
	color: black;
	line-height: 1.6;		
	background-color:#fff;
	background-repeat:repeat;
	//margin-bottom: 52px;
}
a{ 
	color:black;
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
a:hover,
a:focus {
	text-decoration: none;
	color:#ff5733;
}
.bg-color{
	background-color: #C2D699;
	padding: 25px 0px 10px 0px;
}
.bg-grass{
	background-color: #C2D699;
	background: url(/images/bkgs/1.jpg) no-repeat 0px;
	background-size: contain;
	background-size: cover;
	padding: 25px 0px 10px 0px;
}
.general-title h2{
	font-family: 'FeltTipRoman','Montserrat', sans-serif;
	font-weight: 700;
	font-size: 31px;
	//text-transform: uppercase;
	text-align: center;
	color: #333;
}
.service-title h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #C2D699;
	text-transform: uppercase;
	font-weight: 600;	
}
.project-title h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;	
}
.project-title h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;	
}
.title-devider{
	border-bottom: 2px solid #78B825;
	display: block;
	width: 100px;
	margin: auto;
	margin-bottom: 40px;
}
.padding-top{
	padding-top: 70px;
}
.padding-bottom{
	padding-bottom: 70px;
}
.bg-color{
	background-color: #C2D699;
}
.white-btn{
	color: #fff;
	background-color: transparent;
	border-color: #fff;	
}
.white-btn:hover{
	background-color: transparent;
	color: #ff5733;
	border-color: #ff5733;
}
.orange-btn{
	color: #ff5733;
	background-color: transparent;
	border-color: #ff5733;	
}
.orange-btn:hover{
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.black-btn{	
	color: #C2D699;
	background-color: transparent;
	border-color: #C2D699;	
}
.black-btn:hover{
	color: #ff5733;
	background-color: transparent;
	border-color: #ff5733;
}

/* ----------------------------------------------------
	3) HEADER
------------------------------------------------------- */

.header-navbar{
	background: rgba(239, 247, 231, .90);
	border-color: transparent;
	border-radius: 0;
	min-height: 100px;
	margin-bottom: 0;
	border: none;
}
	
/* ----------------------------------------------------
	4) SLIDER STYLES
------------------------------------------------------- */

.header-carousel{
	background-color: #C2D699;
}
.header-carousel-caption{
  z-index: 1;
}
.header-carousel .item{
  //height: 320px;
  height: 500px;
}
/* carrousel fade effect */
.carousel-fade .carousel-inner .item{
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active{
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right{
  opacity: 1;
}
.carousel-fade .carousel-control{
  z-index: 2;
}

/* end carrousel fade effect */

/* ----------------------------------------------------
	5) SITE WRAPPER STYLES
------------------------------------------------------- */

.site-wrapper{
	padding-top: 70px;
}

/* ----------------------------------------------------
	6) PROJECTS STYLES
------------------------------------------------------- */

/* Index Projects Styles */
.projects .col-md-3{
	padding-right: 0;
	padding-left: 0;
}
.project-inner{
	position: relative;
	padding: 0;
	overflow: hidden;	
}
.project-inner>img, .project-inner>a img, .project-caption>img{
	display: block;
	max-width: 100%;
	height: auto;
}
.project-inner .project-caption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40,40,40,0.7);		
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	visibility: hidden;
	opacity: 0;	
}
.project-inner:hover .project-caption, .project-inner:focus .project-caption{
	visibility: visible;
	opacity: 1;
}
.project-caption i{
	color: #ff5733;
}
.project-caption h3{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}
.project-caption{
	color: #fff;
	text-align: center;
}
.project-details{
	position: absolute;
	width: 100%;
	top: 40%;
}
.project-details-landing{
	position: absolute;
	width: 100%;
	top: 30%;
}
.all-projects{
	background-color: #C2D699;
	padding: 50px 0;
}

/* Inner Projects Styles */
.projects-thumbnail{
	overflow:hidden;	
	display: block;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}
.projects-thumbnail img{	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out; 
}
.projects-thumbnail img:hover{
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1); 
}
.project-inner-caption{
	padding: 10px;
	text-align: center;
	background-color: #f2f2f2;
}
.project-inner-caption i{
	color: #ff5733;
}
.gallery-inner {
	list-style: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.gallery-inner li {
	list-style: none;
	float: left;
	width: 100%;
	text-align: center;
}
.gallery-inner img {
	display: block;
	max-width: 100%;
	border: 1px solid #fff;
}
.project-info b{
	color: #ff5733;
}
.project-info ul{
	padding-left: 0;
	padding: 10px 0;
}
.project-info ul li {	
	list-style: none;
	padding-left: 2px;
	padding-bottom: 5px;
}
.project-item{
	margin-bottom: 30px;
}
.project-item:hover .project-title {
	color: #ff5733;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/* ----------------------------------------------------
	BLOG STYLES
------------------------------------------------------- */

/* Index Blog Styles */
.blog-post{
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}
.blog-post .caption{
	background-color: #fff;
	padding-left: 25px;
	padding-right: 25px;
}
.blog-post .caption h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
}
.blog-post .caption i{
	color: #ff5733;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
}

/* Inner Blog Styles */
.blog-inner{
	padding: 20px;
	border: 1px solid #f2f2f2;
	border-radius: 0;
}
.blog-inner .caption{
	padding: 0;
}
.blog-inner h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;	
}
.blog-meta i{
	color: #ff5733;
	margin-bottom: 20px;
}
.blog-meta span{
	color: #c0c0c0;
	font-size: 12px;
	margin-right: 7px;
}
.blog-inner-title a{
	color: #C2D699;
}
.blog-inner-title a:hover{
	color: #ff5733;
}
.comments{
	padding-top: 20px;
	padding-bottom: 20px;
}
.user-comment{
	padding-bottom: 20px;
}
.blog-btn{	
	color: #999;
	background-color: transparent;
	border-color: #ccc;	
	width: 100%;
}
.blog-btn:hover{
	color: #ff5733;
	background-color: transparent;
	border-color: #ff5733;
}
.left-comment input,textarea{
	margin-bottom: 25px;
}

/* ----------------------------------------------------
	ABOUT STYLES
------------------------------------------------------- */

.about-indicators{
	bottom: -40px;
}
.team-inner{
	overflow:hidden;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;	
}
.team-inner a{
	margin-right: 10px;
}
.team-title h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #C2D699;
	text-transform: uppercase;
	font-weight: 600;	
}
.team-inner h5{
	color: #ff5733;
}
.team-caption{
	padding: 10px;
	background-color: #fff;
}
.team-inner img{	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out; 
}
.team-inner img:hover{
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1); 
}

/* ----------------------------------------------------
	CONTACT STYLES
------------------------------------------------------- */

.contact-adress i{
	color: #ff5733;
	margin-right: 5px;
}
.contact-adress h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #C2D699;
	text-transform: uppercase;
	font-weight: 600;	
	padding: 15px 0;
}
.btn-submit{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
	width: 185px;
	margin: 15px 0px;
	padding: 12.9px;	
	background-color: transparent;
	border-radius: 0;
	border-color: #ff5733;
	color: #ff5733;		
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.btn-submit:hover{
	border-color: #C2D699;
	background-color: transparent;
	color: #C2D699;
}
#map-canvas {
	height: 400px;
	width: auto;
}
#contact input, select { 
	width: 100%; 
	padding: 12.9px; 
	color: #444; 
	background: #fff; 
	border: 1px solid #F0F0F0; 
	margin: 7px 0px; 	
	font-weight: 100;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	box-shadow: none;
	outline: 0 none;
}
textarea{ 
	width: 100%; 
	height: 175px;
	padding: 13px; 
	color: #444; 
	background: #fff; 
	border: 1px solid #F2F2F2; 
	margin-top: 7px;
	margin-right:15px;	
	font-weight: 100;
}
#contact input:focus, textarea:focus, select:focus{ 
	border: 1px solid #999; 
	background-color: #fff; 
	color:#333; 
}
#contact span.required{ 
	font-size: 13px; 
	color: #ff0000; 
}
#message{ 
	margin: 10px 0; 
	padding: 0; 
}
.error_message{
	height: 100%;
	width: 295px;
	margin: 0 auto;	
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color: #fff;	
	background-color: #ff5733;	
	background-position: 10px center;
	background-repeat: no-repeat;
}
.loader{ 
	padding: 0 10px; 
}
acronym{ 
	border-bottom:1px dotted #ccc; 
}

/* ----------------------------------------------------
	FOOTER STYLES
------------------------------------------------------- */

#footer {
	//position: absolute;
	bottom: 0;
	width: 100%;	
	padding-top: 35px;
	padding-bottom: 15px;
	background: rgba(194, 214, 153, .90);
	color: black;
	font-size:13px;
}
/*#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   width:100%;
	padding-top: 10px;
	height:45px;
	background: rgba(194, 214, 153, .90);
	color: black;
	font-size:13px;
}*/
#footer a{
	margin-right: 5px;
}

/* ----------------------------------------------------
	RESPONSIVE STYLES
------------------------------------------------------- */

@media only screen and (min-width : 1224px) {
	.dropdown-menu li:hover .sub-menu {visibility:visible;}
	.dropdown:hover .dropdown-menu {display: block;}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-caption {top: 15%;}
	.carousel-caption h1 {font-size: 50px;}
	.dropdown-menu li:hover .sub-menu {visibility:visible;}
	.dropdown:hover .dropdown-menu {display: block;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.carousel-caption {top: 15%;}
	.carousel-caption h1 {font-size: 50px;}
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {background-color: #f2f2f2; text-align:center;}
}























.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}












.pos-rel {
    position:relative
}
.list-editable li .remove-box .iconmelon,.list-editable li .remove-box .im {
    fill:#fff;
    width:20px;
    height:20px
}
.iconmelon,.im {
    position:relative;
    width:30px;
    height:30px;
    display:inline-block;
    fill:#525151
}

.iconmelon:after,.im:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.pricing-table .table-top .iconmelon {
    fill:#FFF;
    height:29px
}
.m-b-0 {
    margin-bottom:0
}
.m-r-10 {
    margin-right:10px
}
.tasks-wrapper {
    max-height:204px;
    overflow:auto
}

.list-editable li {
    border-bottom:1px solid #eff2f4;
    padding:15px;
    position:relative;
    height:51px
}

.list-editable li .icheckbox_flat-blue {
    float:left
}

.list-editable li .body {
    text-overflow:ellipsis;
    display:block;
    width:calc(100% - 40px);
    white-space:nowrap;
    overflow:hidden;
    float:left
}

.list-editable li .body2 {
    text-overflow:ellipsis;
    display:block;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    float:left
}

.list-editable li:hover {
    background:#f4f7f9;
    border-left:3px solid #2cc0d5;
    padding-left:12px
}

.list-editable li:hover .remove-box {
    opacity:1
}

.list-editable li .icheckbox_flat-blue {
    margin-right:10px
}

.list-editable li .remove-box {
    background:#2cc0d5;
    padding:16px 7px 10px 16px;
    display:inline-block;
    position:absolute;
    top:0;
    right:0;
    opacity:0;
    -webkit-transition:opacity .4s;
    -moz-transition:opacity .4s;
    transition:opacity .4s
}

.list-editable li .remove-box .iconmelon,.list-editable li .remove-box .im {
    fill:#fff;
    width:20px;
    height:20px
}

.list-editable li .remove-box:before {
    content:"";
    height:0;
    width:0;
    border-color:transparent;
    border-style:solid;
    border-width:4px;
    border-right-color:#2cc0d5;
    position:absolute;
    left:-8px;
    top:50%;
    margin-top:-4px
}
.unstyled {
    list-style:none;
    padding:0
}
.p-10 {
    padding:10px
}
.brad {
    border-radius:5px
}

.brad-full {
    border-radius:50%
}

.brad-small {
    border-radius:2px
}

.brad-bottom {
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px
}

.brad-tr {
    border-top-right-radius:5px
}

.brad-left {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px
}

.brad-right {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px
}
.center-on-hover {
    display:inline-block;
    position:relative;
    text-align:center;
    -webkit-transition:opacity .4s;
    -moz-transition:opacity .4s;
    transition:opacity .4s
}

.center-on-hover img {
    max-width:100%
}

.center-on-hover .centered-element {
    position:absolute;
    top:50%;
    margin-top:-16px;
    display:block;
    width:80px;
    left:50%;
    margin-left:-40px;
    opacity:0;
    -webkit-transition:opacity .4s;
    -moz-transition:opacity .4s;
    transition:opacity .4s
}

.center-on-hover:hover {
    opacity:.8
}

.center-on-hover:hover .centered-element {
    opacity:1
}

.animatez {
    opacity:0;
    -o-opacity:0;
    -moz-opacity:0;
    -webkit-opacity:0;
    filter:Alpha(opacity=0);
    /* IE8 and earlier */
}
.animatev {

}
.delay.one {
    animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
}
.delay_1 {
    animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
}
.delay.two {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.delay_2 {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.delay.three {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
}
.delay_3 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
}
.delay.four {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.delay_4 {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.delay.five {
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
}
.delay_5 {
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
}
.delay_6 {
    animation-delay: 0.90s;
    -o-animation-delay: 0.90s;
    -moz-animation-delay: 0.90s;
    -webkit-animation-delay: 0.90s;
}
.delay_7 {
    animation-delay: 0.105s;
    -o-animation-delay: 0.105s;
    -moz-animation-delay: 0.105s;
    -webkit-animation-delay: 0.105s;
}
.delay_8 {
    animation-delay: 0.120s;
    -o-animation-delay: 0.120s;
    -moz-animation-delay: 0.120s;
    -webkit-animation-delay: 0.120s;
}
.delay_9 {
    animation-delay: 0.135s;
    -o-animation-delay: 0.135s;
    -moz-animation-delay: 0.135s;
    -webkit-animation-delay: 0.135s;
}
.delay_10 {
    animation-delay: 0.150s;
    -o-animation-delay: 0.150s;
    -moz-animation-delay: 0.150s;
    -webkit-animation-delay: 0.150s;
}


.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  /* background-color is important, or it will be see-through, and we don't want that! */
  text-align: center;
  z-index: 9999999;
}
.preloader .spinner {
  margin: 100px auto 0;
  width: 170px;
  height: 170px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.preloader .spinner > div {
  width: 18px;
  height: 18px;
  //background-color: white;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.preloader .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.preloader .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

 .totop {
    position: fixed;
    bottom: 0;
    right: 0px;
    width: 0px;
    height: 0px;
    color: #FFF;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent rgba(18, 24, 24, .4) transparent;
    z-index: 999;
}
.totop span {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    bottom: -27px;
    display: inline-block;
    left: -50px;
    cursor: pointer;
    height: 42px;
    width: 60px;
    line-height: 30px;
    text-align: center;
    z-index: 1000;
}
.totop a {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.totop .first {
    top: 0px;
}
.totop .hover {
    top: 20px;
}
.totop .first i {
    color: #FFF;
}
.totop:hover {
    cursor: pointer;
}
.totop:hover span > a.first {
    top: -20px;
}
.totop:hover span > a.hover {
    top: 0px;
    color: #FFF;
}