@import url("../webfonts/Revit_HEB_DWG/stylesheet.css");
/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
 body {
    font-family:'Roboto', sans-serif;
    color: #FFF;
    line-height:1.2em;
    font-size:17px;
}
a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
    color: #FECE1A;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
	padding: 10px;
	font-weight: 100;
	color: #181A1C;
}
.navbar {
    background: #FFF;
    margin-bottom: 0;
    min-height: 60px;
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
	background: #FFFFFF;
	border-radius: 0;
	filter: none;
	border-left: none;
	border-right: none;
	border-top: none;
	box-shadow: none;
	border-bottom-style: none;
}
.navbar .brand img {
	width: 180px;
	height: 40px;
}
.navbar .nav > li > a {
	text-transform: uppercase;
	line-height: auto;
	vertical-align: middle;
	margin: 10px 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 1px solid #FFF;
	box-shadow: none;
	font-size: 15px;
	text-shadow: none;
	color: #003366;
	transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	/* [disabled]border: 1px solid #D1BF0D; */
	color: #fff;
	background-color: #292D89; /* hsla(237,69%,53%,1); */
	transition: backgroundr-color 1s ease;
	border-radius: 0px;
}



.navbar .nav > .colormenu1 > a:hover,
.navbar .nav > .colormenu1 > a:focus 
{
	/* [disabled]border: 1px solid #D1BF0D; */
	color: #fff;
	background-color: #009938;
	transition: border-color 1s ease;
	border-radius: 0px;
}





.navbar .nav > .colormenu2 > a:hover,
.navbar .nav > .colormenu2 > a:focus 
{
	/* [disabled]border: 1px solid #D1BF0D; */
	color: #fff;
	background-color: #E13134;
	transition: border-color 1s ease;
	border-radius: 0px;
}

.navbar .nav > .colormenu3 > a:hover,
.navbar .nav > .colormenu3 > a:focus 
{
	/* [disabled]border: 1px solid #D1BF0D; */
	color: #fff;
	background-color: #EB7C2B;
	transition: border-color 1s ease;
	border-radius: 0px;
}

.navbar .nav > .colormenu4 > a:hover,
.navbar .nav > .colormenu4 > a:focus 
{
	/* [disabled]border: 1px solid #D1BF0D; */
	color: #fff;
	background-color: #D1BF0D;
	transition: border-color 1s ease;
	border-radius: 0px;
}


.navbar .nav > .colormenu5 > a:hover,
.navbar .nav > .colormenu5 > a:focus 
{
	/* [disabled]border: 1px solid #D1BF0D; */
	color: #fff;
	background-color: #00ADC6;
	transition: border-color 1s ease;
	border-radius: 0px;
}


.navbar .nav > .colormenu6 > a:hover,
.navbar .nav > .colormenu6 > a:focus 
{
	/* [disabled]border: 1px solid #D1BF0D; */
	color: #fff;
	background-color: #181A1C;
	transition: border-color 1s ease;
	border-radius: 0px;
}








.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right: 5px;
	padding-left: 25px;
	padding-right: 25px;
	border: 1px solid #FFFFFF;
	font-family: "Revit HEB DWG";
	color: #FFFFFF;
	font-weight: normal;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background: #70437D;
	color: #fff;
	font-family: "Revit HEB DWG";
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#FECE1A;
    color: #000;
}



.wasap {
    width: 37px;
    height: 37px;
    clear: right;
    display: block;
    float: right;
    right: 0px;
    top: 0px;
    padding-top: 10px;
	
	
}.wasap img{
    width: 40px;
    clear: none;
    display: inline;
    margin-top: 10px;
    opacity: 0.7;
    right: 0px;
    height: 40px;
	
	
}.wasap img:hover{
    /* [disabled]width: 44px; */
    /* [disabled]height: 44px; */
    opacity: 1;
    /* [disabled]margin-top: -60px; */
    float: right;
	
	
}

/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0;
	text-align: center;
	/* [disabled]width: 100%; */
	height: 0;
	border-top: 40px solid #FFF;
	border-left: 585px outset transparent;
	border-right: 585px outset transparent;
	position: relative;
}
.triangle2 {
	margin: 0 auto;
	text-align: center;
	width: 0;
	height: 0;
	border-top: 30px solid #FFF;
	border-left: 585px outset transparent;
	border-right: 585px outset transparent;
	position: relative;
}
.triangle3 {
	margin: 0 auto;
	text-align: center;
	width: 0;
	height: 0;
	border-top: 30px solid #EB7C2B;
	border-left: 585px outset transparent;
	border-right: 585px outset transparent;
	position: relative;
}

