/*-------------------------------------------------
 = Table of Content
 1.General                              
 2.Header                         
 4.Homes section                              
 5.About section        
 7.Blogs section                                
 8.Contact Section                                                            
 9.Other Pages(Shortcodes, 404, Coming Soon etc...)                                                       
 12.Footer                            
-------------------------------------------------*/

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.oh { overflow: hidden; }

.mb0 {margin-bottom: 0px; }
.mb10 {margin-bottom: 10px; }
.mb15 {margin-bottom: 15px; }
.mb20 {margin-bottom: 20px; }
.mb30 {margin-bottom: 30px; }
.mb40 {margin-bottom: 40px; }
.mb50 {margin-bottom: 50px; }

.mt0 {margin-top: 0px; }
.mt10 {margin-top: 10px; }
.mt15 {margin-top: 15px; }
.mt20 {margin-top: 20px; }
.mt30 {margin-top: 30px; }
.mt40 {margin-top: 40px; }
.mt50 {margin-top: 50px; }
.mt-50 {margin-top: -50px; }

.pt0 {padding-top: 0px; }
.pt5 {padding-top:5px; }
.pt10 {padding-top: 10px; }
.pt15 {padding-top: 15px; }
.pt20 {padding-top: 20px; }
.pt30 {padding-top: 30px; }
.pt40 {padding-top: 40px; }
.pt50 {padding-top: 50px; }
.pt60 {padding-top: 60px; }
.pt70 {padding-top: 70px; }
.pt80 {padding-top: 80px; }
.pt90 {padding-top: 90px; }

.ml0 {margin-left: 0; }

.bd0 { border:  0 ;}
.br0 { border-right:  0 ;}
.bl0 { border-left:  0 ;}
.bt0 { border-top:  0 ;}
.bb0 { border-bottom:  0 ;}


a {
    text-decoration: none !important;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none !important;
	color: #660016;
}

img {
	max-width: 100%;
	height: auto;
}

figure {
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

a:hover {
  text-decoration: none;
  color: #000;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'open Sans', sans-serif;
  background: #ECECEC;
}

body.boxed #wrapper {
	max-width: 1200px;
	margin: 0 auto;
	background: #ECECEC;
}

.bannerpromo {
  background: #f7f7f7 !important;
}

.nicescroll-rails {
    z-index: 9999999!important;
}

body img {
  border: none;
}

p{
  font-size: 14px;
  color: #7f7f7f;
  line-height: 23px;
}

input[type=text]:focus, textarea:focus {
  outline: 0;
}

.hidden-sec{
	display: none;
}

.visible-sec{
	display: block;
}

/*-------------------------------------------------------*/
/* Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

/*-------------------------------------------------------*/
/* Header
/*-------------------------------------------------------*/
.subheader {
  border-bottom: 1px solid #000;
  padding: 0;
  background: #fff;
}

.left-sub {
  float: left;
  padding: 10px 0;
}

.left-sub a {
  font-size: 14px;
  color: #000;
}

.left-sub i{
  color: #ffb829;
  font-size: 14px;
  margin-right: 5px;
}

.left-sub li {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}

.left-sub li:first-child{
	margin-left: 0;
}

.left-sub li:after{
	position: absolute;
	right: -10px;
	content:"|";
	top: 1px;
	font-family:'FontAwesome';
	color: #ffb829;
}

.left-sub li:last-child:after{
	content: "";
}

.socials {
  float: right;
  padding: 10px 0;
}

.socials ul {
	margin-bottom: 0;
	padding-left: 0;
}

.socials i {
  color: #000;
  font-size: 15px;
}

.socials li {
  margin-left: 13px;
  display: inline-block;
}

.socials i:hover {
  color: #780018;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.upper-header {
  background-color: #600014;
  padding: 13px 0;
}

.logo {
  float: left;
}

#wrapper .search {
  float: right;
  width: 180px;
  position: relative;
  margin: 20px 0;
}

#wrapper .search input[type="text"] {
  width: 100%;
  line-height: 38px;
  text-indent: 15px;
  color: #d7d7d7;
  height: 38px;
  background-color: rgba(255,255,255,0);
  border: solid 1px rgba(255,255,255,0.2);
  text-transform: capitalize;
}

#wrapper .search input[type="text"]::-webkit-input-placeholder {
   color: #fff;
}

#wrapper .search input:focus {
  outline: 0;
}

#wrapper .search input[type="text"]::-moz-placeholder {  
   color: #fff;  
}

#wrapper .search input[type="text"]:-ms-input-placeholder {  
   color: #fff;  
}

#wrapper .search input[type="submit"] {
  background: url(../images/search.png) center center no-repeat;
  width: 14px;
  height: 15px;
  border: 0;
  position: absolute;
  top: 12px;
  right: 13px;
}

/*-------------------------------------------------*/
/* =  Navigation
/*-------------------------------------------------*/
.section.main-container{
	padding: 30px 0;
}

.section.main-container.no-padding{
	padding: 0;
}

.section.main-container.no-padding .blog-item{
	margin-bottom: 0;
}

.page-template-home-page .section.main-container{
	padding: 0;
}

.nav {
  background: #000;
}

#nav {
  position: relative;
}

#nav > select {
  display: none;
}

ul#navlist {
  list-style: none; 
  margin: 0;
  padding: 0;
  padding-top: 0px;
}

ul#navlist li {
  float: left;
  position: relative;
}

ul#navlist > li {
  margin: 0 0px;
}

ul#navlist li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding:20px;
  outline: 0;
  border-top: 2px solid transparent;
  border-right: 1px solid #292929;
  border-left: 1px solid #292929;
}

ul#navlist > li.current a, ul#navlist li a:hover{
  color: #fff;
  border-top: 2px solid #fff;
}

/* DropDown Menu = Superfish */
.sf-menu {
  line-height: 1.0;
  overflow: visible !important;
}

.sf-menu .sub-menu {
  position: absolute;
  top: -999em;
  width: 175px; /* left offset of submenus need to match (see below) */
  margin: 0 !important;
  padding-left: 0;
  padding-top: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.sf-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
  float: left;
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: auto; /* match top ul list item height */
  z-index: 99;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
  top: -999em;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
  top: -999em;
}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.sf-menu .sub-menu {
  overflow: visible !important;
}

.sf-menu .sub-menu li {
  padding-right: 0;
  list-style: none;
}

.sf-menu .sub-menu li:after {
  display: none;
}

.sf-menu .sub-menu li:before {
  display: none;
}

.sf-menu .sub-menu a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  display: block;
  color: #fff !important;
  font-size: 12px !important;
  padding: 16px 12px !important;
  font-weight: 300;
  background: #000 !important;
  margin: 0;
  width: 100%;
  border: 0 !important;
  border-bottom: 1px solid #333 !important;
}

.sub-menu span{
  display: none;
}

.home-link-text img {
	margin-top: 10px;
}

.rad-item {
  padding: 25px;
  text-align: center;
  background:#282828;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.rad-item:hover {
  background: #fff;
}

.rad-item:hover i {
  background: #660016!important;
  color: #fff!important;
}
.rad-item:hover p {
  color: #000!important;
}

