/*
Theme Name: Pirajá Sociedade de Advogados
Text Domain: piraja
*/
body{
	font-family: 'Source Sans Pro', sans-serif;
	color: #8a8a8a;
	font-size: 16px;
	overflow-x:hidden;
}

blockquote {
    padding: 20px 0;
    margin: 20px 0;
    font-size: 16px;
    border: 0;
    border-top: 1px dotted #f99e1d;
    border-bottom: 1px dotted #f99e1d;
    display: flex;
}
.highlight{
	color: #f99e1d;
}
strong{
	color: #f99e1d;
	font-weight: normal;
}
.bt-default{
	color: #FFF;
	font-size: 13px;
	font-weight:400;
	text-transform: uppercase;
	background-color: #f99e1d;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	display: block;
	float: left;
}
.bt-default:hover{
	color: #FFF;
	background-color: #1f2e3b;
	text-decoration: none;
}
.screen-menu{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(31,46,61,.98);
	opacity: 0;
	z-index: 999999;
	top: -100vh;	
	 -webkit-transition: all .45s cubic-bezier(.86,0,.07,1);
    -moz-transition: all .45s cubic-bezier(.86,0,.07,1);
    -o-transition: all .45s cubic-bezier(.86,0,.07,1);
    transition: all .45s cubic-bezier(.86,0,.07,1);
}
.screen-menu.open{
	top: 0;
	opacity: 1;
}
.screen-menu .bt-close{
	display: inline-block;
	float: right;
	margin-top: 20px;
	margin-right:40px;
	position: relative;
	font-size: 60px;
	font-family: none!important;
	font-weight: 300;
	color: #FFF;
	transform:rotate(45deg)!important;
	transform:translate(-50%,-50%);
}
.screen-menu .bt-close:hover{
	color: #f99e1d;
	text-decoration: none;
}
.screen-menu .menu{
	display: table;
	position: relative;
	margin:0 auto;
	width: 375px;
    top: 70px;
    /*transform: translateY(-49%);*/
}
.screen-menu .menu .brand{
	width: 375px;
	display: table;
	margin:0 auto;
}
.screen-menu .menu .brand img{
	width: 100%;
}
.screen-menu .menu ul{
	padding: 0;
	list-style: none;
	margin-top: 30px;
}
.screen-menu .menu ul li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #4c5864;
}
.screen-menu .menu ul li:last-child{
	border:0;
}
.screen-menu .menu ul li a{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
	color: #FFF;
}
.screen-menu .menu ul li a:hover{
	color: #f99e1d;
	text-decoration: none;
}

.screen-menu .contact-info{
	text-align: center;
	margin-top: 15px;
}

