@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,700italic,900,900italic,500,500italic,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
/* Global Styles */
body,html {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

.no-padding {
	padding: 0 !important;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

/* Header */
.navbar-brand span {
	font-size: 34px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
.navbar-brand img{
text-decoration:none;}
.navbar-brand span:before {
	content: "";
	width: 16px;
	height: 2px;
 
	position: absolute;
	top: -1px;
	left: 3px;
}

header {
	padding: 0px 0;
 
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-nav {
	float: left;
	margin: 0px 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding:0px!important;
	margin:0px!important;
}

.navbar-nav li {
    margin: 0 9px;
    top: 28px;
}
.navbar-nav li:last-child{
margin:0px;}
.navbar-nav li a {
	padding: 0px 0;
	font-size: 15px;
	color: #5f5e5e;
	text-transform: uppercase;
	position: relative;
	background: transparent !important;
}

.navbar-nav li a:before {
 
}

.navbar-nav li.active a,.navbar-nav li a:hover {
	color: #006dcc!important;
}
.navbar-nav li.active a{


}
.navbar-nav li.active a:before,.navbar-nav li a:hover:before {
	content: "";
	background: #5fbeea !important;
}

/* Top Wrap */
#intro {
/*background:url(../images/banner.jpg) no-repeat top;*/
	padding: 0px 0;
	width:100%;
	margin-top:110px;
	height:556px;
	
	
}
#intro  img{
margin:auto}
 
#owl-intro .item {
	padding: 190px 0 120px;
}

#owl-intro .item h2 {
	font-size: 60px;
	text-transform: uppercase;
	color: #d82132;
	font-weight: 600;
	text-align: center;
	font-family: Arial;
	margin-top: 0;
}

#owl-intro .item h2 span {
	font-size: 64px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
}

#owl-intro .item h2 span:before {
	content: "";
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 4px;
	left: 5px;
}

.sep {
	background: #fff;
	height: 2px;
	width: 28%;
	margin: 40px auto;
}

.sep-small {
	background: #ccc;
	height: 1px;
	width: 50px;
	margin: 17px 0;
}

.sep2 {
	background: url(../images/sep2.png) no-repeat center;
	height: 2px;
	width: 100%;
	margin: 60px 0;
}

#owl-intro .item h3 {
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	text-align: center;
	margin: 0 0 12px;
}

#owl-intro .item p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

#owl-intro .item a {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-top: 0;
	padding: 12px 20px 10px;
	display: table;
	position: relative;
	margin: 0 auto;
	background: url(../images/border.png) no-repeat top center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-intro .item a:hover,.inner-wrap2 a:hover {
	padding: 12px 35px 10px 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-intro .item a:hover:before,.inner-wrap2 a:hover:before {
	content: "\f054";
	color: #fff;
	font-family: FontAwesome;
	position: absolute;
	right: 12px;
	top: 13px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-intro .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 3px;
	margin: 5px 4px;
	opacity: 1;
	border-radius: 0;
	background: #ccc;
}

#owl-intro .owl-controls .owl-page.active span {
	background: #d82132;
}

#owl-intro .owl-buttons {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -50px;
}

#owl-folio .owl-buttons {
	text-align: center;

}

#owl-intro .owl-controls .owl-prev,#owl-intro .owl-controls .owl-next,#owl-folio .owl-controls .owl-prev,#owl-folio .owl-controls .owl-next {
	color: #FFF;
	font-size: 0;
	text-indent: -9999px;
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 12px;
	border-radius: 50px;
	background: #333;
	opacity: 1;
	position: relative;
	float: left;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-intro .owl-controls .owl-prev {
	right: 17px !important;
}

#owl-intro .owl-controls .owl-prev {
	right: -17px;
}

#owl-folio .owl-controls .owl-prev ,
#owl-folio .owl-controls .owl-next {
	position: absolute;
	top: 35%;
	margin-top: -35px;
	left:5px;
}

#owl-folio .owl-controls .owl-next {
	right:5px;
	left:auto;
	float:right;
}

#owl-folio .owl-controls .owl-prev,#owl-folio .owl-controls .owl-next {
	background: rgba(0,0,0,0.3);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-intro .owl-controls .owl-prev:hover,#owl-intro .owl-controls .owl-next:hover,#owl-folio .owl-controls .owl-prev:hover,#owl-folio .owl-controls .owl-next:hover {
	background: #d82132;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-intro .owl-controls .owl-next,#owl-folio .owl-controls .owl-next {
	float: right;
}

.media-btns {
	position:relative;
	width:132px;
	height:132px;
	display: table;
	margin: 0 auto 15px;
	background: url(../images/media-bg.png) no-repeat;
}

.play-btn {
	position:absolute;
	z-index:44;
	top:0px;
	left:0px;
	right:0px;
	width: 132px;
	height: 132px;
	background: url(../images/play.png) no-repeat;
	cursor:pointer;
}

.pause-btn {
	width: 132px;
	height: 132px;
	position:absolute;
	z-index:88;
	top:0px;
	left:0px;
	right:0px;
	background: url(../images/pause.png) no-repeat;
	cursor:pointer;
}

#owl-intro .owl-controls .owl-prev:before,#owl-intro .owl-controls .owl-next:before,#owl-folio .owl-controls .owl-prev:before,#owl-folio .owl-controls .owl-next:before {
	content: "\f104";
	font-family: FontAwesome;
	color: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 27px;
	text-align: center;
	text-indent: 0;
	line-height: 50px;
}

#owl-intro .owl-controls .owl-next:before,#owl-folio .owl-controls .owl-next:before {
	content: "\f105";
}

/* Services */
#services {
	background: #d82132 url(../images/stp_2.jpg) no-repeat center bottom;
	padding: 70px 0;
	position: relative;
}

#services h3 {
 font-size: 73px;
	color: #bee4fb;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px;
}
#services  span{
font-weight:bold;
color:#FFFFFF;
}

#services ul {
	padding: 0;
	position: relative;
	height: 200px;
	margin-bottom: 40px;
}

#services ul:before {
	content: "";
	height: 1px;
	background: #fff;
	width: 75%;
	margin: 0 auto;
	position: absolute;
	top: 4px;
	right: 0;
	left: 0;
}

#services ul li {
	width: 25%;
	float: left;
	color: #fff;
	text-align: center;
	list-style: none;
	height: 200px;
	position: relative;
	padding-top: 59px;
	cursor: pointer;
}

#services ul li:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: table;
	margin: 0 auto;
}

#services ul li:hover:before {
	content: "";
	width: 24px;
	height: 24px;
	border: 4px solid #fff;
	background: #d82132;
	top: -7px;
}

#services ul li i {
	font-size: 60px;
}

#services ul li h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 30px 0 0;
}

#services ul li:hover h4 {
	background: url(../images/sep.png) no-repeat center top;
	padding-top: 25px;
	margin-top: 40px;
}

#services ul,#services ul:before,#services ul li,#services ul li h4,#services ul li:before,#services ul li:hover:before {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#services p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin:auto;
	line-height:21px;
	padding: 0 12%;
	width:80%;
}

/* Featured Works */
#fworks {
	background: #fff;
	padding: 70px 0;
	position: relative;
	border-top: 70px solid transparent;
	margin-top: -70px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.content-head {
	margin-bottom: 85px;
}

.content-head h5 {
	color: #000;
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 5px 0;
	position: relative;
}

.content-head h5:before {
	content: "";
	width: 17px;
	height: 2px;
	background: #d82132;
	position: absolute;
	top: -1px;
	left: 3px;
}

.content-head p {
	padding-left: 50px;
	padding-right: 5%;
	color: #999;
	background: url(../images/sep1.png) no-repeat center left;
	margin: 0;
	font-size: 18px;
}

.fworks-info {}

.fworks-info h4,.skills h4 {
	color: #d82132;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
}

.fworks-info h5 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px;
}

.fworks-info p {
	color: #999;
	font-size: 16px;
	margin-bottom: 22px;
}

.fworks-meta {
	padding: 0;
	margin: 0 0 10px;
}

.fworks-meta li {
	list-style: none;
	font-size: 14px;
	margin: 3px 0;
}

.fworks-meta li a {
	color: #525252;
}

.fworks-meta li a:hover {
	color: #999;
}

#owl-fworks .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 4px;
	margin: 35px 4px 0;
	opacity: 1;
	border-radius: 0;
	background: #ccc;
}

#owl-fworks .owl-controls .owl-page.active span {
	background: #d82132;
}

.btn-wrap a,.contact-form button,.c-form button {
	font-size: 16px;
	float: left;
	margin-right: 12px;
	color: #000;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #666;
	border-top: 0;
	padding: 12px 20px 10px;
	display: table;
	position: relative;
	background: url(../images/border1.png) no-repeat top center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-wrap a {
	padding: 14px 37px;
}

.btn-wrap a:nth-child(2) {
	padding: 14px 31px;
}

.btn-wrap a:hover {
	padding: 12px 35px 10px 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-wrap a:hover:before {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	right: 12px;
	top: 13px;
	color: #666;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Video Wrap */
#video-wrap {
	height: 480px;
	position: relative;
	overflow: hidden;
	background: rgba(0,0,0,0.3);
}

.video-overlay {
	position: absolute;
	top: 115px;
	left: 0;
	right: 0;
	z-index: 888;
}

#video-wrap img {
	display: table;
	margin: 0 auto 50px;
}

#video-wrap h3 {
	font-size: 60px;
	text-transform: uppercase;
	color: #d82132;
	font-weight: 600;
	text-align: center;
	font-family: Arial;
	margin-top: 0;
}

#video-wrap h3 span {
	font-size: 64px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
}

#video-wrap h3 span:nth-child(1):before {
	content: "";
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 4px;
	left: 5px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
	background: #000;
}

.video-container iframe,.video-container object,.video-container embed {
	position: absolute;
	top: -11.5%;
	left: 0;
	width: 100%;
	height: 100%;
}

/* About */
#about {
	background: #fff;
	padding: 0px 0;
	position: relative;
 
	margin-top: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}




#move {
	background:url(../images/stp_6.jpg) no-repeat center 70px fixed;
	background-size:cover;
	position: relative;
	padding: 40px 0;
}

#move h3{    color: #fff;
    font-size: 51px;
    font-weight: normal;
    margin: 20px auto auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
#move p {
    color: #fff;
    float: left;
    padding: 40px 0;
    text-align: center;
    width: 100%;
}
.move_bx_main{
  margin: auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 9999;
}
.move_bx{
color: #ffffff;
    float: left;
    margin: auto;
    padding: 0 44px;
}

.move_bx h2{
font-weight:normal;
}
.move_bx ul{
padding:0px;
margin:0px;
list-style-type:none;
}
.move_bx ul li{
}
.move_bx ul li a{
background:url(../images/ic_foot.png) no-repeat left 10px;
text-indent:21px;
color:#FFFFFF;
font-size:14px;
display:block;
padding:5px 0px;
}
.move_bx ul li a:hover{
color:#1c92cf;
}
.move_bx p{
padding:0px!important;
margin:0px!important;
}

.reg_bx{
  float: right;
    margin-top: 24px;
    padding: 0;
	position:relative;
	z-index:99999;
    text-align: right;
    top: 0 !important;
    width: 93%;
}
._rmquote{
margin-top:118px;

}
.reg_bx ul{
}

.reg_bx ul li{  color: #000;
    display: inline;
    float: left;
    font-size: 18px;
    padding-right: 14px;
	
	
	
}
.reg_bx ul li img{
width:20px;
}
.reg_bx ul li.item-110{
  border-right: 1px solid #ccc;

}

.req{
text-transform:uppercase;
font-weight:bold;
color:#d33207!important;
}
.reg_bx ul li a{
color:#737373;   padding: 0 15px!important;
}
 

.reg_bx ul li a:hover{
color:#d33207;
}



.about ul {
	padding: 0;
}

.about ul li {
	list-style: none;
	display: table;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	cursor: pointer;
	margin-bottom: 35px;
}

.about ul li:hover {
	border-bottom-color: #d82132;
}

.a-ico {
	width: 70px;
	float: left;
}

.about ul li i {
	width: 70px;
	height: 90px;
	background: #fff url(../images/border.png) no-repeat top center;
	color: #000;
	font-size: 35px;
	line-height: 90px;
	text-align: center;
	border: 1px solid #ddd;
}

.about ul li:hover i {
	background: #d82132;
	color: #fff;
	border: 1px solid #d82132;
}

.about ul li h4 {
	color: #000;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 14px;
}

.about ul li:hover h4 {
	color: #d82132;
}

.about ul li p {
	color: #999;
	font-size: 16px;
}

.a-info {
	margin-left: 95px;
}

.about ul li i,.about ul li:hover i {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Mission */
.mission {
	padding-top: 50px;
	padding-bottom: 10px;
}

.mission .title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
	color: #d82132;
}

.mission .subtitle {
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	margin: 0;
	color: #000;
}

/* Skills */
.skills-wrap {
	padding: 0;
}

.skills-wrap li {
	list-style: none;
	margin-top: 25px;
}

.skills-wrap h6 {
	font-size: 18px;
	margin: 0 0 5px;
	color: #000;
	font-weight: 400;
}

.skills-wrap div {
	border: 1px solid #ddd;
	height: 10px;
	width: 100%;
	padding: 2px;
}

.skills-wrap div span {
	display: table;
	height: 4px;
	position: relative;
}

.expand {
	background: #777;
	position: absolute;
}

.photoshop,.html5,.wpress,.svideo {
	width: 0;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

.skills-wrap div span:before {
	content: "";
	height: 18px;
	width: 1px;
	background: #777;
	position: absolute;
	top: -7px;
	right: 0;
}

.skills-wrap div span em {
	position: absolute;
	right: 0;
	top: -35px;
	font-style: normal;
	fot-weight: 400;
	color: #d82132;
	font-size: 18px;
}


/* 
section no parallax*/


#no-parallax {
	background: #fff;
	background-size:cover;
	position: relative;
padding-top: 20px;
}


#no-parallax ul {
	padding: 0;
}

#no-parallax ul li {
	list-style: none;
	float: left;
	width: 25%;
}

#no-parallax ul li i {
	width: 200px;
	height: 140px;
	font-size: 88px;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
	border-top: 0;
	display: table;
	margin: 0 auto;
	background: url(../images/border.png) no-repeat top center;
	line-height: 143px;
}

#no-parallax ul li h4 {
	text-transform: uppercase;
	margin: 37px 0 0;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

#no-parallax h3,.inner-wrap2 h3 {
 
}

/*#facts h3 span,.inner-wrap2 h3 span {
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
}
 */
 
 
#no-parallax h3 {
  color: #000000;
    float: right;
    font-size: 30px;
    font-weight: normal;
    margin: 18px 0 20px;
    text-align: left;
    text-transform: capitalize;
    width: 61%;
}
#no-parallax  span{
 color: #a4a4a4;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    padding-top: 16px;
    text-align: left;
}
#no-parallax p{
color: #a4a4a4;
    float: left;
    font-size: 16px;
    margin-left: 13px;
    padding: 0;
    text-align: left;
    width: 62%;
}






/* Facts */
#why {
 

	background:url(../images/slide_bg_1.jpg) no-repeat center 50px fixed;
	background-size:cover;
	position: relative;
	padding: 120px 0px;
}


#why ul {
 float: right;
    padding: 0;
    width: 70%;
}

#why ul li {
 
    float: left !important; min-height: 190px;
    list-style: outside none none !important;
    padding-bottom: 20px;
    padding-left: 17px;font-size: 16px;
    width: 25%;
}

#why ul li i {
	width: 200px;
	height: 140px;
	font-size: 88px;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
	border-top: 0;
	display: table;
	margin: 0 auto;
	background: url(../images/border.png) no-repeat top center;
	line-height: 143px;
}

#why ul li h4 {
	text-transform: uppercase;
	margin: 37px 0 0;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

#why h3,.inner-wrap2 h3 {
 
}

/*#facts h3 span,.inner-wrap2 h3 span {
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
}
 */
 
 
#why h3 {
 clear: both;
    color: #564807;
    float: right;
    font-size: 33px;
    font-weight: bold;
    margin: 48px 0 20px;
    text-align: left;
    text-transform: uppercase;
    width: 69%;
}
#why  span{
 color: #757575;
    display: block;
    float: right;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    padding-top: 16px;
    text-align: left;
    width: 77%;
}
#why p{
 
    font-size: 21px;
    margin: auto;
    padding: 0;
    text-align: center;
    width: 69%;
}
.fact_img_bx{
float: left;
    margin-bottom:70px!important;
    padding: 0;
    text-align: center;
    width: auto;
}
.fact_img_bx img{
padding:0px 10px;

margin:15px auto;} 
.join{
display:block;
width:100%;
padding:20px 0px;
margin:0px auto;
text-align:center;
}

 /* web */
 #web {
 

    background: url("../images/web_des_rep.jpg") repeat fixed center 50px / cover rgba(0, 0, 0, 0);
	background-size:cover;
	position: relative;
	padding: 120px 0px;
}


#web ul {
	padding: 0;
}

#web ul li {
	list-style: none;
	float: left;
	width: 25%;
}

#web ul li i {
	width: 200px;
	height: 140px;
	font-size: 88px;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
	border-top: 0;
	display: table;
	margin: 0 auto;
	background: url(../images/border.png) no-repeat top center;
	line-height: 143px;
}

#web ul li h4 {
	text-transform: uppercase;
	margin: 37px 0 0;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

#web h3,.inner-wrap2 h3 {
 
}

/*#facts h3 span,.inner-wrap2 h3 span {
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
}
 */
 
 
.h3-class {
   color: #fff;
    font-size: 33px;
    font-weight: bold;
    margin: 21px 0 50px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#web  span{
 color: #757575;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    padding-top: 16px;
    text-align: left;
}
#web p{
 
    font-size: 21px;
    margin: auto;
    padding: 0;
    text-align: center;
    width: 69%;
}


.web_lft{ float: left;
  width: 51%;
}

.web_lft_l{float: left;
    margin-bottom: 40px;
    width: 68%;

}

.web_lft_l H2{  border-bottom: 1px solid;
    color: #fff;font-size:20px;
    display: table-cell;
    float: right; margin: 10px auto;
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;

}

.web_lft_l P{float: right;
    font-size: 14px !important;
    margin: auto !important;
    padding: 0 !important;
    text-align: right !important;
    width: 100% !important;

}
.web_lft_l P a{
text-decoration:underline;
}
.web_lft img{   margin-left: 10px;
}







.web_right{ float: right;
  width: 49%;
}

.web_lft_r{float: left;
    margin-bottom: 40px;
    width: 70%;

}
.web_lft_r a{
 
text-decoration:underline;}

#web p  a{
color:yellow;
text-decoration:underline;}

