/*  ==========================================================================
    Homepage ABR16
    ========================================================================== */

    /*	CORES - NOVO LAYOUT ABR/2016
		violeta: 	#723a6c;
		cyan:		#09b4c6;
		magenta:	#a72f6b;		
		amarelo:	#ffcc00;
		laranja:	#ff8523;
    */

    /*  Slideshow
	    ========================================================================== */
		.panel-news {
			margin-bottom: 60px;
			position: relative;
			overflow: hidden;

		}

		#editorHome iframe#edit .panel-news {
			height: 464px;
		}

		.panel-news.loading{ 
			background: #eee url(../img/ajax-loader.gif) no-repeat scroll center center;
		}

		.panel-news.loading > *{
			display: none;
		}

		.panel-news .half{
			float: left;
			width: 462px;
			overflow: hidden;
		}

		.panel-news .half + .half{ width: 471px; }

		.panel-news .slides > li{
			padding-right: 7px;
			background-color: #fff;
		}

		.panel-news .thumb .link { float: right; }

		.no-cssgradients .panel-news figure a .shadow  {
            position: absolute;
            left: 0;
            top: 15%;
            width: 100%;
            height: 85%;
        }


		.panel-news img{
			display: block;			
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}

		.panel-news .featured-item:hover img,
		.panel-news .featured-item:focus img{
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-o-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}

		.panel-news .featured-item{
			position: relative;
			overflow: hidden;
		}

		.panel-news .featured-medium{
			margin: 0 0 0 14px;
		}

		.panel-news .featured-medium + .featured-medium{
			margin-top: 14px;
		}

		.panel-news .flex-viewport{ 
			margin-bottom: 15px; 
			/*height: 340px;*/
			overflow: hidden;
		}

		/* Nestle */
		.panel-news .nestle{
			position: absolute;
			bottom: 0;
			left: 0;
			font-family: 'Montserrat', sans-serif; 
			z-index: 2;
		}

		.panel-news .featured-large .nestle {
			background-color: #fc7a12;
			width: 100%;
		}

		.panel-news .featured-medium .nestle{
			max-width: 194px;
			min-width: 42%;
			height: 100%;
			background-color: #723a6c;
		}

		.panel-news .featured-medium .nestle:hover {
			background-color: #63325e; 
		}

		.panel-news .featured-medium + .featured-medium .nestle {
			background-color: #09b4c6;
		}

		.panel-news .featured-medium + .featured-medium .nestle:hover {
			background-color: #0aa0b0;
		}

		
		.panel-news .nestle a{
			color: #fff;
		}
		
		/* Hat */
		.panel-news .nestle .hat{
			display: inline-block;
			font-family: "AllerBold";
			font-size: 11px;
			line-height: 11px;
			text-transform: uppercase;
			margin-bottom: 5px;
		}

		.panel-news .nestle .hat a{
			display: block;
			padding: 5px;
			background-color: #ff8523;
			border-radius: 4px;
		}

		.panel-news .nestle .hat a:hover,
		.panel-news .nestle .hat a:focus{
			text-decoration: none;
		}
		
		/* Title */
		.panel-news .nestle .title {
			font-family: 'Montserrat', sans-serif;
			
			font-weight: 700;
		}

		.panel-news .featured-large .nestle .title{
			margin: 25px 15px 10px 20px;
			font-size: 30px;
			line-height: 30px;
		}

		.panel-news .featured-medium .nestle .title{
			margin: 30px 15px 15px 20px;
			font-size: 24px;
			line-height: 24px;
		}
		
		/* Desc */
		.panel-news .nestle .desc{
			font-family: 'Open Sans', sans-serif;
			margin: 0 15px 20px 20px;
		}

		.panel-news .featured-large .nestle .desc{
			font-size: 15px;
			line-height: 20px;
		}

		.panel-news .featured-medium .nestle .desc{
			font-size: 12px;
			line-height: 18px;
		}
		
		/* Flex control nav */
		.panel-news .flex-control-nav{
			text-align: center;
			height: 15px;
			width: 100%;
		}

		.panel-news .flex-control-nav > li{
			display: inline-block;
			margin: 0 2px;
		}

		.ie7 .panel-news .flex-control-nav > li{
			display: inline;
		}

		.panel-news .flex-control-nav > li a{
			border-radius: 50%;
			background-color: #d5d5d5;
			display: block;
			width: 10px;
			height: 10px;
			text-indent: -9999px;
			cursor: pointer;
		}

		.panel-news .flex-control-nav .flex-active{
			background-color: #333; /* #ff8835; */
			width: 12px;
			height: 12px;
		}
		
		/* Flex direction nav */
		.panel-news .flex-direction-nav{
			position: relative;
		}

		.panel-news .flex-direction-nav > li{
			position: absolute;
			left: -25px;
			top: -285px;
			text-indent: -9999px;
		}

		.panel-news .flex-direction-nav > li + li{
			right: -25px;
			left: auto;
		}

		.panel-news .flex-direction-nav a{
			display: block;
			width: 0;
			height: 0;		
			outline: none;
		}


		.panel-news .flex-direction-nav .flex-prev{
			border-top: 16px solid transparent;
			border-left: 0 solid transparent;
			border-bottom: 16px solid transparent;
			border-right: 8px solid #e6e4e4;	
		}

		.panel-news .flex-direction-nav .flex-prev:hover {
			border-right-color: #333;
		}

		.panel-news .flex-direction-nav .flex-next{
			border-top: 16px solid transparent;
			border-right: 0 solid transparent;
			border-bottom: 16px solid transparent;
			border-left: 8px solid #e6e4e4;		
		}

		.panel-news .flex-direction-nav .flex-next:hover {
			border-left-color: #333;
		}
	
	/*  Grid
	    ========================================================================== */
	    .box-row {
	    	width: 100%;
	    	overflow: hidden;
	    }

	    .col-3, .col-5, .col-6, .col-7 {
	    	float: left;
	    	margin-right: 1.65289%;
	    }

	    .col-3 { width: 18.6777%; }
	    .col-5 { width: 40.1654%; }
	    .col-6 { width: 49.0083%; }
	    .col-7 { width: 57.2610%; }

	    .last {
		    float: right;
		    margin-right: 0;
		}

		.mtop {
			margin-top: 35px;
		}

		.bordertop {
			padding-top: 15px;
			border-top: 2px solid;
		}

		.sr-only { 
			display: block;
			width: 1px;
			text-indent: -9999px; 
		}

	/*  Title Box
	    ========================================================================== */
		.title-box .title-b {
	    	margin: 20px 0;
	    }

		.title-box .title-b .link {
			font-family: 'Montserrat', sans-serif; 
			font-size: 24px;
			font-weight: bold;
			line-height: 24px;
			letter-spacing: -1px;
			padding-bottom: 10px;
		}

		.title-box .title-b .link:hover {
	    	text-decoration: none;
	    }

	    .title-box .title-b .link .more {
	    	float: right;
		    font-size: 12px;
		    letter-spacing: 0;
		    line-height: 12px;
		    padding-top: 5px;
		    text-transform: lowercase;
	    } 

	    .title-box .title-b .link:hover .more {
			text-decoration: underline;
	    }


	/*  Featured News
	    ========================================================================== */
	    .featured-news.bordertop { 
	    	border-color: #ff8523;
	    }

	    .featured-news .category .cat-link {
			display: block;
			font-family: 'Montserrat', sans-serif; 
		    font-size: 11px;
		    font-weight: bold;
		    text-transform: uppercase;
		    color: #ff8523;
	    }

	    .featured-news .title {
	    	margin: 10px 0;
	    	font-family: 'Montserrat', sans-serif; 
		    font-size: 30px;
		    line-height: 34px;
		    font-weight: bold;
		    letter-spacing: -1.5px;
		    overflow: hidden;
	    }

	    .featured-news .legend p {
	    	margin-bottom: 25px;
	    	font-family: 'Open Sans', sans-serif;
	    }

	    .featured-news .medium p {
	    	font-size: 16px;
			line-height: 24px;
	    }

	    .featured-news .credit {
			display: block;
			font-family: 'Open Sans', sans-serif;
			text-align: right;
			font-size: 10px;
			color: #999;
			padding-bottom: 3px;
		}
	   
	   	.featured-news .title.small {
	   		margin-bottom: 25px;
	   		height: 72px;
	   		font-size: 16px;
		    line-height: 24px;
		    letter-spacing: -0.5px;
	   	}

	   	.featured-news .thumbnail a {
	   		width: 462px;
	   		height: 314px;
	   		display: block;
	   		overflow: hidden;
	   	}

	   	.featured-news .featured-news .thumbnail {
	   		width: 220px;
	   		height: 134px;
	   		overflow: hidden;
	   	}

	   	.featured-news .thumbnail img{
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}

		.featured-news .thumbnail:hover img,
		.featured-news .thumbnail:focus img{
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-o-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
	
	
	/*  Lista Notícias
	    ========================================================================== */
	    .featured-news #noticia-lista{width:220px; float:left; margin: 0;}
		.featured-news #noticia-lista ul{padding: 0; margin:0; color:#fe7325; font-size:14px;}
		.featured-news #noticia-lista ul li{margin:0 0 25px 0; display:block;}
		.featured-news #noticia-lista ul li span{display:block; font-size:12px; font-weight:bold; margin:0 0 5px 0; float:left; width:100%;}
		.featured-news #noticia-lista ul li span a{
			display:block; 
			color:#fe7325; 
			float:left;
		}
		.featured-news #noticia-lista ul li span.ico{display:block; float:left; width:24px; height:20px; text-indent:-9999px; background:Red; margin:0; padding:0;}
		.featured-news #noticia-lista ul li span.ico.img{background:url(../img/ico-img.png) no-repeat;}
		.featured-news #noticia-lista ul li span.ico.video{background:url(../img/ico-video.png) no-repeat;}
		.featured-news #noticia-lista ul li p {line-height:22px; margin:0;}
		.featured-news #noticia-lista ul li p a{text-decoration:none; color:#333; font-size:14px; font-weight: bold;}
		.featured-news #noticia-lista ul li p a:hover{text-decoration:underline;}

	/*  Featured vídeos
	    ========================================================================== */
	    .featured-videos{
	    	margin-bottom: 50px;
	    	background-color: #723a6c;
	    	font-family: 'Montserrat', sans-serif; 
	    }

		.wrap-padding {
			padding: 15px 25px;
		}

		.featured-videos.title-box{
	    	margin-bottom: 30px;
	    }

	    .featured-videos .title-b {
	    	margin: 20px 0;
	    }

	    .featured-videos .title-b .link {
			margin-bottom: 25px;
			color: #ffcc00;
	    }

	    .featured-videos .title-b .link .more {
		    color: #fff;
		}

		.featured-videos .title-b .link:hover .more {
			text-decoration: underline;
	    }

		.featured-video {
			margin-bottom: 30px;
			margin-right: 22px;
			width: 441px;
			float: left;
		}

		.featured-video .video-title {
			font-family: 'Montserrat', sans-serif;
			font-size: 23px;
			line-height: 30px;
			color: #fff;
			letter-spacing: -1px;
		}

		.featured-video .thumbnail {
			display: block;
			position: relative;
			overflow: hidden;
			height: 251px;
			margin-bottom: 10px;
			cursor: pointer;
		}

		.featured-video .thumbnail img {
			margin-top: -40px;
			z-index: 0;
			width: 100%;
			max-width: 441px;
		}

		.featured-video .thumbnail .play{
			text-indent: -9999px;
			z-index: 2;
			position: absolute;
			display: block;
			width: 72px;
			height: 72px;
			top: 50%;
			left: 50%;
			margin: -30px 0 0 -30px;
			background: url('../img/play-purple.png') no-repeat center center;
		}

		.featured-video .thumbnail .play:hover,
		.featured-video .thumbnail .play:focus{
			opacity: 0.8;
		}

	    .featured-video iframe{
	    	margin-bottom: 10px;
	    	display: none;
	    	z-index: 9999999;
	    	position: relative;
	    }

	    .featured-video .close{
	    	display: none;
	    	width: 30px;
	    	height: 30px;
	    	background-color: red;
	    	text-indent: -9999px;
	    	cursor: pointer;
	    	z-index: 99999999;
	    	background: url(../img/ui-close.png) no-repeat scroll center center;
	    }

	    .featured-video .close:hover,
	    .featured-video .close:focus{
	    	opacity: 0.8;
	    }

	    .modal-video {
	    	position: absolute;
	    	background: rgba(0,0,0,0.88);
	    	top: 0;
	    	left: 0;
	    	width: 100%;
	    	height: 100%;
	    	z-index: 999999;
	    }

	   /* .featured-video #video-title{
	    	font-size: 16px;
	    	line-height: 20px;
	    	color: #333;
	    	font-weight: bold;
	    }*/
		
		.lista-videos ul > li{
			display: block;
			overflow: hidden;
			margin-bottom: 25px;
		}

	    .lista-videos .thumbnail {
	    	display: block;
	    	float: left;
	    	margin-right: 15px;
	    	height: 88px;
	    	width: 130px;
	    	overflow: hidden;
	    }

	    .lista-videos .thumbnail img{
	    	margin-top: -15px;
	    	max-width: 160px;
	    }

	    .lista-videos .video-title {
	    	padding-top: 7px;
	    	padding-left: 105px;
	    	font-size: 16px;
	    	line-height: 22px;
	    	text-decoration: none;
	    }

	    .lista-videos .video-title .link {
	     	color: #fff;
	    }

	/*  Featured social
	    ========================================================================== */
	    .featured-social{
	    	margin: 40px 0;
	    	width: 100%;
	    	height: 75px;
	    	font-family: 'Montserrat', sans-serif; 
	    	/*background: url("../img/bg_social.png") no-repeat top left;*/
	    	background-color: #a72f6b;
	    	overflow: hidden;	    	
	    }

	    .featured-social .social-box {
	    	margin-right: 15px;
	    	display: inline-block;
	    	float: left;
	    }

	    .featured-social .social-box.facebook {
	    	padding-bottom: 2px;
	    }

	    .featured-news .social-networks {
	    	display: inline-block;
	    	margin: 3.5%;
	    	padding: 3.3% 2% 2% 4%;
	    	overflow: hidden;
	    	float: right;
	    }

	    .call-social {
	    	padding: 5px 0 0 15px;
	    	font-size: 25px;
	    	color: #fff;
	    	letter-spacing: -1px;
	    }
	    .call-social .call-phrase {
	    	padding-right: 4%;
	    	display: inline-block;
    		float: left;
    		height: 75px;
    		line-height: 250%;
	    }
	    .call-social .yellow {
	    	color: #ffd600;
	    	font-weight: bold;
	   	} 

	    .call-social .bigfont {
	    	margin-right: 10px;
	    	display: inline-block;
	    	font-size: 60px;
	    	line-height: 100%;
	    	float: left;
	    }

	    .social-networks .social-link {
	    	padding: 0 18px 0 25px;
	    	margin-left: 0;
	    	height: 20px;
	    	float: right;
	    	color: #fff;
    		font-size: 14px;
    		line-height: 20px;
    		display: inline-block;
   			background: transparent url("../img/sprite-social.png") no-repeat 0 0;
	    }

	    .social-networks .twitter {
	    	background-position: 0 -25px;
	    }

	    .social-networks .youtube {
	    	background-position: 0 -50px;
	    }