.rad-item i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 22px;
  display: inline-block;
  background: #fff;
  color: #000;
  margin: 0 auto 20px;
}

.rad-item p {
  font-size: 17px;
  text-transform: uppercase;
  color: #d1d1d1;
}

.title {
  background: #fff;
  border-bottom: 5px solid #660016;
  padding: 20px;
  line-height: 30px;
}

.heading-title {
	margin: 0;
}

.title h1 {
	display: inline-block;
	color: #660016;
	font-size: 18px;
	margin: 0;
}

.title h1 i {
    padding: 11px;
    background-color: #660016;
    color: #fff!important;
    font-size: 15px;
    margin-right: 11px;
}

.title h3 i {
    padding: 11px;
    font-size: 15px;
    margin-right: 11px;
}

.parallax {
  background: url(../upload/parallax.jpg) 0 0 fixed ;
  background-size: 100%;
  padding: 40px 0;
  -webkit-filter: grayscale(30%);
   transition: all 0.3s ease-in-out;
}

.parallax:hover {
	-webkit-filter: grayscale(0);
}

.parallax h1 {
  font-weight: 600;
  font-size: 43px;
  text-align: center;
  font-style: italic;
  color: #fff;
  line-height: 61px;
}

.parallax a {
  padding: 15px 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background-color: #660016;
  border: solid 4px transparent;
  display: table;
  font-weight: 300;
  text-align: center;
  margin: 30px auto;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.parallax a:hover {
  background: #fff;
  color: #000;
}

.list_carousel1 img{
  width: 100%;
}

.list_carousel1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel1 li {
	padding: 0;
	display: block;
	float: left;
	margin: 0 10px 0;
}

.list_carousel1.responsive {
	width: auto;
	margin-left: 0;
	position: relative;
}

.prev1 {
	background: url(../images/arrow-left.png) 0 0 no-repeat;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 40px;
	top:-80px;
	text-indent: -99999px;
}

.next1 {
	background: url(../images/arrow-right.png) 0 0 no-repeat;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 10px;
	top:-80px;  
	text-indent: -99999px;
}

.news-content {
	padding: 20px;
	background: #fff;
}

.news-content h3 {
	color: #000;
	line-height: 24px;
	font-size: 19px;
	margin: 0 0 10px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.news-content h3 a{
	color: #000;
}

.post-meta {
	border-top: 1px solid #eaeaea;
	padding: 12px 0;
	border-bottom: 1px solid #eaeaea;
	margin: 10px 0px;
}

.post-meta a {
	color: #7d7d7d;
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
}

.post-meta .blog-meta-list a{
	margin-right: 0;
}

.post-meta a:hover{
	color: #000;
}

blockquote {
	font-style: italic;
}

table {
	width: 100%;
}

table th,
table td {
	border: 1px solid #eaeaea;
	padding: 5px;
}

.wt-table table th,
.wt-table table td {
	border: none;
}

.post-meta{
	margin-bottom: 5px;
}

.post-meta i{
	padding-right: 7px;
}

.news-content p {
	margin: 6px 0;
	padding-bottom: 10px;
}

.read-more,
.more-link {
	font-size: 13px;
	color: #767676;
	border: 1px solid #c3c3c3;
	border-bottom: 3px solid #660016;
	display: table;
	padding: 17px 20px;
	text-transform: uppercase;
	margin: 10px 0 0;
}

.read-more:hover,
.more-link:hover,
.more-link:focus {
	border: 1px solid #660016;
	border-bottom: 3px solid #660016;
	background: #660016;
	color: #fff;
}

.lp-single-course {
	float: left;
	width: 100%;
	background: #fff;
}

.learn-press-pagination ul {
	padding-left: 0;
}

.curriculum .section-content {
	padding-left: 0;
}

.course-reviews-list {
	padding-left: 0;
}

.blog-item .lp-single-course .list-inline.social {
	padding-left: 0;
}

.courses img {
	width: 100%;
}

.stars img, .teacher img {
	width: auto !important;
}

.teacher img {
	max-width: 60px;
}

.course-content {
	padding: 20px;
	background: #fff;
}

.course-item {
	margin-bottom: 30px;
	border: 1px solid #e4e4e4;
	transition: all .4s;
	-webkit-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.33);
	-moz-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.33);
	box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.33);
}
  
.course-item:hover{
	-webkit-box-shadow: -1px 0px 14px -1px rgba(0,0,0,0.26);
	-moz-box-shadow: -1px 0px 14px -1px rgba(0,0,0,0.26);
	box-shadow: -1px 0px 14px -1px rgba(0,0,0,0.26);
}

.course-content h1,
.course-content h1 a {
	color: #000;
	line-height: 24px;
	font-size: 16px;
	margin: 0 0 10px;
}

.stars {
	float: left;
	padding-top: 3px;
	margin-right: 10px;
}

.reviews {
	font-size: 11px;
	color: #000;
	border-radius: 5px;
	border: 1px solid #d0d0d0;
	padding: 5px;
	display: table;
	float: left;
	margin-left: 0;
	margin-bottom: 4px;
}

.reviews a {
	color: #000;
}

.review-stars-rated {
    width: 90px;
    position: relative;
    display: inline-block;
}

.course-review-head,
.user-name {
	font-size: 17px;
}

.review-stars-rated .review-stars.empty,
.review-stars-rated .review-stars.filled{
	width: 90px;
	height: 24px;
	font-family: dashicons;
	font-size: 18px;
	color: #f2b827;
}

.review-stars-rated .review-stars.empty::before {
    content: '\f154\f154\f154\f154\f154';
	font-family: dashicons;
    line-height: 1;
    vertical-align: top;
    left: 0;
}

.review-stars::after {
    clear: both;
    content: '';
    display: block;
}

.review-stars-rated .review-stars.filled {
    position: absolute;
    top: 0;
    left: 0;
	overflow: hidden;
}

.review-stars-rated .review-stars.filled::before {
    content: '\f155\f155\f155\f155\f155';
    line-height: 1;
    vertical-align: top;
}

.list-inline.social i{
	color: #660016;
}

.course-price{
	color: #660016!important;
}

.learn-press-course-buttons {
	border-bottom: 1px solid #e6e6e6;
}

.course-item{
	margin: 0 0 30px 0!important;
}

.course-lesson.course-item {
	margin: 0!important;
	border: none!important;
	box-shadow: none!important;
}

.rightsingle li{
	list-style: none;
}

.rightsingle .course-item-meta {
	display: none;
}

.learn-press-course-buttons .button{
	background: #660016;
	border: none;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 25px;
	color: #fff;
	border: 1px solid #660016;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.learn-press-course-buttons .button:hover{
	background: #fff;
	color: #000;
	border-color: #000;
}

.learn-press-pagination {
	text-align: left!important;
}

.learn-press-pagination ul > li a,
.learn-press-pagination ul > li span{
	padding: 8px 15px!important;
}

.teacher {
	background: #fff;
	border-top: 1px solid #e6e6e6;
	padding: 10px 0;
	clear: both;
}

.teacher img {
	float: left;
	margin: 0 10px!important;
	border-radius: 4px;
}