.web_lft_r H2{  border-bottom: 1px solid;
    color: #fff;
    display: table-cell; margin: 10px auto;
float: left;
    font-weight: normal;
	font-size:20px;
    text-align: right;
    text-transform: uppercase;

}

.web_lft_r P{ float: left;
    font-size: 14px !important;
    margin: auto !important;
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important;

}

.web_right img{     float: left;
    margin-right: 10px;
}





#app{
padding-bottom:50px;
padding-top:110px;}


#app h3{
color:#000!important;
}

#app .web_lft_l{ width: 74%;
color:#a8a8a8;

}
#app .web_lft_l p{
color:#a8a8a8;
}
 #app .web_lft_l h2{color:#585858;
 }

#app .web_lft_r{width: 77%;color:#a8a8a8;

}
#app .web_lft_r p{ color:#a8a8a8;
}
#app .web_lft_r h2{
color:#585858;
 }

 
 
 
 
 
 
 
 #ecommerce {
    background: url("../images/ecom_bg.jpg") no-repeat fixed center 50px / cover rgba(0, 0, 0, 0);
    padding: 110px 0;
    position: relative;
}
  #ecommerce h3{
 
 color:#4d4d4d;
 
}
.emo-bx{
 background:#fff;   box-shadow: 1px 1px 1px #e2e2e2;
    display: table-caption;
    float: left;
    margin-left: 56px;
    margin-right: 0;
    overflow: hidden;
    padding: 10px;
    width: 235px;}
	
	
	
	
	
	
.emo-bx a { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes .emo-bx a { 
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 
    20% { -webkit-transform: rotate(15deg); } 
    40% { -webkit-transform: rotate(-10deg); } 
    60% { -webkit-transform: rotate(5deg); } 
    80% { -webkit-transform: rotate(-5deg); } 
    100% { -webkit-transform: rotate(0deg); } 
} 
@keyframes .emo-bx a { 
    20% { transform: rotate(15deg); } 
    40% { transform: rotate(-10deg); } 
    60% { transform: rotate(5deg); } 
    80% { transform: rotate(-5deg); } 
    100% { transform: rotate(0deg); } 
} 
.emo-bx a:hover { 
    -webkit-transform-origin: top center; 
    transform-origin: top center; 
    -webkit-animation-name: swing; 
    animation-name: swing; 
}
	
	
	
	

.emo-bx h2{
   color: #ff4311;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.emo-bx p{
color:#a8a8a8;
font-size:13px;
display:block;


}
.emo-bx img{
display:block;
margin:auto;}
.fact_img_bx{
float: left;
    margin: auto;
    padding: 0;
    text-align: center;
    width: auto;
}






 
 #training{
   background: url("../images/build_banner.jpg") repeat fixed center 50px rgba(0, 0, 0, 0);
    height: auto;
    padding: 63px 0px 0px 0px;height: 560px;
    position: relative;
} 
 .lft_img_trn{
  float: left;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    width: 42%;
    z-index: 1111;
 }
  .lft_img_trn a{
 clear: both;
    display: block;
    padding: 10px 0;
    text-align: center;
	 
  }
  
 

@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 

.lft_img_trn a:hover{ 
 
}
  
  
  
  
  
  
  #training  h2{
  float:left;
  color:#fff;
  }
.train_rite{
   float: left;
    margin-left: 0px;
    margin-top:0px;
	width:100%;}
	.train_rite p{
	}
	
	.lft_trn_hdng {
 color: #fff;
    font-size: 35px;
    font-weight: bold;
	
	}
	.trn_dt { background: #ff0000;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    float: left;
    font-family: tahoma;
    font-size: 16px;
    margin: auto;
    padding: 2px 0;
    text-align: center;
    text-transform: capitalize;
    width: 93%;
	}
.career_bx{

} 
.training h2{
color:#ff4311;
font-weight:normal;
width:100%;
font-size:20px;
text-align:center;
}
.training p{
color:#a8a8a8;
font-size:13px;
display:block;


}
.emo-bx img{
display:block;
margin:auto;}








#portfolio{


  background: url("../images/slide_bg_3.jpg") no-repeat fixed center 50px / cover  rgba(0, 0, 0, 0);;
  height:auto;
 
padding: 33px 0;
    position: relative;
}

#portfolio .emo-bx{
padding:0px; margin-left: 34px;margin-bottom: 30px;
width:281px;

}


#portfolio  h2{
color:#0894a4;
}
#portfolio  h3{
color:#fff;
text-transform:uppercase;
}

#portfolio  p{ color: #ababab;
    line-height: normal;
    padding-top: 0px;
    text-align: justify;}
	
	
	div.default .sp-portfolio-thumb .sp-portfolio-overlay > div > a{
	color:#fff!important;
	}
	div.default ul.sp-portfolio-items > li a:hover{
	color:#f77778;
	
	}

#portfolio   h4 a{
}

#footer{
background: url("../images/footer_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height:auto;
 
 padding: 0 0 10px;
    position: relative;

}
#footer h3{
padding:0px;
margin:0px;
color:#fff;
margin-bottom:10px;}

#footer h1{
 color: #737373;
    font-size: 25px;
font-weight:normal;

}

#footer h3{
 color: #737373;
    font-size: 25px;
font-weight:normal;

}
.footer_sec_1{
   border-right: 1px solid #2c2c2c;
    float: left;
    margin-right: 20px;
    margin-top: 37px;
    padding: 0;
    width: 322px; 
}
.footer_sec_1 ul{ display: block;
    float: left;
    list-style-type: none;
    width: 50%;
}
 
 .footer_sec_1 ul li{  padding: 4px 0;
}
  .footer_sec_1 ul li a{color: #fff;
    font-size: 14px;
	padding:0px;
}
 .footer_sec_1 ul li a:hover{
 color:#5fbeea!important;
 background:none!important;
 
 }
  .footer_sec_1 ul li.current a{
 color:#5fbeea!important;
 background:none!important;
 
 }
 
.footer_sec_2{   border-right: 1px solid #2c2c2c;
    float: left;
    margin-right: 0;
    margin-top: 37px;
    padding: 0;
    width: 325px;
}

.footer_sec_2 img{float: left;
}

.footer_sec_2 span{  color: #e4e4e4;
    display: block;
    float: right;
    font-size: 13.5px;
    margin-right: 10px!important;
    width: 86%!important;
}

.footer_sec_3{ 
    float: right;
    margin: auto;
    padding: 0;   margin-top: 37px;
    width: 437px;
}


.footer_btm{
background:#111111;
width:100%;
float:left;
padding:0px;
margin:0px;

}



.fact_img_bx{
float: left;
    margin: auto;
    padding: 0;
    text-align: center;
    width: auto;
}






.fact_img_bx img{
padding:0px 10px;

margin:15px auto;} 
.join{
display:block;
width:100%;
padding:20px 0px;
margin:0px auto;
text-align:center;
}

 
 
 /*web */
 
 
 
/* Services Two */
 
#services2 h3{  font-size: 150px;
    margin:50px auto;
    text-align: right;
    width: 76%;
}
#services2  p{
   color: #000000;
    float: right;
    text-align: center;
    width: 54%;
}
.any{  float: right;
    margin-bottom: 60px;
    width: 53%;
}
.access{  float: left;
    margin-bottom: 60px;
    width: 53%;
}

.services2-left ul,.services2-right ul {
	padding: 0;
}

.services2-left ul li,.services2-right ul li {
	list-style: none;
	display: table;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	cursor: pointer;
	margin-bottom: 35px;
}

.services2-left ul li:hover,.services2-right ul li:hover {
	border-bottom-color: #d82132;
}

.services2-right .a-ico {
	width: 70px;
	float: left;
}

.services2-left .a-ico {
	width: 70px;
	float: right;
}

.services2-left ul li i,.services2-right ul li i {
	width: 70px;
	height: 90px;
	background: #fff url(../images/border.png) no-repeat top center;
	color: #000;
	font-size: 35px;
	line-height: 90px;
	text-align: center;
	border: 1px solid #ddd;
}

.services2-left ul li:hover i,.services2-right ul li:hover i {
	background: #d82132;
	color: #fff;
	border: 1px solid #d82132;
}

.services2-left ul li h4,.services2-right ul li h4 {
	color: #000;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 14px;
}

.services2-left ul li:hover h4,.services2-right ul li:hover h4 {
	color: #d82132;
}

.services2-left ul li p,.services2-right ul li p {
	color: #999;
	font-size: 16px;
}

.services2-right .a-info {
	margin-left: 95px;
}

.services2-left .a-info {
	margin-right: 95px;
	margin-left: 0;
	text-align: right;
}

.services2-left ul li i,.services2-left ul li:hover i,.services2-right ul li i,.services2-right ul li:hover i {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Inner Wrap */
.inner-wrap {
	background: #000 url(../images/stp_2.jpg) no-repeat center top fixed;
	background: 100% auto;
	position: relative;
	padding-top: 105px;
}

.inner-wrap img {
	max-width: 93%;
	margin: 0 auto;
	display: table;
}

/* Team */
#team {
 
	background:url(../images/stp_5.jpg) no-repeat center 50px fixed;
	background-size:cover;
	position: relative;
	padding: 160px 0;
 


}

#team p{ color: #fff;
    float: left;
    text-align: center;
    width: 54%;
}
#team  h3{   color: #ffffff;
    float: left;
    font-size: 61px;
    font-weight: normal;
    padding: 90px 0 20px 50px;
    text-align: center;
}

#team span{
font-weight:bold;
}

.team-info {
	padding: 25px;
	background: #efeff1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.folio-inner {
	padding: 25px 25px 10px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.team-info h4,.folio-inner h4 {
	font-size: 18px;
	margin: 5px 0 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 20px;
	position: relative;
}

.team-info h4:before,.folio-inner h4:before {
	content: "";
	font-size: 18px;
	width: 26px;
	height: 2px;
	margin: 0 auto;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #999;
}

.team-info h4 span,.folio-inner h4 span {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	display: block;
	margin-top: 5px;
}

.team-info p {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	text-align: center;
	line-height: 18px;
	margin: 0;
}





#team .item:hover,.folio-info:hover {
	cursor: pointer;
}

#team .item:hover .team-info {
	background: #d82132;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.folio-info:hover .folio-inner {
	background: #d82132;
	border-color: #d82132;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#team .item:hover .team-info h4,#team .item:hover .team-info h4 span,.folio-info:hover .folio-inner h4,.folio-info:hover .folio-inner h4 span {
	color: #fff;
}

#team .item:hover .team-info p {
	color: #fff;
}

#team .item:hover .team-info h4:before,.folio-info:hover .folio-inner h4:before {
	content: "";
	background: #fff;
}

#owl-folio .item {
	position:relative;
	z-index:8787;
}

#owl-team .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 4px;
	margin: 50px 4px 0;
	opacity: 1;
	border-radius: 0;
	background: #ccc;
}

#owl-team .owl-controls .owl-page.active span {
	background: #d82132;
}

.team-staff {
	position:relative;	
}

.team-overlay {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	background:rgba(0,0,0,0);
	width:100%;
	height:0%;
	overlay:0;
	visibility:hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-team .item:hover .team-overlay {
	background:rgba(0,0,0,0.6);
	height:100%;
	visibility:visible;
	overlay:1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.team-overlay .social {
	height: 35px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	bottom: 0px;
	width: 155px;
}

.inner-wrap2 {
	background: #000 url(../images/stp_4.jpg) no-repeat center top fixed;
	background-size: 100% auto;
	position: relative;
	padding: 85px 0;
}

.inner-wrap2 p {
	font-size: 16px;
	color: #FFF;
	font-weight: 400;
	text-align: center;
	margin: -25px 0 0;
	padding: 0 12%;
}

.inner-wrap2 a {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-top: 0;
	padding: 12px 20px 10px;
	display: table;
	position: relative;
	margin: 0 auto;
	background: url(../images/border.png) no-repeat top center;
}

/* Portfolio */
 

#owl-folio .owl-controls .owl-page {
	display: none;
}

.folio-thumb {
	position:relative;
}

.folio-thumb-overlay {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	background:rgba(0,0,0,0);
	width:100%;
	height:0%;
	overlay:0;
	visibility:hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-folio .item:hover .folio-thumb-overlay {
	background:rgba(0,0,0,0.65);
	height:100%;
	visibility:visible;
	overlay:1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.folio-thumb-overlay ul {
	height: 45px;
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	padding:0px;
}

.folio-thumb-overlay ul li {
	float:left;
	margin:0 5px;
	list-style:none;
}

.folio-thumb-overlay ul li a {
	height:45px;
	border-top:1px solid transparent;
	display:table;
	color:#fff;
	line-height:45px;
	padding:0 3px;
}

.folio-thumb-overlay ul li a:hover {
	color:#fff;
	border-top:1px solid #d82132;
}

/* Testimonials */
.testimonials h5 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
	color: #d82132;
}

.testimonials {
	padding: 60px 0 0;
}

#owl-quotes img {
	display: table;
	margin: 0 auto;
}

#owl-quotes h6 {
	text-transform: uppercase;
	font-weight: 400;
	color: #999;
	font-size: 14px;
	text-align: center;
	margin-bottom: 25px;
}

#owl-quotes p {
	font-weight: 400;
	color: #000;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}

#owl-quotes .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 4px;
	margin: 25px 4px 0;
	opacity: 1;
	border-radius: 0;
	background: #ccc;
}

#owl-quotes .owl-controls .owl-page.active span {
	background: #d82132;
}

/* Contact Info */
.contact-info {
	position: relative;
	background: #000 url(../images/stp_4.jpg) no-repeat center top fixed;
	background-size: 100% auto;
	padding: 0px 0;
}

.contact-info h3 {
	text-align: center;
	margin: 0 0 15px;
}

.contact-info h3 span {
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
}

.contact-info h3 span:before {
	content: "";
	width: 26px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -3px;
	left: 5px;
}

.contact-info p {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 999;
}

.contact-info ul {
	padding: 50px 0 0;
	position: relative;
	z-index: 999;
}

.contact-info ul li {
	list-style: none;
	float: left;
	width: 20%;
	text-align: center;
}

.contact-info ul li i {
	color: #fff;
	font-size: 70px;
	text-align: center;
}

.cinfo {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-top: 50px;
	position: relative;
}

.cinfo:before {
	content: "";
	width: 21px;
	height: 2px;
	background: #d82132;
	position: absolute;
	left: 0;
	right: 0;
	top: -25px;
	margin: 0 auto;
}

.cinfo span {
	display: block;
	font-size: 26px;
	font-weight: 300;
	text-transform: none;
	color: #fff;
}

.cinfo span a {
	color: #fff;
}

/* Contact */
#contact {
	background:url(../images/stp_4.jpg) no-repeat center top fixed;
	background-size:cover;
	position: relative;
	padding: 170px 0px;
}
#contact h3{
  color: #fff;
    font-size: 51px;
    font-weight: normal;
    margin: 40px auto auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

#contact  p {
    color: #fff;
    float: left;
    text-align: center;
    width:100%;
	padding:40px 0px;
}

.contact-form {}

.contact-form input,.c-form input {
	height: 45px;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	padding: 12px 15px;
	margin-bottom: 28px;
	font-size: 16px;
}

.contact-form textarea,.c-form textarea {
	height: 120px;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	padding: 12px 15px;
	margin-bottom: 28px;
	font-size: 16px;
}

.contact-form button,.c-form button {
	display: table;
	margin: 0 auto;
	float: none;
	padding-right: 35px;
	padding-left: 35px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.contact-form button:hover,.c-form button:hover {
	padding-right: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.contact-form button:hover:before,.c-form button:hover:before {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	right: 12px;
	top: 13px;
	color: #666;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.c-form {
	margin-top: 45px;
}

.c-form input,.c-form textarea {
	font-size: 14px;
} 

/* Footer */
footer {
 
}

footer p {
  display: block;
    float: left;
	padding-top:5px;
 
    width: 100%;
}

footer p a {
	color: #fff;
}

footer p a:hover {
	color: #d82132;
}
#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls input, #jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls select, #jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls textarea{
 background:#fff !important;
    border: 1px solid #ccc !important;
    padding: 11px 0 !important;
    text-indent: 10px;   font-size: 14px;

}
#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .control-label{
 }

/* Footer Social */
.social {
	padding: 0;
	display: table;
	margin: 0 auto;
	float:left;
}

.social li {
	list-style: none;
	float: left;
	margin: 0 1.5px;
}

.social li a {
	width: 35px;
	height: 35px;
	background: #686868;
	color: #000;
	border-radius: 50%;
	display: table;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
}
.social li a .fa{
margin-top:8px;
}

.social li a i{ color: #fff;
    padding-left: 5px;
    padding-top: 7px;

}

.social li a:hover {
	background: #1c92cf;
	color: #000;
}
.copy_rite{
float:left;
color:#FFFFFF;
padding-top:10px;
}
.footer_sec_3 span{
 

}
.footer_sec_3  .btn{
 background-color: #ff3600;
    border-color: #ff3600;
    border-radius: 0;
    color: #fff;
    float: left;
    font-weight: bold;
    margin: 0 !important;
    padding: 6px 22px !important;
    width: 94%;
}
.jsn-master .jsn-bootstrap .form-actions, .jsn-master.ui-dialog-contentpane .jsn-bootstrap .form-actions{
 padding: 6px!important;

}


#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight{
background:none!important;
border:none!important;

}
.footer_btm p{
  color: #ccc;
    font-size: 14px;
    font-weight: 400;
	text-align:center;
}
.overlay {
 
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}

.main-content {
	position: relative;
	background: #fff;
	padding: 60px 0 105px;
}

/* Page Header */
.page-head {
	padding: 215px 0 115px;
	background: rgba(0,0,0,0.5);
}

.page-head h2 {
	font-size: 60px;
	text-transform: uppercase;
	color: #d82132;
	font-weight: 600;
	text-align: center;
	font-family: Arial;
	margin: 0;
}

.page-head h2 span {
	font-size: 64px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
}

.page-head h2 span:before {
	content: "";
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 1px;
	left: 5px;
}

