html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size: 18px;
	line-height: 26px;
	color: #666;
	background-color:#fff;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a {
  color: #B40028;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Roboto', sans-serif;
	text-transform:none;
	font-weight:300;
	color:#333;
}
h1 {margin:0 0 26px; line-height:46px; font-size:46px;}
h2 {margin:0 0 26px; line-height:40px; font-size:40px;}
h2 b {font-weight:500;}
h3 {margin:0 0 21px; line-height:25px; font-size:22px;}
h3 b {font-weight:900;}
h4 {margin:0 0 34px; line-height:25px; font-size:20px;}
h4 b {font-weight:500;}
h5 {margin:0 0 15px; line-height:20px; font-size:16px;}
h6 {margin:0 0 15px; line-height:20px; font-size:12px;}

.center {text-align:center;}
.right {text-align:right;}
.title-small {font-size:18px;}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.margbot0   {margin-bottom:0;}
.margbot5   {margin-bottom:5px !important;}
.margbot10  {margin-bottom:10px;}
.margbot15  {margin-bottom:15px;}
.margbot20  {margin-bottom:20px;}
.margbot25  {margin-bottom:25px;}
.margbot30  {margin-bottom:30px;}
.margbot40  {margin-bottom:40px;}
.margbot50  {margin-bottom:50px;}
.margbot60  {margin-bottom:60px;}
.margbot70  {margin-bottom:70px;}
.margbot80  {margin-bottom:80px;}
.margbot90  {margin-bottom:90px;}
.margbot100 {margin-bottom:100px;}

.pad0 {padding:0 !important;}

.padtop0   {padding-top:0 !important;}
.padtop5   {padding-top:5px;}
.padtop10  {padding-top:10px;}
.padtop15  {padding-top:15px;}
.padtop20  {padding-top:20px;}
.padtop25  {padding-top:25px;}
.padtop30  {padding-top:30px;}
.padtop40  {padding-top:40px;}
.padtop50  {padding-top:50px;}
.padtop60  {padding-top:60px;}
.padtop70  {padding-top:70px;}
.padtop80  {padding-top:80px;}
.padtop90  {padding-top:90px;}
.padtop100 {padding-top:100px;}

.padbot0   {padding-bottom:0 !important;}
.padbot5   {padding-bottom:5px !important;}
.padbot10  {padding-bottom:10px !important;}
.padbot15  {padding-bottom:15px !important;}
.padbot20  {padding-bottom:20px !important;}
.padbot25  {padding-bottom:25px !important;}
.padbot30  {padding-bottom:30px !important;}
.padbot40  {padding-bottom:40px !important;}
.padbot50  {padding-bottom:50px !important;}
.padbot60  {padding-bottom:60px !important;}
.padbot70  {padding-bottom:70px !important;}
.padbot80  {padding-bottom:80px !important;}
.padbot90  {padding-bottom:90px !important;}
.padbot100 {padding-bottom:100px !important;}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}

.social-fb {
  width: 40px;
  height: 40px;
  margin: 10px 4px;
  padding-top: 8px;
  background-color: #005a93;
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  line-height: 28px;
  border-radius: 20px;
}
.social-fb:hover {
  background-color: #008bd3;
  color: #FFFFFF;
}
.social-tw {
  width: 40px;
  height: 40px;
  margin: 10px 4px;
  padding-top: 8px;
  background-color: #00a1c9;
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  line-height: 28px;
  border-radius: 20px;
}
.social-tw:hover {
  background-color: #00d2ce;
  color: #FFFFFF;
}
.social-ig {
  width: 40px;
  height: 40px;
  margin: 10px 4px;
  padding-top: 8px;
  background-color: #ff906c;
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  line-height: 28px;
  border-radius: 20px;
}
.social-ig:hover {
  background-color: #ffa900;
  color: #FFFFFF;
}