.triangle4 {
	margin: 0 auto;
	text-align: center;
	width: 0;
	height: 0;
	border-top: 30px solid #FFF;
	border-left: 585px outset transparent;
	border-right: 585px outset transparent;
	position: relative;
}

.triangle5 {
	margin: 0 auto;
	text-align: center;
	width: 0;
	height: 0;
	border-top: 30px solid #FFF;
	border-left: 585px outset transparent;
	border-right: 585px outset transparent;
	position: relative;
}

.triangle6 {
	margin: 0 auto;
	text-align: center;
	width: 0;
	height: 0;
	border-top: 30px solid #FFF;
	border-left: 585px outset transparent;
	border-right: 585px outset transparent;
	position: relative;
}



.icon-left-open{
	margin: 5px;
	padding-bottom: 5px;
	text-align: center;
	position: relative;
	vertical-align: top;
}




.smi{
	margin-left: 0px;

	
}









/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	position: relative;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
	background: #70437D;
}
.thumbnail .more {
	display: block;
	z-index: 4;
	position: absolute;
	top: -100px;
	left: 50%;
	margin: 0 auto;
	margin-left: -100px;
	width: 200px;
	height: 200px;
	font-size: 100px;
	color: #fff;
	text-decoration: none;
	line-height: 75px;
	text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.thumbnail p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: -4;
}

.thumbnail h3 {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 21;
}

.thumbnail > p {
	padding-bottom: 20px;
	color: #FFFFFF;
}
.thumbnail .mask {
	opacity: 0.95;
	filter: alpha(opacity=85);
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4DB7C1;
	position: absolute;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2 s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; 
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #FECE1A;
}
.social li a:hover {
    color:#181A1C;
}

.team .social li a {
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	color: #00ADC6;
}
/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
	font-weight: normal;
	margin-bottom: 20px;
	padding: 0;
	font-family: "Revit HEB DWG";
}
.section .title h2 {
    font-weight: normal;
    margin-bottom: 10px;
    padding: 0;
	
}
.section .title .verde h2 {
color: #009938;
}

.section .title .azul h2 {
color: #2C4193;
}