/* Blog */
.rmore {
	font-size: 16px;
	float: left;
	margin-top: 40px;
	color: #000;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #666;
	border-top: 0;
	padding: 12px 20px 10px;
	display: table;
	position: relative;
	background: url(../images/border1.png) no-repeat top center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.rmore:hover {
	padding: 12px 35px 10px 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.rmore:hover:before {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	right: 12px;
	top: 13px;
	color: #666;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.post-head {
	margin-top: 42px;
	display: table;
	width: 100%;
	margin-bottom: 13px;
}

article h3 {
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	margin-left: 95px;
	margin-top: 12px;
	margin-bottom: 3px;
}

article h3 a {
	color: #000;
}

article h3 a:hover {
	color: #d82132;
}

.post-meta {
	font-size: 13px;
	color: #000;
	margin-left: 25px;
}

.post-meta a {
	color: red;
}

.post-meta em {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	margin: 0 10px;
	top: 3px;
	color: #ddd;
}

.p-ico {
	width: 70px;
	height: 90px;
	float: left;
}

.p-ico i {
	width: 70px;
	height: 90px;
	background: #fff url(../images/border.png) no-repeat top center;
	color: #d82132;
	font-size: 30px;
	line-height: 90px;
	text-align: center;
	border: 1px solid #ddd;
}

article p {
	font-size: 16px;
	color: #999;
	line-height: 25px;
}

article {
	border-bottom: 1px solid #ddd;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border: 0;
}

.video iframe,.video object,.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.side-widget {
	margin-bottom: 55px;
}

.search {
	position: relative;
}

.search input {
	height: 45px;
	border: 1px solid #ddd;
	width: 100%;
	padding: 15px;
	font-size: 14px;
	position: relative;
}

.search:before {
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	right: 12px;
	top: 8px;
	font-size: 20px;
	color: #da2e3e;
	z-index: 999;
}

.side-widget h5 {
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	margin: 0 0 35px;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
	padding-bottom: 15px;
}

.side-list {
	padding: 0;
}

.side-list li {
	list-style: none;
	font-size: 16px;
	color: #999;
	margin-bottom: 7px;
	padding-left: 22px;
	position: relative;
}

.side-list li:before {
	content: "_";
	color: #da2e3e;
	position: absolute;
	left: 0;
	width: 10px;
	overflow: hidden;
	font-size: 30px;
	font-weight: 700;
	top: -23px;
}

.side-list li a {
	color: #999;
}

.side-list li a:hover {
	color: #d82032;
}

.rposts-list {
	padding: 0;
}

.rposts-list li {
	list-style: none;
	font-size: 16px;
	color: #999;
	margin-bottom: 7px;
	padding-left: 22px;
	position: relative;
}

.rposts-list li:before {
	content: "_";
	color: #da2e3e;
	position: absolute;
	left: 0;
	width: 10px;
	overflow: hidden;
	font-size: 30px;
	font-weight: 700;
	top: -23px;
}

.rposts-list li h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 2px;
}

.rposts-list li h4 a {
	color: #999;
}

.rposts-list li h4 a:hover {
	color: #d82032;
}

.rposts-list li span {
	font-size: 13px;
	color: #000;
}

.rposts-list li span a {
	color: #d82032;
}

.blog-content {
	padding-right: 40px;
}

.side-widget p {
	color: #999;
	font-size: 16px;
	line-height: 24px;
}

.tags-list {
	padding: 0;
}

.tags-list li {
	float: left;
	margin-right: 4px;
	margin-bottom: 7px;
	list-style: none;
}

.tags-list li a {
	background: #fff;
	border: 1px solid #ddd;
	color: #999;
	padding: 5px 15px;
	display: table;
}

.tags-list li a:hover {
	background: #d82132;
	border: 1px solid #d82132;
	color: #fff;
}

.page-nav ul {
	padding: 0;
}

.page-nav ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
}

.page-nav ul li a {
	font-size: 18px;
	border: 1px solid #ddd;
	color: #999;
	line-height: 40px;
	padding: 0 15px;
	display: table;
}

.page-nav ul li.active a,.page-nav ul li a:hover {
	background: #d82132;
	border-color: #d82132;
	color: #fff;
}

.blockquote {
	font-size: 16px;
	color: #000;
	font-style: italic;
	margin: 35px auto 40px;
	display: table;
	width: 100%;
	position: relative;
	width: 79%;
	left: 40.5px;
	font-weight: 300;
}

.blockquote:before {
	position: absolute;
	top: 0;
	left: -80px;
	content: "";
	width: 60px;
	height: 100%;
	background: #000 url(../images/quote.png) no-repeat center center;
}

.tags {
	color: #525252;
	margin: 40px 0 15px;
	display: table;
	width: 100%;
}

.tags a {
	color: #525252;
}

.tags a:hover {
	color: #000;
}

.share em {
	float: left;
	font-style: normal;
}

.share-social {
	padding: 0;
	position: relative;
	top: -2px;
}

.share-social li {
	float: left;
	margin: 0 2px;
	list-style: none;
}

.share-social li a {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #e7e7e9;
	display: table;
	color: #fff;
	line-height: 25px;
	text-align: center;
}

.share-social li a:hover {
	background: #d82132;
	color: #fff;
}

.comment-section h6 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	margin: 0;
}

.comments {
	padding: 0;
}

.comments li {
	border-top: 1px solid #ddd;
	padding: 40px 0;
	list-style: none;
}

.comments li:first-child {
	border-top: 1px solid transparent;
}

.c-author {
	width: 120px;
	float: left;
}

.c-info {
	margin-left: 145px;
}

.c-info h4 {
	margin: 0 0 4px;
}

.c-time {
	color: #d82132;
}

.c-info p {
	font-size: 15px;
	color: #999;
	padding: 15px 0;
}

.reply {
	font-size: 12px;
	color: #000;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #ddd;
	padding: 8px 20px 6px;
	display: table;
	position: relative;
	background: #fff url(../images/border.png) no-repeat top center;
}

.reply:hover {
	background: #d82132;
	color: #fff;
	border-color: #d82132;
}

.comment-sub {
	margin-left: 145px;
}

.comment-form {
	border-top: 1px solid #ddd;
	padding-top: 45px;
}

/*------------------------------------------------------------- 
		           THEME SWITCHER
--------------------------------------------------------------- */
#customizer {
	position: fixed;
	top: 130px;
	z-index: 999999;
	height: 100%;
}

.corner {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: url(../images/icons/switcher/corner-open.png);
	position: absolute;
	top: 50px;
	left: -50px;
}

.s-close {
	right: -205px !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.s-open {
	right: 0 !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.corner.expanded {
	background: url(../images/icons/switcher/corner.png);
}

#options {
	width: 205px;
	height: 250px;
	background: #fff;
	padding: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.heading {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#options h6 {
	color: #5c5c5c;
	margin-bottom: 10px;
	font-size: 13px;
}

.options-segment {
	margin-bottom: 20px;
}

.customize-button {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	color: #5c5c5c !important;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.color-head {
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	color: #525252;
	line-height: 40px;
	background-position: 92.5% 50%;
	margin-bottom: 15px !important;
	text-transform: uppercase;
	font-weight: 800;
}

.fonts-head {
	font-family: Bitter;
	font-size: 16px;
	color: #525252;
	line-height: 23px;
	margin-bottom: 15px !important;
}

.customize-button:hover {
	background: #fff;
}

.customize-button:first-of-type {
	margin-right: 5px;
}

.color-scheme {
	padding: 0;
}

.color-scheme li {
	float: left;
	list-style: none;
}

.color-scheme a {
	display: block;
	height: 30px;
	width: 30px;
	margin: 0 4.25px 10px;
}

.fonts-sel {
	padding: 20px 25px;
	margin-bottom: 0;
}

.colors-sel {
	padding: 20px 25px 15px;
	margin-bottom: 0;
}

.headers-sel {
	padding: 15px;
	margin-bottom: 0;
}

.green a {
	background: url(../images/icons/switcher/3.png);
}

.orange a {
	background: url(../images/icons/switcher/7.png);
}

.blue a {
	background: url(../images/icons/switcher/1.png);
}

.red a {
	background: url(../images/icons/switcher/8.png);
}

.violet a {
	background: url(../images/icons/switcher/4.png);
}

.pale-green a {
	background: url(../images/icons/switcher/6.png);
}

.yellow a {
	background: url(../images/icons/switcher/5.png);
}

.fblack a {
	background: url(../images/icons/switcher/2.png);
}

.version {
	padding: 0;
	margin-bottom: -20px;
	display: table;
	width: 100%;
}

.version li {
	list-style: none;
	width: 44%;
	margin-right: 9%;
	float: left;
}

.version li a {
	padding: 21px;
	display: table;
}

.version li:last-child {
	margin-right: 0;
}

.options-head {
	background: #000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	line-height: 50px;
}

/* Animated styles */
.animated-out,.animated-in {
	-webkit-transition-timing-function: cubic-bezier(0.13,0.71,0.30,0.94);
	-moz-transition-timing-function: cubic-bezier(0.13,0.71,0.30,0.94);
	-o-transition-timing-function: cubic-bezier(0.13,0.71,0.30,0.94);
	transition-timing-function: cubic-bezier(0.13,0.71,0.30,0.94);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.animated-out {
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-o-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-opacity: inherit;
	-moz-opacity: inherit;
	opacity: inherit;
}

.animated-in {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#slout-controls ul {
	display: table;
	padding: 0;
	margin: 0 auto 50px;
}

.s-controls-down {
	margin: 50px auto 0;
}

#slout-controls ul li {
	float: left;
	list-style: none;
	margin: 0 7px !important;
}

#slout-controls ul li a {
	font-size:40px;
	color:#ccc;
}

#slout-controls ul li a:hover {
	color:#999;
}

.close {
	position:relative;
	top:6px;
	opacity:1;
}

#slout-controls ul li:hover,#slout-controls ul li a:hover,.close:hover {
	opacity: 1;
}

.project-single {
	width:100% !important;
	padding-bottom:70px;
}

.project-single h4 {
	color: #333;
	text-transform: uppercase;
	font-size: 35px;
	text-align: center;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 15px;
}

.project-single h6 {
	font-size: 15px;
	color: #817e7e;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.project-single p {
	color: #a1a7a8;
	font-size: 16px;
	line-height: 27px;
	text-align:center;
}


/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.btn-wrap a {
	font-size: 10px;
}

#owl-intro .item h2 span {
	font-size: 50px;
}

#video-wrap h3 span {
	font-size: 42px;
}

.video-container {
	height: 500px;
}

#facts ul li i {
	width: 98%;
	height: 140px;
}

.cinfo {
	font-size: 15px;
}

.cinfo span {
	font-size: 20px;
}

#facts {
	background: #000 url(../demo/bg/1.jpg) no-repeat center top fixed;
	background-size: 130% auto;
}

.inner-wrap {
	background: #000 url(../images/stp_4.jpg) no-repeat center top fixed;
	background: 130% auto;
}

.inner-wrap2 {
	background: #000 url(../images/stp_4.jpg) no-repeat center top fixed;
	background-size: 130% auto;
}

.contact-info {
	background: #000 url(../demo/bg/4.jpg) no-repeat center top fixed;
	background-size: 130% auto;
}

.navbar-nav li {
	margin: 0 13px;
}

}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

.navbar-nav li a {
	padding: 10px 0;
}

.navbar-nav {
	width: 100%;
}

.navbar-collapse {
	max-height: 355px !important;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
}

.blog-content {
	padding-right: 15px;
}

.page-head h2 span {
	font-size: 50px;
}

.navbar-collapse {
	box-shadow: none;
	background: rgba(0,0,0,0.7);
}

#owl-intro .item h2 span {
	font-size: 42px;
	display: block;
	display: table;
	margin: 0 auto;
}

#owl-intro .item h2 {
	font-size: 35px;
}

#owl-intro .item h2 span:before {
	content: "";
	height: 1px;
	top: -1px;
	left: 2px;
}

#services ul {
	height: auto;
}

#services ul:before {
	content: "";
	display: none;
}

#services ul li {
	width: 100%;
	float: none;
	height: 150px;
	padding-top: 59px;
}

#services ul li:before {
	content: "";
	display: none !important;
}

#services ul li:hover h4 {
	background: transparent;
	padding-top: 0;
	margin-top: 30px;
}

.btn-wrap a,.contact-form button,.c-form button {
	font-size: 16px;
	float: none;
	margin: 0 auto 10px;
	margin-right: auto;
	width: 90%;
	display: table;
}

.video-container {
	height: 500px;
}

#video-wrap h3 {
	font-size: 15px;
}

#video-wrap h3 span {
	font-size: 21px;
}

#video-wrap h3 span:nth-child(1):before {
	content: "";
	height: 1px;
	top: 0;
	left: 2px;
}

#facts ul li {
	list-style: none;
	float: none;
	width: 100%;
	margin-bottom: 40px;
}

#facts ul li:last-child {
	margin-bottom: 0;
}

.contact-info ul li {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

.contact-info ul li:last-child {
	margin-bottom: 0;
}

#facts {
	background: #000 url(../demo/bg/1.jpg) no-repeat center top fixed;
	background-size: auto 100%;
}

.inner-wrap {
	background: #000 url(../images/stp_4.jpg) no-repeat center top fixed;
	background-size: auto 100%;
}

.inner-wrap2 {
	background: #000 url(../images/stp_4.jpg) no-repeat center top fixed;
	background-size: auto 100%;
}

.contact-info {
	background: #000 url(../images/stp_4.jpg) no-repeat center top fixed;
	background-size: auto 100%;
}

.navbar-toggle {
	color: #999;
	margin-top: 0;
}

.navbar-toggle:hover {
	color: #ccc;
}

}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 600px */
@media only screen and (min-width: 600px) and (max-width: 767px) {

#owl-intro .item h2 span {
	font-size: 42px;
	display: inline;
	margin: 0;
}

#owl-intro .item h2 {
	font-size: 35px;
}

#services ul li {
	width: 50%;
	float: left;
	height: 200px;
	padding-top: 59px;
}

#facts ul li {
	list-style: none;
	float: left;
	width: 50%;
	margin-bottom: 40px;
}

.video-container {
	height: 500px;
}

#video-wrap h3 span {
	font-size: 35px;
}

}

/* header animation---------------------------- */





/* CSS Document */

	.header h1#logo img {
    max-width: 90%;
}

	.header img  {
    max-width: 100%;
}

#warp { 
height:11500px;
 }
 
 #content-warp {
	 max-width:900px;
	 margin:190px auto;
	 font-size:22px;
	 line-height:30px;}

.header {
    width: 100%;
 box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.098);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.header h1#logo {
    display: inline=block;
 
    float: left;
  
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	padding:0px;
	margin:0px;
}
.header nav {
    display: inline=block;
    float: right;
 
}
.header nav a {
 
 
 
 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header nav a:hover {
    color: white;
}
.header.smaller {
    height: 75px;
}
.header.smaller h1#logo {
    width: 210px;
    height: 75px;
    font-size: 30px;
}
.header.smaller nav a {
 
}
.header.smaller .main_nav{  position: relative;
    top: -51px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}
 

.header.smaller .reg_bx{ top: -80px!important;}

@media all and (max-width: 660px) {
    .header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
		line-height:100px;
        text-align: center;
    }
    .header nav {
        display: block;
        float: none;
        height: 50px;
		line-height:50px;
        text-align: center;
        margin: 0 auto;
    }
    .header nav a {
        line-height: 50px;
        margin: 0 10px;
    }
    .header.smaller {
        height: 75px;
    }
	

    .header.smaller h1#logo {
        height: 40px;
		line-height: 40px;
        font-size: 30px;
    }
    .header.smaller nav {
        height: 35px;
		line-height:35px;
    }
    .header.smaller nav a {
        line-height: 35px;
    }
}
.main_nav{
width:100%;
float:right;
padding:0px;
margin:audio;

}
.nav{
float:right!important;}

.main_nav ul{


}

.main_nav ul li{margin: 0 9px;
    top: 0px; float: left; display: block;
    position: relative;
}

.main_nav ul li a{

background: none!important;
    color: #5f5e5e;
    font-size: 15px;
    padding: 0;
    position: relative;
    text-transform: uppercase; line-height: 20px;

}

..main_nav ul li a:last-child{
padding:0px;
margin:0px;}

.main_nav ul li a:hover{    color: #239fff;

}


.responsiveMenuTheme1d.isDesktop{
background:none!important;}

.responsiveMenuTheme1d.isDesktop li a, .responsiveMenuTheme1d.isDesktop li span.separator, .responsiveMenuTheme1d.isDesktop li span.navHeader{
border:1px solid #fff!important;

}
.responsiveMenuTheme1d.isDesktop span.linker{
color:#000!important;

}

 div.maxima .btn.active{background-color: #ff3600!important;
    color: #fff!important;
 
 }
 
 div.maxima .btn:hover{
 background:#ff3600!important;
 color:#fff!important;
 }
 
 div.maxima .btn.btn-primary {
    background-color: #ff3600!important;
    border: 1px solid #df4040!important;
    color: #fff!important;
    font-weight: bold;
    height: auto !important;
    line-height: normal !important;
  margin: 50px 0 0!important;
    padding: 10px 20px !important;
}
 div.maxima .btn.btn-primary:hover{
 background:orange!important;
 border:orange!important;}
 
 div.maxima .sp-portfolio-item-inner:hover{
 
 }
 
 
 .tp-caption.excerptcustom, .excerptcustom{font-family: 'Roboto', sans-serif!important;  line-height: normal !important;
 
 }
 
 .tp-caption.small_text, .small_text{none !important;
 
 }
 
div.maxima ul.sp-portfolio-items > li{
width:300px!important;
}
div.maxima .sp-portfolio-thumb, div.maxima .sp-portfolio-item-details{
width:100%!important;

}

div.maxima .sp-portfolio-item-details {
    box-sizing: border-box;
    margin-top: 10px!important;
    padding-left: 0px!important;
}

.responsiveMenuTheme6d.isDesktop.sm-blue{
background:none!important;

border-radius:0px!important;
box-shadow:none!important;}


ul.responsiveMenuTheme6d.isDesktop.sm li{
display:block;}


.navbar-nav li {
    display: block;
    float: left;
    margin: 0 6px;
    top: 28px;
}

.navbar-nav li a{color: #2f2e2e!important;

}

.main-menu{
width:100%;
float:left;
}

.responsiveMenuTheme6d.isDesktop.sm-blue a, .responsiveMenuTheme6d.isDesktop.sm-blue span.separator, .responsiveMenuTheme6d.isDesktop.sm-blue span.navHeader{font-size: 14px !important;
    line-height: normal !important;
    padding: 13px 7px !important;
	

}

.responsiveMenuTheme6d.isDesktop.sm, .responsiveMenuTheme6d.isDesktop.sm ul, .responsiveMenuTheme6d.isDesktop.sm li{border:   none !important;


}



div.default ul.sp-portfolio-items > li a{
color:#04a092;

}

 div.default .btn.active{background-color:#ff3600!important;
 color:#fff!important;  border: 1px solid #ff3600 !important;
 
 }
 
 div.default .btn{   background:none;
    border: 1px solid #47aeef;
    color: #fff !important;padding: 4px 13px!important;
 
 
 }
  div.default .btn:hover{
 background-color: #ff3600 !important;  border: 1px solid #ff3600 !important;
 }
 
 div.default .sp-portfolio-thumb .sp-portfolio-overlay > div > a{ background: #ff3600!important;
 
 }

.page-header{
margin-top:120px;}

