/* Copyright (C) WarpTheme, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/*Overlay on image with anchor icon*/

.overlay-effect a {
  overflow: hidden;
  position: relative;
}
.overlay-effect a:before,
.overlay-effect a:after {
  background: rgba(255,94,0,0.5) none repeat scroll 0 0;
  content: "";
  height: 200%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 200%;
}
.overlay-effect a:after {
  -webkit-transform: skew(45deg) translateX(-100%);
  transform: skew(45deg) translateX(-100%);
}
.overlay-effect a:before {
  -webkit-transform: skew(45deg) translateX(100%);
  transform: skew(45deg) translateX(100%);
  z-index: 9;
}
.single-blog-image:hover .overlay-effect a:before,
.single-blog-image:hover .overlay-effect a:after {
  -webkit-transform: skew(45deg) translateX(0px);
  transform: skew(45deg) translateX(0px);
}
.single-blog-image {
  position: relative;
}
.single-class-image > a,
.overlay-effect > a {
  display: block;
  position: relative;
}
.single-blog-image:hover .class-date {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sprocket-strips-s-item a .class-date {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 99;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  -webkit-transition: .5s cubic-bezier(0.6,0.1,0.15,0.8) .3s;
  transition: .5s cubic-bezier(0.6,0.1,0.15,0.8) .3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin: 00
}


/*border hover layout*/

.single_service {
	position: relative;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	margin-bottom: 30px;
}
.single_content_text {
	position: relative;
	z-index: 1;
}
.single_content_text:before {
	bottom: 20px;
	content: "";
	left: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	position: absolute;
	right: 10px;
	top: 20px;
	-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	border-bottom: 1px solid #ff5e00;
	border-top: 1px solid #ff5e00;
	transform: scale(0,1);
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	-o-transform: scale(0,1);
	-ms-transform: scale(0,1);
	z-index: -1;
}
.single_content_text:hover:before {
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
}
.single_content_text:after {
	bottom: 20px;
	content: "";
	left: 20px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	position: absolute;
	right: 20px;
	top: 20px;
	-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	border-left: 1px solid #ff5e00;
	border-right: 1px solid #ff5e00;
	transform: scale(1,0);
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	z-index: -1;
}
.single_content_text:hover:after {
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
}
.single_content_text {
	padding: 50px 30px 37px;
	background: #f9f9f9 none repeat scroll 0 0;
}


.service_icon i {
    color: #ff5e00;
    font-size: 40px;
}.service_icon {
    margin-bottom: 18px;
}
.service_content h3 {
    color: #ff5e00;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.service_content {
    padding: 0 10px;
}

.sclogin-greeting
{
  float:left;
  margin-right: 10px;
}

#sclogin-form
{
  margin-bottom:0px;
}

#sp-top2 .sp-module.jmoddiv
{
  float:left;
  margin:0px;
 width:auto!important;
}

#sclogin-form input[type="submit"]
{
  
}

#sp-top-bar .float_right
{
  width:100%;
}


#sp-top-bar .custom a {
    color: #fff!important;
}



/**********************************/

#taobao_input_url_home input[type="text"]{
    float: left;
    height: 46px;
    line-height: 46px;
    margin-right: 8px;
    padding: 5px 10px;
    width: 80%;
}
#submit_itemurl_home {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 44px;
    margin: 0;
    padding: 0 40px 12px;
}
#submit_itemurl_button
{
    color: #ffffff;
    font-size: 24px;
    height: 46px;
    line-height: 44px;
    margin: 0;
    padding: 0 40px 20px;
 
  
}

#submit_itemurl_home_custom {

    color: #ffffff;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 44px;
    margin: 0;
    padding: 0 40px 12px;
}




#jform_contact_message{

    height: 302px;
    width: 653px;
}


#sp-top2 .sp-module.pop-logout {
  float:none!important;
  width:auto!important;
}



a.flag img {

    margin: 0 0 0 5px!important;
    
}





