/* here you can put your own css to customize and override the theme */

h1,h2{
	font-weight: 900;
}

h3{
	font-weight: 700;
}

h4,h5,h6{
	font-weight: 500;
}

.pagination_info{
	color:#868c93;
}

/*Pre Header*/
@media (max-width: 767px) {
	.pre-header .pull-right {
		float: right !important;
	}
}

.pre-header a.active{
	color:#E02222;
}
/*Pre Header*/

/*Site Logo*/
.site-logo img{
	width: 100px;
}
/*Site Logo*/


/* Featured Projects Caraousel */
.featured_project_caraousel {
	position: relative;
}

.featured_project_caraousel a:hover {
	text-decoration: none;
}

.featured_project_caraousel h2,
.featured_project_caraousel h2 a {
	color: #3e4d5c;
}

.featured_project_caraousel h2 a:hover {
	color: #E02222;
}

.featured_project_item {
	padding-left: 10px;
}

.featured_project_caraousel .owl-buttons{
	margin-top:10px;
	position: inherit !important;
	text-align:center !important;
}

.featured_project_caraousel .owl-buttons .owl-prev {
    background: #7C858E url(../img/fa-angles.png) no-repeat 8px -31px !important;
}

.featured_project_caraousel .owl-buttons .owl-prev:hover {
    background: #e84d1c url(../img/fa-angles.png) no-repeat 8px -31px !important;
}

.featured_project_caraousel .owl-buttons .owl-next {
    background: #7C858E url(../img/fa-angles.png) no-repeat -33px -31px; !important;
}

.featured_project_caraousel .owl-buttons .owl-next:hover {
    background: #e84d1c url(../img/fa-angles.png) no-repeat -33px -31px !important;
}

.featured_project_caraousel .featured_project_item .featured_project_description {
	min-height: 120px;
	padding: 10px;
	display: block;
	background: #fff;
}

.featured_project_caraousel .featured_project_item:hover .featured_project_description {
	background: #E6400C;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;		
}

.featured_project_caraousel .featured_project_item .featured_project_description a {
	//margin-top:10px;
	//display:block;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	bottom:0;
	right:0;
	left:0;
	position:absolute;
	width:90%;
}

.featured_project_caraousel .featured_project_item:hover .featured_project_description a {
	display: block;
	color:#E6400C;
	background: #FFF;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;		
}

.featured_project_caraousel .featured_project_item strong {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 300;
}

.featured_project_caraousel .featured_project_item b {
	color: #656565;
	font-weight: 300;
}

.featured_project_caraousel .featured_project_item:hover b,
.featured_project_caraousel .featured_project_item:hover strong {
	color: #fff;
}

.featured_project_caraousel .featured_project_item em {
	display: block;
	overflow: hidden;
	position: relative;
}

/* Featured Project Caraousel */

/* Featured Project Slider */
.front-carousel p{
	font-size:15px;
	margin-bottom:0px !important;
}
.front-carousel span{
	margin-bottom:10px !important;
	display: block;
	font-size:12px;
}
/* Featured Project Slider */

/* Projects */

.project_list{
	position: relative;
}

.project_list .project_list_item{
	padding:2px;
	border:1px solid #ECECEC;
}

.project_list .project_list_item .project_list_description{
	min-height: 150px;
	padding: 10px;
	display: block;
	position: relative;
	background: #fff;	
}

.project_list .project_list_item:hover .project_list_description{
	background: #E6400C;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;	
}

.project_list .project_list_item .project_list_description a{
	//margin-top:10px;
	//display:block;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	bottom:0;
	right:0;
	left:0;
	position:absolute;
	width:90%;
	color:#FFF;
}

.project_list .project_list_item:hover .project_list_description a{
	display: block;
	color:#E6400C;
	background: #FFF;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;	
}

.project_list .project_list_item strong{
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 500;	
}

.project_list .project_list_item b {
	color: #656565;
	font-weight: 300;
}

.project_list .project_list_item:hover b,
.project_list .project_list_item:hover strong {
	color: #fff;
}

.project_list .project_list_item em {
	display: block;
	overflow: hidden;
	position: relative;
}

.pagination_wrapper{
	text-align: center;
}