.service_pg{
 
    padding: 0;
    width: 100%;
}
.service_pg h1{ border-bottom: 1px dashed #e2e2e2;
    color: #006dcc !important;
    float: left;
    font-size: 28px !important;
    font-weight: normal;
    text-align: left !important;
    width: 100% !important;
}

.service_pg h2{ border-bottom: 1px dashed #e2e2e2;
    color: #006dcc !important;
    float: left;
    font-size: 24px !important;
    font-weight: normal;
    text-align: left !important;
    width: 100% !important;
}

.service_pg ul{isplay: block;
    float: left;
    margin: 0;
    padding: 0;

}

.service_pg ul li{ background:url("../images/list_ic.png")left center no-repeat !important;
    border-bottom: 1px dashed #e2e2e2 !important;
    display: inline;
    font-size: 18px !important;
    padding: 5px 0 5px 20px;
    text-align: left !important;
    width: 100% !important;

}

.service_pg  li{ background:url("../images/list_ic.png")left center no-repeat !important;
    border-bottom: 1px dashed #e2e2e2 !important;
    display: inline;
    font-size: 16px !important;
    padding: 5px 0 5px 20px;
    text-align: left !important;
    width: 100% !important;
	float:left;

}

.service_pg p{
width:100%!important;color: #333 !important;
    margin: 0 !important;
    padding: 0 0 10px !important;
}
.service_pg br{

}
.service_pg p strong{
color:#ff3600!important;

}
.service_pg h2{
}
.cta-txt {

 
    padding-top: 5px;

}
.cta-txt {
float: left;
    font-size: 23px;
    letter-spacing: 2px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
    padding: 25px 0 25px 25px;
    text-align: left;
    width: 81%;
}


.cta-btn {
 margin-right: 20px;
    margin-top: 16px;
	float:right;
    text-align: right;
}

.container{
	width:1130px;
	margin:auto;
	padding:0px;
}

.big_text1 {
    color: #999;
    font-family: "Open Sans",sans-serif;
    font-size: 27px;
    font-weight: normal;
    line-height: 35px;
}

.dividerLatest h4 {
 font-family: open sans;
    font-size: 21px;
    margin: 0 0 10px;
    padding: 0;
}

.gDot {
    background:#5fbeea;
    bottom: -2px;
    height: 3px;
    position: absolute;
    width: 50px;
}

.dividerLatest {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px;
    position: relative;
}
.service_pg p{
	color:#111;
}

.service_pg p img{
	float:left;
	clear:right;
	padding:2px;
	border:1px solid #e2e2e2;
	margin:0px 10px 10px 0px;
}

a.knowmore_but {
    background-color: #ff8100;
    border-bottom: 1px solid #cc7a00;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
	text-decoration:none;
    padding: 13px 20px;
}
a.knowmore_but:hover {
    background-color: #ff9900;
}


.cta{ background: none repeat scroll 0 0 #efefef;
    border-radius: 2px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.12) inset;
    margin-bottom: 10px;
	   margin-top: 10px;
	float:left;
	width:100%;

}

.php_bx{
   background:#ff634a;
    color: #fff;
    float: left;
    margin-top: 145px;
    padding: 22px 0 0;
    width: 100%;
}

.php_bx_main{float: left;
    text-align: center;
    width: 25%;
}
.php_bx_main  h2{padding:0px;
margin:0px;}

.jsn-master .jsn-row-container{  margin-top: 0px;

}
#jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group{
padding:0px!important;}
#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group{  background-color: #fff!important;

}

#jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls input, #jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls select, #jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls textarea{
text-indent:10px; 


  background: #292929;
    border: 1px solid #232323;
    color: #bbb;
 
    padding: 6px 0;

}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group{
border:none!important;}

.sp-portfolio-item-details{
 background:#fff; 
 padding:10px;
 text-align:center;

}
.contct_lft{
     float: left;
    width: 53%;
}

.contct_lft h3{
width:100%;
text-align:left;
}

.moduletable_rmquote h3{
 color: #0090fe !important;
    text-align: left !important;
    width: 100% !important;
}
._rmquote h3{
 color: #0090fe !important;
    text-align: left !important;
    width: 100% !important;
}

.contct_rite{  float: right;
    margin-top: 110px;
    width: 40%;
	
}
.contct_rite h1{
 color: #fd3401 !important;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px !important;
	width:100%;
	float:left;
}
.contct_rite span{
 color: #404040 !important;
    font-size: 17px !important;
    padding-top: 0 !important;
    width: 82%;}
.contct_rite p{
margin-left:0px!important;
}
.contct_rite h2{
  display: block;
    float: left;
    font-size: 22px;
    margin-top: 4px;
    width: 100%;

}

.contct_rite h2 a{
 
    font-size: 22px;
 

}

.contct_rite h2 a{
}
.contct_rite img{
  float: left;
    margin-right: 14px;
    width: 7%;
}
.contct_rite span{
 
    padding-top: 0 !important;
    width: 82%;}
.jsn-master .jsn-bootstrap .form-actions, .jsn-master.ui-dialog-contentpane .jsn-bootstrap .form-actions{
float:right!important;
}
#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls input, #jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls select, #jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls textarea{
width:100%!important;
}
.required{
display:none!important;
color:Red!important;}
.input-file {
padding:0px!important;
margin:0px!important;
line-height:normal!important;
height:normal!important;height: auto !important;}
._rfq{width: 65%!important;

}
.sp-portfolio-loadmore span{
 height: auto !important;
    line-height: 39px !important;
    margin: 0;
    padding: 0;
}

.dj-main li a.dj-up_a{padding: 0 0 0 11px!important;

}
#testimonial{
margin:auto;
background:#fffff3;font-family: "Open Sans",sans-serif;
 
}

.item h4 {
    color: #006dcc!important;
    font-size: 15px;
    margin: 5px 0;
}

.testi_heading{
 color: #121212;
    font-size: 23px;
    margin-top: 70px;
}
.testi_user{
border: 1px solid #e2e2e2;
    border-radius: 100px;
    display: block;
    float: none;
    height: 110px;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
    width: 109px;
}
.testi_user img{
max-width: 90%;}
#txmod_122{ width: 100% !important;

}

 
.vmf{
background: #ff3600;
    border-bottom: 3px solid #9f4640;
    color: #fff;
    display: inline;
    font-size: 12px;
    padding: 3px 12px;
    position: relative;
    text-transform: uppercase;
    z-index: 9999;
}

.vmf:hover{
background: #929292;
    border-bottom: 3px solid #d2d2d2;
	color:#fff!important;
}

.blog{

}







