@charset "utf-8";


body {
 	background-color:#2B3034;
	color:#fff;

}

.des-elem-1 {
	z-index:-100;
	position:absolute;
	margin-top:-50%;
	margin-left:-50px;
	margin-right:-50px;
	opacity:.7;
}

.des-elem-2 {
	z-index:0;
	position:absolute;
	margin-top:-75%;
	margin-left:-30px;
	margin-right:-50px;
	opacity:.15;
	width:2500px;
}

.des-elem-3 {
	z-index:0;
	position:absolute;
	margin-top:-180%;
	margin-left:-30px;
	margin-right:-50px;
	opacity:.10;
	width:2500px;
}

.section-text {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.7;
}

.page-section, .small-section {

    padding: 100px 0;
}

.topborder-1 {
	border-top:5px solid #515151;
}

.tpl-alt-tabs li.active a, .tpl-alt-tabs li.active a:hover {
    cursor: default;
    color: #f25645;
}
.tpl-alt-tabs li.active a, .tpl-alt-tabs li.active a:focus {
    cursor: default;
    color: #f25645;
}

.works-filter a.active {
    color: #f25645;
    cursor: default;
}

.works-filter a.hover {
    color: #f25645;
    cursor: default;
}


.footer-social-links a {
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    position: relative;
    margin: 0 10px;
    text-align: center;
    display: inline-block;
    color: #ECECEC;
}

blockquote {
    margin: 3em 0 3em 0;
    padding: 0;
    border: none;
    background: none;
    font-style: normal;
    line-height: 1.7;
    color: #ECECEC;
    font-size: 19px;
}

.alt-features-icon {

    color: #ECECEC;
}

.alt-features-descr {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}

.temp {

	padding:20px;
	margin-bottom:20px;
}

.temp2 {

	background-color:#33393e;
	padding:20px;
	margin-bottom:20px;
}


.h3-color {
	color:#668c8e;
}

.topmargin {
	margin-top:15px;
}

.topmargin-6 {
	margin-top:30px;
}

.topmargin-7 {
	margin-top:20px;
}

.margins  {
	margins:15px;
	}
	
.padding30 {
	padding:30px;
	}	
	
	
.btn-span {
	border:2px solid #d95335;
	font-size:20px;
	font-weight:400;
	padding:20px;
	text-decoration:none;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;


	}	
	
.btn-span:hover	 {
	
	border:2px solid #d95335;
	font-size:20px;
	font-weight:400;
	width:100%;
	color:#fff;
	background-color:#d95335;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	text-decoration:none;
	letter-spacing: 0.3em;
	}	
	
	