.teacher p {
	color: #000;
	font-size: 17px;
	margin: 0 0px;
}

.teacher span {
	color: #979797;
	font-size: 13px;
}

.calendar {
	float: left;
	background: #660016;
	padding: 10px 20px !important;
	width: 100% !important;
	position: relative;
	border-radius: 0 !important
}

.calendar:before {
  border: 0 !important;
}

.calendar:after {
  border: 0 !important;
}

.un-icon i{
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	background:#ffff;
	color:#660016;
	border:1px solid #eaeaea;
	font-size:28px;
	display:inline-block;
	transition: all .2s;
}

.service:hover i {
	background: #660016 !important;
	-webkit-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.33);
	-moz-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.33);
	box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.33);
	color:#fff!important;
}

.pull-left {
	margin-right: 20px;
}

#wrapper{
	overflow: hidden;
}

.wpbb_wrapper {
	padding: 25px;
	background: #fff;
}

.media-heading a {
	font-size: 12px;
	background-color: #000;
	padding: 2px 6px;
	color: #fff;
	padding-bottom: 4px;
	margin-bottom:6px;
}

.media-heading a:hover {
	background:#660016;
}
	
.service .media-heading a  {
	font-size: 16px;
	padding:0!important;
	color: #fff;
	padding-bottom: 2px;
	margin-bottom: 6px;
	background:none!important;
	color:#000;
}

.calendar h1 {
	color: #fff;
	font-size: 36px;
	display: inline-block;
	margin: 0;
}

.calendar span {
	font-size: 13px;
	color: #ffb529;
	display: inline-block;
	line-height: 15px;
	text-align: center;
}

.event-content {
	background: #fff;
	padding: 20px;
	float: left;
	width: 100%;
}

.event-content h3,
.event-content h3 a{
	color: #000;
	line-height: 24px;
	font-size: 16px;
	margin: 0 0 0px;
}

.border-event {
	border-top: 1px solid #ffb529;
	width:  40px;
	margin: 10px 0;
}

.event-content p {
	color: #7b7979;
	font-size: 12px;
	margin: 0 0px;
}
  
.event-content span {
	color: #660016;
	font-weight: bold;
	text-transform: uppercase;
}

.event-item {
	margin-bottom: 30px;
}

.testimonials  .bx-wrapper .bx-prev {
	right: 53px;
	background: url(../images/control-left.png) no-repeat 0 0px;
}

.testimonials .bx-wrapper .bx-next {
	right: 22px;
	background: url(../images/control-right.png) no-repeat 1px 0px;
}

.testimonials .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: -48px;
	margin: 0;
	outline: 0;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	z-index: 999;
	opacity:0.7;
}

.testimonials .bx-wrapper .bx-controls-direction a:hover {
	opacity:1;
}

.testimonials li {
	padding: 0 0 20px;
}

.testimonials li h1 {
	font-size: 17px;
	color: #ffb629;
	margin-top: 25px;
	margin-left: 0;  
}

.testimonials li span {
    color: #d1d1d1;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid #585a5a;
    padding-bottom: 16px;
    margin-bottom: 15px;
    margin-left: 0;
}

.testimonials li p {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    line-height: 27px;
    margin: 0;
    padding-left: 0;
    padding-right:  30px;
}

.testimonials .column8 {
	width: 80%;
	float: left;
}

.testimonials .column4 {
	float: left;
	width:19%;
	margin-left: 10px;
}

.learnmore {
	background: #660016;
	padding: 50px;
	border-radius: 0px !important;
	position: relative;
}

.learnmore:before {
	border: 0 !important;
}

.learnmore:after {
	border: 0 !important;
}

.callout-section h5 {
	color: #fff;
	font-weight: 300;
	font-size: 26px;
	float: left;
	margin: 0;
	margin-top: 14px;
}

.callout-section h5 span {
	color: #ffb629;
	font-weight: 600;
}

.callout-section a{
	font-size: 16px;
	color: #000;
	font-weight: 700;
	display: table;
	float: right;
	padding: 20px 30px;
	text-transform: uppercase;
	background-color: #ffb629;
	border-radius: 0;
}

.callout-section a:hover {
	background: #fff;
	color: #000;
}

.widget_lp-widget-popular-courses .course-entry,
.widget_lp-widget-recent-courses .course-entry,
.widget_lp-widget-featured-courses .course-entry {
	border-bottom: 1px solid #958e90!important;
}
/*Tabs*/
.features .column3 {
	width: 25%;
	text-align: center;
	float: left;
	border-right:1px solid #eaeaea;
	padding-top:0px;
}

.tabs-widget {
	padding: 0px !important;
	margin-bottom: 40px;
	display:none!important;  
}

.tabs-widget .tab-links {
    margin: 0;
    border-bottom:0;
}

.tabs-widget .tab-links li {
    float: left;
    background: #ffffff;
    color: #93959d;
    width: 25%;
    border-bottom:0;
    border-right: 1px solid #e5e5e5;
}

.tabs-widget .tab-links li:first-child {
    margin-left: 0px;
}

.tabs-widget .tab-links li:last-child {
    border-right: 0;
}

.tabs-widget .tab-links li a {
    color: #000;
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    height: 68px;
	background:#F9F9F9;
}

.tabs-widget .tab-links li a i {
  font-size: 36px;
  text-align: center;
  line-height: 35px;
  display: none;
}

.tabs-widget .tab-links li a:hover {
	color: #660016;
}

.tabs-widget .tab-links li.active a{
    color: #fff;
    background: #660016;
    position: relative;
}

.tabs-widget .tab-links li.active a i {
	display: block;
}

.tabs-widget > div {
	clear: both;
	display: none;
	border:1px solid #e5e5e5;
}

.tabs-widget > div > ul {
    margin: 0;
}

.tabs-widget > div li {
    overflow: hidden;
    border-top: none;
    background: #fff;
    padding-bottom: 0;    
}

.tabs-widget > div li:last-child {
	border-bottom: 0;
}

.tabs-widget > div li > a {
    display: block;
}

.tabs-widget ul{
  list-style: none;
}

.tabs-widget p {
    font-size: 13px;
    margin: 0px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    color: #B3B3B3;
	padding-top:18px;
}

.partners {
	background: url(../images/blck-pattrn.png) repeat;
	margin-bottom: 0px;
	padding: 30px 0 30px;
}

.partners h1 {
	font-size: 40px;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}

.partner-section .bx-controls-direction {
	display: none;
}

.partner-section .bx-wrapper .bx-pager {
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display: block;
}

.bx-wrapper img {
	opacity:0.6;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.bx-wrapper img:hover {
	opacity:1;
}

.partner-section .bx-wrapper .bx-pager .bx-pager-item,
.partner-section .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.partner-section .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
}

.partner-section .bx-wrapper .bx-pager.bx-default-pager a:hover,
.partner-section .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
  border: 1px solid transparent;
}


.partner-section .bx-wrapper .bx-pager, .partner-section .bx-wrapper .bx-controls-auto {
  margin: 30px auto 0;
  display: table;
  position: static;
}

.capabilities {
	padding: 90px 0;
	background: url(../upload/cap-bg.jpg) 0 0 fixed;
}