/* 
 blog css---------------------------------------------------------------------------------------------------------*/
 
 
 .row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.127659574%;
}
.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}
.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.436170203638%;
}
.row-fluid .span10 {
	width: 82.978723396%;
	*width: 82.925531906638%;
}
.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.414893609638%;
}
.row-fluid .span8 {
	width: 65.957446802%;
	*width: 65.904255312638%;
}
.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.393617015638%;
}
.row-fluid .span6 {
	width: 48.936170208%; padding: 10px 0;
	*width: 48.882978718638%;
}
.blog img{
padding:10px;
}
.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.372340421638%;
}
.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.861702124638%;
}
.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.351063827638%;
}
.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.840425530638%;
}
.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.3297872336383%;
}
.row-fluid .offset12 {
	margin-left: 104.255319138%;
	*margin-left: 104.14893615928%;
}
.row-fluid .offset12:first-child {
	margin-left: 102.127659564%;
	*margin-left: 102.02127658528%;
}
.row-fluid .offset11 {
	margin-left: 95.744680841%;
	*margin-left: 95.638297862277%;
}
.row-fluid .offset11:first-child {
	margin-left: 93.617021267%;
	*margin-left: 93.510638288277%;
}
.row-fluid .offset10 {
	margin-left: 87.234042544%;
	*margin-left: 87.127659565277%;
}
.row-fluid .offset10:first-child {
	margin-left: 85.10638297%;
	*margin-left: 84.999999991277%;
}
.row-fluid .offset9 {
	margin-left: 78.723404247%;
	*margin-left: 78.617021268277%;
}
.row-fluid .offset9:first-child {
	margin-left: 76.595744673%;
	*margin-left: 76.489361694277%;
}
.row-fluid .offset8 {
	margin-left: 70.21276595%;
	*margin-left: 70.106382971277%;
}
.row-fluid .offset8:first-child {
	margin-left: 68.085106376%;
	*margin-left: 67.978723397277%;
}
.row-fluid .offset7 {
	margin-left: 61.702127653%;
	*margin-left: 61.595744674277%;
}
.row-fluid .offset7:first-child {
	margin-left: 59.574468079%;
	*margin-left: 59.468085100277%;
}
.row-fluid .offset6 {
	margin-left: 53.191489356%;
	*margin-left: 53.085106377277%;
}
.row-fluid .offset6:first-child {
	margin-left: 51.063829782%;
	*margin-left: 50.957446803277%;
}
.row-fluid .offset5 {
	margin-left: 44.680851059%;
	*margin-left: 44.574468080277%;
}
.row-fluid .offset5:first-child {
	margin-left: 42.553191485%;
	*margin-left: 42.446808506277%;
}
.row-fluid .offset4 {
	margin-left: 36.170212762%;
	*margin-left: 36.063829783277%;
}
.row-fluid .offset4:first-child {
	margin-left: 34.042553188%;
	*margin-left: 33.936170209277%;
}
.row-fluid .offset3 {
	margin-left: 27.659574465%;
	*margin-left: 27.553191486277%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.531914891%;
	*margin-left: 25.425531912277%;
}
.row-fluid .offset2 {
	margin-left: 19.148936168%;
	*margin-left: 19.042553189277%;
}
.row-fluid .offset2:first-child {
	margin-left: 17.021276594%;
	*margin-left: 16.914893615277%;
}
.row-fluid .offset1 {
	margin-left: 10.638297871%;
	*margin-left: 10.531914892277%;
}
.row-fluid .offset1:first-child {
	margin-left: 8.510638297%;
	*margin-left: 8.4042553182766%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
	float: right;
}
.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}
.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}
.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	*zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.container-fluid:after {
	clear: both;
}
p {
	margin: 0 0 9px;
}
.lead {
	margin-bottom: 18px;
	font-size: 19.5px;
	font-weight: 200;
	line-height: 27px;
}

 
 @media (max-width: 767px) {
	 
	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
		margin-left: -20px;
		margin-right: -20px;
	}
	.container-fluid {
		padding: 0;
	}
	.dl-horizontal dt {
		float: none;
		clear: none;
		width: auto;
		text-align: left;
	}
	.dl-horizontal dd {
		margin-left: 0;
	}
	.container {
		width: auto;
	}
	.row-fluid {
		width: 100%;
	}
	.row,
	.thumbnails {
		margin-left: 0;
	}
	.thumbnails > li {
		float: none;
		margin-left: 0;
	}
	[class*="span"],
	.uneditable-input[class*="span"],
	.row-fluid [class*="span"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.span12,
	.row-fluid .span12 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row-fluid [class*="offset"]:first-child {
		margin-left: 0;
	}
	.input-large,
	.input-xlarge,
	.input-xxlarge,
	input[class*="span"],
	select[class*="span"],
	textarea[class*="span"],
	.uneditable-input {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.input-prepend input,
	.input-append input,
	.input-prepend input[class*="span"],
	.input-append input[class*="span"] {
		display: inline-block;
		width: auto;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	.nav-collapse {
		-webkit-transform: translate3d(0,0,0);
	}
	.page-header h1 small {
		display: block;
		line-height: 18px;
	}
	input[type="checkbox"],
	input[type="radio"] {
		border: 1px solid #ccc;
	}
	.form-horizontal .control-label {
		float: none;
		width: auto;
		padding-top: 0;
		text-align: left;
	}
	.form-horizontal .controls {
		margin-left: 0;
	}
	.form-horizontal .control-list {
		padding-top: 0;
	}
	.form-horizontal .form-actions {
		padding-left: 10px;
		padding-right: 10px;
	}
	.media .pull-left,
	.media .pull-right {
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	.media-object {
		margin-right: 0;
		margin-left: 0;
	}
	.modal-header .close {
		padding: 10px;
		margin: -10px;
	}
	.carousel-caption {
		position: static;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.row {
		margin-left: -20px;
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 724px;
	}
	.span12 {
		width: 724px;
	}
	.span11 {
		width: 662px;
	}
	.span10 {
		width: 600px;
	}
	.span9 {
		width: 538px;
	}
	.span8 {
		width: 476px;
	}
	.span7 {
		width: 414px;
	}
	.span6 {
		width: 352px;
	}
	.span5 {
		width: 290px;
	}
	.span4 {
		width: 228px;
	}
	.span3 {
		width: 166px;
	}
	.span2 {
		width: 104px;
	}
	.span1 {
		width: 42px;
	}
	.offset12 {
		margin-left: 764px;
	}
	.offset11 {
		margin-left: 702px;
	}
	.offset10 {
		margin-left: 640px;
	}
	.offset9 {
		margin-left: 578px;
	}
	.offset8 {
		margin-left: 516px;
	}
	.offset7 {
		margin-left: 454px;
	}
	.offset6 {
		margin-left: 392px;
	}
	.offset5 {
		margin-left: 330px;
	}
	.offset4 {
		margin-left: 268px;
	}
	.offset3 {
		margin-left: 206px;
	}
	.offset2 {
		margin-left: 144px;
	}
	.offset1 {
		margin-left: 82px;
	}
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.127659574%;
		*margin-left: 2.0744680846383%;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .controls-row [class*="span"] + [class*="span"] {
		margin-left: 2.127659574%;
	}
	.row-fluid .span12 {
		width: 99.99999999%;
		*width: 99.946808500638%;
	}
	.row-fluid .span11 {
		width: 91.489361693%;
		*width: 91.436170203638%;
	}
	.row-fluid .span10 {
		width: 82.978723396%;
		*width: 82.925531906638%;
	}
	.row-fluid .span9 {
		width: 74.468085099%;
		*width: 74.414893609638%;
	}
	.row-fluid .span8 {
		width: 65.957446802%;
		*width: 65.904255312638%;
	}
	.row-fluid .span7 {
		width: 57.446808505%;
		*width: 57.393617015638%;
	}
	.row-fluid .span6 {
		width: 48.936170208%;
		*width: 48.882978718638%;
	}
	.row-fluid .span5 {
		width: 40.425531911%;
		*width: 40.372340421638%;
	}
	.row-fluid .span4 {
		width: 31.914893614%;
		*width: 31.861702124638%;
	}
	.row-fluid .span3 {
		width: 23.404255317%;
		*width: 23.351063827638%;
	}
	.row-fluid .span2 {
		width: 14.89361702%;
		*width: 14.840425530638%;
	}
	.row-fluid .span1 {
		width: 6.382978723%;
		*width: 6.3297872336383%;
	}
	.row-fluid .offset12 {
		margin-left: 104.255319138%;
		*margin-left: 104.14893615928%;
	}
	.row-fluid .offset12:first-child {
		margin-left: 102.127659564%;
		*margin-left: 102.02127658528%;
	}
	.row-fluid .offset11 {
		margin-left: 95.744680841%;
		*margin-left: 95.638297862277%;
	}
	.row-fluid .offset11:first-child {
		margin-left: 93.617021267%;
		*margin-left: 93.510638288277%;
	}
	.row-fluid .offset10 {
		margin-left: 87.234042544%;
		*margin-left: 87.127659565277%;
	}
	.row-fluid .offset10:first-child {
		margin-left: 85.10638297%;
		*margin-left: 84.999999991277%;
	}
	.row-fluid .offset9 {
		margin-left: 78.723404247%;
		*margin-left: 78.617021268277%;
	}
	.row-fluid .offset9:first-child {
		margin-left: 76.595744673%;
		*margin-left: 76.489361694277%;
	}
	.row-fluid .offset8 {
		margin-left: 70.21276595%;
		*margin-left: 70.106382971277%;
	}
	.row-fluid .offset8:first-child {
		margin-left: 68.085106376%;
		*margin-left: 67.978723397277%;
	}
	.row-fluid .offset7 {
		margin-left: 61.702127653%;
		*margin-left: 61.595744674277%;
	}
	.row-fluid .offset7:first-child {
		margin-left: 59.574468079%;
		*margin-left: 59.468085100277%;
	}
	.row-fluid .offset6 {
		margin-left: 53.191489356%;
		*margin-left: 53.085106377277%;
	}
	.row-fluid .offset6:first-child {
		margin-left: 51.063829782%;
		*margin-left: 50.957446803277%;
	}
	.row-fluid .offset5 {
		margin-left: 44.680851059%;
		*margin-left: 44.574468080277%;
	}
	.row-fluid .offset5:first-child {
		margin-left: 42.553191485%;
		*margin-left: 42.446808506277%;
	}
	.row-fluid .offset4 {
		margin-left: 36.170212762%;
		*margin-left: 36.063829783277%;
	}
	.row-fluid .offset4:first-child {
		margin-left: 34.042553188%;
		*margin-left: 33.936170209277%;
	}
	.row-fluid .offset3 {
		margin-left: 27.659574465%;
		*margin-left: 27.553191486277%;
	}
	.row-fluid .offset3:first-child {
		margin-left: 25.531914891%;
		*margin-left: 25.425531912277%;
	}
	.row-fluid .offset2 {
		margin-left: 19.148936168%;
		*margin-left: 19.042553189277%;
	}
	.row-fluid .offset2:first-child {
		margin-left: 17.021276594%;
		*margin-left: 16.914893615277%;
	}
	.row-fluid .offset1 {
		margin-left: 10.638297871%;
		*margin-left: 10.531914892277%;
	}
	.row-fluid .offset1:first-child {
		margin-left: 8.510638297%;
		*margin-left: 8.4042553182766%;
	}
	input,
	textarea,
	.uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 20px;
	}
	input.span12,
	textarea.span12,
	.uneditable-input.span12 {
		width: 710px;
	}
	input.span11,
	textarea.span11,
	.uneditable-input.span11 {
		width: 648px;
	}
	input.span10,
	textarea.span10,
	.uneditable-input.span10 {
		width: 586px;
	}
	input.span9,
	textarea.span9,
	.uneditable-input.span9 {
		width: 524px;
	}
	input.span8,
	textarea.span8,
	.uneditable-input.span8 {
		width: 462px;
	}
	input.span7,
	textarea.span7,
	.uneditable-input.span7 {
		width: 400px;
	}
	input.span6,
	textarea.span6,
	.uneditable-input.span6 {
		width: 338px;
	}
	input.span5,
	textarea.span5,
	.uneditable-input.span5 {
		width: 276px;
	}
	input.span4,
	textarea.span4,
	.uneditable-input.span4 {
		width: 214px;
	}
	input.span3,
	textarea.span3,
	.uneditable-input.span3 {
		width: 152px;
	}
	input.span2,
	textarea.span2,
	.uneditable-input.span2 {
		width: 90px;
	}
	input.span1,
	textarea.span1,
	.uneditable-input.span1 {
		width: 28px;
	}
}








@media (min-width: 1200px) {
	.row {
 
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
 
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 940px;
	}
	.span12 {
		width: 940px;
	}
	.span11 {
		width: 860px;
	}
	.span10 {
		width: 780px;
	}
	.span9 {
		width: 700px;
	}
	.span8 {
		width: 620px;
	}
	.span7 {
		width: 540px;
	}
	.span6 {
		width: 460px;
	}
	.span5 {
		width: 380px;
	}
	.span4 {
		width: 300px;
	}
	.span3 {
		width: 220px;
	}
	.span2 {
		width: 140px;
	}
	.span1 {
		width: 60px;
	}
	.offset12 {
		margin-left: 980px;
	}
	.offset11 {
		margin-left: 900px;
	}
	.offset10 {
		margin-left: 820px;
	}
	.offset9 {
		margin-left: 740px;
	}
	.offset8 {
		margin-left: 660px;
	}
	.offset7 {
		margin-left: 580px;
	}
	.offset6 {
		margin-left: 500px;
	}
	.offset5 {
		margin-left: 420px;
	}
	.offset4 {
		margin-left: 340px;
	}
	.offset3 {
		margin-left: 260px;
	}
	.offset2 {
		margin-left: 180px;
	}
	.offset1 {
		margin-left: 100px;
	}
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.127659574%;
		*margin-left: 2.0744680846383%;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .controls-row [class*="span"] + [class*="span"] {
		margin-left: 2.127659574%;
	}
	.row-fluid .span12 {
		width: 99.99999999%;
		*width: 99.946808500638%;
	}
	.row-fluid .span11 {
		width: 91.489361693%;
		*width: 91.436170203638%;
	}
	.row-fluid .span10 {
		width: 82.978723396%;
		*width: 82.925531906638%;
	}
	.row-fluid .span9 {
		width: 74.468085099%;
		*width: 74.414893609638%;
	}
	.row-fluid .span8 {
		width: 65.957446802%;
		*width: 65.904255312638%;
	}
	.row-fluid .span7 {
		width: 57.446808505%;
		*width: 57.393617015638%;
	}
	.row-fluid .span6 {
		width: 48.936170208%;
		*width: 48.882978718638%;
	}
	.row-fluid .span5 {
		width: 40.425531911%;
		*width: 40.372340421638%;
	}
	.row-fluid .span4 {
		width: 31.914893614%;
		*width: 31.861702124638%;
	}
	.row-fluid .span3 {
		width: 23.404255317%;
		*width: 23.351063827638%;
	}
	.row-fluid .span2 {
		width: 14.89361702%;
		*width: 14.840425530638%;
	}
	.row-fluid .span1 {
		width: 6.382978723%;
		*width: 6.3297872336383%;
	}
	.row-fluid .offset12 {
		margin-left: 104.255319138%;
		*margin-left: 104.14893615928%;
	}
	.row-fluid .offset12:first-child {
		margin-left: 102.127659564%;
		*margin-left: 102.02127658528%;
	}
	.row-fluid .offset11 {
		margin-left: 95.744680841%;
		*margin-left: 95.638297862277%;
	}
	.row-fluid .offset11:first-child {
		margin-left: 93.617021267%;
		*margin-left: 93.510638288277%;
	}
	.row-fluid .offset10 {
		margin-left: 87.234042544%;
		*margin-left: 87.127659565277%;
	}
	.row-fluid .offset10:first-child {
		margin-left: 85.10638297%;
		*margin-left: 84.999999991277%;
	}
	.row-fluid .offset9 {
		margin-left: 78.723404247%;
		*margin-left: 78.617021268277%;
	}
	.row-fluid .offset9:first-child {
		margin-left: 76.595744673%;
		*margin-left: 76.489361694277%;
	}
	.row-fluid .offset8 {
		margin-left: 70.21276595%;
		*margin-left: 70.106382971277%;
	}
	.row-fluid .offset8:first-child {
		margin-left: 68.085106376%;
		*margin-left: 67.978723397277%;
	}
	.row-fluid .offset7 {
		margin-left: 61.702127653%;
		*margin-left: 61.595744674277%;
	}
	.row-fluid .offset7:first-child {
		margin-left: 59.574468079%;
		*margin-left: 59.468085100277%;
	}
	.row-fluid .offset6 {

		margin-left: 53.191489356%;
		*margin-left: 53.085106377277%;
	}
	.row-fluid .offset6:first-child {
		margin-left: 51.063829782%;
		*margin-left: 50.957446803277%;
	}
	.row-fluid .offset5 {
		margin-left: 44.680851059%;
		*margin-left: 44.574468080277%;
	}
	.row-fluid .offset5:first-child {
		margin-left: 42.553191485%;
		*margin-left: 42.446808506277%;
	}
	.row-fluid .offset4 {
		margin-left: 36.170212762%;
		*margin-left: 36.063829783277%;
	}
	.row-fluid .offset4:first-child {
		margin-left: 34.042553188%;
		*margin-left: 33.936170209277%;
	}
	.row-fluid .offset3 {
		margin-left: 27.659574465%;
		*margin-left: 27.553191486277%;
	}
	.row-fluid .offset3:first-child {
		margin-left: 25.531914891%;
		*margin-left: 25.425531912277%;
	}
	.row-fluid .offset2 {
		margin-left: 19.148936168%;
		*margin-left: 19.042553189277%;
	}
	.row-fluid .offset2:first-child {
		margin-left: 17.021276594%;
		*margin-left: 16.914893615277%;
	}
	.row-fluid .offset1 {
		margin-left: 10.638297871%;
		*margin-left: 10.531914892277%;
	}
	.row-fluid .offset1:first-child {
		margin-left: 8.510638297%;
		*margin-left: 8.4042553182766%;
	}
	input,
	textarea,
	.uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 20px;
	}
	input.span12,
	textarea.span12,
	.uneditable-input.span12 {
		width: 926px;
	}
	input.span11,
	textarea.span11,
	.uneditable-input.span11 {
		width: 846px;
	}
	input.span10,
	textarea.span10,
	.uneditable-input.span10 {
		width: 766px;
	}
	input.span9,
	textarea.span9,
	.uneditable-input.span9 {
		width: 686px;
	}
	input.span8,
	textarea.span8,
	.uneditable-input.span8 {
		width: 606px;
	}
	input.span7,
	textarea.span7,
	.uneditable-input.span7 {
		width: 526px;
	}
	input.span6,
	textarea.span6,
	.uneditable-input.span6 {
		width: 446px;
	}
	input.span5,
	textarea.span5,
	.uneditable-input.span5 {
		width: 366px;
	}
	input.span4,
	textarea.span4,
	.uneditable-input.span4 {
		width: 286px;
	}
	input.span3,
	textarea.span3,
	.uneditable-input.span3 {
		width: 206px;
	}
	input.span2,
	textarea.span2,
	.uneditable-input.span2 {
		width: 126px;
	}
	input.span1,
	textarea.span1,
	.uneditable-input.span1 {
		width: 46px;
	}
	.thumbnails {
		margin-left: -20px;
	}
	.thumbnails > li {
		margin-left: 20px;
	}
	.row-fluid .thumbnails {
		margin-left: 0;
	}
}



@media (max-width: 979px) {
 
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		position: static;
	}
	.navbar-fixed-top {
		margin-bottom: 18px;
	}
	.navbar-fixed-bottom {
		margin-top: 18px;
	}
	.navbar-fixed-top .navbar-inner,
	.navbar-fixed-bottom .navbar-inner {
		padding: 5px;
	}
	.navbar .container {
		width: auto;
		padding: 0;
	}
	.navbar .brand {
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 0 0 -5px;
	}
	.nav-collapse {
		clear: both;
	}
	.nav-collapse .nav {
		float: none;
		margin: 0 0 9px;
	}
	.nav-collapse .nav > li {
		float: none;
	}
	.nav-collapse .nav > li > a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > .divider-vertical {
		display: none;
	}
	.nav-collapse .nav .nav-header {
		color: #555;
		text-shadow: none;
	}
	.nav-collapse .nav > li > a,
	.nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: bold;
		color: #555;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.nav-collapse .btn {
		padding: 4px 10px 4px;
		font-weight: normal;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.nav-collapse .dropdown-menu li + li a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > li > a:hover,
	.nav-collapse .nav > li > a:focus,
	.nav-collapse .dropdown-menu a:hover,
	.nav-collapse .dropdown-menu a:focus {
		background-color: #f2f2f2;
	}
	.navbar-inverse .nav-collapse .nav > li > a,
	.navbar-inverse .nav-collapse .dropdown-menu a {
		color: #999;
	}
	.navbar-inverse .nav-collapse .nav > li > a:hover,
	.navbar-inverse .nav-collapse .nav > li > a:focus,
	.navbar-inverse .nav-collapse .dropdown-menu a:hover,
	.navbar-inverse .nav-collapse .dropdown-menu a:focus {
		background-color: #111111;
	}
	.nav-collapse.in .btn-group {
		margin-top: 5px;
		padding: 0;
	}
	.nav-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		float: none;
		display: none;
		max-width: none;
		margin: 0 15px;
		padding: 0;
		background-color: transparent;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-collapse .open > .dropdown-menu {
		display: block;
	}
	.nav-collapse .dropdown-menu:before,
	.nav-collapse .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .dropdown-menu .divider {
		display: none;
	}
	.nav-collapse .nav > li > .dropdown-menu:before,
	.nav-collapse .nav > li > .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .navbar-form,
	.nav-collapse .navbar-search {
		float: none;
		padding: 9px 15px;
		margin: 9px 0;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	}
	.navbar-inverse .nav-collapse .navbar-form,
	.navbar-inverse .nav-collapse .navbar-search {
		border-top-color: #111111;
		border-bottom-color: #111111;
	}
	.navbar .nav-collapse .nav.pull-right {
		float: none;
		margin-left: 0;
	}
	.nav-collapse,
	.nav-collapse.collapse {
		overflow: hidden;
		height: 0;
	}
	.navbar .btn-navbar {
		display: block;
	}
	.navbar-static .navbar-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 980px) {
	.nav-collapse.collapse {
		height: auto !important;
		overflow: visible !important;
	}
}
.small {
	font-size: 11px;
}
iframe,
svg {
	max-width: 100%;
}
.nowrap {
	white-space: nowrap;
}
.center,
.table td.center,
.table th.center {
	text-align: center;
}
a.disabled,
a.disabled:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
	text-decoration: none;
}
.hero-unit {
	text-align: center;
}
.hero-unit .lead {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 200;
	line-height: 27px;
}
.btn .caret {
	margin-bottom: 7px;
}
.btn.btn-micro .caret {
	margin: 5px 0;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
body.modal {
	padding-top: 0;
}
.row-even,
.row-odd {
	padding: 5px;
	width: 99%;
	border-bottom: 1px solid #ddd;
}
.row-odd {
	background-color: transparent;
}
.row-even {
	background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
.row-fluid .row-reveal {
	visibility: hidden;
}
.row-fluid:hover .row-reveal {
	visibility: visible;
}
.btn-wide {
	width: 80%;
}
.nav-list > li.offset > a {
	padding-left: 30px;
	font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
.row-fluid .offset1 {
	margin-left: 8.382978723%;
}
.row-fluid .offset2 {
	margin-left: 16.89361702%;
}
.row-fluid .offset3 {
	margin-left: 25.404255317%;
}
.row-fluid .offset4 {
	margin-left: 33.914893614%;
}
.row-fluid .offset5 {
	margin-left: 42.425531911%;
}
.row-fluid .offset6 {
	margin-left: 50.93617020799999%;
}
.row-fluid .offset7 {
	margin-left: 59.446808505%;
}
.row-fluid .offset8 {
	margin-left: 67.95744680199999%;
}
.row-fluid .offset9 {
	margin-left: 76.468085099%;
}
.row-fluid .offset10 {
	margin-left: 84.97872339599999%;
}
.row-fluid .offset11 {
	margin-left: 91.489361693%;
}
.navbar .nav > li > a.btn {
	padding: 4px 10px;
	line-height: 18px;
}
.nav-tabs.nav-dark {
	border-bottom: 1px solid #333;
	text-shadow: 1px 1px 1px #000;
}
.nav-tabs.nav-dark > li > a {
	color: #F8F8F8;
}
.nav-tabs.nav-dark > li > a:hover {
	border-color: #333 #333 #111;
	background-color: #777777;
}
.nav-tabs.nav-dark > .active > a,
.nav-tabs.nav-dark > .active > a:hover {
	color: #ffffff;
	background-color: #555555;
	border: 1px solid #222;
	border-bottom-color: transparent;
}
.thumbnail.pull-left {
	margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
	margin: 0 0 10px 10px;
}
.width-10 {
	width: 10px;
}
.width-20 {
	width: 20px;
}
.width-30 {
	width: 30px;
}
.width-40 {
	width: 40px;
}
.width-50 {
	width: 50px;
}
.width-60 {
	width: 60px;
}
.width-70 {
	width: 70px;
}
.width-80 {
	width: 80px;
}
.width-90 {
	width: 90px;
}
.width-100 {
	width: 100px;
}
.height-10 {
	height: 10px;
}
.height-20 {
	height: 20px;
}
.height-30 {
	height: 30px;
}
.height-40 {
	height: 40px;
}
.height-50 {
	height: 50px;
}
.height-60 {
	height: 60px;
}
.height-70 {
	height: 70px;
}
.height-80 {
	height: 80px;
}
.height-90 {
	height: 90px;
}
.height-100 {
	height: 100px;
}
hr.hr-condensed {
	margin: 10px 0;
}
.list-striped,
.row-striped {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
	border-bottom: 1px solid #ddd;
	padding: 8px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
	background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
	background-color: #f5f5f5;
}
.row-striped .row-fluid {
	width: 97%;
}
.row-striped .row-fluid [class*="span"] {
	min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
	margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.list-condensed li {
	padding: 4px 5px;
}
.row-condensed .row,
.row-condensed .row-fluid {
	padding: 4px 5px;
}
.list-bordered,
.row-bordered {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.radio.btn-group input[type=radio] {
	display: none;
}
.radio.btn-group > label:first-of-type {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
	padding-left: 0;
}
.iframe-bordered {
	border: 1px solid #ddd;
}
.tab-content {
	overflow: visible;
}
.tabs-left .tab-content {
	overflow: auto;
}
.nav-tabs > li > span {
	display: block;
	margin-right: 2px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-micro {
	padding: 1px 4px;
	font-size: 10px;
	line-height: 8px;
}
.btn-group > .btn-micro {
	font-size: 10px;
}
.tip-wrap {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 100;
}
.page-header {
 
	padding-bottom: 5px;
}
.input-prepend .chzn-container-single .chzn-single,
.input-append .chzn-container-single .chzn-single {
	border-color: #ccc;
	height: 26px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-prepend .chzn-container-single .chzn-drop,
.input-append .chzn-container-single .chzn-drop {
	border-color: #ccc;
}
.input-prepend > .add-on,
.input-append > .add-on {
	vertical-align: top;
}
.input-prepend .chzn-container-single .chzn-single {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}
.input-append .chzn-container-single .chzn-single {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
}
.input-prepend.input-append .chzn-container-single .chzn-single,
.input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.form-vertical .control-label {
	float: none;
	width: auto;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
}
.form-vertical .controls {
	margin-left: 0;
}
.width-auto {
	width: auto;
}
.btn-group .chzn-results {
	white-space: normal;
}
.accordion-body.in:hover {
	overflow: visible;
}
.invalid {
	color: #9d261d;
	font-weight: bold;
}
input.invalid {
	border: 1px solid #9d261d;
}
.tooltip {
	max-width: 400px;
}
.tooltip-inner {
	max-width: none;
	text-align: left;
	text-shadow: none;
}
th .tooltip-inner {
	font-weight: normal;
}
.tooltip.hasimage {
	opacity: 1;
}
.tip-text {
	text-align: left;
}
.btn-group > .btn + .dropdown-backdrop + .btn {
	margin-left: -1px;
}
.btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.dropdown-menu {
	text-align: left;
}
div.modal {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 580px;
	margin-left: -280px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
div.modal.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%;
}
div.modal.fade.in {
	top: 10%;
}
.modal-batch {
	overflow-y: visible;
}
@media (max-width: 767px) {
	div.modal {
		position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		width: auto;
		margin: 0;
	}
	div.modal.fade {
		top: -100px;
	}
	div.modal.fade.in {
		top: 20px;
	}
}
@media (max-width: 480px) {
	div.modal {
		top: 10px;
		left: 10px;
		right: 10px;
	}
}

 
 
 .blog h2  {
color: #ff3600;
 
    font-size: 1.7em;
	font-weight:normal;
    margin: 11px 0; }
 .blog{
 margin-top:10px; color: #000;
 
    font-size: 14px
 }
  .blog{
  padding:10px;
  }
/* blog css----------------------------------------------------------------------------------------------------------*/




.location{
color:red;
}





/*  ratingg ----------------------------------------------------------------------------------------------------------*/












 

.acidjs-rating-stars,
.acidjs-rating-stars label::before
{
    display: inline-block;
}

.acidjs-rating-stars label:hover,
.acidjs-rating-stars label:hover ~ label
{
    color: #189800;
}

.acidjs-rating-stars *
{
    margin: 0;
    padding: 0;
}

.acidjs-rating-stars input
{
    display: none;
}

.acidjs-rating-stars
{
    unicode-bidi: bidi-override;
    direction: rtl;
}

.acidjs-rating-stars label
{
    color: #ccc;
}

.acidjs-rating-stars label::before
{
    content: "\2605";
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.acidjs-rating-stars input:checked ~ label
{
    color: #f5b301;
}

.acidjs-rating-disabled
{
    opacity: .50;
    
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.cname {
 color: #006dcc;
    display: inline;
    float: left;
    margin-top: 9px;
    width: 100%;

}
.cname span{
padding:0px 4px;
}
.cname span{display:inline!important;
}
.location_name{color:#006dcc!important;
}
.cname { 
display:inline!important;
}

.location{color:#006dcc!important;

}
.spt{
color:#747474;
}
.blog_rmstesti{
}
.page-header h2{  font-family: open sans,sans-serif;
    font-size: 27px;
    font-weight: normal;
}
.blog_rmstesti .page-header{
   margin-bottom: 0;
    margin-top:10px!important;
}

.blog_rmstesti {
 margin-top: 140px;padding-bottom: 50px;
}
.blog_rmstesti .page-header{
margin-top:0px;
}

div.default .sp-portfolio-thumb, div.default .sp-portfolio-item-details{max-height: 217px;
    overflow: hidden;
    position: relative;


}

div.default ul.sp-portfolio-items > li{min-height: 358px;

}


.bquote{

background: rgba(0, 0, 0, 0) url("../images/quotation.png") no-repeat scroll left top;
    height: 29px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 30px;
	display:none!important;
    width: 40px;
	

}
.comnt_a{
   font-size: 15px;
    padding-left: 44px;  margin-bottom: 16px;
    padding-top: 40px;
    position: relative;
	width:90%;}
	.blog_rmstesti h1{
	color:#ff3600;
	font-weight:normal;
	}
	
	
	
	
	
	
	
 
.comnt_a {
    margin: 0;
    background: #B7EDFF;
    padding: 28px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #1d1d1d;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #ECFBFF;
    background-image: linear-gradient(#CEF3FF, #B7EDFF);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CEF3FF), to(#B7EDFF));
    background-image: -webkit-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:    -moz-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:     -ms-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:      -o-linear-gradient(top, #CEF3FF, #B7EDFF);
}
.comnt_a:hover{
background:#e2e2e2;}

.comnt_a:before   {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.comnt_a:before {
    top: 0;
    left: 10px;
}

.comnt_a:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #B7EDFF;
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align:left;
}

.testimonial-author span {
    font-size: 12px;
    color: #666;
}​
	
.modal_link {
color:#000!important;
}


.blog_rmstesti h2{    font-size: 21px;
    font-weight: normal;
    margin-bottom: 10px;
}	

.cname a{
color:#ff3600;
}	
	.cname a span{
color:#ff3600!important; 
}	
	
	.comnt_a:hover::before{color:#ff3600;
	}
	
	
.sp-portfolio-introtext a{
  background:url("../images/link.png") no-repeat scroll center center;
display:block;
text-indent:-9999px; 

 display: block;
    height: 37px;
    text-indent: -9999px;
    width: 100%;
}	
.sp-portfolio-introtext a:hover{
  background:url("../images/link_hov.png") no-repeat scroll center center;
}

.navi a {
    background: #d2d2d2!important;
    cursor: pointer;
    display: inline-block;
    font-size: 1px;
    height: 15px!important;
    margin: 0 1px;
    vertical-align: top;
    width: 15px!important;
    border-radius: 30px!important;
}



.navi a:hover {
 
    background: #ff3600!important;
}
.navi a.active {
 
    background: #ff3600!important;
}
.navi{ margin: 15px 0!important;

}


.trn_bx_main{
  float: right;
    position: relative;
    width: 58%;
    z-index: 2222;
}

.trn_bx {
  border: 1px solid #75d030;
    float: left;
    height: auto;
    margin-right: 5px;
    min-height: 370px;
    width: 32%;


}
.trn_bx:hover{
background:rgba(0, 0, 0, 0.16);
border:1px solid #fff;

}

.trn_bx:hover .trn_bx_img img{border:1px solid #fff; -moz-transform:scale(1.22); 
-webkit-transform:scale(1.22);
-o-transform:scale(1.22);
}
.trn_bx h1{transition: all 0.2s linear 0s;
background:none;

}
.trn_bx:hover  h1{
 
color:fff;  animation: 350ms ease 0s normal none 1 running moveFromTop;
    position: relative;background:none;
}
 
@keyframes moveFromTop {
0% {
    transform: translateY(-600%);
}
100% {
    transform: translateY(0%);
}
}
@keyframes moveFromBottom {
0% {
    transform: translateY(400%);
}
100% {
    transform: translateY(0%);
}
}



.trn_bx h1{
color: #fff;
    font-size: 17px;
    margin: 10px auto;
 
    padding: 0;
    text-align: center;
	position:relative;

}
.trn_bx p{ font-size: 14px;
    text-align: center;
}
.trn_bx_img {
     height: auto;
    margin: 4px auto;
    overflow: hidden;
    width: 96%;}
.trn_bx_img img{max-width:100%; border: 1px solid #75d030;
float:left;-moz-transition:-moz-transform 0.5s ease-in; 
-webkit-transition:-webkit-transform 0.5s ease-in; 
-o-transition:-o-transform 0.5s ease-in;}

.trn_bx_img img:hover{-moz-transform:scale(1.22); 
-webkit-transform:scale(1.22);
-o-transform:scale(1.22);
}
.trn_bx ul{
 display: block;
    list-style-type: none;
    margin: auto;
    padding: 0;
    width: 97%;
}

.trn_bx ul li{
 color: #fff;
    display: block;
    float: left;
    width: 100%;

}

.dottd{
 color: yellow;
    font-size: 22px;
    font-weight: bold;

}
.trn_bx ul li a{
}

.trn_bx ul li a:hover{
}

.link_bx{
color: #fff;
    display: block;
    font-weight: bold;
    line-height: normal;
    text-align: center;

}
.link_bx:hover{
color: #fff;
text-decoration:underline;
}
.lft_img_bx_grn{
margin-top:60px;

}












.item:hover {
    background:#b7edff!important; 
}

#link_bx{  background: #ff0000;
    border: 1px solid;
    color: #fff;
    display: block;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    margin: auto;
    padding: 5px 3px;
    text-align: center !important;
    width: 98%;}

#link_bx:hover{
text-align:underline;
background:#000;
color:#fff;}

.pop_course{
width:70%;
margin:auto;
}
.pop_course p{
 background: #f4f4f4;
    color: #000;
    padding: 10px;
}
.pop_course strong{
  background: #006dcc;
    color: #fff;
    font-weight: bold;
    padding: 2px 12px;

}
.pop_course span{
color:#ff0000;
fonrt-weight:bold;
}

.pop_course h1{
  color: #ff0000;
    font-size: 23px;
}

.pop_course ul{
padding:0px;
margin:0px;
list-style-type:none;
}
.pop_course ul li{
  background: rgba(0, 0, 0, 0) url("../images/list_ic.png") no-repeat scroll left center;
    border-bottom: 1px dashed #e2e2e2;
    font-size: 16px;
    padding-left: 20px;


}
.pop_course ul li a{}

#jcemediabox-popup-ajax h2{
padding:0px;
margin:0px;
text-align:center;
}

#jcemediabox-popup-ajax .page-header{
padding:0px;
margin:0px;
}
.andr_trn_detl{
  float: left;
    margin-bottom: 70px;
    margin-top: 150px;
    text-align: center;

}
.andr_trn_detl h2{
  color: #ff3600 !important;
    font-size: 43px !important;
    text-align: center !important;
    width: 100% !important;
}

.andr_trn_detl h3{
  border-bottom: 1px dashed #e2e2e2;
    color: #006dcc !important;
    font-size: 29px !important;
    text-align: left !important;
    width: 100% !important;
}

.andr_trn_detl h3{font-size:21px;

}

.andr_trn_detl p{   color: #000 !important;
 
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important;
}
.andr_trn_detl p img{
  border: 1px solid #e2e2e2;
    margin: 0 13px 0 0;
    padding: 2px;
    width: 200px;

}
.andr_trn_detl ul{
display:block;
float:left;
padding:0px;
margin:0px;
}

.andr_trn_detl ul li{
   display: inline;
    font-size: 18px !important;
    padding: 5px 0 5px 20px;
    text-align: left !important;
    width: 100% !important;
	  background: rgba(0, 0, 0, 0) url("../images/list_ic.png") no-repeat scroll left center!important;
    border-bottom: 1px dashed #e2e2e2!important;

}


.pmnt_bx{
width:99%!important;
margin:auto!important;
margin:none!important;
}
ul.pmnt_bx {
}

 ul.pmnt_bx li{
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: 1px 1px 1px #d0d0d0;
    margin-bottom: 20px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-top: 40px;
}
ul.pmnt_bx li span{
display:inline!important;
padding:0px!important;
margin:0px!important;
width:auto!important;}
 ul.pmnt_bx li:hover{
 background:#006dcc!important;
 color:#fff;
 
 }
 
  ul.pmnt_bx li:hover span{
  color:yellow!important;
  }
  
    ul.pmnt_bx li:hover strong  {
  color:yellow!important;
  }
  
  
 ul.pmnt_bx li strong{
color:#ff3600 !important;
}
ul.pmnt_bx li span{color:red!important;}

.pmnt_bx p{
color:#000;
font-weight:bold;
}
.vm{
    background: #ff3600 none repeat scroll 0 0;
    color: #fff !important;
    display: table;
    margin: auto;
    padding: 5px 12px;
    text-align: center;
}
.vm:hover{
background:#9f1600;
}


.wcu{
 color: #ff3600!important;

    display: inline!important;
    float: none!important;
    font-size: 25px!important;
    font-weight: bold!important;
    line-height: normal!important;
    padding-top: 0!important;
    text-align: left!important;
    width: auto!important; }
	
	.jsn-master .jsn-bootstrap .form-actions, .jsn-master.ui-dialog-contentpane .jsn-bootstrap .form-actions{
	margin:-10px 0 15px!important;
	
	
	}
	
		#section-1 h3{
width: 69%;
	
	}
	#section-1 p{  width: 68%;
	
	}
	
	.phno{color:#000!important;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* 
 blog css---------------------------------------------------------------------------------------------------------*/
 
 
 .row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.127659574%;
}
.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}
.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.436170203638%;
}
.row-fluid .span10 {
	width: 82.978723396%;
	*width: 82.925531906638%;
}
.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.414893609638%;
}
.row-fluid .span8 {
	width: 65.957446802%;
	*width: 65.904255312638%;
}
.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.393617015638%;
}
.row-fluid .span6 {
	width: 48.936170208%; padding: 10px 0;
	*width: 48.882978718638%;
}
.blog img{
padding:10px;
}
.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.372340421638%;
}
.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.861702124638%;
}
.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.351063827638%;
}
.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.840425530638%;
}
.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.3297872336383%;
}
.row-fluid .offset12 {
	margin-left: 104.255319138%;
	*margin-left: 104.14893615928%;
}
.row-fluid .offset12:first-child {
	margin-left: 102.127659564%;
	*margin-left: 102.02127658528%;
}
.row-fluid .offset11 {
	margin-left: 95.744680841%;
	*margin-left: 95.638297862277%;
}
.row-fluid .offset11:first-child {
	margin-left: 93.617021267%;
	*margin-left: 93.510638288277%;
}
.row-fluid .offset10 {
	margin-left: 87.234042544%;
	*margin-left: 87.127659565277%;
}
.row-fluid .offset10:first-child {
	margin-left: 85.10638297%;
	*margin-left: 84.999999991277%;
}
.row-fluid .offset9 {
	margin-left: 78.723404247%;
	*margin-left: 78.617021268277%;
}
.row-fluid .offset9:first-child {
	margin-left: 76.595744673%;
	*margin-left: 76.489361694277%;
}
.row-fluid .offset8 {
	margin-left: 70.21276595%;
	*margin-left: 70.106382971277%;
}
.row-fluid .offset8:first-child {
	margin-left: 68.085106376%;
	*margin-left: 67.978723397277%;
}
.row-fluid .offset7 {
	margin-left: 61.702127653%;
	*margin-left: 61.595744674277%;
}
.row-fluid .offset7:first-child {
	margin-left: 59.574468079%;
	*margin-left: 59.468085100277%;
}
.row-fluid .offset6 {
	margin-left: 53.191489356%;
	*margin-left: 53.085106377277%;
}
.row-fluid .offset6:first-child {
	margin-left: 51.063829782%;
	*margin-left: 50.957446803277%;
}
.row-fluid .offset5 {
	margin-left: 44.680851059%;
	*margin-left: 44.574468080277%;
}
.row-fluid .offset5:first-child {
	margin-left: 42.553191485%;
	*margin-left: 42.446808506277%;
}
.row-fluid .offset4 {
	margin-left: 36.170212762%;
	*margin-left: 36.063829783277%;
}
.row-fluid .offset4:first-child {
	margin-left: 34.042553188%;
	*margin-left: 33.936170209277%;
}
.row-fluid .offset3 {
	margin-left: 27.659574465%;
	*margin-left: 27.553191486277%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.531914891%;
	*margin-left: 25.425531912277%;
}
.row-fluid .offset2 {
	margin-left: 19.148936168%;
	*margin-left: 19.042553189277%;
}
.row-fluid .offset2:first-child {
	margin-left: 17.021276594%;
	*margin-left: 16.914893615277%;
}
.row-fluid .offset1 {
	margin-left: 10.638297871%;
	*margin-left: 10.531914892277%;
}
.row-fluid .offset1:first-child {
	margin-left: 8.510638297%;
	*margin-left: 8.4042553182766%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
	float: right;
}
.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}
.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}
.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	*zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.container-fluid:after {
	clear: both;
}
p {
	margin: 0 0 9px;
}
.lead {
	margin-bottom: 18px;
	font-size: 19.5px;
	font-weight: 200;
	line-height: 27px;
}

 
 @media (max-width: 767px) {
	 
	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
		margin-left: -20px;
		margin-right: -20px;
	}
	.container-fluid {
		padding: 0;
	}
	.dl-horizontal dt {
		float: none;
		clear: none;
		width: auto;
		text-align: left;
	}
	.dl-horizontal dd {
		margin-left: 0;
	}
	.container {
		width: auto;
	}
	.row-fluid {
		width: 100%;
	}
	.row,
	.thumbnails {
		margin-left: 0;
	}
	.thumbnails > li {
		float: none;
		margin-left: 0;
	}
	[class*="span"],
	.uneditable-input[class*="span"],
	.row-fluid [class*="span"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.span12,
	.row-fluid .span12 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row-fluid [class*="offset"]:first-child {
		margin-left: 0;
	}
	.input-large,
	.input-xlarge,
	.input-xxlarge,
	input[class*="span"],
	select[class*="span"],
	textarea[class*="span"],
	.uneditable-input {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.input-prepend input,
	.input-append input,
	.input-prepend input[class*="span"],
	.input-append input[class*="span"] {
		display: inline-block;
		width: auto;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	.nav-collapse {
		-webkit-transform: translate3d(0,0,0);
	}
	.page-header h1 small {
		display: block;
		line-height: 18px;
	}
	input[type="checkbox"],
	input[type="radio"] {
		border: 1px solid #ccc;
	}
	.form-horizontal .control-label {
		float: none;
		width: auto;
		padding-top: 0;
		text-align: left;
	}
	.form-horizontal .controls {
		margin-left: 0;
	}
	.form-horizontal .control-list {
		padding-top: 0;
	}
	.form-horizontal .form-actions {
		padding-left: 10px;
		padding-right: 10px;
	}
	.media .pull-left,
	.media .pull-right {
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	.media-object {
		margin-right: 0;
		margin-left: 0;
	}
	.modal-header .close {
		padding: 10px;
		margin: -10px;
	}
	.carousel-caption {
		position: static;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.row {
		margin-left: -20px;
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 724px;
	}
	.span12 {
		width: 724px;
	}
	.span11 {
		width: 662px;
	}
	.span10 {
		width: 600px;
	}
	.span9 {
		width: 538px;
	}
	.span8 {
		width: 476px;
	}
	.span7 {
		width: 414px;
	}
	.span6 {
		width: 352px;
	}
	.span5 {
		width: 290px;
	}
	.span4 {
		width: 228px;
	}
	.span3 {
		width: 166px;
	}
	.span2 {
		width: 104px;
	}
	.span1 {
		width: 42px;
	}
	.offset12 {
		margin-left: 764px;
	}
	.offset11 {
		margin-left: 702px;
	}
	.offset10 {
		margin-left: 640px;
	}
	.offset9 {
		margin-left: 578px;
	}
	.offset8 {
		margin-left: 516px;
	}
	.offset7 {
		margin-left: 454px;
	}
	.offset6 {
		margin-left: 392px;
	}
	.offset5 {
		margin-left: 330px;
	}
	.offset4 {
		margin-left: 268px;
	}
	.offset3 {
		margin-left: 206px;
	}
	.offset2 {
		margin-left: 144px;
	}
	.offset1 {
		margin-left: 82px;
	}
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.127659574%;
		*margin-left: 2.0744680846383%;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .controls-row [class*="span"] + [class*="span"] {
		margin-left: 2.127659574%;
	}
	.row-fluid .span12 {
		width: 99.99999999%;
		*width: 99.946808500638%;
	}
	.row-fluid .span11 {
		width: 91.489361693%;
		*width: 91.436170203638%;
	}
	.row-fluid .span10 {
		width: 82.978723396%;
		*width: 82.925531906638%;
	}
	.row-fluid .span9 {
		width: 74.468085099%;
		*width: 74.414893609638%;
	}
	.row-fluid .span8 {
		width: 65.957446802%;
		*width: 65.904255312638%;
	}
	.row-fluid .span7 {
		width: 57.446808505%;
		*width: 57.393617015638%;
	}
	.row-fluid .span6 {
		width: 48.936170208%;
		*width: 48.882978718638%;
	}
	.row-fluid .span5 {
		width: 40.425531911%;
		*width: 40.372340421638%;
	}
	.row-fluid .span4 {
		width: 31.914893614%;
		*width: 31.861702124638%;
	}
	.row-fluid .span3 {
		width: 23.404255317%;
		*width: 23.351063827638%;
	}
	.row-fluid .span2 {
		width: 14.89361702%;
		*width: 14.840425530638%;
	}
	.row-fluid .span1 {
		width: 6.382978723%;
		*width: 6.3297872336383%;
	}
	.row-fluid .offset12 {
		margin-left: 104.255319138%;
		*margin-left: 104.14893615928%;
	}
	.row-fluid .offset12:first-child {
		margin-left: 102.127659564%;
		*margin-left: 102.02127658528%;
	}
	.row-fluid .offset11 {
		margin-left: 95.744680841%;
		*margin-left: 95.638297862277%;
	}
	.row-fluid .offset11:first-child {
		margin-left: 93.617021267%;
		*margin-left: 93.510638288277%;
	}
	.row-fluid .offset10 {
		margin-left: 87.234042544%;
		*margin-left: 87.127659565277%;
	}
	.row-fluid .offset10:first-child {
		margin-left: 85.10638297%;
		*margin-left: 84.999999991277%;
	}
	.row-fluid .offset9 {
		margin-left: 78.723404247%;
		*margin-left: 78.617021268277%;
	}
	.row-fluid .offset9:first-child {
		margin-left: 76.595744673%;
		*margin-left: 76.489361694277%;
	}
	.row-fluid .offset8 {
		margin-left: 70.21276595%;
		*margin-left: 70.106382971277%;
	}
	.row-fluid .offset8:first-child {
		margin-left: 68.085106376%;
		*margin-left: 67.978723397277%;
	}
	.row-fluid .offset7 {
		margin-left: 61.702127653%;
		*margin-left: 61.595744674277%;
	}
	.row-fluid .offset7:first-child {
		margin-left: 59.574468079%;
		*margin-left: 59.468085100277%;
	}
	.row-fluid .offset6 {
		margin-left: 53.191489356%;
		*margin-left: 53.085106377277%;
	}
	.row-fluid .offset6:first-child {
		margin-left: 51.063829782%;
		*margin-left: 50.957446803277%;
	}
	.row-fluid .offset5 {
		margin-left: 44.680851059%;
		*margin-left: 44.574468080277%;
	}
	.row-fluid .offset5:first-child {
		margin-left: 42.553191485%;
		*margin-left: 42.446808506277%;
	}
	.row-fluid .offset4 {
		margin-left: 36.170212762%;
		*margin-left: 36.063829783277%;
	}
	.row-fluid .offset4:first-child {
		margin-left: 34.042553188%;
		*margin-left: 33.936170209277%;
	}
	.row-fluid .offset3 {
		margin-left: 27.659574465%;
		*margin-left: 27.553191486277%;
	}
	.row-fluid .offset3:first-child {
		margin-left: 25.531914891%;
		*margin-left: 25.425531912277%;
	}
	.row-fluid .offset2 {
		margin-left: 19.148936168%;
		*margin-left: 19.042553189277%;
	}
	.row-fluid .offset2:first-child {
		margin-left: 17.021276594%;
		*margin-left: 16.914893615277%;
	}
	.row-fluid .offset1 {
		margin-left: 10.638297871%;
		*margin-left: 10.531914892277%;
	}
	.row-fluid .offset1:first-child {
		margin-left: 8.510638297%;
		*margin-left: 8.4042553182766%;
	}
	input,
	textarea,
	.uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 20px;
	}
	input.span12,
	textarea.span12,
	.uneditable-input.span12 {
		width: 710px;
	}
	input.span11,
	textarea.span11,
	.uneditable-input.span11 {
		width: 648px;
	}
	input.span10,
	textarea.span10,
	.uneditable-input.span10 {
		width: 586px;
	}
	input.span9,
	textarea.span9,
	.uneditable-input.span9 {
		width: 524px;
	}
	input.span8,
	textarea.span8,
	.uneditable-input.span8 {
		width: 462px;
	}
	input.span7,
	textarea.span7,
	.uneditable-input.span7 {
		width: 400px;
	}
	input.span6,
	textarea.span6,
	.uneditable-input.span6 {
		width: 338px;
	}
	input.span5,
	textarea.span5,
	.uneditable-input.span5 {
		width: 276px;
	}
	input.span4,
	textarea.span4,
	.uneditable-input.span4 {
		width: 214px;
	}
	input.span3,
	textarea.span3,
	.uneditable-input.span3 {
		width: 152px;
	}
	input.span2,
	textarea.span2,
	.uneditable-input.span2 {
		width: 90px;
	}
	input.span1,
	textarea.span1,
	.uneditable-input.span1 {
		width: 28px;
	}
}








@media (min-width: 1200px) {
	.row {
 
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
 
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 940px;
	}
	.span12 {
		width: 940px;
	}
	.span11 {
		width: 860px;
	}
	.span10 {
		width: 780px;
	}
	.span9 {
		width: 700px;
	}
	.span8 {
		width: 620px;
	}
	.span7 {
		width: 540px;
	}
	.span6 {
		width: 460px;
	}
	.span5 {
		width: 380px;
	}
	.span4 {
		width: 300px;
	}
	.span3 {
		width: 220px;
	}
	.span2 {
		width: 140px;
	}
	.span1 {
		width: 60px;
	}
	.offset12 {
		margin-left: 980px;
	}
	.offset11 {
		margin-left: 900px;
	}
	.offset10 {
		margin-left: 820px;
	}
	.offset9 {
		margin-left: 740px;
	}
	.offset8 {
		margin-left: 660px;
	}
	.offset7 {
		margin-left: 580px;
	}
	.offset6 {
		margin-left: 500px;
	}
	.offset5 {
		margin-left: 420px;
	}
	.offset4 {
		margin-left: 340px;
	}
	.offset3 {
		margin-left: 260px;
	}
	.offset2 {
		margin-left: 180px;
	}
	.offset1 {
		margin-left: 100px;
	}
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.127659574%;
		*margin-left: 2.0744680846383%;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .controls-row [class*="span"] + [class*="span"] {
		margin-left: 2.127659574%;
	}
	.row-fluid .span12 {
		width: 99.99999999%;
		*width: 99.946808500638%;
	}
	.row-fluid .span11 {
		width: 91.489361693%;
		*width: 91.436170203638%;
	}
	.row-fluid .span10 {
		width: 82.978723396%;
		*width: 82.925531906638%;
	}
	.row-fluid .span9 {
		width: 74.468085099%;
		*width: 74.414893609638%;
	}
	.row-fluid .span8 {
		width: 65.957446802%;
		*width: 65.904255312638%;
	}
	.row-fluid .span7 {
		width: 57.446808505%;
		*width: 57.393617015638%;
	}
	.row-fluid .span6 {
		width: 48.936170208%;
		*width: 48.882978718638%;
	}
	.row-fluid .span5 {
		width: 40.425531911%;
		*width: 40.372340421638%;
	}
	.row-fluid .span4 {
		width: 31.914893614%;
		*width: 31.861702124638%;
	}
	.row-fluid .span3 {
		width: 23.404255317%;
		*width: 23.351063827638%;
	}
	.row-fluid .span2 {
		width: 14.89361702%;
		*width: 14.840425530638%;
	}
	.row-fluid .span1 {
		width: 6.382978723%;
		*width: 6.3297872336383%;
	}
	.row-fluid .offset12 {
		margin-left: 104.255319138%;
		*margin-left: 104.14893615928%;
	}
	.row-fluid .offset12:first-child {
		margin-left: 102.127659564%;
		*margin-left: 102.02127658528%;
	}
	.row-fluid .offset11 {
		margin-left: 95.744680841%;
		*margin-left: 95.638297862277%;
	}
	.row-fluid .offset11:first-child {
		margin-left: 93.617021267%;
		*margin-left: 93.510638288277%;
	}
	.row-fluid .offset10 {
		margin-left: 87.234042544%;
		*margin-left: 87.127659565277%;
	}
	.row-fluid .offset10:first-child {
		margin-left: 85.10638297%;
		*margin-left: 84.999999991277%;
	}
	.row-fluid .offset9 {
		margin-left: 78.723404247%;
		*margin-left: 78.617021268277%;
	}
	.row-fluid .offset9:first-child {
		margin-left: 76.595744673%;
		*margin-left: 76.489361694277%;
	}
	.row-fluid .offset8 {
		margin-left: 70.21276595%;
		*margin-left: 70.106382971277%;
	}
	.row-fluid .offset8:first-child {
		margin-left: 68.085106376%;
		*margin-left: 67.978723397277%;
	}
	.row-fluid .offset7 {
		margin-left: 61.702127653%;
		*margin-left: 61.595744674277%;
	}
	.row-fluid .offset7:first-child {
		margin-left: 59.574468079%;
		*margin-left: 59.468085100277%;
	}
	.row-fluid .offset6 {

		margin-left: 53.191489356%;
		*margin-left: 53.085106377277%;
	}
	.row-fluid .offset6:first-child {
		margin-left: 51.063829782%;
		*margin-left: 50.957446803277%;
	}
	.row-fluid .offset5 {
		margin-left: 44.680851059%;
		*margin-left: 44.574468080277%;
	}
	.row-fluid .offset5:first-child {
		margin-left: 42.553191485%;
		*margin-left: 42.446808506277%;
	}
	.row-fluid .offset4 {
		margin-left: 36.170212762%;
		*margin-left: 36.063829783277%;
	}
	.row-fluid .offset4:first-child {
		margin-left: 34.042553188%;
		*margin-left: 33.936170209277%;
	}
	.row-fluid .offset3 {
		margin-left: 27.659574465%;
		*margin-left: 27.553191486277%;
	}
	.row-fluid .offset3:first-child {
		margin-left: 25.531914891%;
		*margin-left: 25.425531912277%;
	}
	.row-fluid .offset2 {
		margin-left: 19.148936168%;
		*margin-left: 19.042553189277%;
	}
	.row-fluid .offset2:first-child {
		margin-left: 17.021276594%;
		*margin-left: 16.914893615277%;
	}
	.row-fluid .offset1 {
		margin-left: 10.638297871%;
		*margin-left: 10.531914892277%;
	}
	.row-fluid .offset1:first-child {
		margin-left: 8.510638297%;
		*margin-left: 8.4042553182766%;
	}
	input,
	textarea,
	.uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 20px;
	}
	input.span12,
	textarea.span12,
	.uneditable-input.span12 {
		width: 926px;
	}
	input.span11,
	textarea.span11,
	.uneditable-input.span11 {
		width: 846px;
	}
	input.span10,
	textarea.span10,
	.uneditable-input.span10 {
		width: 766px;
	}
	input.span9,
	textarea.span9,
	.uneditable-input.span9 {
		width: 686px;
	}
	input.span8,
	textarea.span8,
	.uneditable-input.span8 {
		width: 606px;
	}
	input.span7,
	textarea.span7,
	.uneditable-input.span7 {
		width: 526px;
	}
	input.span6,
	textarea.span6,
	.uneditable-input.span6 {
		width: 446px;
	}
	input.span5,
	textarea.span5,
	.uneditable-input.span5 {
		width: 366px;
	}
	input.span4,
	textarea.span4,
	.uneditable-input.span4 {
		width: 286px;
	}
	input.span3,
	textarea.span3,
	.uneditable-input.span3 {
		width: 206px;
	}
	input.span2,
	textarea.span2,
	.uneditable-input.span2 {
		width: 126px;
	}
	input.span1,
	textarea.span1,
	.uneditable-input.span1 {
		width: 46px;
	}
	.thumbnails {
		margin-left: -20px;
	}
	.thumbnails > li {
		margin-left: 20px;
	}
	.row-fluid .thumbnails {
		margin-left: 0;
	}
}



@media (max-width: 979px) {
 
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		position: static;
	}
	.navbar-fixed-top {
		margin-bottom: 18px;
	}
	.navbar-fixed-bottom {
		margin-top: 18px;
	}
	.navbar-fixed-top .navbar-inner,
	.navbar-fixed-bottom .navbar-inner {
		padding: 5px;
	}
	.navbar .container {
		width: auto;
		padding: 0;
	}
	.navbar .brand {
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 0 0 -5px;
	}
	.nav-collapse {
		clear: both;
	}
	.nav-collapse .nav {
		float: none;
		margin: 0 0 9px;
	}
	.nav-collapse .nav > li {
		float: none;
	}
	.nav-collapse .nav > li > a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > .divider-vertical {
		display: none;
	}
	.nav-collapse .nav .nav-header {
		color: #555;
		text-shadow: none;
	}
	.nav-collapse .nav > li > a,
	.nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: bold;
		color: #555;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.nav-collapse .btn {
		padding: 4px 10px 4px;
		font-weight: normal;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.nav-collapse .dropdown-menu li + li a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > li > a:hover,
	.nav-collapse .nav > li > a:focus,
	.nav-collapse .dropdown-menu a:hover,
	.nav-collapse .dropdown-menu a:focus {
		background-color: #f2f2f2;
	}
	.navbar-inverse .nav-collapse .nav > li > a,
	.navbar-inverse .nav-collapse .dropdown-menu a {
		color: #999;
	}
	.navbar-inverse .nav-collapse .nav > li > a:hover,
	.navbar-inverse .nav-collapse .nav > li > a:focus,
	.navbar-inverse .nav-collapse .dropdown-menu a:hover,
	.navbar-inverse .nav-collapse .dropdown-menu a:focus {
		background-color: #111111;
	}
	.nav-collapse.in .btn-group {
		margin-top: 5px;
		padding: 0;
	}
	.nav-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		float: none;
		display: none;
		max-width: none;
		margin: 0 15px;
		padding: 0;
		background-color: transparent;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-collapse .open > .dropdown-menu {
		display: block;
	}
	.nav-collapse .dropdown-menu:before,
	.nav-collapse .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .dropdown-menu .divider {
		display: none;
	}
	.nav-collapse .nav > li > .dropdown-menu:before,
	.nav-collapse .nav > li > .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .navbar-form,
	.nav-collapse .navbar-search {
		float: none;
		padding: 9px 15px;
		margin: 9px 0;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	}
	.navbar-inverse .nav-collapse .navbar-form,
	.navbar-inverse .nav-collapse .navbar-search {
		border-top-color: #111111;
		border-bottom-color: #111111;
	}
	.navbar .nav-collapse .nav.pull-right {
		float: none;
		margin-left: 0;
	}
	.nav-collapse,
	.nav-collapse.collapse {
		overflow: hidden;
		height: 0;
	}
	.navbar .btn-navbar {
		display: block;
	}
	.navbar-static .navbar-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 980px) {
	.nav-collapse.collapse {
		height: auto !important;
		overflow: visible !important;
	}
}
.small {
	font-size: 11px;
}
iframe,
svg {
	max-width: 100%;
}
.nowrap {
	white-space: nowrap;
}
.center,
.table td.center,
.table th.center {
	text-align: center;
}
a.disabled,
a.disabled:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
	text-decoration: none;
}
.hero-unit {
	text-align: center;
}
.hero-unit .lead {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 200;
	line-height: 27px;
}
.btn .caret {
	margin-bottom: 7px;
}
.btn.btn-micro .caret {
	margin: 5px 0;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
body.modal {
	padding-top: 0;
}
.row-even,
.row-odd {
	padding: 5px;
	width: 99%;
	border-bottom: 1px solid #ddd;
}
.row-odd {
	background-color: transparent;
}
.row-even {
	background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
.row-fluid .row-reveal {
	visibility: hidden;
}
.row-fluid:hover .row-reveal {
	visibility: visible;
}
.btn-wide {
	width: 80%;
}
.nav-list > li.offset > a {
	padding-left: 30px;
	font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
.row-fluid .offset1 {
	margin-left: 8.382978723%;
}
.row-fluid .offset2 {
	margin-left: 16.89361702%;
}
.row-fluid .offset3 {
	margin-left: 25.404255317%;
}
.row-fluid .offset4 {
	margin-left: 33.914893614%;
}
.row-fluid .offset5 {
	margin-left: 42.425531911%;
}
.row-fluid .offset6 {
	margin-left: 50.93617020799999%;
}
.row-fluid .offset7 {
	margin-left: 59.446808505%;
}
.row-fluid .offset8 {
	margin-left: 67.95744680199999%;
}
.row-fluid .offset9 {
	margin-left: 76.468085099%;
}
.row-fluid .offset10 {
	margin-left: 84.97872339599999%;
}
.row-fluid .offset11 {
	margin-left: 91.489361693%;
}
.navbar .nav > li > a.btn {
	padding: 4px 10px;
	line-height: 18px;
}
.nav-tabs.nav-dark {
	border-bottom: 1px solid #333;
	text-shadow: 1px 1px 1px #000;
}
.nav-tabs.nav-dark > li > a {
	color: #F8F8F8;
}
.nav-tabs.nav-dark > li > a:hover {
	border-color: #333 #333 #111;
	background-color: #777777;
}
.nav-tabs.nav-dark > .active > a,
.nav-tabs.nav-dark > .active > a:hover {
	color: #ffffff;
	background-color: #555555;
	border: 1px solid #222;
	border-bottom-color: transparent;
}
.thumbnail.pull-left {
	margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
	margin: 0 0 10px 10px;
}
.width-10 {
	width: 10px;
}
.width-20 {
	width: 20px;
}
.width-30 {
	width: 30px;
}
.width-40 {
	width: 40px;
}
.width-50 {
	width: 50px;
}
.width-60 {
	width: 60px;
}
.width-70 {
	width: 70px;
}
.width-80 {
	width: 80px;
}
.width-90 {
	width: 90px;
}
.width-100 {
	width: 100px;
}
.height-10 {
	height: 10px;
}
.height-20 {
	height: 20px;
}
.height-30 {
	height: 30px;
}
.height-40 {
	height: 40px;
}
.height-50 {
	height: 50px;
}
.height-60 {
	height: 60px;
}
.height-70 {
	height: 70px;
}
.height-80 {
	height: 80px;
}
.height-90 {
	height: 90px;
}
.height-100 {
	height: 100px;
}
hr.hr-condensed {
	margin: 10px 0;
}
.list-striped,
.row-striped {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
	border-bottom: 1px solid #ddd;
	padding: 8px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
	background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
	background-color: #f5f5f5;
}
.row-striped .row-fluid {
	width: 97%;
}
.row-striped .row-fluid [class*="span"] {
	min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
	margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.list-condensed li {
	padding: 4px 5px;
}
.row-condensed .row,
.row-condensed .row-fluid {
	padding: 4px 5px;
}
.list-bordered,
.row-bordered {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.radio.btn-group input[type=radio] {
	display: none;
}
.radio.btn-group > label:first-of-type {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
	padding-left: 0;
}
.iframe-bordered {
	border: 1px solid #ddd;
}
.tab-content {
	overflow: visible;
}
.tabs-left .tab-content {
	overflow: auto;
}
.nav-tabs > li > span {
	display: block;
	margin-right: 2px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-micro {
	padding: 1px 4px;
	font-size: 10px;
	line-height: 8px;
}
.btn-group > .btn-micro {
	font-size: 10px;
}
.tip-wrap {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 100;
}
.page-header {
 
	padding-bottom: 5px;
}
.input-prepend .chzn-container-single .chzn-single,
.input-append .chzn-container-single .chzn-single {
	border-color: #ccc;
	height: 26px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-prepend .chzn-container-single .chzn-drop,
.input-append .chzn-container-single .chzn-drop {
	border-color: #ccc;
}
.input-prepend > .add-on,
.input-append > .add-on {
	vertical-align: top;
}
.input-prepend .chzn-container-single .chzn-single {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}
.input-append .chzn-container-single .chzn-single {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
}
.input-prepend.input-append .chzn-container-single .chzn-single,
.input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.form-vertical .control-label {
	float: none;
	width: auto;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
}
.form-vertical .controls {
	margin-left: 0;
}
.width-auto {
	width: auto;
}
.btn-group .chzn-results {
	white-space: normal;
}
.accordion-body.in:hover {
	overflow: visible;
}
.invalid {
	color: #9d261d;
	font-weight: bold;
}
input.invalid {
	border: 1px solid #9d261d;
}
.tooltip {
	max-width: 400px;
}
.tooltip-inner {
	max-width: none;
	text-align: left;
	text-shadow: none;
}
th .tooltip-inner {
	font-weight: normal;
}
.tooltip.hasimage {
	opacity: 1;
}
.tip-text {
	text-align: left;
}
.btn-group > .btn + .dropdown-backdrop + .btn {
	margin-left: -1px;
}
.btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.dropdown-menu {
	text-align: left;
}
div.modal {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 580px;
	margin-left: -280px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
div.modal.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%;
}
div.modal.fade.in {
	top: 10%;
}
.modal-batch {
	overflow-y: visible;
}
@media (max-width: 767px) {
	div.modal {
		position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		width: auto;
		margin: 0;
	}
	div.modal.fade {
		top: -100px;
	}
	div.modal.fade.in {
		top: 20px;
	}
}
@media (max-width: 480px) {
	div.modal {
		top: 10px;
		left: 10px;
		right: 10px;
	}
}

 
 
 .blog h2  {
color: #d44444;   display: inline-block;  width: 72% !important;
    font-family: 'Oswald',sans-serif;
    font-size: 1.7em;text-indent: 14px;
    margin: 11px 0px 0px 0px;
float:right;	}
 .blog{
 margin-top:120px; color: #fff;
 
    font-size: 14px
 }
  .blog{
  padding:10px;
  }
  .article-info-term{
  display:none;}
  
   .blog .page-header{
   margin-bottom:0px!important;
   padding-bottom:0px!important;
   }
   .icon-chevron-right{
   display:none!important;}
  
  
  
   .published::before {
background: #e2e6e8 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: -32px;
    top: 31px;
    transition: all 0.5s ease-in-out 0s;
    width: 31px;
    z-index: 12;
}
  .published {
    background: #f1f5f8 none repeat scroll 0 0;
    border: 1px solid #e2e6e8;
    border-radius: 3px;
    color: #5f83a2;
    display: block;
    height: 65px;
    left: -105px;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 100px;
}
  
 dl{
 margin-bottom:0px!important;
 } 
  
  
  .leading-0{
  width:100%;
  padding:0px;  transition: all 0.5s ease-in-out 0s;
  margin:auto auto 10px auto;  border:1px solid #e2e6e8;
  overflow:hidden;
  }
  
    .leading-1{
  width:100%;  transition: all 0.5s ease-in-out 0s;
  padding:0px;  margin:auto auto 10px auto;
  border:1px solid #e2e6e8;
  margin:auto auto 10px auto; 
  overflow:hidden;
  }
  
    .leading-2{
  width:100%;  transition: all 0.5s ease-in-out 0s;
  padding:0px;  margin:auto auto 10px auto;
  border:1px solid #e2e6e8;
  overflow:hidden;
  }
  
    .leading-3{
  width:100%;  transition: all 0.5s ease-in-out 0s;
  padding:0px;  margin:auto auto 10px auto;
   border:1px solid #e2e6e8;
  overflow:hidden;
  }
  
    .leading-4{
  width:100%;  transition: all 0.5s ease-in-out 0s;
  padding:0px;  border:1px solid #e2e6e8;
   margin:auto auto 10px auto;
  overflow:hidden;
  }
  
  
    .leading-5{
  width:100%;  transition: all 0.5s ease-in-out 0s;
  padding:0px;
  margin:auto auto 10px auto;  border:1px solid #e2e6e8;
  overflow:hidden;
  }
  
  
.blog_rmstesti .leading-0{
  width:auto!important;
  padding:0px!important; transition: all 0.5s ease-in-out 0s;
  margin:auto!important;  border:none!important;
  overflow:hidden;
}



.blog_rmstesti .leading-1{
  width:auto!important;
  padding:0px!important; transition: all 0.5s ease-in-out 0s;
  margin:auto!important;  border:none!important;
  overflow:hidden;
}

.blog_rmstesti .leading-2{
  width:auto!important;
  padding:0px!important; transition: all 0.5s ease-in-out 0s;
  margin:auto!important;  border:none!important;
  overflow:hidden;
}

.blog_rmstesti .leading-3{
  width:auto!important;
  padding:0px!important; transition: all 0.5s ease-in-out 0s;
  margin:auto!important;  border:none!important;
  overflow:hidden;
}
  .blog_rmstesti .leading-4{
  width:auto!important;
  padding:0px!important; transition: all 0.5s ease-in-out 0s;
  margin:auto!important;  border:none!important;
  overflow:hidden;
}
  .blog_rmstesti .leading-5{
  width:auto!important;
  padding:0px!important; transition: all 0.5s ease-in-out 0s;
  margin:auto!important;  border:none!important;
  overflow:hidden;
}.blog_rmstesti .leading-6{
  width:auto!important;
  padding:0px!important; transition: all 0.5s ease-in-out 0s;
  margin:auto!important;  border:none!important;
  overflow:hidden;
}
  .blog_rmstesti .leading-7{
  width:auto!important;
  padding:0px!important; transition: all 0.5s ease-in-out 0s;
  margin:auto!important;  border:none!important;
  overflow:hidden;
}
  
  .blog_rmstesti .leading-8{
  width:auto!important;
  padding:0px!important; transition: all 0.5s ease-in-out 0s;
  margin:auto!important;  border:none!important;
  overflow:hidden;
}
  
  .blog_rmstesti .leading-0:hover{
background:none!important;}
.blog_rmstesti .leading-1:hover{
background:none!important;}
.blog_rmstesti .leading-2:hover{
background:none!important;}
.blog_rmstesti .leading-3:hover{
background:none!important;}
.blog_rmstesti .leading-4:hover{
background:none!important;}
.blog_rmstesti .leading-5:hover{
background:none!important;}
.blog_rmstesti .leading-6:hover{
background:none!important;}
.blog_rmstesti .leading-7:hover{
background:none!important;}
.blog_rmstesti .leading-8:hover{
background:none!important;}
   
   .blog .page-header{
   margin-top:0px;
   }
   
      .leading-0:hover{
   background:#f2f2f2;
   color:#000;}
      .leading-0:hover h2{
	  color:#006DCC;}
	  
	    .leading-0:hover p{
	  color:#303030!important;}
	  
	  .leading-0:hover .published{
	  background:#ff3600;
	  color:#fff;
	  border:1px solid #fff;border-radius: 3px;
	  }
	  
	  .leading-0:hover .btn{
	  background:#ff3600;
	  color:#fff!important;
	  }
	    .leading-0 .btn{
		border:1px solid #ff3600!important;
		color:#ff3600!important;}
		
		
		
		
		
		
		
		.leading-1:hover{
   background:#f2f2f2;
   color:#000;}
      .leading-1:hover h2{
	  color:#006DCC;}
	  
	    .leading-1:hover p{
	  color:#303030!important;}
	  
	  .leading-1:hover .published{
	  background:#ff3600;
	  color:#fff;
	  border:1px solid #fff;border-radius: 3px;
	  }
	  
	  .leading-1:hover .btn{
	  background:#ff3600;
	  color:#fff!important;
	  }
	    .leading-1 .btn{
		border:1px solid #ff3600!important;
		color:#ff3600!important;}
		
		
		
		
		
		.leading-2:hover{
   background:#f2f2f2;
   color:#000;}
      .leading-2:hover h2{
	  color:#006DCC;}
	  
	    .leading-2:hover p{
	  color:#303030!important;}
	  
	  .leading-2:hover .published{
	  background:#ff3600;
	  color:#fff;
	  border:1px solid #fff;border-radius: 3px;
	  }
	  
	  .leading-2:hover .btn{
	  background:#ff3600;
	  color:#fff!important;
	  }
	    .leading-2 .btn{
		border:1px solid #ff3600!important;
		color:#ff3600!important;}
   
   
   
   
   
   
   
   
   
   .leading-3:hover{
   background:#f2f2f2;
   color:#000;}
      .leading-3:hover h2{
	  color:#006DCC;}
	  
	    .leading-3:hover p{
	  color:#303030!important;}
	  
	  .leading-3:hover .published{
	  background:#ff3600;
	  color:#fff;
	  border:1px solid #fff;border-radius: 3px;
	  }
	  
	  .leading-3:hover .btn{
	  background:#ff3600;
	  color:#fff!important;
	  }
	    .leading-3 .btn{
		border:1px solid #ff3600!important;
		color:#ff3600!important;}
		
		
		
		
		
		
		
		
		
		.leading-4:hover{
   background:#f2f2f2;
   color:#000;}
      .leading-4:hover h2{
	  color:#006DCC;}
	  
	    .leading-4:hover p{
	  color:#303030!important;}
	  
	  .leading-4:hover .published{
	  background:#ff3600;
	  color:#fff;
	  border:1px solid #fff;border-radius: 3px;
	  }
	  
	  .leading-4:hover .btn{
	  background:#ff3600;
	  color:#fff!important;
	  }
	    .leading-4 .btn{
		border:1px solid #ff3600!important;
		color:#ff3600!important;}
		
		
		
		
		
		
		
		
		
		
		.leading-5:hover{
   background:#f2f2f2;
   color:#000;}
      .leading-5:hover h2{
	  color:#006DCC;}
	  
	    .leading-5:hover p{
	  color:#303030!important;}
	  
	  .leading-5:hover .published{
	  background:#ff3600;
	  color:#fff;
	  border:1px solid #fff;border-radius: 3px;
	  }
	  
	  .leading-5:hover .btn{
	  background:#ff3600;
	  color:#fff!important;
	  }
	    .leading-5 .btn{
		border:1px solid #ff3600!important;
		color:#ff3600!important;}
		
		
		
		
		
		
		
		
		.leading-6:hover{
   background:#f2f2f2;
   color:#000;}
      .leading-6:hover h2{
	  color:#006DCC;}
	  
	    .leading-6:hover p{
	  color:#303030!important;}
	  
	  .leading-6:hover .published{
	  background:#ff3600;
	  color:#fff;
	  border:1px solid #fff;border-radius: 3px;
	  }
	  
	  .leading-6:hover .btn{
	  background:#ff3600;
	  color:#fff!important;
	  }
	    .leading-6 .btn{
		border:1px solid #ff3600!important;
		color:#ff3600!important;}
		
		
		._rmsblog h2{ color: #d44444;
    display: inline-block;
  
    font-family: "Oswald",sans-serif;
    font-size: 1.7em;
    margin: 11px 0 0;
    text-indent: 14px;
    width: 72% !important;
		}
		
		
			._rmsblog h3{ color: #d44444!important;
    display: inline-block;
  
    font-family: "Oswald",sans-serif!important;
    font-size: 1.7em!important;
    margin: 11px 0 0!important;
    text-indent: 14px!important;
    width: 72% !important;
		}
		
		
  
/* blog css----------------------------------------------------------------------------------------------------------*/
	
	
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	
	#main-menu_inner{
	position:relative;
	z-index:9999;
	}
	
		.contct_rite{
	margin-top:0px;}
	
	
	.footer_sec_3{
	width:auto;
	}
	
		#portfolio{
	background:url("../images/slide_bg_3.jpg") no-repeat fixed center 0 / cover; 
	
	}
	
	.trn_bx{    min-height: inherit!important;
    overflow: hidden;
	
	}
	
	
	.reg_bx{
margin-top:0px;
width:99%;
}
.req{font-size: 15px;

}
.navbar-collapse{
background:none;

}	
 
	.dj-select{
	width:99%;
	border:1px solid #000;
	
	}
	.header{
	position:static;
	}
	
	#main-menu{
	position:relative;
	z-index:9999;
	}
	#intro{
	margin-top:0px; height: auto;
	
	}
	
	.fact_img_bx{
  width: 90%;
  margin-bottom:0px!important;
  
  }
	.fact_img_bx img{
	max-width:100%;
	}
	
	
	#section-1 h3{
	width:99%;
	}
	
	#section-1 p{width:99%;
	}
	
	#why{
	padding:0px;
	}
	
	#why ul{width:99%;
	}
	
	#why h3{	
	width:99%;
		}
		
		
	#why ul li{
	min-height:inherit; width: 99%;
	}
	
	


	
	#web{	padding:0px;
	
	}
	
	
	.web_lft {
    float: left;
    width: 49%;
}
	.h3-class{  margin: 21px 0 0;
	}
	.web_lft_l {
 
    width: 64%;
}
	.web_lft_r {
    float: right;
    margin-bottom: 40px;
    width: 60%;
}


.web_right {
    float: right;
    width: 49%;
}
	.web_lft_r H2{  text-align: left;
	}
	
	
	#app .web_lft_l {
    color: #a8a8a8;
    width: 62%;
}
	
#app .web_lft_r {
    color: #a8a8a8;
    width: 57%;
}

.emo-bx {
 
 
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}


.lft_img_trn {
    float: none;
    font-size: 14px;
    margin: auto;
    padding: 10px 0;
    position: relative;
    width: 92%;
    z-index: 1111;
}

#training{   padding: 0;
}
	
	
.trn_bx {
    border: 1px solid #75d030;
    float: none;
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    width: 76%;
}	
	
	.trn_bx_main{    width: 99%;
	}
	
	
	.lft_img_bx_grn{
	max-width:100%;
}
	#training{	height:auto;
	}
	.page-header{
	margin-top:0px;}
	
	.contct_lft {
    float: left;
    width: 99%;
}
.contct_rite {
    float: left;
    width: 99%;
}

._rfq{
    width: 99%!important;

}

._rmquote{
margin-top:0px;}


.published{
top: -69px;left: 24px;
}


.pull-left{
    width: 99%;
}

.pull-left img{max-width:100%;}


._rmsblog p {
    width: 93%;
}

.andr_trn_detl{
margin-top:0px;}



	
	
	
	
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	
	 
	
	
	
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#main-menu_inner{
	position:relative;
	z-index:9999;
	}
	
		.contct_rite{
	margin-top:0px;}
	
	
	.footer_sec_3{
	width:auto;
	}
	
		#portfolio{
	background:url("../images/slide_bg_3.jpg") no-repeat fixed center 0 / cover; 
	
	}
	
	.trn_bx{    min-height: inherit!important;
    overflow: hidden;
	
	}
	
	
	.reg_bx{
margin-top:0px;
width:99%;
}
.req{font-size: 15px;

}
.navbar-collapse{
background:none;

}	
 
	.dj-select{
	width:99%;
	border:1px solid #000;
	
	}
	.header{
	position:static;
	}
	
	#main-menu{
	position:relative;
	z-index:9999;
	}
	#intro{
	margin-top:0px; height: auto;
	
	}
	
	.fact_img_bx{
  width: 90%;
  margin-bottom:0px!important;
  
  }
	.fact_img_bx img{
	max-width:100%;
	}
	
	
	#section-1 h3{
	width:99%;
	}
	
	#section-1 p{width:99%;
	}
	
	#why{
	padding:0px;
	}
	
	#why ul{width:99%;
	}
	
	#why h3{	
	width:99%;
		}
		
		
	#why ul li{
	min-height:inherit; width: 99%;
	}
	
	


	
	#web{	padding:0px;
	
	}
	
	
	.web_lft {
    float: left;
    width: 99%;
}
	.h3-class{  margin: 21px 0 0;
	}
	.web_lft_l {
 
    width: 64%;
}
	.web_lft_r {
    float: right;
    margin-bottom: 40px;
    width: 60%;
}


.web_right {
    float: right;
    width: 99%;
}
	.web_lft_r H2{  text-align: left;
	}
	
	
	#app .web_lft_l {
    color: #a8a8a8;
    width: 62%;
}
	
#app .web_lft_r {
    color: #a8a8a8;
    width: 57%;
}

.emo-bx {
 
 
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}


.lft_img_trn {
    float: none;
    font-size: 14px;
    margin: auto;
    padding: 10px 0;
    position: relative;
    width: 92%;
    z-index: 1111;
}

#training{   padding: 0;
}
	
	
.trn_bx {
    border: 1px solid #75d030;
    float: none;
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    width: 76%;
}	
	
	.trn_bx_main{    width: 99%;
	}
	
	
	.lft_img_bx_grn{
	max-width:100%;
}
	#training{	height:auto;
	}
	.page-header{
	margin-top:0px;}
	
	.contct_lft {
    float: left;
    width: 99%;
}
.contct_rite {
    float: left;
    width: 99%;
}

._rfq{
    width: 99%!important;

}

._rmquote{
margin-top:0px;}


.published{
top: -69px;left: 24px;
}


.pull-left{
    width: 99%;
}

.pull-left img{max-width:100%;}


._rmsblog p {
    width: 93%;
}

.andr_trn_detl{
margin-top:0px;}



	
	
	
	
	
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	.blog_rmstesti{
	margin-top:0px;
	
	}
	#main-menu_inner{
	position:relative;
	z-index:9999;
	}
	
	.contct_rite{
	margin-top:0px;}
	
	.footer_sec_3{
	width:auto;
	}
	
	#portfolio{
	background:url("../images/slide_bg_3.jpg") no-repeat fixed center 0 / cover; 
	
	}
	
	.trn_bx{    min-height: inherit!important;
    overflow: hidden;
	
	}
.reg_bx{
margin-top:0px;
width:99%;
}
.req{font-size: 15px;

}
.navbar-collapse{
background:none;

}	
 
	.dj-select{
	width:99%;
	border:1px solid #000;
	
	}
	.header{
	position:static;
	}
	
	#main-menu{
	position:relative;
	z-index:9999;
	}
	#intro{
	margin-top:0px; height: auto;
	
	}
	
	.fact_img_bx{
  width: 90%;
  margin-bottom:0px!important;
  
  }
	.fact_img_bx img{
	max-width:100%;
	}
	
	
	#section-1 h3{
	width:99%;
	}
	
	#section-1 p{width:99%;
	}
	
	#why{
	padding:0px;
	}
	
	#why ul{width:99%;
	}
	
	#why h3{	
	width:99%;
		}
		
		
	#why ul li{
	min-height:inherit; width: 99%;
	}
	
	


	
	#web{	padding:0px;
	
	}
	
	
	.web_lft {
    float: left;
    width: 99%;
}
	.h3-class{  margin: 21px 0 0;
	}
	.web_lft_l {
 
    width: 64%;
}
	.web_lft_r {
    float: right;
    margin-bottom: 40px;
    width: 60%;
}


