h4, h5, h6,
h1, h2, h3 {
	margin: 0;
}
h2 {
	margin: 20px 0 5px 0;
	font-family: 'Cuprum', sans-serif;
}
ul, ol, li {margin: 0; padding: 0; list-style-type: none;}
p {margin: 0;padding: 0;}
body {
	margin:0;
	padding:0;
	overflow-x:hidden;
}
/* a {
	cursor: pointer;
} */
#content {
	margin-top: 15px;
	margin-bottom: 70px;
	min-height: 420px;
}
/*--fonts--*/
@font-face{
	font-family: 'Didact Gothic';
	src:url(../fonts/Didact_Gothic/DidactGothic.ttf) format('truetype');
}
/*--body--*/
.Torque-nav {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    /* padding: 15px 0px; */
	padding: 15px 0 0 0;
}
.header{
    background: url(../images/b2.jpg) center;
	/* background: url(/assets/images/big/b111.jpg); */
    background-size: cover;
	background-position: 0 0px;
    /* min-height: 415px; */
}
.header:before {
  visibility: visible;
  content: ' ';
  position: absolute;
  background: inherit;
}
a.navbar-brand{
    font-family: 'Viga', sans-serif;
    /* font-weight: 400 !important;
    font-size: 40px !important; */
	font-weight: 400 !important;
	font-size: 2vw !important;
    color: #d73739 !important;
}
#image_logo{
    display: inline-block;
    background: url(/assets/images/icon/logo.png) no-repeat;
    width : 80px;
    height : 80px;
    background-repeat:no-repeat;
    background-size:contain;
    vertical-align: top; 
    margin-top: 15px;
}
.logo {
    display: inline;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8vw !important;
	color: #D73739;
	text-decoration: none;
	padding-left: 1vw;
}
#header_align {
   display: inline-block; 
    margin-top: 22px;
}
#header_align h1 {
   display: inline;

}
.logo_align {
    display: inline-block;
}
.torq-menu>li>a {
    color: #fff !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 17px;
}
.torq-menu>li>a:hover{
    color: #8F8F8F !important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    text-decoration: none;
}
.torq-menu>li>a.active{
   color: #8F8F8F !important; 
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #8F8F8F ;
    background-color: transparent;
}
ul.dropdown-menu {
    background-color: #161616 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.dropdown-menu>li>a {
    font-weight: 300;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
     color: #000 !important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
ul.bn-in-txt {
    /* padding-top: 1em; */
	padding-bottom: 2.5em;
	width: 49%;
	display: inline-block;
	float: right;
	min-height: 166px;
}
ul#icon_list {
	/* border-radius: 5px;
	margin-top: 2em;
	padding-top: 1em;
	background-color: rgba(255,255,255,0.8); */
	padding-top: 2.5em;
	width: 49%;
	display: inline-block;
	min-height: 166px;
	font-size: 18px;
}
ul#icon_list li {
	margin: 0 0 0 0;
}
ul#icon_list img {
	width: 50px;
}
ul#icon_list .btn {
	/* color: #000; */
	font-size: 17px;
	background: none;
	padding: 2px 12px 2px 2px;
}
ul#icon_list .btn:hover span {
	/* border-color: #D73739; */
}
ul#icon_list .btn span {
	border-bottom: 1px solid;
	/* text-decoration: underline; */
}
#recall {
	position: relative;
	top: -25px;
	left: 8vw;
}
#recall a {
	border-bottom: 1px dashed;
	cursor: pointer;
	color: #fff;
}
.about-top #recall-form form {
	/* height: 100px; */
	/* background: rgba(255,255,255,0.7); */
	/* margin-bottom: -50px; */
	padding-bottom: 15px;
}
#recall-form .contact-form {
	margin: 0;
}
#recall-form input.textbox {
	background: rgba(255,255,255,0.8);
	color: #888888;
	margin: 0 0 2px 0;
	padding: 5px
}
#recall-form input.cont-btn {
	width: 100%;	
	text-align: center;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 5px;
}
#recall-form input:nth-child(1) {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
/* .about-top #recall a {
	color: #fff;
}
.about-top #recall a:hover {
	color: #D8D4D4;
} */
#recall a:hover {
	color: #8F8F8F;
	text-decoration: none;
}
div.why {
	width: 200%;
	position: relative;
	left: -86%;
	top: -25px;
	/* z-index: -999; */
	opacity: 0.85;
	height: 300px;
	background-image: url(/assets/images/big/mechanic.jpg);
	background-position: 40% -20%;
	background-size: 90%;
	background-repeat: no-repeat;
	margin: 0 0 50px 0;
}
div.why img {
	width: 80%;
}
.application {
	position: relative;
	right: -50%;
	top: 53%;
	z-index: 1000;
}
.application a {
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 26px;
	/* font-size: 2wmax; */
	cursor: pointer;
	border-bottom: 1px solid;
	text-decoration: none;
}
.cose_f h3 {
	text-align: left !important;
	font-size: 28px !important;
}
.cose_f {
	/* margin-top: -30px; */
	/* width: 50%; */
	display: inline-block !important;
}
.cose_s {
	position: relative;
	top: -8px;
	/* top: -200px;
	margin-bottom: -50px; */
	margin: 0 0 0 90px;
	width: 40%;
	display: inline-block !important;
}
.circle {
	border-radius: 20%;
	width: 430px;
	margin: 40px 20px 20px -25px;
}
#arguments {
	position: relative;
	top: -235px;
	width: 50%;
	display: inline-block !important;
	/* margin: -20px 0 0 0; */
}
#topside {
	margin-bottom: -230px;
}
#advantages img {
	width: 50px;
}
#advantages li {
	list-style-type: none;
	margin: 0 0 10px 0;
	font-family: Cuprum, sans-serif;
	font-size: 15px;
}
#advantages li div {
	display: inline-block;
	max-width: 80%;
	vertical-align: middle;
}
#advantages li div:first-child {
	margin-right: 5px;
}
img.service {
	margin: 25px 0 0 0;
	display: block;
	width: 90%;
}
p.service {
	width: 90%;
	margin: 10px 0 0 0;
	display: block;
}
.service-page{
	/* display: inline-block; */
}
#sidesomething {
	display: inline-block;
	width: 66%;
	position: relative;
	/* top: -1000px; */
	vertical-align: top;
	padding-right: 3%
}
#sidesomething p{
	padding-top: 5px;
    padding-bottom: 5px;
}
#content_block {
	display: inline-block;
	width: 100%;
	position: relative;
	/* top: -1000px; */
	vertical-align: top;
}
#content_block p{
	padding-top: 1.5vw;
    padding-bottom: 5vw;
}
#sidebar {
	display: inline-block;
	width: 30%;
	margin: 10px 0 0 0;
}
.mainpage {
	/* margin-top: -15px;
	border-top: 10px solid transparent; */
	border-bottom: 10px solid transparent;
	background-image:
        linear-gradient(#E4E4E4, #eee),
        linear-gradient(to bottom right, transparent 50.5%, #E4E4E4 50.5%),
        linear-gradient(to bottom left, transparent 50.5%, #E4E4E4 50.5%),
        linear-gradient(to top right, transparent 50.5%, #eee 50.5%),
        linear-gradient(to top left, transparent 50.5%, #eee 50.5%);
	background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
	background-position: 0 0, 10px 0, 10px 0, 10px 100%, 10px 100%;
	background-size: auto auto, 20px 20px, 20px 20px, 20px 20px, 20px 20px;
	background-clip: padding-box, border-box, border-box, border-box, border-box;
	background-origin: padding-box, border-box, border-box, border-box, border-box;
	background-color: #E4E4E4;
	background-color: hsla(0, 0%, 0%, 0);
}
#bottomside {
	padding: 0 0 70px 0;
	margin-bottom: -4em;
	border-top: 10px solid transparent;
	background-image:
        linear-gradient(#E4E4E4, #eee),
        linear-gradient(to bottom right, transparent 50.5%, #E4E4E4 50.5%),
        linear-gradient(to bottom left, transparent 50.5%, #E4E4E4 50.5%),
        linear-gradient(to top right, transparent 50.5%, #eee 50.5%),
        linear-gradient(to top left, transparent 50.5%, #eee 50.5%);
	background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
	background-position: 0 0, 10px 0, 10px 0, 10px 100%, 10px 100%;
	background-size: auto auto, 20px 20px, 20px 20px, 20px 20px, 20px 20px;
	background-clip: padding-box, border-box, border-box, border-box, border-box;
	background-origin: padding-box, border-box, border-box, border-box, border-box;
	background-color: #E4E4E4;
	background-color: hsla(0, 0%, 0%, 0);
}
#manufacturers {
	margin-top: 3px;
	/* width: 100%; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
/* #manufacturers li {
	margin: 0 30px 0 0;
	display: inline-block;
} */
#manufacturers img {
    width: 150px;
}
#parts {
    display: inline-block;
	width: 30%;
	margin: 10px 0 0 0;
}
#parts table {
	position: relative;
	top: 5px;
	/* margin: 10px 0 0 0; */
	border-spacing: 5px;
	display: block;
}
#parts table tr {
	/* border-bottom: 1px solid #787878; */
	margin: 3px 0 3px 0;
}
#parts table a {
	color: #787878;
	text-decoration: none;
}
#parts table a:hover {
	color: #787878;
}
#parts h3 {
	display: inline;
	font-family: Cuprum, sans-serif;
	font-size: 20px;
	color: #337ab7;
	border-bottom: 1px dashed;
	cursor: pointer;
}
#parts h3:hover {
	color: #e6f3ff;
}
#parts .kmu-model {
	margin: 10px 0 20px 0;
}
.total-expand,
.total-expand:hover,
.total-collapse,
.total-collapse:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
	cursor: pointer;
}
.underheader {
	margin: -9px 0 25px 0;
}
/* .products-table-price,
.products-table-stock,
.products-table-cart
 {
	display: none !important;
} */
.note {
	color: #888888;
}