.site-header ul.social-icons {
  position: relative;
  z-index: 11;
  margin: 30px 0;
}
.site-header ul.social-icons li {
  display: inline-block;
  margin: 0 2px;
}
.site-header ul.social-icons li a {
  width: 40px;
  height: 40px;
  background-color: #B40028;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.site-header ul.social-icons li a:hover {
  background-color: #F6303E;
}

.main-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  top: 94px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.scrolled {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#menu-wrapper {
  overflow: hidden;
  background-color:rgba(0,0,0,0.8);
	box-shadow:0 2px 3px rgba(0,0,0,0.5);
}

.logo-wrapper {
  height: 100px;
  background-position: 15px;
}
.logo-wrapper a {
  display: inline-block;
  overflow: hidden;
  padding-left: 20px;
  line-height: 100px;
  text-transform: uppercase;
  color: #B40028;
  font-size: 32px;
  font-weight: 700;
}
.main-menu ul li {
  display: inline-block;
}
.main-menu ul li:last-child {
  margin-right: 30px;
}
.main-menu ul li a {
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #888888;
  line-height: 100px;
  padding: 40px 12px 40px 12px ;
  font-weight: 700;
}
.main-menu ul li.active a {
  border-top: 3px solid #B40028;
  background-color: rgba(180,0,40,0.75);
  color: #FFFFFF;
}
.main-menu ul a:hover {
  color: #FFFFFF;
}

.toggle-menu {
  width: 36px;
  height: 36px;
  float: right;
  margin-top: 33px;
  margin-right: 40px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background: #B40028;
  display: inline-block;
  color: white;
  cursor:pointer;
}