.statistic-post {
	background: rgba(255,255,255,.1);
	text-align: center;
	display: table-cell;
	border-radius: 50%;
	width: 230px;
	height: 230px;
	line-height: 230px;
	vertical-align: middle;
	margin: 0 auto;
}

.statistic-post i {
	color: #fff;
	font-size: 50px;
	text-align: center;
	display: block;
}

.statistic-post span {
	font-size: 52px;
	font-weight: 300;
	font-family: 'Roboto';
	color: #fff;
	display: block;
	margin: 20px 0;
}

.statistic-post p {
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto';
	color: #fff;
	display: block;
	margin: 20px 0;
}

.nextevents {
	background: #ffb629;
	padding: 25px 0;
}

.leftie {
	background: url(../images/titlebg.png) no-repeat;
	width: 430px;
	padding: 27px 20px;
	float: left;
	margin-top: 14px;
}

.leftie .fa-calendar {
	color: #282828;
	font-size: 33px;
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	margin-left: 11px;
	padding-right: 11px;
}

.leftie h4 {
	color: #660016;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	margin-top: 12px;
	margin-right: 10px;
}

.leftie .fa-angle-right {
	color: #660016;
	font-size: 30px;
	font-weight: normal;
	float: left;
	margin-top: 7px;
	padding:0 9px;
}

.leftie p {
	float: left;
	color: #303030;
	font-size: 15px;
	margin: 10px 0 0 10px;
}

.dnd_countdown_inner {
	background: #fff;
	border-radius: 50%;
	border: 10px solid #e5a325;
	margin-left: 30px;
	text-align: center;
	width: 130px;
	height: 130px;
	line-height: 100px;
	display: inline-block;
}

.simple {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	height: 23px;
}

.dnd_countdown_inner span {
	font-size: 14px;
	color: #000;
	font-weight: 300;
}

/*About*/
.mission .flex-direction-nav {
	display: none;
}

.mission h1 {
	color: #282828;
	font-size: 24px;
	margin: 0;
	margin-bottom: 15px;
}

.right-about {
	background: #fff;
	padding: 30px;
}

.right-about p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 10px;
}

.site-features li {
	color: #93959d;
	font-size: 14px;
	margin-bottom: 10px;
}

.site-features li i {
	font-size: 14px;
	color:#660016;
	margin-right: 10px;
}

.ourproffs {
	padding-bottom: 60px;
	margin-bottom: 20px;
}

.list_carousel2 img{
	width: 100%;
}

.list_carousel2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel2 li {
	text-align: center;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	margin: 0 10px;
}

.list_carousel2.responsive {
	width: auto;
	margin-left: 0;
	background: #fff;
	position: relative;
	padding: 20px 0;
}

.team-detail {
	text-align: center;
	margin-top: 20%;
}

.list_carousel2 .team-detail h3 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 4px;
}

.list_carousel2 .team-detail span {
	font-size: 13px;
	color: #666;
	font-weight: 300;
	font-style: italic;
	display: block;
	text-align: center;
}

.team-socs {
	display: table !important; 
	margin: 20px auto !important;
}

.team-socs li {
	display: inline-block;
	margin: 0;
}

.team-socs li i {
	font-size: 14px;
	color: #acaeb7;
	margin-right: 5px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.team-socs li i{
	color: #fff;
}

.team-socs li .fa-twitter {
	background-color: #00abf0;
}

.team-socs li .fa-facebook {
	background-color: #39579a;
}

.team-socs li .fa-linkedin {
  background-color: #0072a6;
}

.team-socs li .fa-google-plus {
	background-color: #eb8984;
}

.team-socs li .fa-skype {
	background-color: #0080ff;
}

.team-socs li .fa-dribbble {
	background-color: #ea4c89;
}

.team-socs li .fa-pinterest {
	background-color: #bd081c;
}

.prev2 {
	background: url(../images/control-left2.png) center no-repeat;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	position: absolute;
	left: 46.5%;
	bottom: -50px;
}

.next2 {
	background: url(../images/control-right2.png) center no-repeat;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	position: absolute;
	right: 46.5%;
	bottom: -50px;
}

#foo2 .mask {
	width: 100%; 
	height: 100%; 
	position: absolute; 
	overflow: hidden; 
	top: 0; 
	left: 0; 
	filter: alpha(opacity=0); 
	opacity: 0; 
	background: none; 
	color: #fff;
	background:rgba(255,255,255, 0.9); 
	-webkit-transition: all 300ms ease-in-out; 
	-moz-transition: all 300ms ease-in-out; 
	-o-transition: all 300ms ease-in-out; 
	-ms-transition: all 300ms ease-in-out; 
	transition: all 300ms ease-in-out; 
}

#foo2 li:hover .mask {
	opacity: 1;
}

.timeline .bg {
	background: #fff;
}

.timeline-row:after {
	content:"";
	position:absolute;
	top:0;
	left:50%;
	margin-left:-2px;
	background-color:#dddddd;
	height:100%;
	width:1px;
	border-radius:0x;
	display:block;
}

.timeline .timeline-row {
	padding-left:50%;
	position:relative;
	z-index:10;
}

.timeline .timeline-row .timeline-time {
	position:absolute;
	right:50%;
	top:39px;
	text-align:right;
	margin-right:40px;
	font-size:18px;
	color:#660016;
	line-height:1.3;
	font-weight:600;
}

.timeline .timeline-row .timeline-time small {
	display:block;
	color:white;
	text-transform:uppercase;
	opacity:0.75;
	font-size:11px;
	font-weight:400;
}

.timeline .timeline-row .timeline-icon {
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:white;
	text-align:center;
	overflow:hidden;
	padding:3px;
	color:white;
	font-size:14px;
	z-index:100;
	background:transparent !important;
}

.timeline .timeline-row .timeline-icon>div {
	border-radius:50%;
	line-height:34px;
	font-size:16px;
	color:#660016;
}

.timeline .timeline-row .timeline-content {
	margin-left:40px;
	position:relative;
	background-color:white;
	color:#333333;
}

.timeline .timeline-row .timeline-content:after {
	content:"";
	position:absolute;
	top:48px;
	left:-41px;
	height:1px;
	width:40px;
	background-color:#dddddd;
	z-index:-1;
}

.timeline .timeline-row .timeline-content .panel-body {
	padding:15px 15px 2px;
	position:relative;
	z-index:10;
}

.timeline .timeline-row .timeline-content h2 {
	font-size:18px;
	margin-bottom:5px;
	color:#191b1f;
	margin-top:0;
	line-height:1.2;
}

.timeline .timeline-row .timeline-content p {
	margin-bottom:15px;
}

.timeline .timeline-row .timeline-content img {
	margin-bottom:15px;
}

.timeline .timeline-row .timeline-content blockquote {
	border-color:#eeeeee;
}

.timeline .timeline-row .timeline-content blockquote footer,
.timeline .timeline-row .timeline-content blockquote small,
.timeline .timeline-row .timeline-content blockquote .small,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse footer,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse small,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse .small {
	color:#999999;
}

.timeline .timeline-row .timeline-content .video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	margin-bottom:15px;
	overflow:hidden;
}