ul.bn-in-txt{
    list-style-type: none;
}
ul.bn-in-txt li h2 {
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
}
ul.bn-in-txt li p{
	padding-top: 1em;
    line-height: 1.8em;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.bn-in-buttons{
    margin-top: 20px;
}
a.bn-in{
    background: #d73739;
    color: #fff;
    border: none;
    border-radius: 2px;
    display: inline-block;
    transition: 0.5s all;
	margin: 0 0 10px 0;
}
a.bn-in:hover{
    background: #Fff;
    color: #d73739;
    border: none;
    border-radius: 2px;
    display: inline-block;
    outline: none;
    transition: 0.5s all;
}
#scales {
	float: right;
	display: block;
	margin: 20px 17px 0 0;
}
/*--features--*/
.content{
    padding: 4em 0;
}
.features-section h3 {
    color: #161616;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.fet-part {
    padding: 0;
    text-align: center;
}
.feat-img {
    margin: 0 auto;
    width: 80%;
}
.help-mem {
    padding: 0px 10%;
    margin: 25px 0px;
}
.img-flt{
    float: left;
    margin-right: 25px;
    width: 15%;
}
.left-text {
    float: left;
    padding-top: 12px;
}
.left-text h4{
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 5px;
}
.left-text p {
    text-align: left;
    color: #aaa;
    font-size: 17px;
}
ul.loct-strip {
    list-style-type: none;
    margin-bottom: 20px;
}
ul.loct-strip li{
    display: inline;
    margin: 0px 9%;
    color: #aaa;
    vertical-align: middle;
}
.re-styl1 {
    color: #161616;
    font-size: 17px;
    margin-right: 5px;
}
.re-styl2{
    color: #d73739;
    font-size: 16px;
    margin-right: 5px;
}
.re-styl3{
    color: #42a5f6;
    font-size: 15px;
    margin-right: 5px;
}
.feature-img-grid h5 {
    font-size: 17px;
    padding: 0px 10%;
    line-height: 1.8em;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    color: #aaa;
    font-weight: 300;
}
.featured-companies {
    padding: 6em 0;
}
.featured-companies img {
	/* width: 200px; */
	height: 70px;
}
.featured-companies h3{
    color: #161616;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.fet-grid {
    text-align: center;
}
/*--our-team--*/
.header-bttom {
    text-align: center;
    padding: 0em 0em 3em;
}
.our-team h3 {
    color: #161616;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.tem-g {
    width: 95%;
}
/*--footer--*/
.footer{
    background: #222222;
    padding: 3em 0;
}
.head h3{
    color: #fff;
    /* text-transform: capitalize; */
    margin-bottom: 15px;
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    font-weight: 100;
}
.head ul{
    list-style-type: none;
}
.head ul li a{
    color: #9A9393;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 1.8em;
    font-size: 16px;
}
.head ul li a:hover{
    text-decoration: none;
    color: #d73739;
    transition: 0.5s all;
}
.mail_soc {
    text-align: right;
	width: 40%;
}
.foot {
	width: 20%;
}
input.mail2 {
    border: none;
    padding: 7px;
    display: inline-block;
    width: 220px;
    margin-bottom: 15px;
    outline: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
}
.re_dsgn6 {
    border: none;
    border-radius: 0;
    padding: 7px;
    outline: none;
    margin: -2px 0px 0px -5px;
    background-color: #d73739;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    transition: 0.5s all;
}
.re_dsgn6:hover{
    background: #8F8F8F;
    color: #fff;
    transition:0.5s all;
    outline: none;
}
.form_data h3 {
    color: #fff;
    /* text-transform: capitalize; */
    margin-bottom: 15px;
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    font-weight: 100;
}
.social p {
    color: #9A9393;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 1.8em;
    font-size: 16px;
    /* text-transform: capitalize; */
}
.div2 {
    text-align: center;
}
.div2 {
    margin-top: 20px;
    text-align: center;
}
.social {
    /* padding: 10px 70px 0px 0px; */
}
.social ul{
    list-style-type: none;
}
.social ul li{
    display: inline-block;
}
.social ul li a{
    background: url(../images/soc.png);
    width: 30px;
    height: 30px;
    display: inline-block;
}
.social ul li a.face{
    background-position: 0px -30px;
}
.social ul li a.face:hover{
    background-position: 0px 0px;
}
.social ul li a.twit{
    background-position: -30px -30px;
}
.social ul li a.twit:hover{
    background-position: -30px 0px;
}
.social ul li a.gplus{
    background-position: -60px -30px;
}
.social ul li a.gplus:hover{
    background-position: -60px 0px;
}
.social ul li a.link{
    background-position: -90px -30px;
}
.social ul li a.link:hover{
    background-position: -90px 0px;
}
.div2 p {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.div2 p a {
    color: #fff;
    text-decoration: none;
}
.div2 p a:hover {
    color: #D73739;
    text-decoration: none;
}
/*--about--*/
.about-top{
    min-height: 80px;
	/* height: 80px; */
}
.about-bottom {
    text-align: center;
    padding: 3em 0;
}
.about-bottom h2{
    color: #161616;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.aprch-img-list {
    margin-bottom: 20px;
}
img.aprch-img-wid {
    width: 100%;
}
.approach-grid h3 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 15px;
    font-family: 'Ubuntu Condensed', sans-serif;
    /* text-transform: capitalize; */
    text-align: left;
    color: #161616;
}
.approach-grid p{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 17px;
    text-align: left;
    line-height: 1.8em;
    color: #aaa;
    margin-bottom: 15px;
}
.quality {
    text-align: center;
    padding: 0em 0em 3em;
}
.quality-grid {
    padding: 0;
}
.quality  h3{
    color: #161616;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.quality-grid h4 {
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 15px;
    font-family: 'Ubuntu Condensed', sans-serif;
    /* text-transform: capitalize; */
    text-align: left;
    color: #161616;
}
.quality-grid ul{
    list-style-type: none;
}
.quality-grid ul li{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 17px;
    text-align: left;
    line-height: 1.8em;
    color: #aaa;
    margin-bottom: 15px;
}
.member-grid ul{
    list-style-type: none;
}
.member-grid ul li{
    text-align: left;
    line-height: 2.5em;
}
.member-grid ul li::before{
    content: "\e072";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    margin-right: 10px;
    color: #d73739;
}
.member-grid ul li a{
    color: #aaa;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    /* text-transform: capitalize; */
    font-size: 15.3px;
}
.member-grid ul li a:hover{
    text-decoration: none;
    color:#222;
    transition: 0.5s all;
}
.memberships {
    text-align: center;
    padding: 0em 0em 3em;
}
.memberships h3{
    color: #161616;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
/*--work--*/
.work-gallery {
    text-align: center;
    padding: 10vh 0;
}
.work-gallery h3{
    color: #161616;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;

}
.gallery-indent {
    margin: 40px 10px 40px 10px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
    border: none !important;
}
.work-grid {
    padding: 1.5px;
    position: relative;
}
.rotate {
    position: absolute;
    background: rgba(0, 0, 0, 0.73);
    top: 0;
    padding:94px 131px;
    display: none;
}
.gl-icn {
    color: #fff;
    font-size: 20px;
}
.work-grid:hover .rotate{
    display: block;
}
.strap-list ul {
    list-style-type: none;
}
/*--typgraphy--*/
.typography {
    padding: 3em 0;
}
h3.hd {
    color: #161616;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
li.grid_1>h4,li.grid_2>h4,li.grid_3>h4,li.grid_4>h4,li.grid_5>h4,li.grid_6>h4,.page-header>h4{
    font-size: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    text-align: left;
    margin: 0px 0px 15px;
}
li.grid_2{
    margin-bottom: 25px;
}
.typ1 {
    margin: 0px 0px 20px;
}
.justifyfull {
    text-align: justify;
}
/*--map--*/
.cont-top {
    padding-bottom: 3em;
}
.contact{
    padding: 3em 0;
    text-align: center;
}
.contact h1{
    color: #161616;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.map h3{
    color: #161616;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
	margin-top: 50px;
    margin-bottom: 40px;
}
.map iframe{
    width: 100%;
    height: 300px;
}
input.textbox {
    width: 100%;
    margin-bottom: 30px;
    padding: 7px 7px 7px 0;
    outline: none;
    border: none;
    border-bottom: 1px solid #6D6969;
    color: #aaa;
}

/* Белый фон */

.contact-form {
	margin: 30px 40px 0 -15px;
}
.contact-form textarea{
    width: 100%;
    padding: 7px 7px 7px 0;
    resize: none;
    height: 170px;
    outline: none;
    border: none;
    border-bottom: 1px solid #6D6969;
    color: #aaa;
    margin-bottom: 20px;
}
.cont-btn {
    background-color: #d73739;
    color: #fff;
    padding: 9px 35px 7px;
    outline: none;
    border: none;
    border-radius: 0;
    text-align: left;
    display: block;
    transition: 0.5s all;
}
.cont-btn:hover{
    /* background: #42A7F7; */
	background: #005275;
    color: #fff;
    outline: none;
    border: none;
    transition: 0.5s all;
}
ul.details-top{
    list-style-type: none;
    text-align: left;
    margin-bottom: 20px;
}
ul.details-top h3,ul.adress-left h3 {
    font-family: 'Cuprum', sans-serif;
    color: #42a5f6;
    font-weight: 300;
    font-size: 23px;
    /* text-transform: capitalize; */
}
.reachus {
    margin-top: 20px;
}
ul.adress-left {
    list-style-type: none;
    text-align: left;
}
.reachus ul li {
    line-height: 2em;
    color: #aaa;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
.features-section h3,.featured-companies h3,.our-team h3,.about-bottom h2,.quality h3,.memberships h3,.work-gallery h3,h3.hd,.contact h1,.map h3{
    font-family: 'Cuprum', sans-serif;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 64px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../images/top-arrow.png) no-repeat;
}
.product {
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.product h1 {
	font-size: 21px;
}
.B_crumbBox {
	/* font-style: italic; */
	position: relative;
	text-align: left;
	color: #787878;
	margin: -10px 0 10px 0;
}
.B_crumbBox a {
	cursor: pointer;
	color: #787878;
	text-decoration: underline;
	/* border-bottom: 1px solid #787878; */
}
.B_crumbBox li {
	display: inline-block;
}
.list {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}
.question_order {
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.button_order {
	width: 200px;
	height: 20px;
	background-color: #d73739;
	color: #ffffff;
	font-size: 16px; 
	text-align: center;
    -webkit-transition: background 0.5s ease, color 0.3s ease;
    display: table;
    margin: 0 auto;
	padding: 0.5vw 1vw 0.5vw 1vw
}
#contact_button a:hover {
    color: #ffffff;
    text-decoration: none; 
    background-color : #8f8f8f;
    }
.successmessage {
    font-size: 20px;
    color: #46d737;
	font-weight: bold;
}
.successmessageerr {
    font-size: 20px;
    color: #EB0000;
	font-weight: bold;
}
.text_indent {
    text-indent: 25px;
}
/*--responsive-starts-here--*/
@media only screen and (max-width: 1024px){
		.mainpage {
		border-bottom: none;
	}
	#header_align {

        margin-top: 0px;
    }
	    #header_align h1 {
        display: block; 
    }
	
	#image_logo{
    width : 50px;
    height : 50px;
}
.logo {
	font-size: 16px !important;
}
	
	
	    a.navbar-brand {
        font-size: 26px !important;
    }
	#manufacturers {
		display: none;
	}
	ul.bn-in-txt {
		width: 99%;
		padding-bottom: 0;
	}
	#icon_list {
		padding-top: 0;
		width: 99%;
	}
	#icon_list li {
		width: 100%;
	}
	#arguments {
		position: inherit;
		width: 99%;
	}
	#recall {
		display: none;
	}
	.why {
		display: none;
	}
	.cose_s {
		position: inherit;
		width: 99%;
		margin: 20px 0 0 0;
	}
	#topside {
		margin: 0 0 25px 0;
	}
	#advantages {
		width: 99%;
	}
	#advantages li {
		width: 99%;
	}
	#advantages li div {
		max-width: 65%;
	}
	.circle {
		width: 100%;
		margin: 0;
	}
    input.mail2 {
        width: 79%;
    }
    .rotate {
        padding: 76px 106px;
        display: none;
    }
    ul.loct-strip li {
        margin: 0px 8%;
    }
    .re_dsgn6 {
        margin:-2px 0px 0px -5px;
    }
    .quality-grid h4 {
        font-size: 19px;
    }
    .approach-grid p {
        font-size: 15px;
    }
    .quality-grid ul li {
        font-size: 14px;
    }
    .member-grid ul li a {
        font-size: 14.3px;
    }
    .head ul li a {
        font-size: 14px;
    }
    .social p {
        font-size: 14px;
    }
    .rotate {
        padding: 76px 106px;
    }
    ul.details-top h3, ul.adress-left h3 {
        font-size: 19px;
    }
}
@media only screen and (max-width: 800px){
    .header {
        min-height: 450px;
    }
    a.navbar-brand {
        font-size: 24px !important;
    }
    ul.bn-in-txt {
        padding-top: 6em;
    }
    ul.bn-in-txt li h2 {
        font-size: 35px;
    }
    ul.bn-in-txt li p {
        font-size: 18px;
    }
    .fet-part {
        padding: 0;
        text-align: center;
        float: left;
        width: 50%;
    }
    .features-section h3, .featured-companies h3, .our-team h3, .about-bottom h2, .quality h3, .memberships h3, .work-gallery h3, h3.hd, .contact h1, .map h3 {
        font-size: 29px;
    }
    ul.loct-strip li {
        margin: 0px 3%;
    }
    .feature-img-grid h5 {
        font-size: 15px;
    }
    .fet-grid {
        width: 25%;
        float: left;
    }
    img.cmpany-img {
        width: 75%;
    }
    .head {
        width: 25%;
        float: left;
    }
    .mail_soc {
        width: 25%;
        float: left;
    }
    input.mail2 {
        width: 74%;
        padding: 5px;
        font-size: 13px;
    }
    .re_dsgn6 {
        padding: 5px;
        font-size: 13px;
        margin: -1px 0px 0px -5px;
    }
    .social ul li a {
        background: url(../images/soc.png);
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 306px;
    }
    .social ul li a.face {
        background-position: 0px -17px;
    }
    .social ul li a.face:hover {
        background-position: 0px 1px;
    }
    .social ul li a.twit {
        background-position: -19px -17px;
    }
    .social ul li a.twit:hover {
        background-position: -19px 1px;
    }
    .social ul li a.gplus {
        background-position: -36px -17px;
    }
    .social ul li a.gplus:hover{
        background-position: -36px 1px;
    }
    .social ul li a.link {
        background-position: -56px -17px;
    }
    .social ul li a.link:hover {
        background-position: -56px 1px;
    }
    .about-top {
        min-height: 80px;
    }
    .member-grid {
        width: 50%;
        float: left;
    }
    .rotate {
        padding: 55px 78.5px;
    }
}
@media only screen and (max-width: 768px){
    .header {
        min-height: 450px;
    }
    a.navbar-brand {
        font-size: 30px !important;
    }
	.logo {
	padding-left: 2vw;
	}
    ul.bn-in-txt {
        padding-top: 6em;
    }
    ul.bn-in-txt li h2 {
        font-size: 35px;
    }
    ul.bn-in-txt li p {
        font-size: 18px;
    }
    .fet-part {
        padding: 0;
        text-align: center;
        float: left;
        width: 50%;
    }
    .features-section h3, .featured-companies h3, .our-team h3, .about-bottom h2, .quality h3, .memberships h3, .work-gallery h3, h3.hd, .contact h1, .map h3 {
        font-size: 29px;
    }
    ul.loct-strip li {
        margin: 0px 3%;
    }
    .feature-img-grid h5 {
        font-size: 15px;
    }
    .fet-grid {
        width: 25%;
        float: left;
    }
    img.cmpany-img {
        width: 75%;
    }
    .head {
        width: 25%;
        float: left;
    }
    .mail_soc {
        width: 25%;
        float: left;
    }
    input.mail2 {
        width: 74%;
        padding: 5px;
        font-size: 13px;
    }
    .re_dsgn6 {
        padding: 5px;
        font-size: 13px;
        margin: -1px 0px 0px -5px;
    }
    .social ul li a {
        background: url(../images/soc.png);
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 306px;
    }
    .social ul li a.face {
        background-position: 0px -17px;
    }
    .social ul li a.face:hover {
        background-position: 0px 1px;
    }
    .social ul li a.twit {
        background-position: -19px -17px;
    }
    .social ul li a.twit:hover {
        background-position: -19px 1px;
    }
    .social ul li a.gplus {
        background-position: -36px -17px;
    }
    .social ul li a.gplus:hover{
        background-position: -36px 1px;
    }
    .social ul li a.link {
        background-position: -56px -17px;
    }
    .social ul li a.link:hover {
        background-position: -56px 1px;
    }
    .about-top {
        min-height: 80px;
    }
    .member-grid {
        width: 50%;
        float: left;
    }
}
@media only screen and (max-width: 736px){
    .header {
        min-height: 355px;
        position: relative;
        padding-top: 7%;
    }
	.logo {
	padding-left: 2vw;
	}
    .Torque-nav {
        position: absolute;
        top: 0%;
        width: 100%;
        z-index: 999;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.62);
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #d73739;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle {
        border-color: #d73739;
        border-radius: 0;
    }
    .social {
        padding: 10px 0px 0px;
    }
    ul.dropdown-menu {
        text-align: center;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
        color: #8F8F8F !important;
    }
    .about-top {
        min-height: 80px;
    }
    .approach-grid {
        width: 33.33333%;
        float: left;
    }
    .quality-grid {
        width: 100%;
    }
    .quality-grid:nth-child(2){
        width: 100%;
        margin-top: 20px;
    }
    .rotate {
        padding: 52px 74.5px;
    }
}
@media only screen and (max-width: 640px){
    ul.loct-strip li {
        margin: 0px 1%;
    }
    a.navbar-brand {
        font-size: 27px !important;
    }
    ul.bn-in-txt li h2 {
        font-size: 30px;
    }
    ul.bn-in-txt {
        padding-top: 5em;
    }
    input.mail2 {
        width: 73%;
    }
    .featured-companies {
        padding: 4em 0;
    }
    .features-section h3, .featured-companies h3, .our-team h3, .about-bottom h2, .quality h3, .memberships h3, .work-gallery h3, h3.hd, .contact h1, .map h3 {
        font-size: 27px;
    }
    .content {
        padding: 3em 0;
    }
    .features-section h3, .featured-companies h3, .our-team h3, .about-bottom h2, .quality h3, .memberships h3, .work-gallery h3, h3.hd, .contact h1, .map h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .rotate {
        padding: 43px 62.5px;
    }
    .map iframe {
        width: 100%;
        height: 260px;
    }
}
@media only screen and (max-width: 480px){
	#image_logo {
        width: 20vw;
		height 20vw;
		margin-top: 20px;
    }
	.logo {
	    font-size: 5vw !important;
		padding-left: 5vw;
	}
    a.navbar-brand {
        font-size: 6vw !important;
    }
    .img-flt {
        margin-right: 0px;
        width: 24%;
    }
    .left-text p {
        font-size: 14px;
    }
    .left-text {
        padding-top: 6px;
    }
    .left-text h4 {
        font-size: 12px;
        margin: 0px 0px 0px;
    }
    ul.loct-strip {
        text-align: left;
    }
    ul.loct-strip li {
        margin: 0;
        margin-left: 10%;
        text-align: left;
        line-height: 1.8em;
        display: block;
    }
    img.cmpany-img {
        width: 100%;
    }
    .head {
        width: 33.3333%;
        float: left;
    }
    .member-grid {
        width: 100%;
        float: left;
    }
    .mail_soc {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .approach-grid {
        width: 100%;
        float: left;
    }
    .quality-grid h4 {
        font-size: 17px;
        line-height: 1.8em;
    }
    .rotate {
        padding: 68px 97px;
    }
    .work-grid {
        width: 50%;
    }
}
@media only screen and (max-width: 414px){
    .head {
        width: 33.3333%;
        float: left;
    }
	    #image_logo {
        width: 15vw;
		height 15vw;
    }
	#logo {
	    font-size: 4vw !important;
		padding-left: 3vw;
	}
    a.navbar-brand {
        font-size: 5vw !important;
    }
    .mail_soc {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .fet-part {
        float: none;
        width: 100%;
    }
    .fet-part:nth-child(2) {
        margin-top: 20px;
    }
    .fet-grid {
        width: 50%;
        float: left;
    }
    .approach-grid {
        width: 100%;
        float: left;
    }
    .member-grid {
        width: 100%;
        float: left;
    }
    ul.loct-strip li {
        margin: 0px 5%;
        text-align: left;
        line-height: 1.8em;
        display: inline-block;
    }
    .quality-grid h4 {
        font-size: 17px;
        line-height: 2em;
    }
    .work-grid{
        width: 50%;
    }
    .rotate {
        padding: 56px 80px;
    }
}
@media screen and (max-width: 380px){
    #image_logo {
        display: none;
    }
	#logo {
	    font-size: 6vw !important;
		padding-left: 3vw;
	}
    a.navbar-brand {
        font-size: 7vw !important;
    }
    ul.bn-in-txt li h2 {
        font-size: 22px;
        line-height: 1.5em;
    }
    img.aprch-img-wid {
        width: 80%;
    }
    .approach-grid h3 {
        text-align: center;
    }
    .approach-grid p {
        text-align: center;
    }
    .member-grid {
        padding: 0;
    }
    ul.bn-in-txt li p {
        font-size: 14px;
        line-height: 2em;
    }
    .torq-menu>li>a {
        color: #fff !important;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        font-size: 15px;
        padding: 5px 0px;
    }
    .header {
        min-height: 240px;
        position: relative;
        padding-top: 0%;
    }
    ul.bn-in-txt {
        padding-top: 6em;
    }
    .about-top{
        min-height: 80px;
    }
    .bn-in-buttons {
        margin-top: 5px;
    }
    a.bn-in {
        background: #d73739;
        color: #fff;
        border: none;
        border-radius: 2px;
        display: inline-block;
        font-size: 10px;
        padding: 4px 10px;
    }
    .features-section h3, .featured-companies h3, .our-team h3, .about-bottom h2, .quality h3, .memberships h3, .work-gallery h3, h3.hd, .contact h1, .map h3 {
        font-size: 22px;
    }
    .feat-img {
        margin: 0 auto;
        width: 100%;
    }
    .help-mem {
        padding: 0px 0%;
        margin: 25px 0px;
    }
    .left-text h4 {
        font-size: 15px;
    }
    .left-text p {
        font-size: 16px;
    }
    ul.loct-strip li {
        margin: 0px 2.5%;
        text-align: left;
        line-height: 1.8em;
        display: inline-block;
        font-size: 12px;
    }
    .re-styl1,.re-styl2,.re-styl3 {
        font-size: 15px;
    }
    .feature-img-grid h5 {
        font-size: 13.5px;
        padding: 0px 4%;
    }
    .div2 p {
        font-size: 13px;
    }
    .rotate {
        padding: 89.5px 125px;
    }
    .work-grid {
        width: 100%;
    }
	#footer_company li a {
	font-size: 4vw;
	}
	#footer_company h3 {
	font-size: 4.5vw;
	}
	#footer_articles li a {
	font-size: 4vw;
	}
    #footer_articles h3 {
	font-size: 4.5vw;
	}
	#footer_gallery li a {
	font-size: 4vw;
	}
    #footer_gallery h3 {
	font-size: 4.5vw;
	}
	#sidebar {
    display: block;
	width: 100%;
	margin: 10px 0 0 0;
    }
    #parts {
    display: block;
	width: 100%;
	margin: 10px 0 0 0;
    }
	#sidesomething {
	display: inline-block;
	width: 100%;
	position: relative;
	/* top: -1000px; */
	vertical-align: top;
	padding-right: 3%
	}
}

