
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.cctabs {
    width: 100%;
    margin: 100px auto;
}
.cctabs input[type="radio"] {
    opacity: 0;
}
.cctabs .fa{
	margin-right:10px;	
}
.cctabs label {
    color: #000;
    cursor: pointer;
    float: left;
    margin-right: 2px;
    padding: 1.5% 2.5%;
	font-size:16px;
	
}
.cctabs label:hover {
    background: #B0B0B0 ;
}
.cctabs input:checked + label {
    background: #fff;
    color: #ebb704;
	border-top:solid 2px #ebb704;
}
.cctabs input:nth-of-type(1):checked ~ .panels .panel:first-child, .cctabs input:nth-of-type(2):checked ~ .panels .panel:nth-child(2), .cctabs input:nth-of-type(3):checked ~ .panels .panel:nth-child(3), .cctabs input:nth-of-type(4):checked ~ .panels .panel:nth-child(4), .cctabs input:nth-of-type(5):checked ~ .panels .panel:nth-child(5), .cctabs input:nth-of-type(6):checked ~ .panels .panel:nth-child(6), .cctabs input:nth-of-type(7):checked ~ .panels .panel:last-child {
    opacity: 1;
    -webkit-transition: .3s;
	/*position:relative;*/
	z-index:999;
}
.cctabs .panels {
    float: left;
    clear: both;
    position: relative;
    width: 100%;
    background: #fff;
}
.cctabs .panel {
    width: 100%;
    opacity: 0;
    position: absolute;
    background: #fff;
    padding: 4%;
    box-sizing: border-box;
}
.cctabs .panel h2 {
    margin: 0;
    font-family: Arial;
}

.cctabs .panel i{
	color:#ebb704;
	cursor:pointer;	
}
.cctabs .panel i:hover{
	color:#f4cc42;
}

.cctabs .headline h1 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.6px;
    padding-bottom: 0;
    text-align: center;
    text-rendering: optimizespeed;
	margin: 10px 0;
}

.cctabs .headline hr {
    background: none repeat scroll 0 0 #ebb704;
    border: 2px solid;
    color: #ebb704;
    margin-bottom: 0;
    margin-top: 0;
    width: 30px;
}

.cctabs .headline .lead {
    font-family: "Lato",sans-serif;
    font-weight: 300;
    line-height: 1.9;
    margin: 5px 0;
    text-align: center;
}
#map-canvas {
    height: 366px;
    width: 462px;
}


#cc-contact input[type="text"], 
#cc-contact input[type="email"],
#cc-contact input[type="tel"],
#cc-contact input[type="password"],
#cc-contact textarea{
	width:100%;
	border:1px solid #ebb704;
	margin:0 0 5px;
	padding:10px;
	font-family: "Lato",sans-serif;
	font-size:14px;
}

#cc-contact textarea {
	height:147px;
	max-width:100%;
}

#cc-contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#ebb704;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#cc-contact button[type="submit"]:hover {
	background:#f4cc42;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}





/* GRID*/
.grid {
    display: block;
    margin-left: -10px;
}
.cc-text-center{
	text-align:center;
}
.cc-mt-20{
	margin-top:50px;	
}
.unit-2,
.unit-3,
.unit-4 {
    float: left;
    border-left: 10px solid transparent;
    box-sizing: border-box;
    background-clip: padding-box;
}
.unit-1{
	width:100%;
	float:left;	
}
.unit-2 {
    width: 50%;
}

.unit-3 {
    width: 33.3%;
}

.unit-4 {
    width: 25%;
}