.timeline .timeline-row .timeline-content .video-container iframe,
.timeline .timeline-row .timeline-content .video-container object,
.timeline .timeline-row .timeline-content .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.timeline .timeline-row:nth-child(odd) {
	padding-left:0;
	padding-right:50%;
}

.timeline .timeline-row:nth-child(odd) .timeline-time {
	right:auto;
	left:50%;
	text-align:left;
	margin-right:0;
	margin-left:40px;
}

.timeline .timeline-row:nth-child(odd) .timeline-content {
	margin-right:40px;
	margin-left:0;
}

.timeline .timeline-row:nth-child(odd) .timeline-content:after {
	left:auto;
	right:-41px;
}

.timeline.animated .timeline-row .timeline-content {
	left:20px;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	transition:all 0.8s;
}

.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
	left:-20px;
}

.timeline.animated .timeline-row.active .timeline-content {
	opacity:1;
	left:0;
}

.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
	left:0;
}
@media (max-width:1200px) {
  .timeline {
    padding:15px 10px;
  }
  .timeline:after {
    left:28px;
  }
  .timeline .timeline-row {
    padding-left:0;
    margin-bottom:16px;
  }
  .timeline .timeline-row .timeline-time {
    position:relative;
    right:auto;
    top:0;
    text-align:left;
    margin:0 0 6px 56px;
  }
  .timeline .timeline-row .timeline-time strong {
    display:inline-block;
    margin-right:10px;
  }
  .timeline .timeline-row .timeline-icon {
    top:52px;
    left:-2px;
    margin-left:0;
  }
  .timeline .timeline-row .timeline-content {
    margin-left:56px;
    box-shadow:0 1px 2px rgba(0,0,0,0.1);
    position:relative;
  }
  .timeline .timeline-row .timeline-content:after {
    right:auto !important;
    left:-20px !important;
    top:32px;
  }
  .timeline .timeline-row:nth-child(odd) {
    padding-right:0;
  }
  .timeline .timeline-row:nth-child(odd) .timeline-time {
    position:relative;
    right:auto;
    left:auto;
    top:0;
    text-align:left;
    margin:0 0 6px 56px;
  }
  .timeline .timeline-row:nth-child(odd) .timeline-content {
    margin-right:0;
    margin-left:55px;
  }
  .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
    left:20px;
  }
  .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0;
  }
}

