/*---------------------------------------
   1. IMPORT GOOGLE WEB FONTS                
-----------------------------------------*/


@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700,300);
/* --------------------------------------
=========================================
   2. GLOBAL STYLES
=========================================
-----------------------------------------*/

/*---------------------------------------
   2.1 GENERAL STYLES                
-----------------------------------------*/

html {
	font-size: 100%;
}

body {
	background: #FFFFFF url(../images/header_bg.png) repeat;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #434343;
	line-height: 1.5;
	font-weight:300;
	text-align: left;
	overflow-x: hidden !important;
	margin: auto !important;
}

/*---------------------------------------
   2.2 PRE LOADER              
-----------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

.status {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	margin: -20px 0 0 -20px;
}

/*---------------------------------------
   2.3 ANCHOR AND BOLD TEXT           
-----------------------------------------*/
a {
	text-decoration: none;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: inherit;
	color: inherit;
}

strong {
	font-weight: 700;
}

.strong {
	font-weight: 700;
}


/*---------------------------------------
   2.4 MISC FIXES         
-----------------------------------------*/
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol {
	padding-left: 0 !important;
}

li {
	list-style: none;
}

/* --------------------------------------
=========================================
   3. COMPONENTS 
=========================================
-----------------------------------------*/

		#section0 img{width:100%; height:auto;}
		.page-slider { float:left; width:100%; margin:0px; padding:0px; max-height:428px; }
		.page-slider li { display:block; width:100%; float:left; margin:0px; padding:0px; }
		.page-slider li img { max-width:100%;  margin-bottom:0px; }
		.bx-pager {display:none;}
		
		
/*---------------------------------------
   3.1 BACKGROUND COLORS AND LINE               
-----------------------------------------*/

.dark-bg {
	background: #323232;
	color: #ffffff;
}

.color-bg {
	color: #ffffff;
}

.bgcolor-2 {
	background: #f7f8fa;
}

.bgcolor-white {
	background: #ffffff;
}

.colored-line {
	height: 1px;
	width: 70px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*---------------------------------------
   3.2 TYPOGRAPHY               
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #434343;
	margin-bottom: 0;
	margin-top: 0;
}

h1 {
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	text-transform:uppercase;
}

h2 {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom:30px;
}

h3 {
	font-size: 1.25rem;
	line-height: 2.375rem;
	font-weight: 700;
	text-transform:uppercase;
}

h4 {
	font-size: 1.25rem;
	line-height: 2rem;
	font-weight: 700;
	text-transform:uppercase;
}

h5 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

h6 {
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
}

p {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height:1.5;
    font-weight: 300;
}

img{max-width:100%; margin-bottom:10px;}


/*---------------------------------------
   3.3 BUTTONS               
-----------------------------------------*/
.btn:focus,
.btn:active,
.btn,
.open .dropdown-toggle.btn {
	outline: inherit;
	border-color: inherit;
}

