html, body {
	overflow-x: hidden;
}
body {
	font-weight: 400;
	padding: 0 !important;
	font-family: 'Montserrat', sans-serif;
	-webkit-text-stroke: 1px transparent;
	overflow-x: hidden;
	font-size:18px;
	color:#585858;
}
:focus {
	outline: none !important;
}
a {
	text-decoration: none !important;
	color: #1e4ba0;
}
a:hover, a:focus {
	color: #9a0607;
}
textarea {
	width: 100%;
	max-width: 100%;
}
.form-group {
	width: 100%;
	float: left;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: inherit;
    margin: 0;
}
p {
	font-size: 18px;
font-weight: 300;
line-height: 32px;
margin-bottom: 30px;
}
.container {
    width: 100%;
    max-width: 1400px;
}
.navbar-toggle {
	border: 0;
	padding: 0 6px;
	margin: 0;
	left: 0;
	position: absolute;
	border-radius: 0px;
	top: 0;
	background: #ebcc71;
	width: 45px;
	height: 40px;
}
.navbar-toggle .icon-bar {
	background: #031125;
	height: 2px;
	width: 33px;
	border-radius: 0;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 6px;
}


.text-noeffect {
	font-size: inherit;
	margin: 0;
	font-family: inherit;
	padding: 0;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
	width:100%;
}

.h-logo {
	float: left;
	position:absolute;
	width: 100%;
	text-align:left;
}

