/* Enter Your Custom CSS Here */

.border{
    border: solid 3px #FFF;
  	//background: #FFF;
    border-radius: 5px;
	//box-shadow: 1px 1px 3px 1px #CCC;
 	margin-bottom: 20px;
  	margin-top: 15px;
}

h2, .section-title-2 p {
	font-family: "Lato" !important;
}

.section-title-2{
	background: url('/wp-content/uploads/2014/11/BG-section-title.png');
}

.textbox-white {
  	margin-bottom: 20px;
  	margin-top: 15px;
 	color: white; 
}

.lang {
 	margin-top: 4px;
}