.standard-button {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 15px 30px;
	border: 0;
	margin: 5px;
	line-height: inherit;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.secondary-button {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 15px 30px;
	border: 0;
	margin: 5px;
	border: 1px solid #727272;
	color: #097fc3;
	background: #ffffff;
	line-height: inherit;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}


/* --------------------------------------
=========================================
   4. SECTION SPECIFIC CSS
=========================================
-----------------------------------------*/
li.kubota img{max-width:213px; padding:17px 0px 17px 30px; margin-bottom:0px}
/*---------------------------------------
   4.1 SECTIONS PADDING AND COLOR OVERLAY                
-----------------------------------------*/

.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7 {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: left;
	
}



.section1 h1,
.section2 h1,
.section3 h1,
.section4 h1,
.section5 h1,
.section6 h1,
.section7 h1 {font-size: 4rem; line-height:1;}
.section4 h4{color:#FFFFFF;}


.section0{  clear:both; width: 100%;  margin-top:0px; }
.section0 img{ width: 100%;}
.section1{background: #097fc3; }
.section2{background: #FFFFFF url(../images/header_bg.png) repeat; }

.section4{background: #FFFFFF url(../images/header_bg.png) repeat; }
.section5{background:#FFFFFF;}
.section7{background:#FFFFFF;}
.section6{background:url(../images/footer_bg.png) repeat;}
.section_inner{text-align:left; padding-top: 40px;
	padding-bottom: 80px;}

.color-overlay {
	background: rgba(0, 0, 0, 0.6);
}

.margin-small{clear:both; margin:10px 0; }
.margin-midium{clear:both; margin:20px 0; }
.margin-large{clear:both; margin:60px 0; }
/*========================================
   4.2 SECTION: HOME                
==========================================*/
.intro-text{margin-bottom:60px; text-align:center;}
.intro-text h1.wel-text {color:#4c4c4c; text-transform:uppercase; line-height:1.0}


.intro-text p{font-size:16px; line-height:1.5; font-weight:300; margin:30px 0px;}
.intro-text p.introimg{padding:30px;}

.section1 .intro-text{text-align:center; margin-bottom:0px;}
.section1 .intro-text h1.wel-text {color:#FFFFFF; text-transform:uppercase; line-height:1.0}
.section1 .intro-text h2.wel-text2 {color:#FFFFFF; text-transform:uppercase; line-height:1.0; margin-bottom:0px; font-size:2.25rem;}
.section1 .intro-text p{font-size:20px; line-height:1.5; font-weight:300; margin:30px 0 0 0; color:#FFFFFF;}


.intro-text2{margin-bottom:30px; text-align:center;}
.intro-text2 h1.wel-text {color:#FFFFFF; text-transform:uppercase; line-height:1.0}

.topinfo{font-family: 'Roboto Condensed', sans-serif;  text-align:right; margin-right:-15px; background:#097fc3 url(../images/header_bg.png) repeat; }
.topinfo p.phone{font-family: 'Roboto Condensed', sans-serif;	font-size: 30px; font-weight:700; text-transform: uppercase;	padding:0;color: #FFFFFF; margin-right:5px;  margin-bottom:0px;}

.line{background: #181818 none repeat scroll 0 0; bottom: 0; display: block; height: 1px; margin: 16px auto 0; width: 50px;}
.line2{background: #ffffff none repeat scroll 0 0; bottom: 0; display: block; height: 1px; margin: 16px auto 0; width: 50px;}


.service{text-align:center; padding:0px 20px;}
.service p{padding:20px 0 0 0; }
.service:hover a{text-decoration:none; color:#097fc3; }


.product::before {background-color: rgba(255, 255, 255, 0.96);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;}
.product img{max-width:100%; margin-bottom:0px; height: auto; width: 100%;}


.product .product_detail p{ margin-bottom:15px; font-size:14px; line-height:1.5;} 

.product .product_detail{ background-color: rgba(46, 144, 206, 0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%; }

.product:hover .product_detail{background-color: rgba(46, 144, 206, 0.90); height: 100%; left: 0; opacity: 9; position: absolute; text-align: center;
    top: 0;  transition: all 0.4s ease-in-out 0s; width: 100%; padding:16px  }

.product .product_detail .product_detail_inner{padding-top: 90px;}
.product .product_detail .product_detail_inner h2 { color: #fff;  display: block;   padding: 20px 0;  transition: padding 0.2s ease-in-out 0s; font-size:18px; text-transform:uppercase;}
.product:hover .product_detail .product_detail_inner h2{margin-bottom:0; line-height:1.2; }
.product:hover .product_detail .product_detail_inner h2 {padding: 0; text-decoration:none; }
.product .product_detail .product_detail_inner .product_model { padding: 20px 0; color: #fff; display: block; transition: padding 0.2s ease-in-out 0s; font-size:14px;}

.product:hover .product_detail .product_detail_inner .product_model { padding:0; color: #fff; display: block; transition: padding 0.2s ease-in-out 0s; font-size:14px;}

a.readmore {padding:8px 15px; background:#097fc3; border-radius:3px; border:none; border-bottom:5px solid #1f7eba; font-size:14px; margin:10px 0px; color:#FFFFFF; }
a.readmore:hover{ text-decoration:none; border-bottom:5px solid transparent; color:#FFFFFF;}

.notice {background:#da2827; padding:15px; color:#FFFFFF; text-align:center; min-height:250px;}
.notice h3{color:#FFFFFF; padding-bottom:15px; border-bottom:1px solid #FFFFFF; text-transform:lowercase; margin-bottom:15px; }

.price{font-size:1.75rem; color:#097fc3;}


.my-box{padding-right:40px;}

ul.helibulet li{ padding:12px 0px; text-indent:-20px; padding-left:20px;}
ul.helibulet li:before{content:url(../images/helisert_bulet.png); margin-right:10px;}

ul.helibulet2 li{ padding:12px 0px; text-indent:-20px; padding-left:20px; border-bottom:1px solid #d5d5d5;}
ul.helibulet2 li:before{content:url(../images/helisert_bulet.png); margin-right:10px; padding-left:5px;}
ul.helibulet2 li:hover{background:#f6f6f6; }

ul.helibulet3 li{ padding:12px 0px; text-indent:-20px; padding-left:20px; border-bottom:1px solid #d5d5d5;}
ul.helibulet3 li:hover{background:#f6f6f6; }


 #owl-demo2 li.item h2 {padding: 0; text-decoration:none; color:#FFFFFF; text-transform:uppercase; font-size:18px; margin-bottom:0px }
#owl-demo2 li.item .product_model { padding: 5px 0; color:#fff; display: block; transition: padding 0.2s ease-in-out 0s; font-size:14px;}

#owl-demo20 li.item h2 {padding: 0; text-decoration:none; color:#FFFFFF; text-transform:uppercase; font-size:18px; margin-bottom:0px }
#owl-demo20 li.item .product_model { padding: 5px 0; color:#fff; display: block; transition: padding 0.2s ease-in-out 0s; font-size:14px;}
#owl-demo2 li.item:hover a, #owl-demo20 li.item:hover a {text-decoration:none;}

 .caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
h3.pro_spc{line-height:1; margin-bottom:30px}
.mytable .spc_col{background:#f7f7f7;}
.mytable p{margin-bottom:0px;}
.mytable p.spc_p{text-align:left;}


.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.thumbnail p{text-align:center; font-size:14px; margin-bottom:0px; text-transform:uppercase;}
.thumbnail img{margin-bottom:0px;}
/*----*****---- << contact Form >> ----*****----*/		
		
		ol.phpfmg_form{
    list-style-type:none;
    padding:0px;
    margin:0px;
}



ol.phpfmg_form li{
   padding-bottom:15px;
}


.form_field, .form_required{
    font-weight : bold;
}

.form_required{
    color:red;
    margin-right:8px;
}


.form_submit_block{
    padding-top: 3px;
}



.form_error_title{
    font-weight: bold;
    color: red;
}

.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 0px;
    margin-bottom: 0px;
}

.form_error_highlight{
    background-color: #F4F6E5;
    border-bottom: 1px dashed #ff0000;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

hr.sectionbreak{
    height:1px;
    color: #ccc;
}

#one_entry_msg{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px;
}


/*---------------------------------------
   4.2.1 BASIC STYLES               
-----------------------------------------*/




header {
	
}

header .vertical-registration-form {
	margin-top: 60px;
}

.navigation-header {
	
	
	
}

.intro-section {
	margin-top: 100px;
}

.intro-section .sub-heading {
    font-size: 20px;
    padding-right: 10%;
    padding-left: 10%;
    color: #ffffff;
    margin-top: 25px;
    line-height: 30px;
}

.sf-container {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    margin-bottom: 137px;
    margin-top: 50px;
}

.sf-container .input-box,
.sf-container button {
    margin: 10px;
}

.intro {
	color: #ffffff;
	
}
.intro h1{font-size:55px;}


.non-sticky .navbar-header img {
	padding:0px 0px;
	max-width:93%;
	float: left;
	margin-bottom:0px;
}
.non-sticky .navbar-header .navbar-brand {padding:0px 0px 0px 10px; margin-top:-46px; }


/*---------------------------------------
   4.2.2 NAVIGATION                
-----------------------------------------*/
/* NAV RESETS */




.navbar-nav li{display:inline; float:left; position:relative; }



/* NORMAL NAVIGATION WITH SOCIAL ICON AND LOGO ONLY */

.non-sticky .menu-border{width:100%; border-top:1px solid #efefef; float:left; margin-top:0px;}
.non-sticky .navbar-nav{margin-left:-18px; }
.navbar {margin-bottom:0px;}

.non-sticky{z-index:999; min-height:125px;
position:relative;
background: #f6f6f6 ;
border-radius:0px;
-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.13);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.13);

}

.non-sticky .navbar-nav > li > a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 30px 30px;
	color: #676767;
	
	
	
}
.non-sticky .navbar-nav > li > a:hover{color:#FFFFFF; background:#0573b2;}
.non-sticky .navbar-nav > li > a:active{color:#FFFFFF; background:#0573b2;}
.non-sticky .navbar-nav > li:active > a {color:#FFFFFF; background:#0573b2;}

.non-sticky .navbar-nav > .active > a,
 .non-sticky .navbar-nav > .active > a:focus,
  .non-sticky .navbar-nav > .active > a:hover
  {color:#FFFFFF;  background:#0573b2; }

.navbar-right .dropdown-menu {right:auto;}
.nav .dropdown ul li{display:list-item; width:100%;}
.nav .dropdown ul li a{color:#676767; padding:10px 10px; }
.nav .open ul li a:hover{color:#FFFFFF !important; background:#097fc3!important;}
.nav .open>a,.nav .open>a:focus,.non-sticky .nav .open>a:hover{background:#0573b2!important; color:#FFFFFF !important;}

/* STICKY NAVIGATION */
.sticky-navigation .navbar-header img {margin-top: 3px;
    max-width: 80%;}
.sticky-navigation .navbar-nav{margin-top:0px;}
.sticky-navigation {
	min-height:60px;
	background: #097fc3;
	-webkit-backface-visibility: hidden;
	border: 0;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.13);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.13);
}

.sticky-navigation .navbar-header {
	padding-top: 0px;
}



.sticky-navigation .main-navigation .current a {
	-webkit-backface-visibility: hidden;
	outline: inherit;
	position: relative;
}
.sticky-navigation .navbar-nav {margin-top:0px;}
.sticky-navigation .navbar-nav > li{ }
.sticky-navigation .navbar-nav > li > a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 22px 30px 23px 30px;
	color: #FFFFFF;
	
}

.sticky-navigation .navbar-nav{ margin-right:0px;}
.sticky-navigation ul.helpline{margin-bottom:0px;}
.sticky-navigation .helpline > li {color:#FFFFFF; background:#0573b2; text-align:center; font-size: 30px;text-transform: uppercase;font-weight:700; padding:10px 30px;  }
.sticky-navigation .navbar-nav > li > a:hover{color:#FFFFFF; background:#0573b2;}
.sticky-navigation .navbar-nav > li > a:active{color:#FFFFFF; background:#0573b2;}
.sticky-navigation .navbar-nav > li:active > a{color:#FFFFFF; background:#0573b2;}



.sticky-navigation .navbar-header .navbar-brand{padding-top:0px;}


.navbar-inverse .navbar-nav > .active > a,
 .navbar-inverse .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a:hover
  {color:#FFFFFF;  background:#0573b2; }
/*========================================
   4.5 SECTION: SWS-Services               
==========================================*/
.navbar-right .dropdown-menu {right:auto;}
.nav .dropdown ul li{display:list-item; width:100%;}
.nav .dropdown ul li a{color:#676767; padding:10px 10px; }
.nav .open ul li a:hover{color:#FFFFFF !important; background:#097fc3!important;}
.nav .open>a,.nav .open>a:focus,.sticky-navigation .nav .open>a:hover{background:#0573b2!important; color:#FFFFFF !important;}


/*========================================
   4.5 SECTION: SWS-Services               
==========================================*/


.SWS-services ul li {
	overflow: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 35px;
	padding-left: 50px;  text-indent: -40px;
	
}
.SWS-services ul li:before {
    content: "\e03f";
	font-family: 'et-line';
    font-size: 20px;
    color:#00aeef; 
	font-weight:600;
	padding-right:15px;
}
.credentials img{width:100%; max-width:300px;}

/*========================================
   4.7 SECTION: SCREENSHOTS              
==========================================*/
.client-logo {
	margin-top: 68px;
}

.logo {
	margin: 10px;
	border-radius: 3px;
	border: 5px solid #ffffff;
}

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

.logo img:hover {
	cursor: move;
	opacity: 0.8;
}

/*---------------------------------------
   4.8.2 FEEDBACKS        
-----------------------------------------*/

.testim {
	margin-top: 15px;
	background:#FFFFFF; padding:20px;
	text-align:center;
}
.testim .qutimg{margin-top:-75px; margin-bottom:20px; }

.testimonials .author_text{font-size:20px; font-weight:700; font-family: 'Roboto Condensed', sans-serif; margin-bottom:50px; color:#818181;}
.testimonials .author{font-size:28px; font-weight:700; font-family: 'Roboto Condensed', sans-serif; color:#2496b1; margin:20px ; }
.single-feedback {
	position: relative;
	margin-top: 20px;
}

.single-feedback .client-pic {
	width: 120px;
	height: 120px;
	border-radius:120px;
	margin: auto;
	position: relative;
	margin-bottom: -24px;
	z-index: 999;
	
	box-shadow: 0px 0px 0px 3px #f7f8fa;
}

.single-feedback .client-pic img {
	
	width: 120px;
	height: 120px;
	border-radius:120px;
	border: 3px solid #ffffff;
}

.single-feedback .box {
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 3px;
	position: relative;
	background: #FFFFFF;
	padding-top: 20px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
	-moz-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
	box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
}

.single-feedback .box .message {
	padding: 25px;
	font-style: italic;
}

.single-feedback .box:after,
.single-feedback .box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.single-feedback .box:after {
	border-color: rgba(247, 248, 250, 0);
	border-top-color: #f7f8fa;
	border-width: 15px;
	margin-left: -15px;
}

.single-feedback .box:before {
	border-color: rgba(229, 229, 229, 0);
	border-top-color: #e5e5e5;
	border-width: 16px;
	margin-left: -16px;
}

.single-feedback .client-info {
	margin-top: 30px;
}

.single-feedback .client-info .client-name {
	line-height: 20px;
}

.single-feedback .client-info .company {
	font-size: 13px;
}



/*---------------------------------------
   4.10.1 BASIC STYLES        
-----------------------------------------*/
.contact-us {
	padding-top: 75px;
	padding-bottom: 75px;
}

.contact-us .heading {
	margin-bottom: 10px;
}

.contact-link {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 50px;
	font-family: 'Roboto Condensed', sans-serif;
}

.contact-link:hover {
	text-decoration: none;
}

.contact-link span {
	margin-right: 10px;
}
.contectinfo p{margin-left:5px; margin-top:5px;}
.contectinfo i{font-size:20px; text-indent:-30px;}
/*---------------------------------------
   4.10.2 CONTACT FORM        
-----------------------------------------*/
.contact-form {
	margin-top: 25px;
}

.contact-form .success,
.contact-form .error {
	display: none;
}

.contact-form .input-box,
.contact-form .textarea-box {
	margin-bottom: 15px;
	margin-top: 15px;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	color: #727272;
	padding-left: 12px;
	font-size: inherit;
	line-height: auto;
}

.contact-form .input-box {
	min-height: 50px;
}

.contact-form .textarea-box {
	min-height: 200px;
	-webkit-backface-visibility: hidden;
}

.contact-form .input-box:active,
.contact-form .textarea-box:active,
.contact-form .input-box:focus,
.contact-form .textarea-box:focus {
	color: #323232;
}

.contact-form .btn {
	margin-top: 25px;
}


/*========================================
   4.11 SECTION: FOOTER             
==========================================*/
footer {
	padding-top: 50px;
	background:#333 url(../images/product_sectionbg.png);
	padding-bottom: 5px;
}



footer p{ color:#959595; font-family: 'Roboto Condensed', sans-serif; letter-spacing:2px}
footer h2{ color:#959595; font-family: 'Roboto Condensed', sans-serif; letter-spacing:2px}

footer .helibulet li{padding:7px 0; }
footer .helibulet li a{color:#959595; font-weight:400; }
.footer-menu{text-align:center;}
.footer-menu li {
	float:left;
	display: inline-block;
	padding:10px 25px;
}

.footer-menu li a  {font-family: 'Roboto Condensed', sans-serif; color:#959595;}

.footer-menu li a:hover {
	text-decoration: none;
	color:#097fc3;
}

footer .helpline{font-size:2.5rem; font-weight:700; font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif; color:#959595; text-align:left; line-height:1;}

footer .menu-border{width:100%; border-top:1px solid #959595; float:left; margin-top:0px; padding:10px 0;}
.social-icons{float:left;}
.social-icons li {
	display: inline-block;
	float:left;
	margin: 15px 5px;
	
	
}

.social-icons li a {color:#959595;
	font-size:40px;
	text-align:right;
	
}

.social-icons li a:hover {
	text-decoration: none;
}


.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}