nav.navbar.navbar-default {
	border: 0;
	margin: 0;
	background: transparent;
	min-height: inherit;
	width: 100%;
	float: left;
	z-index:1;
}
.navbar-default .navbar-collapse {
	padding: 0;
}
button.close-btn {
	width: 40px;
	height: 40px;
	background: #ebcc71;
	border: 0;
	right: 0;
	position: absolute;
	font-size: 22px;
	color: #ffffff;
	padding: 0 0 0 0px;
	z-index: 1;
	text-align: center;
	display: none;
}
nav.navbar.navbar-default .navbar-nav {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
.navbar-nav > li {

    float: none;
    display: inline-block;

}
.navbar-header {

    float: left;
    width: 100%;

}
.navbar-default .navbar-nav > li > a {
	color: #fff;
font-size: 20px;
font-weight: 400;
display: block;
vertical-align: middle;
padding: 15px 34px;
font-family: 'Exo', sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, nav.navbar.navbar-default .navbar-nav >li.current-menu-item>a, nav.navbar.navbar-default .navbar-nav >li.current-page-ancestor>a, nav.navbar.navbar-default .navbar-nav >li.current_page_parent>a {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 !important;
color: #fff !important;
}
.header-menu{float: left;
width: 100%;
background: #1a376e;
text-align: center;}

.header-last{position: relative;
background: #fff;
padding-top: 20px;
display: inline-block;
width: 100%;}
.h-social > ul > li > a {
    font-size: 16px;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
background: #9a0607;
color: #fff;
text-align: center;
-webkit-border-radius: 100% 100% 100% 100%;
border-radius: 100% 100% 100% 100%;
}
.h-social > ul > li > a:hover { background:#1e4ba0;}
.h-social > ul > li {
    list-style: none;
    display: inline-block;
    padding: 0 4px;
}
.h-social {

    float: left;
    text-align: center;
    width: 100%;
    margin-top: 30px;

}
.header-contact {
    float: right;
    text-align: right;
    margin-top: 30px;
}
.header-contact a {
    font-size: 24px;
    font-family: 'Exo', sans-serif;
    line-height: normal;
    color: #585858;
}
.header-contact strong {
    color: #9a0607;
    font-size: 36px;
    display: block;
    line-height: 36px;
    font-weight: 600;
}
.banner-section{ float:left; width:100%; margin-top: 210px; position:relative; height:807px;}

.slider-caption-inner {
    float: right;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    padding-right: 50px;
    width: 850px;
	position:absolute; top:0; right:0;
}
.slider-caption-inner h2 {
    letter-spacing: 20px;
    font-size: 114px;
    line-height: 80%;
    font-weight: 800;
    text-shadow: 0 3px 4px #000000;
    text-transform: uppercase;
}
.slider-caption-inner h3 {
    border-bottom: 10px solid #9a0607;
    font-size: 44px;
    font-weight: 800;
    text-shadow: 0 3px 4px #000000;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.slider-caption-inner .slider-winning-text {
    margin-top: 20px;
}
.slider-caption-inner .slider-winning-text p {
    font-family: 'Exo', sans-serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.25;
    margin: 0;
    text-shadow: 0 3px 4px #000;
	color:#fff;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.slider-caption-inner .slider-winning-text p::before {
    content: "";
    display: block;
    width: 106px;
    height: 208px;
    background: url(images/left-winning-icon.png) no-repeat left top;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.slider-caption-inner .slider-winning-text p::after {

    content: "";
    display: block;
    width: 106px;
    height: 208px;
    background: url(images/right-winning-icon.png) no-repeat right top;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;

}
.full {
    float: left;
    width: 100%;
}
.blue-btn {
    border: none;
    background: #9a0607;
    color: #fff;
	font-weight: 400;
    display: inline-block;
    padding: 14px 30px;
    font-family: 'Exo', sans-serif;
    font-size: 20px;
    position: relative;
}
.blue-btn::after {
    border: 5px solid #9a0607;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(1.1, 1.5);
    -webkit-transform: scale(1.1, 1.5);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.blue-btn:hover, .blue-btn:focus {
    background: none;
    color: #fff;
}


.blue-btn:hover::after, .blue-btn:focus::after {

    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);

}
ul.slider-logo-list {
    padding: 0;
    margin: 40px 0 0;
    font-size: 0;
}
ul.slider-logo-list li {
    list-style: none;
    display: inline-block;
    width: 25%;
    padding: 0 10px;
}
.h-logo img {
    border: 4px solid #fff;
    width: 196px;
}
.sticky .h-logo img{
    width: 140px;
}
a, :hover, header, header * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sticky .h-social, .sticky .header-contact {
    margin-top: 0px;
	margin-bottom: 10px;
}
.sticky .header-contact strong {
    font-size: 30px;
    line-height: 26px;
}
.sticky .h-social {
    margin-top: 8px;
}
.sticky .header-last {
    padding-top: 10px;
}
.san-diego{ float:left; width:100%;}

.h2{
    font-size: 44px;
    text-transform: uppercase;
    color: #1e4ba0;
    display: inline-block;
    border-bottom: 5px solid #9a0607;
    padding-bottom: 15px;
    margin-bottom: 30px;
	font-weight:600;
	font-family: 'Exo', sans-serif;
}
.h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #9a0607;
    margin-bottom: 25px;
	font-weight:600;
	font-family: 'Exo', sans-serif;
	
}

.san-diego {
    background: url(images/Content-BG.jpg) no-repeat right top;
        background-position-x: right;
        background-position-y: top;
        background-size: auto auto;
    background-size: 40%;
    background-position: left 110% top;
    padding: 70px 0;
    position: relative;
}
.testimonial-video iframe, .testimonial-video img {
    width: 100%;
}
.border-block {
    border-top: 3px solid #1e4ba0;
    border-bottom: 3px solid #1e4ba0;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
ul.logo-listing {
    padding: 0;
    margin: 0;
    font-size: 0;
}
ul.logo-listing li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    padding: 0 15px;
}
.testimonial-block-outer {
    background: #f8f8f8 url(images/Testimonial-Video-BG.jpg) no-repeat center top;
        background-attachment: scroll;
        background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0;
	float:left;
	width:100%;
}
.testimonial-video iframe, .testimonial-video img {
    width: 100%;
}
.testimonial-content p {
    font-size: 26px;
    font-style: italic;
    line-height: 42px;
}
.testimonial-content p::before {
    content: "\f10d";
    display: inline-block;
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.testimonial-content p::after {
    content: "\f10e";
    display: inline-block;
    font-family: 'FontAwesome';
    padding-left: 10px;
}
.testimonial-content .name {
    color: #9a0507;
    font-size: 26px;
    font-family: 'Exo', sans-serif;
}

.tab-block-outer {
    background: #5a0000 url(images/Background-Areas2.jpg) no-repeat center center;
        background-attachment: scroll;
        background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0;
	float:left; width:100%;
}
.tab-block-outer .carousel.slide {
    background: #fff;
}
.tab-block-outer ul.nav.custom_tab {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #1a376e;
}
.tab-block-outer ul.nav.custom_tab li {
    flex: 1 1 auto;
    text-align: center;
}
.tab-block-outer ul.nav.custom_tab li a {
    color: #fff;
    font-family: "Exo",sans-serif;
    font-size: 24px;
    padding: 15px 0;
	font-weight:400;
}
.inr_pad_box {
    min-height: 410px;
    padding: 30px 36% 30px 30px;
}
.main-heading {
    font-size: 44px;
    text-transform: uppercase;
    color: #1e4ba0;
    display: inline-block;
    border-bottom: 5px solid #9a0607;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.tab-block-outer ul.nav.custom_tab > li > a:focus, .tab-block-outer ul.nav.custom_tab > li > a:hover, .tab-block-outer ul.nav.custom_tab > li.active > a {
    background-color: #00153c;
    text-decoration: none;
}
.tab-block-outer .carousel-inner {
    background: rgba(0, 0, 0, 0) url(images/truck-bg.png) no-repeat right bottom;
        background-size: auto auto;
    background-size: contain;
    position: relative;
		float:left;
	width:100%;
}
.tab-block-outer .carousel.slide {
       background: #fff;
    float: left;
    width: 100%;
}
.staff-block-outer {
    background: url(images/atty-section-BG.jpg) no-repeat center center;
        background-attachment: scroll;
    background-attachment: fixed;
    padding: 70px 0;
	float:left;
	width:100%;
}
ul.staff-list {
    padding: 0;
    margin: 20px 0 0 -25px;
}
ul.staff-list li {
    list-style: none;
    float: left;
    float: none;
    display: inline-block;
    width: 33%;
    text-align: center;
    padding-left: 25px;
}
.staff-member-img {
    background-size: cover;
    background-position: center top;
    position: relative;
    min-height: 500px;
    margin-bottom: 20px;
}
.staff-member-img p {
    background: rgba(4, 25, 66, 0.737);
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 28px;
    margin: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
}
ul.staff-list li .blue-btn {
    float: left;
    width: 100%;
    font-weight: 600;
}
ul.staff-list li .blue-btn:hover, ul.staff-list li .blue-btn:focus {
    color: #9a0607;
}
.truck-sec-block-outer {
    background: #fff url(images/Skid-Mark.png) no-repeat center top;
        background-size: auto auto;
    background-size: 100% auto;
    padding: 250px 0 70px;
	float:left;
	width:100%;
}
.list-box ul li {
    display: inline-block;
    margin: 40px 0 0;
    padding: 0 25px;
    text-align: center;
    vertical-align: top;
    width: 24%;
}
.icon-box {
    border: 2px solid #1a376e;
    border-radius: 100%;
    display: block;
    height: 100px;
    line-height: 90px;
    margin: 0 auto 20px;
    padding: 0;
    width: 100px;
}
.icon-box > img {
    height: 60px;
}
.list-box ul li p {
    border-top: 1px solid #ddd;
    padding: 15px 0 0;
}
.home-contact-block {
    background: url(images/home-contact-bg.jpg) no-repeat center top;
        background-attachment: scroll;
        background-size: auto auto;
    background-attachment: fixed;
    background-size: cover;
    padding: 70px 0;
    color: #fff;
    overflow: hidden;
	float:left;
	width:100%;
}
.home-contact-block h2, .home-contact-block h4{ color:#fff; text-align:center; border-color:#fff;}
.home-contact-block h4{ text-transform:capitalize; font-weight:400;}
.home-contact-form .form-group input, .home-contact-form .form-group select, .home-contact-form .form-group textarea{color: #222;
height: 50px;
padding: 0 15px !important;
margin: 0;
border-radius:0px;
border: none !important;
border-bottom: 1px solid #fff !important;
background:#fff;
width: 100%;
font-weight: 300;}
.home-contact-form .form-group textarea{ height: 160px !important; padding-top: 15px !important;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 300;
  font-size:20px;
  color:#000;
  opacity:100%;
}
::-moz-placeholder { /* Firefox 19+ */
  font-weight: 300;
  font-size:20px;
  color:#000;
  opacity:100%;
}
:-ms-input-placeholder { /* IE 10+ */
    font-weight: 300;
  font-size:20px;
  color:#000;
  opacity:100%;
}
:-moz-placeholder { /* Firefox 18- */
   font-weight: 300;
  font-size:20px;
  color:#000;
  opacity:100%;
}
.submit-btn{border-radius: 0;
border: 5px solid transparent;
background: #1e4ba0;
color: #fff;
display: inline-block;
padding: 14px 30px;
font-family: 'Exo', sans-serif;
font-size: 20px;
position: relative;
text-align:center;
width: 175px;
margin: 0;}
.gform_footer {
    float: left;
    width: 100%;
    text-align: center;
	cursor:pointer;
}
.gform_footer .submit-btn:hover {
    border: 5px solid #1e4ba0;
    background: none;
		cursor:pointer;
}
footer .footer-address {
    text-align: center;
}
footer .footer-address p {
    font-size: 13px;
    color: #1a376e;
    line-height: 24px;
    font-weight: 400;
    margin: 0 auto;
    width: 390px;
    max-width: 100%;
}
footer .footer-address p span {
    display: block;
}
footer .footer-address p span a {
    color: #1e4ba0;
}
footer .footer-address p span a:hover {
    color: #9a0607;
}
footer .footer-nav {
    margin: 30px 0 10px;
}
footer .footer-nav ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
}
footer .footer-nav ul li {
    list-style: none;
    display: inline-block;
    flex: 1;
    text-align: center;
}
footer .footer-nav ul li a {
    font-size: 16px;
    color: #9a0607;
    font-weight: 300;
    padding: 10px;
    display: block;
}

footer .footer-info {
    background: #ccc;
    position: relative;
    padding: 30px 0;
}
footer .footer-info p {
    margin: 0;
    font-size: 13px;
    color: #9a0607;
    font-weight: 400;
    line-height: 24px;
}
footer .footer-one {
    margin: 30px 0 0;
}
.home-contact-form {
    margin-top: 70px;
	float:left; 
	width:100%;
}
/*.slider-logo-list li img, .logo-listing li img{ width:100%;}*/

.header-menu ul li ul.sub-menu {
    min-width: 250px;
    position: absolute;
	background:#1a376e;
    list-style-type: none;
    padding: 0px 0 0;
    margin: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    display: block;
}

.header-menu ul > li:hover ul.sub-menu {
    display: block;
    opacity: 1;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotateX(0);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
}
.header-menu ul > li:hover ul.sub-menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    display: block;
    vertical-align: middle;
    padding: 15px 34px;
    font-family: 'Exo', sans-serif;
	text-align:left;
}
.header-menu ul > li:hover ul.sub-menu li a:hover{background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 !important;
color: #fff !important;}
.header-menu ul > li:hover ul.sub-menu li a {
    padding: 10px 20px !important;
    font-size: 16px !important;
}

.inner-banner{background-position: center center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
box-shadow: 0 0 50px #888 inset;
height: 500px;
padding-top: 231px;}
.inner-banner .inner-banner-title {
    margin-top: 80px;
}
.inner-banner-title.slider-caption > h2 {
    padding-bottom: 15px;
    position: relative;
	color:#fff;
	font-size: 50px;
	text-transform: uppercase;
}
.inner-banner-title.slider-caption > h2::after {
    background-color: #9a0607;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    width: 150px;
}
.inner-banner .button-list {
    margin-top: 30px;
    margin-left: -15px;
}
.inner-banner .button-list > li {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px;
}


.attorneys-main h2 {
    color: #1e4ba0;
    font-size: 36px;
    margin-bottom: 25px;
}
.attorneys-main ul.staff-list {
    padding: 0;
    margin-left: -25px !important;
}
.attorneys-main ul.staff-list li {
    margin-bottom: 20px;
    width: 50%;
}
.site-inner {
	float:left; 
	width:100%;
    margin: 70px 0;
}
.site-inner h2 {
    color: #1e4ba0;
    font-size: 36px;
    margin-bottom: 25px;
}
.siderbar-form label{ float:left; width:100%; margin-bottom:20px;}
.siderbar-form label input, .siderbar-form label textarea{ float:left; height: 58px;
width: 100% !important;
border: 1px solid #ccc;
font-size: 18px !important;
padding: 0 15px !important;
font-weight: 300;}
.siderbar-form label textarea{ height: 160px !important;
padding-top: 15px !important;}
.siderbar-form .submit-btn{ border:none; font-weight:600;}
.siderbar-form .submit-btn:hover{ background:#9a0607; cursor:pointer;}
.list-link{ float:left; width:100%;}
.list-link ul{ float:left; width:100%; margin:0; padding:0;}
.list-link ul li{ float:left; width:100%; list-style:none; margin-bottom:1px;}
.list-link ul li a {
    display: block;
padding: 15px;
background: #9a0607;
color: #fff;
font-size: 18px;
font-weight: 600;
}
.list-link ul li a:hover{ background:#1e4ba0 !important; cursor:pointer;}
.attorneys-article img{margin-top: 10px;
margin-right: 20px;
float: left;
width: 235px;
height: 353px;}
.inner-banner:after{ display:none;}
.inner-banner{ margin-top:0;}
.site-inner h1 {
    color: #1e4ba0;
    font-size: 40px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
.site-inner h1::before {
    background: #9a0607;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 110px;
}
.site-inner h3 {
    color: #1e4ba0;
    font-size: 30px;
    margin-bottom: 20px;
}
.practice-areas article ul{width: 100%; float: left; padding: 30px 0 0;}
.practice-areas article ul li{background: #f5f5f5;
    border-left: 4px solid #1e4ba0;
    float: left;
    list-style: outside none none;
    margin: 0 15px 15px 0;
    padding: 15px;
    width: 48%;}
	.site-inner ul {
    padding: 0 0 0 30px;
    margin: 0 0 30px;
}
.list-link ul {
    margin-left: 0;
    padding-left: 0;
}
.client-testimonial {
    float: left;
    padding: 10px;
    width: 50%;
}
.client-testimonial iframe {
    float: left;
    width: 100%;
}
.info-block {
    background: #1e4ba0;
    color: white;
    margin-bottom: 1px;
    padding: 38px 30px;
    position: relative;
}
.info-block i {
    color: #fff;
    font-size: 150px;
    position: absolute;
    right: 40px;
    top: 20px;
}
.site-inner .info-block h4 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
	font-size:26px;
}
.contact-map{ float:left; width:100%;}
.contact-map iframe{float:left; width:100%; height:450px;}
.conatc-page-form{ margin-top:50px;}
.practice-areas .defolt-ul li{ float: left;
margin: 0 0px 0px 0;
padding: 0;
background:none;
border:none;
width: 100%;
list-style: disc;}
.practice-areas .defolt-ul{padding: 0 0 0 30px;
margin: 0 0 30px;}
.site-inner h4 {
    color: #9a0607;
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.call-out-v2 {
    background-color: #9a0607;
    background-image: url("../images/Hi-light-4.jpg");
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 1em;
    padding: 1em;
    text-align: center;
}
.call-out-v2 a:hover {
    color: #fff;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #1e4ba0;
    border-color: #ddd;
	padding:10px 15px;
	border-radius: 0;
}
.panel-default > .panel-heading h4 { margin-bottom:0; text-transform:capitalize; position:relative;}
.panel-default > .panel-heading a {
color: #fff;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
padding-right: 25px;
font-size: 18px;
display: inline-block;
width: 100%;}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background: #9a0607;
    color: #fff;
    border: none;
}
.panel-default > .panel-heading a:after{content: "\2212";
position: absolute;
right: 0;
font-weight: 600;
font-size: 33px;
top: -2px;}
.panel-default > .panel-heading a.collapsed:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile-hr-smo ul{ padding-left:0;}
.header-last {
    padding: 20px 0;
}
.case-evaluation-form{background-color: #d9d9d9;
display:block;
overflow:hidden;
margin: 0 auto;
padding: 2em 5%;
text-align: center;
width: 70%;}

.case-evaluation-form .siderbar-form label select {
    float: left;
    height: 58px;
    width: 100% !important;
    border: 1px solid #ccc;
    font-size: 18px !important;
    padding: 0 15px !important;
    font-weight: 300;
}
footer .h-social ul {
    padding-left: 0;
}
.inner-banner{ background:url(images/BG.jpg) no-repeat !important;}

.slider-logo-list li img {
    width: 100%;
}


footer .footer-info p a img {
    width: 110px;
}
footer .footer-info p:nth-child(2) {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin: 10px 0 0;
}
footer .footer-info p:nth-child(2) a {
    margin-left: 4px;
}
.home-contact-block a {
	color: #ff0000;
}
.home-contact-block a:hover, .home-contact-block a:focus  {
	color: #fff;
}