.stuff {
    display: block;
}
#rig {
    max-width:900px;
    margin:0 auto; /*center aligned*/
    padding:0;
    font-size:0; /* Remember to change it back to normal font size if have captions */
    list-style:none;
}
#rig li {
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    width:25%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    padding:0;
}
        
/* The wrapper for each item */
.rig-cell {
    margin:12px;
    box-shadow:0 0 6px rgba(0,0,0,0.3);
    display:block;
    position: relative;
    overflow:hidden;
}
        
/* If have the image layer */
.rig-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}

#rig li:hover :hover .rig-img {
    transform:scale(1.05);
}
        
/* If have the overlay layer */
.rig-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #8f8f8f url(img/link.png) no-repeat center 20%;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0);/*For IE6 - IE8*/
    transition:all 0.6s;
}
#rig li:hover .rig-overlay {
    opacity:0.8;
}

/* If have captions */
.rig-text {
    display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:capitalize;
    font-size:18px;
    font-weight:bold;
    font-family: 'Oswald', sans-serif;
    font-weight:normal!important;
    top:40%;
    color:white;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
}
#rig li:hover .rig-text {
    transform:translateY(0px);
    opacity:0.9;
}

@media (max-width: 9000px) {
    #rig li {
        width:25%;
    }
}

@media (max-width: 700px) {
    #rig li {
        width:33.33%;
    }
}