.web_right {
    float: right;
    width: 99%;
}
	.web_lft_r H2{  text-align: left;
	}
	
	
	#app .web_lft_l {
    color: #a8a8a8;
    width: 62%;
}
	
#app .web_lft_r {
    color: #a8a8a8;
    width: 57%;
}

.emo-bx {
 
 
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}


.lft_img_trn {
    float: none;
    font-size: 14px;
    margin: auto;
    padding: 10px 0;
    position: relative;
    width: 92%;
    z-index: 1111;
}

#training{   padding: 0;
}
	
	
.trn_bx {
    border: 1px solid #75d030;
    float: none;
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    width: 76%;
}	
	
	.trn_bx_main{    width: 99%;
	}
	
	
	.lft_img_bx_grn{
	max-width:100%;
}
	#training{	height:auto;
	}
	.page-header{
	margin-top:0px;}
	
	.contct_lft {
    float: left;
    width: 99%;
}
.contct_rite {
    float: left;
    width: 99%!important;
}

._rfq{
    width: 99%!important;

}

._rmquote{
margin-top:0px;}


.published{
top: -69px;left: 24px;
}


.pull-left{
    width: 99%;
}

.pull-left img{max-width:100%;}


._rmsblog p {
    width: 93%;
}

.andr_trn_detl{
margin-top:0px;}





	}