.project_detail_info_box {
  color: #fff;
  margin: 0px 0;
}
.project_detail_info_box em {
  font-size: 13px;
  margin-bottom: 8px;
  margin-bottom: 0;
  font-style: normal;
  display: block;
}
.project_detail_info_box em i {
  font-size: 14px;
}
.project_detail_info_box span {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}
.project_detail_info_box div {
  display: block;
  text-align: left;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}
.project_detail_info_box div .project_detail_info_icon {
  right: 8px;
  bottom: 15px;
  opacity: 0.3;
  font-size: 35px;
  position: absolute;
  filter: alpha(opacity=30);
  /*For IE8*/
}

.project_registration_box {
  	padding: 0px 0;
  	margin-left: 0;
  	margin-right: 0;
}
.project_registration_box a {
	text-align: center;
  	display: block;
}
.project_registration_box span {
  	color: #fff;
  	font-size: 22px;
  	font-weight: 300;
  	margin: 13px 5px 8px;
  	line-height: 26px;
  	display: inline-block;
}
.project_registration_box a.btn_registration {
  	color: #fff;
  	font-size: 16px;
  	padding: 18px 18px;
  	white-space: nowrap;   
  	text-decoration: none;
  	border: solid 1px #fff;
  	border-radius:4px;
  	background: #e44f00;
}
.project_registration_box a.btn_registration:hover {
  	background: #cc3304;
  	color: #fff;
  	transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-webkit-transition: all 0.5s ease;      
}
.project_registration_box a.btn_registration i {
	margin-right: 10px;
}

.project_call_to_action_mobile{
	display: none;
}

@media (max-width: 600px){
	.project_call_to_action_mobile{
		display: block;
	}	
}

.project_call_to_action_desktop{
	display: none;
}

@media (min-width: 600px){
	.project_call_to_action_desktop{
		display: block;
	}	
}

/* Projects */

/*Register*/
.register_trigger_button, .login_trigger_button{
	color:#E02222 !important;
	font-weight: 700;
}

#registration_form span.agreement a{
	color:#E6400C;
}

/*Register*/

/*Profile*/




.profile_menu {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: solid 2px #e44f00;
	border-left: solid 2px #e44f00;
}

.profile_menu li {
	position: relative;
	margin-bottom: 1px;
}

.profile_menu li a {
	font-size: 14px;
	color: #7C858E;
	display: block;
	background: #F4F4F4;
	padding: 12px 10px 11px 8px;
}

.profile_menu li:hover a,
.profile_menu li.active a{
	background: #e44f00;
	text-decoration: none;
	color: #fff;
}
.profile_menu li.active:after {
	content: '';
	display: inline-block;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-left: 6px solid #e44f00;
	position: absolute;
	top: 16px;
	right: -5px;
}

#profile_form{
	padding-top:10px !important;
}

.user_photo{
	padding:2px;
	border:1px solid #ccc;
}
.user_photo img{
	width:100%;
}

.user_photo .form-control{
	border:none !important;
}

.user_social_box{
	padding:2px;
	text-align: center;
}

.profile_content form .caption{
	margin-bottom:7px;
}

.profile_content .project_info {
	list-style: none;
  	margin: 15px 0 12px 0;
  	padding-left:0;
}
.profile_content .project_info li {
  	padding: 0;
  	color: #555;
  	font-size: 13px;
  	margin-right: 5px; 
  	display: inline-block;
}

.profile_content .project_info li.pu_status {
  	margin-right: 20px; 
  	display: inline-block;
}

.profile_content .project_info li i {
  	color: #E84D1C;
}

.profile_content textarea[name=message] {
    resize: none;
}



/*Profile*/


/*Pre Footer*/

.pre-footer h2{
	color:#F5F5F5;
	font-weight: 700;
	font-size:17px;
}

.pre-footer a.footer_link{
	color:#CCC;
	display: block;
}

.pre-footer a.footer_link:hover{
	color:#CCC;
}

/*Pre Footer*/
/*Footer*/

.footer .padding-top-10{
	opacity: 1;
	color:#CCC;
}

.footer a{
	color:#CCC;
}

.footer a:hover{
	color:#57c8eb;
	text-decoration: underline;
}

.footer a.no_style{
	color:#CCC;
	text-decoration: none;
}

.footer a.no_style:hover{
	color:#CCC;
}
/*Footer*/