.screen-menu .contact-info .phone{
	color: #f99e1d;
	font-size: 16px;
}
.screen-menu .contact-info .mail a{
	font-size: 15px;
	color: #FFF;
}
.screen-menu .contact-info .mail a:hover{
	color: #f99e1d;
	text-decoration: none;
}
.screen-menu .contact-info address{
	padding: 15px 0;
	margin: 15px 0;
	position: relative;
	color: #FFF;
	font-size: 15px;
}
.screen-menu .contact-info address:before{
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	border-top: 1px solid #f99e1d;
	top: 0;
	left: 50%;
	margin-left: -20px;
}
.screen-menu .contact-info address:after{
	position: absolute;	
	content: '';
	width: 40px;
	height: 1px;
	border-top: 1px solid #f99e1d;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
.social-language{
	display: table;
	float: none;
	margin: 0 auto;
}
.screen-menu .contact-info .social{
	display: inline-block;
	float: left;
}
.social-language .social a{
	display: inline-block;
	float: left;
	color: #FFF;
	font-size: 30px;
	margin-right: 8px;
}
.social-language .social a:hover{
	color: #f99e1d;
}

.screen-menu .contact-info   .languages{
	display: inline-block;
	float: left;
	margin-left: 15px;
	    margin-top: 7px;
}
.screen-menu .contact-info  .languages ul,
.screen-menu .contact-info  .languages ul li,
.screen-menu .contact-info  .languages ul a{
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
.screen-menu .contact-info  .languages ul li{
	height: 30px;
	line-height: 25px;
	display: inline-block;
	float: left;
	position: relative;
	margin-right: 8px;
	padding-right: 8px;
}
.screen-menu .contact-info  .languages ul li:after{
	content: '';
	border-right: 1px solid #4c5864;
	width: 1px;
	right: 0;
	top: 1px;
	position: absolute;
	height: 28px;
}
.screen-menu .contact-info  .languages ul li:last-child{
	margin-right: 0;
	padding-right: 0;
}
.screen-menu .contact-info  .languages ul li:last-child:after{
	display: none;
}
.screen-menu .contact-info  .languages ul a{
	font-size: 14px;
	color: #FFF;
	height: 30px;
	line-height: 25px;
	display: inline-block;
	float: left;
}
footer{
	background: #1f2e3b url('../images/shadow.png') no-repeat top center;
	background-size: contain;
	border-top: 10px solid #f99d1c;
}
footer .footer .brand{
	width: 250px;
	height: auto;
	display: table;
	float: none;
	margin: 40px auto;
}
footer .footer .brand img{
	width: 100%;
}
footer .footer .institutional-description{
	color: #FFF;
	font-weight: 300;
	font-size: 14px;
	text-align: justify;
}
footer .footer .sitemap ul{
	display: inline-block;
	margin: 80px 0 60px 0;
	padding: 0;
	float: left;
}
footer .footer .sitemap ul li{
	display: inline-block;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}
footer .footer .sitemap ul li:after{
	content: '';
	width: 3px;
	height: 3px;
	background: #f99d1c;
	right: -2px;
    top: 11px;
	position: absolute;
}
footer .footer .sitemap ul li:last-child:after{
	display: none;
}
footer .footer .sitemap ul li a{
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}
footer .footer .sitemap ul li a:hover{
	color: #f99d1c;
	text-decoration: none;
}
footer .footer .contact-info{
	display: block;
	clear: left;
}
footer .footer .contact-info .phone{
	color: #f99d1c;
	font-size: 16px;
}
footer .footer .contact-info .mail a{
	font-size: 15px;
	color: #FFF;
}
footer .footer .contact-info .mail a:hover{
	color: #f99e1d;
	text-decoration: none;
}
footer .footer .contact-info address{
	padding: 15px 0;
	margin: 15px 0;
	position: relative;
	color: #FFF;
	font-size: 15px;
}
footer .footer .contact-info address:before{
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	border-top: 1px solid #f99e1d;
	top: 0;
	left: 0;
}
footer .footer .contact-info address a{
	font-size: 15px;
	color: #f99e1d;
}
footer .footer .contact-info address a:hover{
	color: #FFF;
	text-decoration: none;
}
footer .subfooter{
	padding-bottom: 40px;
}
footer .subfooter hr{
	border-top: 1px solid #2a3945;
}
footer .subfooter .copyright{
	color: #FFF;
	font-size: 13px;
	display: inline-block;
	float: left;
	height: 28px;
	line-height: 28px;
}
footer .subfooter .development{
	color: #f99e1d;
    font-family: 'Fjalla One', sans-serif;
    font-size: 13px;
    text-decoration: none;
    display: block;
    float: right;
    height: 28px;
	line-height: 28px;
}
footer .subfooter .link-utilities ul{
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
}
footer .subfooter .link-utilities ul li{
	display: inline-block;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
	height: 28px;
	line-height: 28px;
}
footer .subfooter .link-utilities ul li:after{
	content: '';
	width: 3px;
	height: 3px;
	background: #f99d1c;
	right: -2px;
    top: 11px;
	position: absolute;

}
footer .subfooter .link-utilities ul li:last-child{
	margin-right: 0;
	padding-right: 0;
}
footer .subfooter .link-utilities ul li:last-child:after{
	display: none;
}
footer .subfooter .link-utilities ul li a{
	color: #FFF;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	float: left;
}
footer .subfooter .link-utilities ul li a:hover{
	color: #f99d1c;
	text-decoration: none;
}
footer .subfooter .social{
	display: inline-block;
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #2a3945;
	border-right: 1px solid #2a3945;
	margin-right: 10px;
}
footer .subfooter .social a{
	display: inline-block;
	float: left;
	color: #FFF;
	font-size: 25px;
	margin-right: 10px;
	margin-top: -3px;
}
footer .subfooter .social a:hover{
	color: #f99e1d;
}
header{
	min-height: 140px;
	background: #FFF;
	padding:15px 0; 
}
header .brand{
	display: inline-block;
	float: left;
	width: 250px;
	height: auto;
}
header .brand img{
	width: 100%;
}
header .show-menu{
	display: inline-block;
	float: right;
	padding: 10px 15px;
	background: #f99e1d;
	margin-top: 30px;
}
header .show-menu:hover{
	background: #1f2e3b;
}
header .show-menu i{
	color: #FFF;
	font-size: 25px;
}
header .search-box{
	display: inline-block;
	float: right;
}
header .search-box{
	height: 55px;
	padding-right: 30px;
	border-right: 1px solid #eaeaea;
	margin-right: 20px;
	margin-top: 25px;
}
header .search-box input{
	width: 300px;
	text-align: right;
	height: 55px;
	line-height: 55px;
	color: #b9b9b9;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	border: 0;
	display: block;
	float: left;
	margin-right: 30px;
}
header .search-box input:focus,
header .search-box input:active{
	outline: none;
	box-shadow: none;
}
header .search-box .box-bt-search{
	display: inline-block;
	float: left;
	width: 28px;
	height: 28px;
	position: relative;
	margin-top: 12px;
}
header .search-box .box-bt-search img{
	width: 100%;
}
header .search-box .box-bt-search .bt-search{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 28px;
	height: 28px;
	background-color: transparent;
}
header .search-box .box-bt-search .bt-search:focus,
header .search-box .box-bt-search .bt-search:active{
	outline: none;
	box-shadow: none;
}
header .languages-menu{
	display: inline-block;
	float: right;
}
header .languages-menu ul{
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 35px;
	margin-right: 15px;
	height: 35px;
}
header .languages-menu ul li{
	float: left;
	height: 35px;
}
header .languages-menu ul li a{
	padding: 0 10px;
	color:#b9b9b9;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	border-right: 1px solid #fde2bb;
}
header .languages-menu ul li:last-child a{
	border: 0;
}
header .languages-menu ul li a:hover{
	color:#f99e1d;
	text-decoration: none;
}

.featured-banner-inside{
	background-size: cover;
	height: 350px;
	position: relative;
	display: block;
    width: 100%;
    background: #2a3945;
    border-bottom: 15px solid #1f2e3b;
}
.featured-banner-inside:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,.7);
	top:0;
	left: 0;
	z-index: 99;
}
.featured-banner-inside .title{
	position: relative;
	z-index: 999;
	display: table;
	margin:0 auto;
	top: 50%;
    transform: translateY(-50%);
}
.featured-banner-inside .title h2{
	font-size: 45px;
	color: #f99e1d;
	text-align:center;
	display: table;
	margin:0 auto;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.featured-banner-inside .title p{
	font-size: 16px;
	line-height: 25px;
	color: #FFF;
	padding:0 250px;
	text-align: center;
	margin-top: 35px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.breadcrumb{
	background: none;
	padding: 0;
	margin: 0;
    margin-top: 28px;
}
.breadcrumb hr{
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 0;
	border-top: 1px solid #eaeaea;
}
.breadcrumb .container i{
	display: inline-block;
	float: left;
	width: 26px;
	height: 26px;
	/*background: url('../images/sprite.png') no-repeat -42px 0;*/
	margin-right: 10px;
}
.breadcrumb .container i img{
	width: 100%;
}
.content-breadcrumb{
	display: inline-block;
	float: left;
	width: calc(100% - 225px);
}
.box-breacrumb{
	display: inline-block;
	float: left;
	width: calc(100% - 38px);
}
.breadcrumb .text{
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	width: calc(100% - 215px);
}
.breadcrumb .text a{
	color: #f99e1d;
}
.breadcrumb .text a:hover{
	color: #f99e1d;
	text-decoration: underline;
}
.share{
	display: block;
	float: right;
}
.share.responsive {
    display: block;
    float: right;
    margin: 20px auto 0 auto;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}
.share-label{
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	color: #8a8a8a;
	font-weight: 500;
	font-size: 12px;
	margin-right: 10px;
}
#ssba-classic-2{
	width: auto!important;
}
.ssba a{
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin-left: 3px;
	/*text-indent: -90000px;*/
	border-radius: 50%;
}
.ssba a:after{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  font-size: 15px;
}
.ssba a img{
	display: none!important;
}
.ssba a.ssba_facebook_share{background: #a1a1a1;}.ssba a.ssba_facebook_share:after{content: '\f09a';margin-top: 6px;margin-left: 9px;}
.ssba a.ssba_facebook_share:hover{background: #f99e1d;}

.ssba a.ssba_twitter_share{background: #a1a1a1;}.ssba a.ssba_twitter_share:after{content: '\f099';margin-top: 6px;margin-left: 7px;}
.ssba a.ssba_twitter_share:hover{background: #f99e1d;}

.ssba a.ssba_linkedin_share{background: #a1a1a1;}.ssba a.ssba_linkedin_share:after{content: '\f0e1';margin-top: 5px;margin-left: 7px;}
.ssba a.ssba_linkedin_share:hover{background: #f99e1d;}

.ssba a.ssba_google_share{background: #a1a1a1;}.ssba a.ssba_google_share:after{content: '\f0d5';margin-top: 6px;margin-left: 5px; font-size: 14px;}
.ssba a.ssba_google_share:hover{background: #f99e1d;}

.ssba .ssba-share-text{
	display: none!important;
}


.featured-banner{
	position: relative;
	width:100vw;
	height: 100vh;
	min-height: 1080px;
	background-color:#2a3945;
	z-index: 1;
	overflow: hidden;
	border-bottom: 60px solid #1f2e3b;

}
.featured-banner:before{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .65);
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
}
.featured-banner-inside .shadow{
	position: absolute;
	top: 0;
	z-index: 4;
}
.featured-banner .banner-content{
	position: relative;
	z-index: 3;
}

.featured-banner .banner-content .brand{
	display: table;
	float: none;
	margin: 120px auto;
	width: 40%;
}
.featured-banner .banner-content .brand img{
	width: 100%;
}

.featured-banner .banner-content h1{
	color: #f99e1d;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 50px;
	display: table;
	float: none;
	margin: 0 auto;
	width: 65%;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.featured-banner .banner-content p{
	color: #FFF;
	font-size: 17px;
	display: table;
	float: none;
	margin: 35px auto 0 auto;
	width: 60%;
	text-align: center;
	line-height: 25px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.featured-banner .banner-content .scroll{
	display: table;
	float: none;
	margin: 140px auto 0 auto;
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
}
.featured-banner .banner-content .scroll:hover{
	color: #f99e1d;
	text-decoration: none;
}
.featured-banner .banner-content .scroll span{
	display: inline-block;
	clear: left;
	width: 40%;
	display: table;
	margin: 0 auto;
}
.featured-banner .banner-content .scroll span img{
	width: 100%;

}
.menu-home{
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 4;
}

.menu-home a{
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	float: left;
}
.menu-home a:hover{
	color: #f99e1d;
}
.menu-home a span{
	display: inline-block;
	float: left;
	margin-top: 0px;
	height: 30px;
	line-height: 25px;
}
.menu-home a i{
	font-size: 30px;
	margin-left: 15px;
	display: inline-block;
	float: left;
}
section.areas-of-practice{
	padding-top: 100px;
	padding-bottom: 100px;
}
section.areas-of-practice h2{
	font-size: 45px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #1f2e3b;
	line-height: 55px;
	margin: 0;
}
section.areas-of-practice p{
	font-family: 'Source Sans Pro', sans-serif;
	color: #8a8a8a;
	font-size: 16px;
	width: 85%;
	margin:45px 0 0 0; 
	line-height: 25px;
}

section.areas-of-practice .areas-list ul{
	display: block;
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
	padding: 0;
	list-style: none;
}
section.areas-of-practice .areas-list ul.areas-right{
	margin: 0;
}
section.areas-of-practice .areas-list ul li{
	margin-bottom: 10px;
}
section.areas-of-practice .areas-list ul li a{
	font-size: 16px;
	font-style: italic;
	color: #8a8a8a;
}
section.areas-of-practice .areas-list ul li a:hover{
	color: #f99e1d;
	text-decoration: none;
}
section.areas-of-practice .areas-list ul li a i{
	color: #f99e1d;
	font-size: 22px;
	margin-right: 5px;
}
section.areas-of-practice .areas-list ul li a.bt-see-all{
	color: #f99e1d!important;
}
section.areas-of-practice .areas-list ul li a.bt-see-all:hover{
	color: #1f2e3b!important;
}
section.areas-of-practice .bt-default{
	margin-top: 45px;
}
section.areas-of-practice .bt-default.services{
	margin-left: 20px;
}
section.areas-of-practice .areas-list h3{
	font-size: 25px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #f99e1d;
	margin: 0;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #edeae8;
}
section.areas-of-practice .areas-list .areas-right h3{
	color: #1f2e3b;
}
section.professionals{
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: 576px;
	background: #f8fafa url('../images/bg-professionals.jpg') no-repeat top left;
	/*background-size: contain;*/
	position: relative;
}
section.professionals:after{
	content: '';
	width: 100%;
	height: 576px;
	position: absolute;
	right: 0;
	top: 0;
background: -moz-linear-gradient(left, rgba(248,250,250,0) 0%, rgba(248,250,250,1) 63%);
background: -webkit-linear-gradient(left, rgba(248,250,250,0) 0%,rgba(248,250,250,1) 63%);
background: linear-gradient(to right, rgba(248,250,250,0) 0%,rgba(248,250,250,1) 63%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8fafa', endColorstr='#f8fafa',GradientType=1 );

}
section.professionals .row{
	position: relative;
	z-index: 2;
}
section.professionals h2{
	text-align: right;
	font-size: 45px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #1f2e3b;
	line-height: 55px;
	margin: 0;
}
section.professionals p{
	text-align: right;
	font-family: 'Source Sans Pro', sans-serif;
	color: #8a8a8a;
	font-size: 16px;
	width: 85%;
	margin:45px 0;
	float: right; 
	line-height: 25px;
}
section.professionals .bt-default{
	float: right;
}

section.main-content{
	padding-top: 100px;
	padding-bottom: 100px;
}

section.main-content.practice-areas-page h1{
	font-size: 35px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #f99e1d;
	margin: 0;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #edeae8;
}
section.main-content.practice-areas-page h2{
	font-size: 35px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #1f2e3b;
	margin: 0;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #edeae8;
}

section.main-content.practice-areas-page p{
	text-align: justify;
	font-family: 'Source Sans Pro', sans-serif;
	color: #8a8a8a;
	font-size: 16px;
	line-height: 25px;
}
section.main-content.practice-areas-page ul{
	color: #8a8a8a;
	line-height: 25px;
}

section.main-content.practice-areas-page .sidebar-menu{
	border-right: 2px solid #1f2e3b;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
	width: 100%;
}
section.main-content.practice-areas-page .sidebar-menu li{
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	display: inline-block;
	float: left;
	width: 100%;
}
section.main-content.practice-areas-page .sidebar-menu li:last-child{
	border-bottom: 0;
}
section.main-content.practice-areas-page .sidebar-menu li a{
	font-size: 16px;
	color: #8a8a8a;
	display: inline-block;
	float: left;
	width: 100%;
	padding:5px 0; 
}
section.main-content.practice-areas-page .sidebar-menu li a:hover,
section.main-content.practice-areas-page .sidebar-menu li a.active{
	color: #FFF;
	text-decoration: none;
	background: #1f2e3b;
	padding:5px 0 5px 15px;
}
section.main-content.practice-areas-page .sidebar-menu li a i{
	color: #f99e1d;
	font-size: 22px;
	margin-right: 10px;
}
section.main-content.contact{
	padding-bottom: 0;
}
section.main-content.career{
	padding-bottom: 100px;
}
section.main-content.contact .forms{
	margin-top: -15px;
}
section.main-content.contact .forms input,
section.main-content.contact .forms textarea,
section.main-content.contact .forms select{
	border: 1px solid #eaeaea;
	font-size: 15px;
	border-left:3px solid #f99e1d;
	padding-left: 20px;
	height: 45px;
	line-height: 45px;
	color: #8a8a8a;
	width: 100%;
	margin-top: 15px;
}
section.main-content.contact .forms select{
	height: 45px;
    line-height: 45px;
}
section.main-content.contact .forms textarea{
	padding-top: 15px;
	height: 200px;
    line-height: 25px;
}
section.main-content.contact .forms  .bt-send{
	color: #FFF;
	font-size: 13px;
	font-weight:400;
	text-transform: uppercase;
	background-color: #f99e1d;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	display: block;
	float: left;
	border: 0;
}
section.main-content.contact .forms  .bt-send:hover{
	color: #FFF;
	background-color: #1f2e3b;
	text-decoration: none;
}

section.main-content.contact .forms input:focus,
section.main-content.contact .forms input:active,
section.main-content.contact .forms textarea:focus,
section.main-content.contact .forms textarea:active,
section.main-content.contact .forms select:focus,
section.main-content.contact .forms select:active{
	outline: none;
	box-shadow: none;
}
section.main-content.contact .wpcf7-not-valid-tip{
	color: red;
	font-size:10px!important;
	display: inline-block;
	float: left;
	margin-bottom: 5px;
	text-transform:uppercase;
	margin-top: 5px;
}
section.main-content.contact .mandatory{
	font-style: italic;
	font-size: 13px;
	display: inline-block;
	float: left;
	margin-top: 10px;
}
section.main-content.contact div.wpcf7 .ajax-loader {
    position: absolute;
    left: -15px;
    top: 30px;
}
section.main-content.contact .wpcf7-response-output.wpcf7-validation-errors,
section.main-content.contact .wpcf7-response-output.wpcf7-mail-sent-ng{
	display: inline-block;
	float: left;
	width: 100%;
	padding: 5px 10px;
    border: 1px solid transparent;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 12px!important;
    text-transform:uppercase; 
    margin-top: 15px;
    margin-left:0;
    margin-right:0;
}
section.main-content.contact .wpcf7-response-output.wpcf7-mail-sent-ok{
	display: inline-block;
	float: left;
	width: 100%;
	padding: 5px 10px;
    border: 1px solid transparent;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 10px!important;
    text-transform:uppercase; 
    margin-top: 15px;
    margin-left:0;
    margin-right:0;
}
section.main-content.contact .screen-reader-response{
	display: none!important;
}
section.main-content.contact .full-map{
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
 	position: relative;
 	margin-top: 70px;
}
section.main-content.contact .full-map .google-maps{
	height: 450px;
	display: table;
    width: 100%;
}
section.main-content.contact .full-map .google-maps iframe{
	display: table;
}
section.main-content.contact .full-map .header-map{
	width: 100%;
	background:#1f2e3b ;
}
section.main-content.contact .full-map .header-map .container{
	padding:20px 45px;
}
section.main-content.contact .full-map .header-map{
	text-shadow: none;
	font-weight: 300;
	font-size: 20px;
	color: #FFF;
	text-align: left;
	display: inline-block;
	float: left;
	margin-bottom: 0;
	line-height: 32px;
}
section.main-content.contact .full-map .header-map i{
	display: inline-block;
	float: left;
	margin-right: 15px;
    margin-top: 2px;
    font-size: 25px;
    color: #f99e1d;
}
section.main-content.contact .full-map{
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
 	position: relative;
}
section.main-content.contact .full-map .header-map .container {
    padding: 20px 15px;
}
section.main-content.contact .full-map .header-map address{
	text-shadow: none;
	text-align: left;
	display: inline-block;
	float: left;
	margin-bottom: 0;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #FFF;
}
section.main-content.contact .full-map .header-map address span{
	font-size: 20px;
}

section.main-content.contact .box-contact{
	padding-right: 50px;
}
section.main-content.contact .box-contact h2{
	font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #1f2e3b;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #edeae8;
}
section.main-content.contact .box-contact .info p{
	font-family: 'Source Sans Pro', sans-serif;
    color: #8a8a8a;
    font-size: 16px;
    width: 100%;
    margin:0;
    line-height: 25px;
}
section.main-content.contact .box-contact .address-info .contact{
	position: relative;
	padding: 30px 0;
	margin: 30px 0;
	display: block;
    float: left;
    width: 100%;
}
section.main-content.contact .box-contact .address-info .contact:before{
	content: '';
	position: absolute;
	height: 1px;
	border-top:1px solid #f99e1d;
	width: 100px;
	top:0;
	left: 0;
}
section.main-content.contact .box-contact .address-info .contact:after{
	content: '';
	position: absolute;
	height: 1px;
	border-bottom:1px solid #f99e1d;
	width: 100px;
	bottom:0;
	left: 0;
}
section.main-content.contact .box-contact .address-info address{
	font-size: 16px;
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
section.main-content.contact .box-contact .address-info address i{
	display: inline-block;
	float: left;
	margin: 5px 10px 0 0;
    color: #f99e1d;
    font-size: 18px;
}
section.main-content.contact .box-contact .address-info .contact .phone{
	display: block;
	float: left;
	width: 100%;
	text-transform: uppercase;
	margin-right: 15px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #f99e1d;
}
section.main-content.contact .box-contact .address-info .contact .phone i{
	    display: inline-block;
    float: left;
    margin: 5px 10px 0 0;
    color: #f99e1d;
    font-size: 18px;
}
section.main-content.contact .box-contact .address-info .contact .email {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	width: 100%;
	margin-top:5px;
	font-size: 16px;
}
section.main-content.contact .box-contact .address-info .contact .email a{
	color: #8a8a8a;
}
section.main-content.contact .box-contact .address-info .contact .email a:hover{
	color: #f99e1d;
}
section.main-content.contact .box-contact .address-info .contact .email i{
	    display: inline-block;
    float: left;
    margin: 6px 10px 0 0;
    color: #f99e1d;
    font-size: 15px;
}

section.main-content.contact .box-career h2{
	font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #f99e1d;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #edeae8;
    text-align: center;
}
section.main-content.contact .box-career .info p{
	font-family: 'Source Sans Pro', sans-serif;
    color: #8a8a8a;
    font-size: 16px;
    width: 70%;
    margin:0 auto;
    line-height: 25px;
    text-align: center;
    float: none;
}


section.main-content.contact .forms .form-control[disabled],
section.main-content.contact .forms .form-control[readonly],
section.main-content.contact .forms fieldset[disabled] .form-control{
	border: 1px solid #eaeaea;
    background: #FFF;
    border-left: 3px solid #f99e1d;
    box-shadow: none;
    border-radius: 0;
    margin-top: 15px;
    color: #8a8a8a;
}
section.main-content.contact .group-span-filestyle label{
	margin: 0;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    background: #2a3945;
    color: #FFF;
    text-shadow: none;
    font-size: 12px;
    border-radius: 0!important;
    border: 0;
    margin-left: 0!important;
    margin-top: 15px;
    text-transform: uppercase;
}
section.main-content.contact .group-span-filestyle label.btn:hover,
section.main-content.contact .group-span-filestyle label.btn:focus,
section.main-content.contact .group-span-filestyle label.btn.focus{
	margin: 0;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    background: #f99e1d;
    color: #FFF;
    text-shadow: none;
    font-size: 12px;
    border-radius: 0!important;
    border: 0;
    margin-left: 0!important;
    margin-top: 15px;
    text-transform: uppercase;
}


section.main-content.contact .box-career{
	margin-bottom: 30px;
}
section.main-content.contact .box-career .image{
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	border-left: 5px solid #4e6c99;
}
section.main-content.contact .box-career .image img{
	width: 100%;
}
section.presentation{
	padding-top: 100px;
}
section.presentation h1{
	font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #1f2e3b;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #edeae8;
    text-align: center;
    width: 70%;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
section.presentation p{
	font-family: 'Source Sans Pro', sans-serif;
    color: #8a8a8a;
    font-size: 16px;
    width: 70%;
    margin:0 auto;
    line-height: 25px;
    text-align: center;
    float: none;
}
section.presentation .featured{
	color:#f99e1d;
	font-size: 18px;
	font-style: italic;
	margin-top: 20px;
	   margin:0 auto;
    line-height: 25px;
    text-align: center;
    float: none;
    margin-top: 25px;
}


section.philosophy{
	margin-bottom: 100px;
	margin-top: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 460px;
	background: #f8fafa url('../images/bg-philosophy.jpg') no-repeat top left;
	/*background-size: contain;*/
	position: relative
}
section.philosophy:after{
	content: '';
	width: 100%;
	height: 460px;
	position: absolute;
	right: 0;
	top: 0;
background: -moz-linear-gradient(left, rgba(248,250,250,0) 0%, rgba(248,250,250,1) 40%);
background: -webkit-linear-gradient(left, rgba(248,250,250,0) 0%,rgba(248,250,250,1) 40%);
background: linear-gradient(to right, rgba(248,250,250,0) 0%,rgba(248,250,250,1) 40%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8fafa', endColorstr='#f8fafa',GradientType=1 );

}
section.philosophy .row{
	position: relative;
	z-index: 2;
}


section.philosophy h3{
	font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #f99e1d;
    margin: 20px 0 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #edeae8;
}
section.philosophy p{
	font-family: 'Source Sans Pro', sans-serif;
	color: #8a8a8a;
	font-size: 16px;
	width: 100%;
	margin:0;
	float: left; 
	line-height: 25px;
}
section.philosophy .philosophy-item{
	display: inline-block;
    float: left;
    width: 100%;
}
section.history{
	margin-bottom: 100px;
}

section.history h2{
	font-size: 35px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #1f2e3b;
	margin: 0;
	margin-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 45px;
	border-bottom: 1px solid #edeae8;
	width: 90%;
}
section.history p{
	font-family: 'Source Sans Pro', sans-serif;
	color: #8a8a8a;
	font-size: 16px;
	width: 90%;
	margin:0px 0 20px 0; 
	line-height: 25px;
	text-align: justify;
}

section.history .image{
	width: 100%;
	height:100%;
}
section.history .image img{
	/*position: absolute;*/
	width: 100%;
}
section.history .col-md-6{
	padding: 0;
}

section.history .col-md-6 .text{
	width: 90%;
	float: right;
	margin-top: 45px;
}
section.history .col-md-6 .text h2,
section.history .col-md-6 .text p{
	width: 100%;
}

section.main-content.lawyers-page h1 {
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #1f2e3b;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #edeae8;
}

section.main-content.lawyers-page h2 {
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #1f2e3b;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #edeae8;
    margin-top: 100px;
}
section.main-content.practice-areas-page .related h2{
	font-size: 25px;
	margin-top: 40px;
}
section.lawyers-page .lawyer-list .lawyer-item .image,
.related .lawyer-list .lawyer-item .image{
	display: inline-block;
	float: left;
	width: 100%;
	position: relative;
	cursor: pointer;
	border-top: 5px solid #f99e1d;
}
section.lawyers-page .lawyer-list .lawyer-item .image a:before,
.related .lawyer-list .lawyer-item .image a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1f2e3b ;
	opacity: 0;
	-webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}
section.lawyers-page .lawyer-list .lawyer-item .image img,
.related .lawyer-list .lawyer-item .image img{
	width: 100%;
}
section.lawyers-page .lawyer-list .lawyer-item .image a:hover:before,
.related .lawyer-list .lawyer-item .image a:hover:before{
	opacity: .8;
}
section.lawyers-page .lawyer-list .lawyer-item .image a .see-profile,
.related .lawyer-list .lawyer-item .image a .see-profile{
	position: absolute;
	right: 20px;
	bottom: 45px;
	opacity: 0;
	-webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #FFF;
    height: 32px;
    line-height: 32px;
}
.related .lawyer-list .lawyer-item .image a .see-profile{
	bottom: 15px;
}
section.lawyers-page .lawyer-list .lawyer-item .image a:hover .see-profile,
.related .lawyer-list .lawyer-item .image a:hover .see-profile{
	opacity: 1;
    
}
section.lawyers-page .lawyer-list .lawyer-item .image a,
.related .lawyer-list .lawyer-item .image a{
	display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
section.lawyers-page .lawyer-list .lawyer-item .image a .see-profile i,
.related .lawyer-list .lawyer-item .image a .see-profile i{
	display: inline-block;
	float: right;
	width: 32px;
	height: 32px;
	margin-left: 10px
}
section.lawyers-page .lawyer-list .lawyer-item .image .see-profile i img,
.related .lawyer-list .lawyer-item .image .see-profile i img{
	width: 100%;
}
section.lawyers-page .lawyer-list .lawyer-item .links{
	display: inline-block;
	width: 100%;
	float: left;
	height: 25px;
	position: relative;
	margin-top: -25px;
}
section.lawyers-page .lawyer-list .lawyer-item .links .bt-vcard{
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
	height: 25px;
	line-height: 25px;
	background-color:#1f2e3b;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 15px;
}
section.lawyers-page .lawyer-list .lawyer-item .links .bt-vcard:hover{
	text-decoration: none;
	background-color:  #f99e1d;
}

section.lawyers-page .lawyer-list .lawyer-item h2,
.related .lawyer-list .lawyer-item h3{
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #1f2e3b;
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #edeae8;
    position: relative;
}
section.lawyers-page .lawyer-list .lawyer-item .position,
.related .lawyer-list .lawyer-item .position{
	font-size: 16px;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
	color: #8a8a8a;
	font-size: 16px;
   font-weight: 400;
}
section.lawyers-page .lawyer-list .lawyer-item h2:after,
.related .lawyer-list .lawyer-item h3:after{
	content: '';
	width: 60px;
	height: 1px;
	border-bottom: 1px solid #f99e1d;
	position: absolute;
	left: 0;
	bottom: -1px;
}

section.lawyers-page .lawyer-list .lawyer-item .phone,
section.lawyers-page .lawyer-list .lawyer-item .mail{
	display: inline-block;
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
}
section.lawyers-page .lawyer-list .lawyer-item .phone i {
    display: inline-block;
    float: left;
    margin: 5px 10px 0 0;
    color: #f99e1d;
    font-size: 18px;
}
section.lawyers-page .lawyer-list .lawyer-item .mail a{
	color: #f99e1d;
    font-size: 16px;
}
section.lawyers-page .lawyer-list .lawyer-item .mail a:hover{
	color: #f99e1d;
}
section.lawyers-page .lawyer-list .lawyer-item .mail i {
    display: inline-block;
    float: left;
    margin: 4px 10px 0 0;
    color: #f99e1d;
    font-size: 15px;
}
section.lawyers-profile-page .sidebar .image{
	display: inline-block;
	float: left;
	width: 100%;
	height: auto;
	border-top: 5px solid #f99e1d;
}
section.lawyers-profile-page .sidebar .image img{
	width: 100%;
}
section.lawyers-profile-page .sidebar .bt-vcard{
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
	height: 25px;
	line-height: 25px;
	background-color: #1f2e3b;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 15px;
}
section.lawyers-profile-page .sidebar .bt-vcard:hover{
	text-decoration: none;
	background-color: #f99e1d;
}
section.lawyers-profile-page .sidebar .info{
	border: 1px solid #edeae8;
	border-top: none;
	padding: 25px;
	display: inline-block;
	float: left;
	width: 100%;
	font-size: 15px;
}
section.lawyers-profile-page .sidebar .info h3 {
   font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: #1f2e3b;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #edeae8;
    margin-top: 0px;
    /* text-transform: uppercase; */
    display: inline-block;
    float: left;
    /* font-weight: 600; */
    width: 100%;
}
section.lawyers-profile-page .sidebar .info .phone{
    font-size: 15px;
    margin-bottom: 20px;
}
section.lawyers-profile-page .sidebar .info .mail a{
	color: #f99e1d;
    font-size: 15px;
}
section.lawyers-profile-page .sidebar .info .mail a:hover{
	color: #f99e1d;
}
section.lawyers-profile-page .sidebar .info .phone,
section.lawyers-profile-page .sidebar .info .mail{
	display: inline-block;
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
}
section.lawyers-profile-page .sidebar .info .phone i {
    display: inline-block;
    float: left;
    margin: 5px 10px 0 0;
    color: #f99e1d;
    font-size: 18px;
}
section.lawyers-profile-page .sidebar .info .mail i {
    display: inline-block;
    float: left;
    margin: 4px 10px 0 0;
    color: #f99e1d;
    font-size: 15px;
}

section.lawyers-profile-page .sidebar .info .list-areas-of-practice{
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
section.lawyers-profile-page .sidebar .info .list-areas-of-practice ul,
section.lawyers-profile-page .sidebar .info .languages ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
section.lawyers-profile-page .sidebar .info .list-areas-of-practice ul li a,
section.lawyers-profile-page .sidebar .info .languages ul li{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
}
section.lawyers-profile-page .sidebar .info .list-areas-of-practice ul li a i,
section.lawyers-profile-page .sidebar .info .languages ul li i{
    color: #f99e1d;
    font-size: 18px;
    margin-right: 5px;
}

section.lawyers-profile-page .profile h1 {
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #f99e1d;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #edeae8;
}
section.lawyers-profile-page .profile h1 .position{
	font-size: 25px;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
	color: #8a8a8a;
   font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

section.lawyers-profile-page .profile .description p{
	text-align: justify;
}
section.lawyers-profile-page .profile h2,
section.lawyers-profile-page .profile h3{
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #1f2e3b;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #edeae8;
    margin-top: 50px;
    color: #f99e1d;
    display: inline-block;
    float: left;
    width: 100%;
}
section.lawyers-profile-page .profile .description ul{
	    padding: 0 0 0 25px;
    display: inline-block;
    float: left;
    width: 100%;
    text-align: justify;
}
section.lawyers-profile-page .profile .description ul li{
	margin-bottom: 10px;
}
.ssba-classic-2{
	width: auto!important;
}

section.news{
	padding-top: 100px;
	padding-bottom: 100px;
}
section.news .title h2 {
    text-align: right;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #f99e1d;
    line-height: 45px;
    margin: 0;
    text-align: center;
}
section.news .title h3 {
    text-align: right;
    font-size: 45px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #1f2e3b;
    line-height: 50px;
    margin: 0;
    text-align: center;
}
section.news .title p{
	text-align: center;
	padding: 0 100px ;
	margin:10px 0 50px 0;
}
section.news .news-list .news-list-item .news-item{
	background-size: cover;
	height: 420px;
	border-top: 5px solid #f99d1c;
	position: relative;
	width: 100%;
	cursor: pointer;
}
section.news .news-list .news-list-item .news-item:before{
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(31, 46, 59, 0.7);
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
section.news .news-list .news-list-item .news-item:hover:before{
	background: rgba(248, 250, 250, .9);
}

section.news .news-list .news-list-item .news-item .info{
	position: absolute;
	z-index: 2;
	padding: 20px 20px 0 20px;
	bottom: 0;
}
section.news .news-list .news-list-item .news-item .info h2{
	text-align: left;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #FFF;
    line-height: normal;
    margin: 0 0 20px 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
section.news .news-list .news-list-item .news-item:hover .info h2{
		color: #1f2e3b;	
		text-shadow:none;
		font-weight: 400;
}
section.news .news-list .news-list-item .news-item .info .category-date{
	border-top: 1px solid #6d7379;
	padding:20px 0;
	display: inline-block;
	float: left;
	width: 100%;
    font-weight: 600;
    color: #FFF;
    font-size:  12px;
    line-height: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
section.news .news-list .news-list-item .news-item:hover .info .category-date{
	border-top: 1px solid #d3d5d7;
     color: #80858b;
      text-shadow:none;
}
section.news .news-list .news-list-item .news-item .info .category-date .category{
	display: inline-block;
	float: left;
	margin: 0 ;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}
section.news .news-list .news-list-item .news-item .info .category-date .category:after{
		position: absolute;
		content: '';
		width: 4px;
		height: 4px;
		background: #f99d1c;
		right: -2px;
		top: 50%;
		margin-top: -2px;
}
section.news .news-list .news-list-item .news-item .info .category-date .date{
		display: inline-block;
	float: left;
}
section.news .news-list .news-list-item .news-item .info .excerpt{
	opacity: 0;
	height: 0;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    overflow: hidden;
    font-size: 14px;
    color: #8a8a8a;
}
section.news .news-list .news-list-item .news-item:hover .info .excerpt{
	opacity: 1;
	height: 130px;

}
section.news .news-list .news-list-item .news-item .info .link{
		color: #f99d1c;
		font-weight: 400;
		font-size: 14px;
		
}
section.news .news-list .news-list-item .news-item .info .link i{
	font-size: 16px;
	position: relative;
	    top: 1px;
    right: -5px;
}
section.news .news-list .news-list-item .news-item .info .category-date i{
	display: inline-block;
	float: right;
	width: 20px;
	height: 20px;
	background: url('../images/search-yellow.svg') no-repeat;
}
section.news .bt-default,
section.news-details .bt-default{
	float: none;
	margin: 30px auto 0 auto;
	display: table;
}
section.news-details h1 {
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #f99e1d;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #edeae8;
}
section.news-details .info-news{
	width: 100%;
    font-weight: 600;
     color: #80858b;
    font-size:  14px;
    line-height: normal;
    text-transform: uppercase;
}
section.news-details .description{
	margin-top: 50px;
	text-align: justify;
	display: inline-block;
	float: left;
	width: 100%;
}
section.news-details .description a{
	 color: #f99e1d;
}
section.news-details .description a:hover{
	text-decoration: underline;
}
section.news-details .source{
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #edeae8;
	font-size: 1		3px;
	font-style: italic;
}
section.news-details h3 {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #f99e1d;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #edeae8;
    display: flex;
}
section.news-details .source a{
	color: #f99e1d;
}
section.news-details .description img{
	border: 1px solid #f99e1d;
	padding: 5px;
	
}
section.news-details .description img.alignleft{
	float: left;
	margin: 0 20px 20px 0;
}
section.news-details .description img.alignright{
	float: right;
	margin: 0 0px 20px 20px;
}
section.news-listed .news-list-item {
	display: inline-block;
	float: left;
	width: 100%;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #edeae8;
}
section.news-listed .news-list-item .cover img{
	border: 1px solid #f99e1d;
	padding: 5px;
	display: inline-block;
	float: left;
	width: 150px;	
	margin-right: 30px;
}
section.news-listed .news-list-item .info{
	width: calc(100% - 180px);
	display: inline-block;
	float: left;
}
section.news-listed .news-list-item h2{
	font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #f99e1d;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #edeae8;
    display: inline-block;
    float: left;
    width: 100%;
}
section.news-listed .news-list-item .category-date {
	display: inline-block;
	float: left;
	width: 100%;
    font-weight: 600;
    color: #80858b;
    font-size:  12px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}
section.news-listed .news-list-item .category-date .category{
	display: inline-block;
	float: left;
	margin: 0 ;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}
section.news-listed .news-list-item .category-date .category:after{
		position: absolute;
		content: '';
		width: 4px;
		height: 4px;
		background: #f99d1c;
		right: -2px;
		top: 50%;
		margin-top: -2px;
}
section.news-listed .news-list-item .category-date .date{
		display: inline-block;
	float: left;
}
section.news-listed .news-list-item  p{
	float: none;
	display: inline;
	font-size: 15px;
}
section.news-listed .news-list-item .link{
		color: #f99d1c;
		font-weight: 400;
		font-size: 14px;
		
}
section.news-listed .news-list-item .link i{
	font-size: 16px;
	position: relative;
	    top: 1px;
    right: 0px;
}