/*Blog*/
pre{
	border: 1px solid #eaeaea;
    font-size: 12px;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

a img.alignnone {
    margin: 10px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.form-control {
	border: 1px solid #eaeaea;
	color: #848484;
	margin-bottom: 10px;
	border-radius: 0;
	box-shadow: none;
	transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.post-password-form input[type="password"]{
	border: 1px solid #eaeaea;
	color: #848484;
	border-radius: 0;
	box-shadow: none;
	transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
	padding: 8px 15px;
}

.post-password-form input[type="submit"]{
	background: #660016;
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #660016;
	transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
	color: #fff;
}

.post-password-form input[type="submit"]:hover{
	background: #fff;
	border-color: #000;
	color: #000; 
}

.carousel-control span{
	top: 49%;
	position: absolute;
}

.form-control:focus{
	box-shadow: none;
	border-color: #660016;
}

.btn{
	background: #660016;
	border-radius: 0;
	padding: 10px 20px;
	border: 1px solid #660016;
	transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus{
	background: #fff;
	border-color: #000;
	color: #000; 
}

.page-links {
	background: #fff;
	padding: 0 20px 20px 20px;
}

.page-links span{
	padding-right: 5px;
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item img {
	max-width: 100%;
}

.sticky .post-meta.sticky-posts {
	background: #fff;
	padding: 20px 20px 0 20px;
	border: none;
	margin: 0;
}

.sticky .sticky-post {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #660016;
}

.gallery-caption{
	color: #000;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar{
	border: 1px solid #660016;
}

.pagination li{
	display: inline-block;
	margin-right: 2px;
}

.pagination li a,
.pagination li span {
	background: #fff;
	color: #000;
	padding: 8px 15px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li.current a {
	background: #660016;
	color: #fff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span{
	border-radius: 0;
}

.blog-tags {
	margin-top: 0;
	background: #fff;
	padding: 0 20px 20px 20px;
}

.blog-item .list-inline.social{
	padding: 0 20px 20px 20px;
	background: #fff;
	margin: 0;
}

.comment-section {
	padding: 20px;
	background: #fff;
}

.comment-edit-link {
	font-size: 12px;
	background-color: #000;
	padding: 2px 6px;
	color: #fff;
	text-transform: lowercase;
	margin-right: 10px;
}

.comment-reply-link {
	font-size: 12px;
	background-color: #000;
	padding: 2px 6px;
	color: #fff;
	text-transform: lowercase;
}

.comment-reply-link:hover,
.comment-edit-link:hover{
	background: #660016;
	color: #fff;
}

.blog-item.next-prev-pagi{
	padding: 20px;
	background: #fff;
}

.absolute-pager .next{
	float: right;
}

.absolute-pager .previous{
	float: left;
}

.asidetitle {
	margin: 0 0 15px;
	font-size: 19px;
	color: #40434c;
	font-weight: 300;
}

select {
	max-width: 100%;
}

.sidebar ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.sidebar ul li {
	padding-bottom: 10px;
}

.sidebar ul li:last-child{
	padding-bottom: 0;
}

.sidebar .widget{
	padding: 20px;
	background: #fff;
	margin-bottom: 30px;
}

.sidebar .widget:last-child{
	margin-bottom: 0;
}

.sidebar .widget .screen-reader-text{
	display: none;
}

.sidebar .widget form.search-form {
	position: relative;
}

.search-field {
	border: 1px solid #e3e3e3;
	line-height: 43px;
	height: 43px;
	color: #333;
	font-size: 13px;
	width: 100%;
	text-indent: 15px;
	font-weight: normal;
}

.search-submit {
	border: 1px solid #e3e3e3;
	height: 43px;
	background: #fff;
	padding: 10px 20px;
}

.sidebar .widget .search-form .search-field {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	line-height: 43px;
	height: 43px;
	color: #333;
	font-size: 13px;
	width: 100%;
	text-indent: 15px;
	font-weight: normal;
}

.sidebar .widget .search-form label{
	display: block;
	margin-bottom: 0;
}

.screen-reader-text {
	display: none;
}

.sidebar .widget .search-form input[type="submit"] {
	width: 17px;
	height: 18px;
	background: url(../images/search2.png) no-repeat;
	border: 0;
	position: absolute;
	top: 13px;
	right: 14px;
	text-indent: -999999px;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	padding-bottom: 0!important;
}

.social-icons i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	background: #660016;
	color: #fff;
	font-size: 15px;
}

.social-icons.round i{
	border-radius: 50%;
}

.social-icons i:hover {
	background: #000;
}

.recent-box  {
	padding: 20px;
	background: #fff;
}

.recentitem img {
	float: left;
	margin-right: 10px;
	width: auto !important;
}

.recent-box p {
	color: #aeaeae;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

.recentitem {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.footer-widget-area .recentitem {
	border-bottom: 1px solid #958e90;
}

.footer-widget-area .recentitem:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.contact-box  {
	padding: 20px;
	background: #fff;
}

.contact-informations {
	font-size: 14px;
	font-weight: 300;
	color: #797979;
	margin: 0 0 5px;
	list-style: none;
}

.contact-informations span {
	padding-right: 10px;
}

.contact-box a {
	color: #797979;
}

.contact-informations i {
	font-size: 15px;
	color: #660016;
	margin-right: 5px;
	width: 16px;
	display: inline-block;
}

.tag-box  {
	padding: 20px;
	background: #fff;
}

.tagcloud a {
	color: #676767;
	border: 1px solid #dbdbdb;
	display: inline-block;
	padding: 8px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	font-size: 14px!important;
}

.tagcloud a:hover {
	background: #660016;
	border: 1px solid #660016;
	color: #fff;
}

.accordion-box  {
	padding: 20px;
	background: #fff;
}

.accordion-header i {
	color: #660016;
	margin-right: 5px;
	font-size: 20px;
}

.accordion-header {
	font-size: 14px;
	font-weight: 300;
	margin: 0px 0 0px 0;
	padding: 13px;
	cursor: pointer;
	color: #000000;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-right: 0;
	margin-bottom:-1px!important;
	line-height:38px;
	padding-left:22px;
}

.active-header {
	background: url(../images/active-header.png) right center #fff;
	background-repeat: no-repeat;  
	color: #660016;
	margin-bottom: 0;
	border-bottom: 0;
}

.inactive-header {
	background: url(../images/inactive-header.png) right center #fff;
	background-repeat: no-repeat;
}

.accordion-content {
	display: none;
	color: #9a9a9a;
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
	padding: 20px;
	border-top: 0;
	background: #fff;
	border: 1px solid #dbdbdb;
	margin-bottom:-1px;
}

.text-box  {
	padding: 20px;
	background: #fff;
}

.text-box p {
	color: #9a9a9a;
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
}

.pagenation {
	border-top: 1px solid #bfbfbf;
	padding-top: 20px;
	margin-bottom: 30px;
}

.pagenation li {
	display: inline-block;
	margin-right: 2px;
}

.pagenation li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	font-family: 'Roboto';
	font-weight: 300;
	color: #000;
	background: #fff;
	cursor: pointer;
}

.pagenation li.active a {
	background: #660016;
	color: #fff;
}

.pagenation li a:hover {
	background: #660016;
	color: #fff;
}

/*Courses*/
.learn-press-breadcrumb {
	display: none;
}

.single-lp_course .blog-item{
	background: #fff;
}

.categs {
	float: right;
	margin-right:13px;
}

.categs span {
	color: #444444;
	font-family: 'Roboto';
	font-weight: 300;
	padding: 0 10px;
}

.categs i {
	color: #a9a9a9;
	font-size: 20px;
	vertical-align: middle;
}

.categs a.active i {
	color: #660016;
}

.coursespage img {
	width: 100%;
}

/*Events*/
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]{
	background: #660016;
	border: 1px solid #660016;
	transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:hover{
	background: #fff;
	color: #000;
	border-color: #000;
}

.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a,
.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a{
	color: #000;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
#tribe-events .tribe-events-button,
.tribe-events-button.tribe-inactive,
#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover{
	background: #660016;
	border: 1px solid #660016;
	padding: 10px 20px;
	border-radius: 0;
}

#tribe-events-content .tribe-events-tooltip h4{
	color: #000;
}

.tribe-bar-mini .tribe-bar-views-inner{
	padding: 13px 0 35px 0;
}

.tribe-events-list .type-tribe_events{
	padding: 30px;
	background: #fff;
}

.tribe-events-list-separator-month span{
	background: #660016;
	color: #fff;
	padding: 10px 25px;
}

.tribe-events-single{
	padding: 30px!important;
	background: #fff;
}

.events-list .tribe-events-loop,
.tribe-events-day .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop{
	max-width: none;
}

.tribe-events-notices{
	border-radius: 0;
}

.tribe-events-day .tribe-events-day-time-slot h5{
	background: #660016;
	color: #fff;
	padding: 10px 0;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events{
	margin-left: 0;
}

.tribe-events-day .read-more {
	display: none;
}

.tribe-events-schedule h2{
	font-size: 15px;
	font-weight: normal;
	margin-top: 0;
}

.eventspage .calendar {
	float: left;
	background:#660016;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 25px 30px;
	width: 39%;
}

.eventspage .event-content {
	background: #fff;
	padding: 20px;
	float: left;
	width: 61%;
}

/*Gallery*/
.wt-custom-gallery-slide img {
	padding: 0!important;
}

.wt-custom-gallery-slide span{
	left: 5px!important;
	right: 5px!important;
	bottom: 5px!important;
	padding: 15px!important;
	background: #660016!important;
	color: #fff!important;
	font-weight: bold!important;
	font-size: 16px!important;
}

.gallery-item {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.gallery-item img {
	width: 100%;
}

.gallery-item .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,.2);
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.gallery-item:hover .mask {
	opacity: 1;
}

.gallery-item i {
	font-size: 20px;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-right: 5px;
	border-radius: 3px;
	background: rgba(0,0,0,.3);  
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.gallery-item i:hover {
	background: #660016;
}

.top-mask {
	text-align: center;
	margin-top: 20%;
}

.bottom-mask {
	text-align: center;
	position: absolute;
	bottom: -50px;
	background: #660016;
	padding: 15px 0;
	width: 100%;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.bottom-mask:after {
	content: "";
	background: url(../images/rectangle.png) center no-repeat;
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -20px;
}

.gallery-item:hover .bottom-mask {
	bottom: 0;
}

.bottom-mask p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.bottom-mask span {
	font-size: 12px;
	color: #ffb829;
	font-weight: 300;
}
/*Signel Course*/
.singleeventcontainer {
	background: #fff;
}

.singleeventcontainer img {
	width: 100%;
}

.leftsingle {
	float: left;
	width: 50%;
	padding: 30px;
}

.rightsingle {
	float: left;
	width: 50%;
	padding: 20px;
	text-align: center;
	border-left: 1px solid #dfdfdf;
}

.leftsingle h2 {
	font-weight: 700;
	color: #000000;
	font-size: 20px;
	margin: 0 0 10px;
}

.leftsingle p {
	font-size: 15px;
	color: #7f7f7f;
	line-height: 24px;
	margin: 0 0 10px;
}

.leftsingle .teacher {
	border: 0;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 22px;
	padding-bottom: 8px;
}

.leftsingle .teacher img {
	margin: 0 10px 0 0!important;
	max-width: 60px;
}

.teacher p {
	color: #000 !important;
	font-size: 17px!important;
	margin: 0 0px!important;
}

.share {
	padding: 10px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

.leftsingle h5 {
	font-size: 17px;
	color: #000;
	margin: 0 0 10px;
}

.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	width: auto !important;
}

.stars1 {
	float: none;
	width: auto !important;
}

.user2 h6 {
	font-size: 14px;
	color: #3c3c3c;
	display: inline-block;
	margin: 5px 0;
}

.user2 span {
	font-size: 14px;
	color: #d1d1d1;
}

.user2 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
	margin-bottom: 16px;
	float: left;
	width: 69%;
}

.revbox {
	margin-bottom: 20px;
}

.rightsingle h1{
	color: #660016;
	font-size: 24px;
	text-transform: uppercase;
	margin: 10px 0 20px;
	font-weight: bold
}

.number {
	font-size: 20px;
	width: 55px;
	height: 55px;
	line-height: 52px;
	color: #ffb829;
	text-align: center;
	border:1px solid #dfdfdf;
	border-radius: 50%;
	margin: 0 auto 40px;
	position: relative;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.number:after {
	content: "";
	background: url(../images/line.png) center no-repeat;
	width: 100%;
	height: 44px;
	position: absolute;
	left: 0%;
	top: 54px;
}

.texts  {
	display: block;
	color: #000;
	font-size: 16px;
	padding: 8px;
	text-align: center;  
	margin-bottom: 44px;
	position: relative;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.texts:after {
	content: "";
	background: url(../images/line.png) center no-repeat;
	width: 100%;
	height: 44px;
	position: absolute;
	left: 0%;
	top: 38px;
}
  
.curri-box:last-child .texts:after{
	background: none;
}
  
.curri-box:last-child .texts{
	margin-bottom: 0;
}
  
.course-item:hover{
	box-shadow: none;
	color: #660016;
}
  
.course-item-title {
	color: #000;
}
  
.course-item:hover .course-item-title {
	color: #660016;
}

.curri-box.active .number{
	color: #fff;
	background: #660016;
	border:1px solid #660016;
}
  
.learn-press-nav-tab,
.learn-press-tabs .learn-press-tab-panel.active {
	display: none!important;
}
  
.learn-press-nav-tab.learn-press-nav-tab-reviews {
	display: block!important;
}
  
.learn-press-tab-panel {
	display: none!important;
}
  
.learn-press-tab-panel.panel{
	box-shadow: none;
	border: none;
}
  
.learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active a,
.learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab a{
	pointer-events: none;
	cursor: default;
	padding-left: 0!important;
	border: none!important;
	color: #000!important;
	font-size: 17px!important;
}
  
.review-author img {
	max-width: 80px;
	max-height: 80px;
	border-radius: 4px;
}
  
.learn-press-tabs .learn-press-nav-tabs{
	border-bottom: none!important;
}
  
.learn-press-tab-panel.learn-press-tab-panel-reviews {
	display: block!important;
}
  
.course-reviews-list li {
	margin-bottom: 20px;
	padding: 0 0 20px 0!important;
	background-color: transparent!important;
	border: none!important;
	overflow: hidden;
}

.course-reviews-list li .review-author{
	width: 26%!important;
}

.course-reviews-list li .review-text{
	width: 67%;
}

.course-reviews-list li .user-name{
	margin: 0 0 5px 0!important;
}

.write-a-review{
	background: #660016;
	border: none;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 25px;
	color: #fff;
	border: 1px solid #660016;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.write-a-review:hover{
	background: #fff;
	color: #000;
	border-color: #000;
}

.learn-press-courses li.course .course-price{
	float: left!important;
}

.learn-press-courses li.course .course-origin-price{
	float: left!important;
	padding-left: 5px;
}

.learn-press-search-course-form {
	position: absolute;
	right: 35px;
	top: 22px;
	max-width: 300px;
	width: 100%;
}

.search-course-input {
	font-size: 18px;
	border: none;
	height: 45px;
	background: #fff;
	padding: 5px;
	color: #660016;
}

.learn-press-search-course-form .search-course-button{
	height: 45px;
	border: 1px solid #660016;
	background: #660016;
	color: #fff;
}

.learn-press-search-course-form .search-course-button:hover{
	background: #fff;
	color: #000;
	border-color: #000;
}

.course-instructor a{
	color: #000;
	font-size: 17px;
}

.learn-press-courses li.course .course-info{
	padding-top: 10px;
	border-top: 1px solid #eaeaea;
}

.learn-press-courses li.course{
	width: 31%!important;
	display: inline-block;
	float: none!important;
}

.learn-press-courses li.course .course-students{
	width: 100%;
}

.learn-press-courses li.course h3{
	color: #000;
	font-size: 16px!important;
	min-height: 102px;
}

.curri-box.active .texts{
	color: #660016;
}

.curri-box:hover .number{
	color: #fff;
	background: #660016;
	border:1px solid #660016;
}

.curri-box:hover .texts{
	color: #660016;
}
/*Professors*/
.banner {
	width: 100%;
	min-height: 149px;
	background: url(../images/banner.png) 0 repeat-x;
	background-size: cover;
	margin-bottom: 30px;
}

.banner .contianer {
	position: relative;
}

.banner h1 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	margin: 50px 0 0;
}

.banner p{
	color: #fff;
}

.breadcrumb > li + li::before{
	content: "";
	padding: 0;
}

.sitemap {
	font-size: 14px;
	color: #660016;
	font-weight: normal;
	background: rgba(255,255,255,.8);
	padding:10px;
	float: right;
	margin-top: 55px;
	font-family: 'Roboto';
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb > li{
	text-transform: lowercase;
}

.breadcrumb > .active{
	color: #660016;
}

.sitemap a {
	color: #660016;
}

.sitemap i {
	margin: 0 5px;
	font-size: 16px;
}

.profimg {
	float: left;
	position: relative;
	width: 50%;
}

.profimg img {
	width: 100%;
}

.profimg ul {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #660016;
	padding: 15px;
}

.profimg li {
	display: inline-block;
}

.profimg i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	border:1px solid #843849;
	color: #fff;
	border-radius: 50%;
	font-size: 15px;
}

.profimg i:hover {
	background: #000;
	border:1px solid #000;
}

.profcontent {
	width: 50%;
	float: left;
	padding: 26px;
	min-height: 264px;
	background: #fff;
}

.profcontent h4 {
	font-size: 20px;
	color: #000;
	font-family: 'Roboto';
	font-weight: 300;
	margin: 0 0 15px;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 15px;
}

.profcontent p {
	margin: 0 0 15px;
	font-size: 14px;
	color: #000;
	font-family: 'Roboto';
	font-weight: 300;
}

.profcontent li{
	margin-bottom: 15px!important;
}

.profcontent a {
	color: #000;
}

.profcontent i {
	color: #b7b7b7;
	margin-right: 5px;
}

.fulldetail {
	border-top: 1px solid #e1e1e1;
	padding: 10px 15px 10px 0;
	font-size: 14px;
	color: #000;
	font-weight: 700!important;
	margin-top: 15px!important;
	text-transform: uppercase;
}

.prof-item {
	margin-bottom: 30px;
}

/*Single Post*/
.media, .media .media  {	
	margin-top: 20px;
}

.comments-list {
	margin-bottom: 40px;
}

.content-page {
	padding: 30px;
	background: #fff;
}

.wpb-js-composer .content-page{
	padding: 0;
	background: none;
}

.list-inline {
	margin-bottom: 0;
}

.reply {
	font-size: 12px;
	display: inline-block;
	margin-left: 30px;
	color: #660016;
}

.wpcf7 {
    overflow: hidden;
}

.contact-us .contact-informations{
	display: inline-block;
	padding-right: 15px;
}

.contact-us .contact-informations span{
	padding-right: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    color: #848484;
    font-size: 14px;
    border: 1px solid #eaeaea;
    border-left: none;
    font-weight: 300;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 18px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;  
}

.wpcf7 input[type="text"]:focus + span i,
.wpcf7 input[type="email"]:focus + span i {
    color: #fff;
    background: #660016;
    border: 1px solid #660016;
}

.wpcf7 textarea {
    height: 132px;
    border: 1px solid #eaeaea;
	margin-bottom: 10px!important;
}

.wpcf7 input[type="submit"] {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 15px;
    background: #660016;
    text-transform: uppercase;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.wpcf7 input[type="submit"]:hover {
    background: #000;
}

/*Contact*/
.contact-info {
	padding: 30px;
	background: #fff;
}

.contact-info h4 {
	font-size: 24px;
	color: #000;
	font-family: 'Roboto';
	font-weight: 300;
	margin: 0 0 8px;
}

.contact-info p {
	margin-bottom: 15px;
}

/*Footer*/
footer ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

footer ul li{
	padding-bottom: 10px;
}

footer ul li:last-child{
	padding-bottom: 0;
}

footer {
	background: #2b2224;
	border-top: 20px solid #660016;
	padding-top: 120px;
	position: relative;
	color: #958e90;
}

footer .screen-reader-text{
	display: none;
}

footer .widget form.search-form {
	position: relative;
}

footer .widget .search-form .search-field {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	line-height: 43px;
	height: 43px;
	color: #333;
	font-size: 13px;
	width: 100%;
	text-indent: 15px;
	font-weight: normal;
}

footer .widget .search-form label{
	display: block;
}

footer .widget .search-form input[type="submit"] {
	width: 17px;
	height: 18px;
	background: url(../images/search2.png) no-repeat;
	border: 0;
	position: absolute;
	top: 13px;
	right: 14px;
	text-indent: -999999px;
}

footer:before {
	content: "";
	background: url(../images/logo2.png) 0 no-repeat;
	width: 128px;
	height: 115px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -60px;
}

.inner-footer h1,
.footer-widget-title {
	color: #fff;
	font-size: 20px;
	margin: 0 0 15px;
}

.inner-footer p {
	font-family: 'Roboto';
	font-weight: 300;
	color: #958e90;
	line-height: 18px;
	margin: 0 0 10px;
	font-size: 13px;
}

.footer-widget-area .widget {
	margin-bottom: 30px;
}

.footer-widget-area .widget:last-child{
	margin-bottom: 0;
}

.inner-footer {
	padding-bottom: 60px;
}

.footer-widget-area .contact-informations i {
	background: #660016;
	color: #fff;
	padding: 10px;
	width: 33px;
	height: 34px;
	margin-right: -3px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.footer-widget-area .contact-informations {
	color: #fff;
}

.wt-table {
	display: block;
	width: 100%;
	margin-top: 10px;
}

.wt-table td{
	font-style: italic;
	color: #ffb629;
	margin-bottom: 5px;
	font-size: 13px;
}

.copyright p{
	color: #fff;
}

.footer-widget-area .widget_newsletterwidget {
	color: #958e90;
	font-weight: 300;
	font-size: 13px;
}

.footer-widget-area .tnp-field.tnp-field-email .tnp-email {
    color: #797979;
    font-size: 13px;
    background: #292022;
    border: 1px solid #342b2d;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-indent: 15px;
}

.footer-widget-area .tnp.tnp-widget{
	margin-top: 15px;
}

.tnp-widget label{
	font-weight: 300;
}

.footer-widget-area .tnp-field.tnp-field-button .tnp-submit {
	background: #ffb629;
	font-size: 13px;
	height: 38px;
	display: inline-block;
	width: auto;
	padding: 0 15px;
	border: 1px solid #ffb629;
	color: #000;
	text-transform: uppercase;
}

.footer-widget-area a{
	color: #958e90;
	font-weight: 300;
	font-size: 14px;
}

.footer-widget-area .course-detail h3{
	font-size: 14px;
}

.course-description,
.course-meta-field {
	color: #958e90;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Roboto';
}

.learn-press-become-teacher-form form {
	padding: 20px;
	background: #fff;
}

.learn-press-become-teacher-form .become-teacher-fields label {
	display: none;
}

.learn-press-become-teacher-form .become-teacher-fields input[type="text"],
.learn-press-become-teacher-form .become-teacher-fields input[type="email"]{
	border: 1px solid #eaeaea;
	height: 34px;
	padding: 6px 12px;
	color: #848484;
}

.learn-press-become-teacher-form .become-teacher-fields button[type="submit"]{
	background: #660016;
	padding: 10px 20px;
	border: 1px solid #660016;
	color: #fff;
}

.learn-press-become-teacher-form .become-teacher-fields button[type="submit"]:hover{
	background: #fff;
	color: #000;
	border-color: #000;
}

.newsletter form {
	position: relative;
	margin-top: 20px;
}

.newsletter input[type="text"] {
	color: #797979;
	font-size: 13px;
	background: #292022;
	border:1px solid #342b2d;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-indent: 15px;
}

.newsletter input[type="submit"] {
	border:0;
	background: #ffb629;
	height: 38px;
	font-size: 13px;
	line-height: 38px;
	display: block;
	width: 90px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
}

.newsletter input[type="submit"]:hover {
	color: #fff;
}

.newsletter input:focus {
	outline: 0;
}

.sendmessage input:focus {
	outline: 0;
}

.sendmessage textarea:focus {
	outline: 0;
}

.last-div {
	background: #221b1d;
	padding: 20px 0;
}

.last-div .container {
	position: relative;
}

.last-div .copyright {
	color: #fff;
	font-family: 'Roboto';
	font-size: 15px;
	float: left;
	padding-top: 20px;
	font-weight: 100;
	padding-left: 15px;
}

.copyright a{
	color: #ffb629;
}

.copyright a:hover{
	color: #ffb629;
}

#back-to-top {
	float: right;
	padding-right: 15px;
}

#back-to-top a {
	display: block;
	text-indent: -9999px;
	width: 60px;
	height: 58px;
	background: url(../images/backtop.png) no-repeat center;
}

.tp-caption.modern_big_darkbg {
	background: #000;
	padding: 5px!important;
}

.tp-caption.modern_big_redbg {
	background: #790019;
	padding: 5px!important;
}

.text-fields2 {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.submit-area2 {
    float: right;
    width: 50%;
}

.float-input2 {
    position: relative;
    padding-left: 58px;
}

.comment-form2 textarea {
    height: 132px;
    border: 1px solid #eaeaea;
}

.float-input2 span {
    position: absolute;
    width: 58px;
    height: 57px;
    border: 1px solid #eaeaea;
    top: 0px;
    left: 0px;
    z-index: 2;
    text-align: center;
	line-height: 54px;
}

.float-input2 span.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	border: none;
	line-height: normal;
}