.section .title .blanco h1 {
color: #FFFFFF;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}
.primary-section {
	background: #FFF;
}
.primary-section .triangle {
	border-top: 40px solid #8C8018;
}


.triangle2 {
    border-top: 40px solid #292D89;
}
.triangle3 {
	border-top: 40px solid #E1935A;
}
.triangle4 {
	border-top: 40px solid #9D68A5;
}
.triangle5 {
	border-top: 40px solid #99C02E;
}

.triangle6 {
	border-top: 40px solid #7FBCBF;
}






.primary-section .title {
    border-bottom: 1px solid #FFF;
}

.colortexto1 {
	color: #292D89;
	font-family: TeacherSez;
	

}

.colortexto2 {
	color: #E13134;
	font-family: TeacherSez;
		
}

 .colortexto3 {
	color: #EB7C2B;
	font-family: TeacherSez;
		
}
	.colortexto4 {
	color: #D1BF0D;
	font-family: TeacherSez;
		
}
 .colortexto5 {
	color: #009938;
	font-family: TeacherSez;
		
}
 .colortexto6 {
	color: #00ADC6;
	font-family: TeacherSez;
	
}
.colortexto7 {
	color: #FFFFFF;
	font-family: TeacherSez;
	
}
.texgran {
	
	font-size: 60px;
		font-weight: normal;	
}
.texmed {
	
	font-size: 40px;
		font-weight: normal;	
}
	
.primary-section, .primary-section h3 {
    color: #FECE1A;
}

.primary-section .title p {
	color: #181A1C;
	padding-left: 10%;
	padding-right: 10%;
	font-family: "Revit HEB DWG";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: justify;
}

.primary-section h1 {
	color: #2C4193;
}
.primary-section .naranja h1 {
	color: #EB7C2B;
}
.primary-section .title .naranja p {
	color: #EB7C2B;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}



.secondary-section {
	background: #9D68A5;

}
.secondary-section .title {
    
}
.secondary-section h1, .secondary-section .title p {
	color: #FFFFFF;
}


/* Third section use bacground image */
.third-section {
    padding-bottom: 70px;
    background: #181A1C url(../images/manos.png) no-repeat center;
    
}
.third-section .container {
	padding-top: 20px;
	position: relative;
}
.third-section .title {
    
    color: #FECE1A;
}




.sub-section {
	margin-top: 30px;
}
.sub-section .title {
    padding:0;
}





.cuarta-section {
	background: #E1935A;
}
.cuarta-section .title {

}
.cuarta-section h1, .cuarta-section .title p {
	color: #FFFFFF;
	font-family: "Revit HEB DWG";
}



.quinta-section {
	background: #CCB840;	
}
.fondomariposa {
	background-repeat: repeat-y;
	background-position: center;
	background-image: -webkit-linear-gradient(270deg,rgba(204,184,65,0.60) 0%,rgba(209,191,13,0.60) 100%), url(../images/mariposas01.png);
	background-image: linear-gradient(180deg,rgba(204,184,65,0.60) 0%,rgba(209,191,13,0.60) 100%), url(../images/mariposas01.png);
	background-color: #D1BF0D;
	/* [disabled]padding-top: 20px; */
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	opacity: 1;
}





.quinta-section .title {
    
}
.quinta-section h1, .quinta-section .title p {
    color: #181A1C;
}






.sexta-section {
	background: #99C02E;
}
.sexta-section .title {
    
}
.sexta-section h1, .sexta-section .title p {
    color: #181A1C;
}



.septi-section {
	background: #7D767C;
}
.septi-section .title {
 
}
.septi-section h1, .septi-section .title p {
	color: #FFFFFF;
}


.octa-section {
	background: #7FBCBF;
}
.octa-section .title {
 
}
.octa-section h1, .septi-section .title p {
	color: #FFFFFF;
}

















/*******
3.1 Services  
***************************************/
.service{
    margin-top:20px;
}
 .service, .service h2 {
    padding-top:15px;
}
.service p {
	padding-top: 18px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 0px;
	height: 152px;
	font-size: 16px;
	font-family: "Revit HEB DWG";
	color: #FFFFFF;
}
.service img {
    width:150px;
    height:150px;
}

/*
3.2 Portfolio
***************************************/
 .single-project2 {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project2 img {
    width:100%;
}

#portfolio-grid2 .mix {
    opacity: 0;
    display: none;
}



/*
3.2 Portfolio
***************************************/
 .single-project {
	margin-bottom: 30px;
	background: #70437D;
	margin-top: 30px;
	display: block;
	clear: both;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}


.project-description p {
	padding-left: 0;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.project-description p ul {

}
.project-description p ul li {
	font-weight: 100;
	line-height: 1.2em;
	font-size: 16px;
	
	
	
}


.description {
	
}
.description p {
	padding-left: 20px;
	color: #FFF;
	padding-right: 20px;
	margin-left: 10px;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FECE1A;
}
.project-title h3 {
	float: left;
	margin-top: 0;
	padding: 0;
	width: 89%;
}
.project-title .close {
	color: #FFFFFF;
	margin-top: 10px;
	opacity: 0.7;
}

.project-title .close:hover {
	color: #FFFFFF;
	margin-top: 10px;
	opacity: 1;
}
.project-info span, .project-title h3 {
	color: #FFFFFF;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
	width: 130px;
	display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}

#portfolio-grid .mix {
    opacity: 0;
    display: none;
}




/*
3.3 About
******************************************************************/
 .team .thumbnail {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	/* [disabled]border: 1px solid #fff; */
	background-color: #4DB7C1;
	color: #FFFFFF;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
	background: #00ADC6;
}
.team .thumbnail .mask h2 {
	margin-top: 24px;
	color: #FFFFFF;
	font-family: "Revit HEB DWG";
	padding-left: 20px;
	padding-right: 20px;
	font-size: 30px;
}
.team .thumbnail .mask, .team .thumbnail .mask h3 {
	color: #FFFFFF;
	font-family: "Revit HEB DWG";
}

.team .thumbnail:hover h3 {
	visibility: hidden;
}
.team .thumbnail .mask p {
	color: #FFFFFF;
	font-family: "Revit HEB DWG";
	text-align: justify;
	padding-left: 34px;
	padding-right: 34px;
	padding-top: 10px;
	line-height: 21px;
}
.team .thumbnail:hover .social a:hover {
    color:#181A17;
	
}
.about-text {
    margin-top:30px;
}
.about-text p {
	padding-top: 10px;
	padding-right: 36px;
	padding-left: 36px;
	padding-bottom: 10px;
	font-size: 18px;
	font-family: "Revit HEB DWG";
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FECE1A;
}
/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    border:1px solid white;
}
.client-slider img:hover {
    background-color:#FECE1A;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#FECE1A;
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:#181A1C;
}





.testimonial p {
    color:#181A1C;
    background:#FECE1A;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/* [disabled]border-radius: 10px; */
	padding-bottom: 20px;
	margin: 0 auto;
	text-align: center;
	color: #252323;
}


.price-column h2 {
	background-color: #D1BF0D;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	padding: 40px 0px;
	font-size: 36px;
	margin-top: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.price-column h3 {
	background-color: #FECE1A;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	padding: 40px 0px;
	font-size: 36px;
	margin-top: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}


.price-column p {
	background-color: #FFFFFF;
	text-align: justify;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 16px;
	margin-top: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	font-family: "Revit HEB DWG";
	
}
.price-column .list{
    list-style:none;
    margin:20px 50px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding:25px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:31px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #181A1C;
    font-weight:normal;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #FECE1A;
}
.contact h1, .contact h2, .contact h4, .contact h5, .contact h6 {
	color: #FFFFFF;
}
.contact h3 {
	color: #FFFFFF;
	font-size: 51px;
	font-family: TeacherSez;
	font-weight: 100;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 5px;
}
.contact .section .title > p {
	color: #FFFFFF;
	font-family: "Revit HEB DWG";
	line-height: 31px;
	padding-left: 40px;
	padding-right: 40px;
}
.contact .social > li > a {
	color: #FFFFFF;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
	font-weight: normal;
	/* [disabled]text-shadow: 0px 0px #FFFFFF; */
	color: #FFFFFF;
	font-family: "Revit HEB DWG";
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
	color: #BBBBBB;
}
.contact .social li a:hover {
	color: #FFFFFF;
}
.contact-form {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	z-index: 110;
	position: relative;
	margin-top: -25px;
	padding: 20px;
	margin-bottom: 31px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#FECE1A;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
	/* [disabled]border:1px solid white; */
	width: 60%;
	margin: 0 auto;
	padding: 15px;
	color: #CCC;
}
.info-mail a{
	/* [disabled]border:1px solid white; */
	width: 60%;
	margin: 0 auto;
	padding: 15px;
	color: #CCC;
}
.info-mail a:hover {
	/* [disabled]border:1px solid white; */
	width: 60%;
	margin: 0 auto;
	padding: 15px;
	color: #FFFFFF;
}
.black {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/
 .footer {
    background: #181A1C;
    text-align: center;
}
.footer > p {
    color: #fff;
    margin:0;
}
.scrollup {
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	width: 39px;
	height: 39px;
	border-radius: 5px;
	font-size: 20px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	border: 1px solid #fff;
	display: none;
	background: #FECE1A;
	z-index: 5000;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 979px) {
    body {
	padding-left: 0px;
	padding-right: 0px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
	margin-left: -21px;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}





@media (max-width: 767px) {

.panel-heading {
  padding: 5px 8px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  color: inherit; 
  font-family: 'Roboto', sans-serif;	
}
.panel-title > a, .panel-title > a:focus  {
	color: #181818;
font-family: 'Roboto', sans-serif;	font-size: 16px;
}
.panel-title > a:hover  {
	color: #EB7C2B;
font-family: 'Roboto', sans-serif;	font-size: 16px;
}
	
.thumbnail h3 {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 21;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

.thumbnail > p {
	padding-bottom: 20px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
	
	
	
	

}





@media (max-width: 480px) {

.panel-heading {
  padding: 5px 8px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  color: inherit; 
  font-family: 'Roboto', sans-serif;	
}
.panel-title > a, .panel-title > a:focus  {
	color: #181818;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
.panel-title > a:hover  {
	color: #EB7C2B;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
}
	
.thumbnail h3 {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 21;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.thumbnail > p {
	padding-bottom: 20px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
	

	
 
	
	
	

}