.flexslider {
  position: relative;
  top: -102px;
}
.flexslider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.flexslider .slider-caption {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 320px;
  left: 0;
  background: -webkit-linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
	background:    -moz-linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
	background:      -o-linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
	background:         linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
.flexslider .slider-caption h2 {
  color: white;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  display: inline-block;
}
.flexslider .slider-caption p {
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 26px;
  display: block;
}
.flexslider .slider-caption a.slider-btn {
  color: white;
  background-color: #B40028;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}
.flexslider .slider-caption .title1 {font-family: 'Mina', sans-serif; margin-bottom:15px; display:inline-block; font-weight:400; line-height:80px; font-size:80px;}
.flexslider .slider-caption .title2 {font-family: 'Mina', sans-serif; margin-bottom:15px; display:inline-block; font-weight:700; line-height:80px; font-size:80px;}
.flexslider .slider-caption .title3 {font-family: 'Shadows Into Light', sans-serif; margin-bottom:15px; letter-spacing:10px; display:inline-block; font-weight:700; line-height:80px; font-size:80px;}
.flexslider .slider-caption .title4 {font-family: 'Mina', sans-serif; margin-bottom:15px; display:inline-block; font-weight:700; line-height:80px; font-size:28px;}
.flexslider .slider-caption .title5 {margin-bottom:15px; width:600px; font-weight:300; line-height:34px; font-size:20px;}

/* __________ Buttons __________ */
.btn {
	margin: 0;
	padding: 22px 24px 22px;
	border:2px solid #B40028;
	border-radius: 10px;
	box-shadow: none;
	text-transform:uppercase;
	font-weight: 500;
	line-height: 20px;
	font-size: 18px;
	color:#B40028;
	text-shadow: none;
	background-image: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {color:#fff; border-color:#B40028; background-color:#B40028}

.btn-active {background-color:#1c1c1c; color:#fff; border-color:#1c1c1c;}
.btn-active:hover {background: #B40028; color:#fff; border-color:#E66768;}

.btn-facebook {background-color:#3b5998; color:#fff; border-color:#274584;}
.btn-facebook:hover {color:#fff; border-color:#274584;}

.btn-lg {padding:19px 30px; font-size:18px;}
.btn-sm {padding: 6px 20px 5px; font-size:14px;}
.btn-xs {padding: 2px 15px 3px; font-size:12px;}

.btn_shortcodes .btn {margin:0 7px 10px 0;}
.btn_shortcodes .btn:last-child {margin-right:0;}

.btn-active {overflow:hidden;}
.btn-active span:before {
	content: attr(data-hover);
	position: absolute;
	top: 100%;
	left:0;
	width:100%;
	text-transform:uppercase;
	text-align:center;
	font-weight: 900;
	line-height:20px;
	font-size:14px;
	color:#1C1C1C;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.btn-active:hover span:before {color:#fff;}
.btn-active span {
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.btn-active:hover span,
.btn-active:focus span {
	color:#1c1c1c;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.btn-facebook {overflow:hidden;}
.btn-facebook span:before {
	content: attr(data-hover);
	position: absolute;
	top: 100%;
	left:0;
	width:100%;
	text-transform:uppercase;
	text-align:center;
	font-weight: 900;
	line-height:20px;
	font-size:14px;
	color:#3b5998;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.btn-facebook:hover span:before {color:#fff;}
.btn-facebook span {
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.btn-facebook:hover span,
.btn-facebook:focus span {
	color:#3b5998;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ie .btn, .ie .btn-default {filter:none !important;}

.content-section {
  margin-top: 80px;
  padding-top: 60px;
}

.heading-section {
  margin-bottom: 60px;
}
.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #444444;
  display: inline-block;
}
.heading-section p {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
}

.small-text {
  color: #aaaaaa;
}

.space-fixed {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.content-section#nosotros {
  margin-top: 0px;
}

#nosotros p {
	margin-bottom:26px;
	font-weight:300;
	line-height:26px;
	font-size:18px;
	color:#666;
}
#nosotros .ipad_img1 {margin-top:50px;}

#locutores {
  padding: 100px 0 80px;
	background-image:url(../images/team_bg.jpg);
	background-size:cover;
	background-attachment:fixed !important;
}

#podcast {
  padding: 60px 0 60px;
}

#eventos {
  padding: 60px 0 60px;
}

#patrocinadores {
  padding: 100px 0 80px;
	background-image:url(../images/team_bg.jpg);
	background-size:cover;
	background-attachment:fixed !important;
}

.patrocinadores-item {
  margin-bottom: 30px;
}
.patrocinadores-item .patrocinadores-thumb {
  position: relative;
  overflow: hidden;
}
.patrocinadores-item .patrocinadores-thumb img {
  width: 100%;
}
.patrocinadores-item .patrocinadores-thumb .patrocinadores-overlay {
  background-color: rgba(230, 103, 104, 0.61);
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.patrocinadores-item .patrocinadores-thumb .patrocinadores-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.patrocinadores-item .patrocinadores-thumb .patrocinadores-overlay a {
  color: #B40028;
}
.patrocinadores-item .patrocinadores-thumb .patrocinadores-overlay a:hover {
  color: #FFFFFF;
}
.patrocinadores-item .patrocinadores-thumb .patrocinadores-overlay a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.patrocinadores-item .patrocinadores-thumb .patrocinadores-overlay a.expand i {
  line-height: 36px;
}
.patrocinadores-item .patrocinadores-thumb:hover .patrocinadores-overlay {
  opacity: 1;
  visibility: visible;
}

.team-member {
  margin-bottom: 30px;
}
.team-member .member-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.team-member .member-thumb img {
  width: 100%;
}
.team-member .member-thumb .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #B40028;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.team-member .member-thumb .team-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-top: 64px;
}
.team-member .member-thumb .team-overlay span {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
  display: block;
}
.team-member .member-thumb .team-overlay ul.social {
  display: block;
  margin-top: 20px;
}
.team-member .member-thumb .team-overlay ul.social li {
  display: inline-block;
}
.team-member .member-thumb .team-overlay ul.social li a {
  width: 36px;
  height: 36px;
  background-color: white;
  line-height: 40px;
  color: #B40028;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.team-member .member-thumb:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}

.skills-heading {
  margin-top: 60px;
  margin-bottom: 50px;
}
.skills-heading h3.skills-title {
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.skills-heading .small-text {
  font-style: italic;
}

.progress {
  height: 34px;
  box-shadow: none;
  border-radius: 0;
  background-color: #e7e7e7;
  margin-bottom: 10px;
}

.progress-bar {
  line-height: 34px;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #B40028;
  box-shadow: none;
}

.googlemap-wrapper {
  height: 380px;
  margin-bottom: 40px;
}

.map-canvas {
  height: 380px;
  border: 10px solid #efefef;
}

#contacto {
  padding:100px 0 80px;
	background-image:url(../images/team_bg.jpg);
	background-size:cover;
	background-attachment:fixed !important;
}

.contacto-info {
  margin-top: 40px;
}

.contacto-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contacto-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.contacto-form .mainBtn {
  margin-top: 15px;
  color: white;
  background-color: #B40028;
  text-transform: uppercase;
  border: 0;
}

#go-top {
  background-color: #B40028;
  color: white;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
}
#go-top:hover {
  background-color: #F6303E;
}

#footer {
  padding: 60px 0 14px 0;
  color: #999;
  background-color: #202020;
}

#footer ul.social-icons {
  position: relative;
  z-index: 11;
  margin: 0;
}
#footer ul.social-icons li {
  display: inline-block;
  margin: 0 2px;
}
#footer ul.social-icons li a {
  width: 40px;
  height: 40px;
  background-color: #B40028;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#footer ul.social-icons li a:hover {
  background-color: #F6303E;
}

/* __________ ICast __________ */

.icast .player-wpr{max-width:428px;
  border-radius:20px;
  }
.icast .track-info-wpr{padding-top:0px;}
.icast .ppBtn:before{top:-2px;left:-2px;}

/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.single_page #blog {padding-top:100px;}

.blog_block hr {border-top:2px solid #e9e9e9;}

/* __________ Blog Post __________ */
.blog_post_img {
	overflow:hidden;
	float:left;
	position:relative;
	width:360px;
	height:240px;
	margin-right:30px;
	background-color:#e66768;
}
.blog_post_img img {
	width:auto;
	max-width:none;
	height:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.blog_post:hover .blog_post_img img {opacity:0.61;}

.blog_post a.zoom {
	position:absolute;
	z-index:30;
	left:50%;
	bottom:50px;
	width:60px;
	height:60px;
	margin:0 0 -30px -30px;
	opacity:0;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; 
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.blog_post:hover a.zoom {
	bottom:50%;
	opacity:1;
}
.blog_post a.zoom:hover {background-image:url(../images/zoom_h.png);}

.blog_post_descr hr {
	border-color:#e9e9e9;
	margin:25px 0;
}
.blog_post_date {
	margin-top:-3px;
	text-transform:uppercase;
	line-height:14px;
	font-size:12px;
}

.blog_post_title {
	display:block;
	padding-bottom:19px;
	line-height:36px;
	font-size:30px;
	color:#333;
}
.blog_post_title:hover {color:#666;}

.blog_post_info li {position:relative; display:inline-block; padding-right:22px;}
.blog_post_info li:before {content:''; position:absolute; right:9px; top:4px; height:12px; width:1px; background-color:#d3d3d3;}
.blog_post_info li:last-child:before {display:none;}
.blog_post_info li a {font-size:14px;}
.blog_post_content {
	padding-bottom:18px;
	line-height:26px;
	font-size:18px;
}
.blog_post .read_more_btn {
	padding:10px 20px;
	font-size:14px;
	background:#454545;
	border:1px solid #333333;
	border-radius:2px;
	color:#DDDDDD;
}
.blog_post .read_more_btn:hover {background:#B40028;border:1px solid #B40028;color:#FFFFFF;}

/* __________ Pagination __________ */
.pagination {
	display:block;
	margin:0 0 50px;
	padding:0;
	border-radius:0;
}
.pagination li {
	float:left;
	width:68px;
	height:70px;
}
.pagination li a {
	float:none;
	display:block;
	margin:0;
	padding:0;
	border:0;
	font-weight:900;
	text-align:center;
	line-height:68px;
	font-size:20px;
	color:#999;
}
.pagination li a:focus,
.pagination li a:hover {
	background:none !important;
	color:#333 !important;
}
.pagination li.active a {
	border:2px solid #333 !Important;
	font-size:26px;
	color:#333 !important;
	background:none !important;
}

/* __________ Single Blog Post __________ */
.single_blog_post_date {
	margin:-2px 0 -4px;
	line-height:14px;
	font-size:12px;
	color:#999;
}
.single_blog_post_title {
	padding-bottom:12px;
	line-height:60px;
	font-size:50px;
	color:#333;
}
.single_blog_post_title2 {
	padding-top:24px;
	padding-bottom:12px;
	line-height:60px;
	font-size:40px;
	color:#333;
}
.single_blog_post_title3 {
	padding-bottom:8px;
	line-height:20px;
	font-size:20px;
	color:#333;
}
.single_blog_post_description {
	padding-top:12px;
	padding-bottom:20px;
	font-size:16px;
	color:#666;
}

.single_blog_post_info {padding-bottom:20px;}
.single_blog_post_info li {
	position:relative;
	display:inline-block;
	padding:0 25px 4px 0;
}
.single_blog_post_info li:before {
	content:'';
	position:absolute;
	right:9px;
	top:4px;
	height:12px;
	width:1px;
	background-color:#d3d3d3;
}
.single_blog_post_info li:last-child:before {display:none;}
.single_blog_post_info li a {font-size:14px;}

.single_blog_post_img img {
	margin-bottom:24px;
	width:100%;
}

.single_blog_post_content {
	line-height:26px;
	font-size:18px;
}

/* __________ Single Blog Post Tags __________ */
.single_blog_post_tags li {
	display:inline-block;
	margin:0 3px 5px 0;
}
.single_blog_post_tags li a {
	display:block;
	padding:9px 19px;
	font-size:16px;
	border:1px solid #e9e9e9;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.single_blog_post_tags li a:hover {
	padding:8px 18px;
	border:2px solid #333;
}

/*-----------------------------------------------------------------------------------*/
/*	Portfolio Single
/*-----------------------------------------------------------------------------------*/
.single_page #portfolio {padding-top:50px;}

.portfolio_block hr {border-top:2px solid #e9e9e9;}

/* __________ Single Portfolio Post __________ */
.single_portfolio_post_title {
	padding-bottom:20px;
	line-height:40px;
	font-size:40px;
	color:#333;
}

/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM
/*-----------------------------------------------------------------------------------*/
/* __________ Contact Form __________ */
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="file"] {
	width: 100%;
	margin: 0 0 10px;
	padding: 10px;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 14px;
	font-size: 14px;
	color: #757575;
	font-style: normal;
	border-radius: 2px;	
	background: #F0F0F0;
	border: 1px solid #AAAAAA;
	box-shadow: none;
	transition: border-color 0.3s ease-in-out; 
	-webkit-transition: border-color 0.3s ease-in-out;
}
textarea {
	overflow: hidden;
	min-height: 95px;
	resize: none;
}
textarea,
input[type="text"].last {margin-right:0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="file"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	color: #1C1C1C;
	border-color: #E66768;
}

.contact_btn, .contact_btn:visited {
	display:inline-block;
	cursor:pointer;
	margin: 0 8px 10px 0;
	padding: 16px 22px;
	border: 1px solid #666666;
	border-radius: 2px;
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	background: #757575; 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn:active, .contact_btn:hover {background: #B40028; color:#fff; border-color:#E66768;}

.notification_error {color:#30a67c;}
