/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

h3 {
	font-family: 'Lato', Helvetica, sans-serif !important;
	font-size: 20px;
	font: inherit;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
	vertical-align: baseline;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	clear: both;

}


/*** SECTION HEADERS ***/



.section-focus {

	text-align: center;
	padding-bottom: 25px;
	

}

p {
	line-height:1.5;
	
}

.section-focus h1 {
    margin: 0 0 15px 0;
    font-family: "Cagliostro", sans-serif;
    font-weight: 700;
    color: #4b4b4b;
    text-transform: none;
	font-size: 50px;
    line-height: 50px;
    padding-bottom: 0px !important;
}

.section-focus h2 {
	font-family: "Cagliostro", sans-serif;
	padding-bottom: 10px;
	font-weight:bold;
	line-height: 40px;
	position: relative;
	display: inline-block;
	font-size: 28px;
	text-transform: uppercase;
	margin-top: -25px;
	margin-bottom: -25px;
}

@media (max-width: 768px) {

.section-focus h1 {
	margin-top: 15px;
	font-size: 32px;
	line-height: 18px;
}}

@media (max-width: 768px) {
    
.section-focus h2 {
	font-size: 16px;

    }}


.section-focus .section-legend {
	font-size: 16px;
	margin-bottom: 10px;
	color: #808080;
	padding-top: 0;
}


.dark-text {
	color: #404040;
}

h2 {
	font-size: 14px;

}


/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/
.white-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #F5F5F5;
	bottom: -9px;
	left: 25%;
}

.rouge-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #f90506;
	bottom: -9px;
	left: 12.5%;
}

.noir-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 1px;
	background: #000;
	bottom: -9px;
	left: 12.5%;
	
}



/* Focus*/
.focus{
	font-family: "Cagliostro", sans-serif;
	padding-top: 20px;
}


/*---------------------------------------
 **   Section: Our focus             -----
-----------------------------------------*/
.focus-box .service-icon .pixeden  {
	border-radius: 50%;
}
.focus {
	padding-bottom: 25px;
	overflow: hidden;
	background: transparent;

}
.focus .row {
	text-align:center;
}
/*#header {
	background-attachment: fixed;
	background-image: url(../images/01.jpg);
	background-repeat: no-repeat;
	height: 1000px;
	background-position: 0px -150px;
}*/
.focus .row .focus-box, .our-team .row .team-box {
 	display:inline-block;
 	float:none !important;
 	margin-right: -4px;
	vertical-align: top;
	margin-bottom: 25px;
}
/* FOCUS BOX */
.focus-box .service-icon {
	background-color: #FFF;
	margin-bottom: 30px;
	width: 196px;
	height: 196px;
	margin: auto;
	border-radius: 50%;
	border: 2px solid #d19229;
	-moz-box-shadow: 0px 0px 5px 2px #d19229;
	-webkit-box-shadow: 0px 0px 5px 2px #d19229;
	-o-box-shadow: 0px 0px 5px 2px #d19229;
	box-shadow: 0px 0px 5px 2px #d19229;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#d19229, Direction=NaN, Strength=5);
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media (max-width: 960px) {

.focus-box .service-icon {
	width: 128px;
	height: 128px;
}}

@media (max-width: 768px) {

.focus-box .service-icon {
	width: 96px;
	height: 96px;
}}

.focus-box p {
	font-size: 16px;
	color: #fff;
	margin: 0 15px 35px 15px;
	padding: 10px 0;
	text-align:center;
	background-color:rgba(0, 0, 0, 0.4);
	border:solid 1px #d19229;
	-moz-box-shadow: 0px 0px 5px 4px #d19229;
	-webkit-box-shadow: 0px 0px 5px 4px #d19229;
	-o-box-shadow: 0px 0px 5px 4px #d19229;
	box-shadow: 0px 0px 5px 4px #d19229;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#d19229, Direction=NaN, Strength=5);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}



/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.orange {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.focus-box:nth-child(4n+1) .service-icon:hover {
	border: 4px solid #d19229;
}
.focus-box:nth-child(4n+2) .service-icon:hover{
	border: 4px solid #d19229;
}
.focus-box:nth-child(4n+3) .service-icon:hover {
	border: 4px solid #d19229;
}
.focus-box:nth-child(4n+4) .service-icon:hover{
	border: 5px solid #CE862E;
}
.focus-box:nth-child(4n+1) .red-border-bottom:before {
	background: #e96656;
}
.focus-box:nth-child(4n+2) .red-border-bottom:before {
	background: #34d293;
}
.focus-box:nth-child(4n+3) .red-border-bottom:before {
	background: #3ab0e2;
}
.focus-box:nth-child(4n+4) .red-border-bottom:before {
	background: #f7d861;
}
.focus-box h3 {
	color: #F1AF06;
	margin-bottom:20px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	float: none;
    width: auto;
	background-color: rgba(209, 146, 41,0.8);
	padding:10px 0 10px 0;
	width:94%;
	border:solid 2px #f1af06;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

}

@media (max-width: 960px) {

.focus-box h3{
	font-size: 20px;
}}

@media (max-width: 768px) {

.focus-box h3 {
	font-size: 16px;
}}


.pixeden  {
	background-color: #FFF;
	height: 63px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	
}

@media (min-width:768px){col-sm-3,.col-sm-3{width:25%}