@media (max-width: 550px) {
    #rig li {
        width:50%;
    }
}

.fancybox-stage{
	cursor:auto !important;
}
.fancybox-stage h3{
	color: #393939;
    font-size: 1.6em;
}
.fancybox-stage p{
	color: #757575;
	text-align: center;
    font-size: 0.8em;
}

.fancybox-stage input {
  border: 0;
  margin: 1em 0px;
  width: 100%;
  padding: 10px;
  border-bottom: 2px solid #30348b;
  background: none;
  display: block;
  color: #393939;
	border-radius: 0;

}
.fancybox-stage textarea {
  border: 0;
  width: 100%;
  height: 100px;
  display: block;
  margin-left: 0px;
  background: none;
  padding: 10px;
  border-bottom: 2px solid #30348b;
  color: #393939;
	border-radius: 0;
}

.fancybox-stage .req{
		position:relative;
}


.fancybox-stage .req:before {
    content: "*";
    color: #bdbcbc;
    position: absolute;
    top: 9px;
    right: 10px;
}
.fancybox-stage .mybtn {
	margin: 1em auto;
    border: 2px solid #30348b;
    color: #30348b;
    background: #fff;
    padding: 14px 10px;
    float: right;
	cursor:pointer;
}
.fancybox-stage .mybtn:hover {
  color: #fff;
  background: #30348b;
}
.fancybox-stage .review__modal{
	width: auto;
    padding: 40px 50px 20px 50px;	  
}