/*

	    .featured-social h3{
	    	color: #424242;
			font-size: 20px;
	    	font-weight: bold;
	    	line-height: 20px;
	    	margin-bottom: 20px;
	    	letter-spacing: -1px;
	    }
*/
	    .featured-social .social-facebook{
	    	width: 618px;
	    	float: left;
	    	margin-right: 20px;
	    	position: relative;
	    }

	    .ie8 .featured-social .social-facebook{
	    	border: 1px solid transparent;
	    }

	    .featured-social .social-facebook h3{
	    	float: left;
	    	margin-right: 20px;
	    }

	    .featured-social .social-facebook .curtir{
	    	width: 60px;
	    	margin-top: 2px;
	    	border:none;
	    	height: 30px;
	    }

	    .featured-social .social-facebook .wrap{
	    	display: block;
	    	position: relative;
	    	overflow: hidden !important;
	    	height: 160px;
	    	z-index: 0;
	    }

	    .featured-social .social-facebook .wrap iframe{
	    	display: block;
	    	border:none;
	    	position: absolute;
	    	top: -98px;
	    	left: -10px;
	    	width: 100%;
	    	height: 256px;
	    	margin: 0;
	    	padding: 0;
	    	bottom: -20px;
	    }

	    .featured-social .social-youtube,
	    .featured-social .social-twitter{
	    	width: 300px;
	    	float: left;	    	
	    }

	    .featured-social .social-youtube{
	    	margin-bottom: 40px;	    	
	    }


	/*  Featured programs projects
	    ========================================================================== */
	    .featured-programs-projects {
	    	margin-bottom: 40px;
	    	line-height: 0;
	    	font-size: 0;
	    	overflow: hidden;
	    }

	    .featured-programs-projects .project-item {
	    	
	    }

	    .featured-programs-projects .title-b .link {
			margin-bottom: 25px;
			color: #444;
	    }

	    .featured-programs-projects .title-b .link .more {
		    color: #ff8523; 
		}

		.list-programs-projects .bordertop {
			border-color: #723a6c;
		}

	    .list-programs-projects .project-item{
	    	float: left;
	    	width: 23.595%;
	    	margin-right: 1.6492%;
	    	display: inline-block;
	    	margin-bottom: 25px;
	    	position: relative;
	    	overflow: hidden;
	    }

		 .list-programs-projects .project-item.no-margin {
	    	margin-right: 0;
	    }

	    .ie7 .list-programs-projects .thumbnail{
	    	margin: 5px !important;
	    }

	    .list-programs-projects .thumbnail,
	    .list-programs-projects .thumbnail img{
	    	display: block;
	    }

	    .list-programs-projects .thumbnail {
	    	width: 224px;
	    	height: 120px;
	    	overflow: hidden;
	    }

	    .list-programs-projects .thumbnail img {
	    	min-width: 224px;
	    	min-height: 120px;
	    }

	    .list-programs-projects .thumbnail img{
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}

		.list-programs-projects .thumbnail:hover img,
		.list-programs-projects .thumbnail:focus img{
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-o-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}

		.list-programs-projects .title {
			font-size: 24px;
			line-height: 24px;
			color: #444444;
		}

		.list-programs-projects .project-title {
			margin-bottom: 5px;
			font-family: 'Montserrat', sans-serif; 
	    	font-size: 18px;
	    	line-height: 21px;
	    	font-weight: bold;
	    }

	    .list-programs-projects .legend {
	    	margin-bottom: 20px;
	    	font-family: 'Open Sans', sans-serif;
	    	font-size: 12px;
	    	line-height: 21px;
	    }


	/*  Featured services
	    ========================================================================== */
	    .featured-services {
			overflow: hidden;
			margin-bottom: 20px;
	    }

	    .featured-services .box-servico{
	    	float:left; 
			width:280px;
			padding: 25px 10px;
			text-align: center;
	    }

	    .ie7 .featured-services .box-servico{
	    	height: 200px;
	    }

	    .featured-services .box-servico + .box-servico{
			margin: 0 0 0 20px;
		}

		.featured-services .service-link {
    		display: inline-block;
    		width: 108px;
    		height: 108px;
    		text-indent: -9999px;
   			background: transparent url("../img/sprite-services.png") no-repeat 0 0;
	    }

	    .featured-services .second .service-link{ background-position: -116px 0; }
	    .featured-services .third .service-link{ background-position: -232px 0; }

		.featured-services .title{
			font-family: 'Montserrat', sans-serif; 
			font-size: 18px;
			line-height: 21px;	
			margin: 25px 0 15px 0;	
		}

		.featured-services .title:after {
		    height: 2px;
		    display: block;
		    width: 38px;
		    background: #ccc;
		    content: '';
		    margin: 15px auto;
		}

		.featured-services .desc {
			font-family: 'Open Sans', sans-serif;
			font-size: 14px;
			line-height: 24px;
			margin-bottom: 5px;
			letter-spacing: -0.5px;
		}

		.featured-services .btn {
			display: inline-block;
			font-family: 'Open Sans', sans-serif;
			font-size: 15px;
			line-height: 16px;
			font-weight: bold;
			color: #723a6c;
			padding: 10px 25px;
			-webkit-border-radius: 5px 5px 5px 5px;
			   -moz-border-radius: 5px 5px 5px 5px;
				    border-radius: 5px 5px 5px 5px;
		}

		.featured-services .second .btn { color: #ff8523; }
		.featured-services .third .btn { color: #09b4c6; }

		.featured-services .btn:hover,
		.featured-services .btn:focus{
			text-decoration: none;
			background-color: #333;
			-webkit-transition: all 0.3s ease;
			   -moz-transition: all 0.3s ease;
			    -ms-transition: all 0.3s ease;
			     -o-transition: all 0.3s ease;
			        transition: all 0.3s ease;
		}

		.featured-services .first .btn:hover,
		.featured-services .first .btn:focus { color: #e251d2; }
		
		.featured-services .box-servico:hover,
		.featured-services .box-servico:focus{
			background-color: #eee;
		}
		
		.featured-services .box-servico:hover .service-link,
		.featured-services .box-servico:focus .service-link{
			       -moz-transform: rotate(360deg);
		   -webkit-transform: rotate(360deg);
			    -o-transform: rotate(360deg);
			   -ms-transform: rotate(360deg);
			       transform: rotate(360deg);
			-webkit-transition: all 0.3s ease;
			   -moz-transition: all 0.3s ease;
			    -ms-transition: all 0.3s ease;
			     -o-transition: all 0.3s ease;
			        transition: all 0.3s ease;
		}

		/*  Featured services
	    ========================================================================== */
	    .services-list {
	    	overflow: hidden;
	    }

	    .services-list .title-b .link {
	    	color: #444;
	    }

	    .services-list .box-servico{
			float:left; 
			width:298px; 			
		}

		.services-list .box-servico .service-link {
			font-family: 'Montserrat', sans-serif; 
			font-size: 22px;
			line-height: 24px;
			letter-spacing: -1px;
		}

		.services-list .box-servico .bordertop { border-color: #723a6c; }
		.services-list .box-servico + .box-servico .bordertop {  border-color: #ff8523; }
		.services-list .box-servico + .box-servico + .box-servico .bordertop { border-color: #09b4c6; }

		.services-list .box-servico .service-link { color: #723a6c; }
		.services-list .box-servico + .box-servico .service-link { color: #ff8523; }
		.services-list .box-servico + .box-servico + .box-servico .service-link { color: #09b4c6; }


		.services-list .box-servico + .box-servico{
			margin: 0 0 0 22px;
		}

		.services-list .box-servico + .box-servico .bordertop a { color: #ff8523; }

		.services-list .box-servico .thumb{border-bottom:1px solid #ccc; margin: 0;}
		.services-list .box-servico .thumb img{display:block; width:100%;}
		.services-list .box-servico h3{font-weight:bold; font-size:18px; margin: 0 0 20px 0;} 

		.services-list ul{display:table; padding: 0;}
		.services-list ul li{display:block;  width:92%; margin: 0 0 25px 0; font-family: 'Open Sans', sans-serif;}
		.services-list ul li span{display:block; font-size:14px; font-weight:bold; margin: 0 0 5px 0;}
		.services-list ul li span a{color:#000;}
		.services-list ul li p{font-size:12px; margin: 0; line-height:24px;}

		/* more-news */
		.more-news{
			display: block;
			font-family: 'Montserrat', sans-serif; 
		    font-size: 11px;
		    font-weight: bold;
		    text-transform: uppercase;
		    color: #ff8523;
		    text-align: center;
		    padding: 10px 0;
		    float: left;
		    width: 100%;
		    border-bottom: 2px solid #ff8523;
		}


