/* CSS

Author: GILLAN E SOLUTIONS

Created: 13-06-2016

*/



/*

-------------------------------------------------------------- 

BROWSER SPECIFICATION STYLES

-------------------------------------------------------------- 

*/ 



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	transition: all 0.4s ease-in-out;
}
h1 {
	position: relative;
	font-family: 'Exo2-ExtraBoldItalic';
	font-size: 42px;
	color: #262a74;
	text-transform: uppercase;
	margin-bottom: 30px;
}
h2 {
	font-family: 'Exo2-BoldItalic';
	font-size: 34px;
	color: #262a74;
	margin-bottom: 20px;
}
h3 {
	font-family: 'Exo2-BoldItalic';
	font-size: 24px;
	color: #262a74;
	margin-bottom: 15px;
}
h3 a {
	color: #262a74;
}
h3 span {
	display:block;
	font-size: 18px;
	color: #42474a;
}
h4 {
	font-family: 'Exo2-Medium';
	font-size: 18px;
	color: #262a74;
	margin-bottom: 12px;
}
h6 {
	font-family: 'Exo2-Medium';
	font-style: italic;
	font-size: 18px;
	color: #000;
	margin-bottom: 15px;
}
/*

-------------------------------------------------------------- 

GLOBAL STYLES

-------------------------------------------------------------- 

*/

.alignleft {
	float: left;
	margin: 0px 15px 15px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 15px;
}
img {
	height: auto;
}
.margin-bottom50 {
	margin-bottom: 50px;
}
.hide {
	display: none;
}
/*

-------------------------------------------------------------- 

HEADER STYLE

-------------------------------------------------------------- 

*/

header {
	float: left;
	width: 100%;
	position: fixed;
    z-index: 110;
}
.header-top-area {
	position: relative;
	float: left;
	width: 100%;
	background: #262a74;
	min-height: 46px;
	z-index: 100;
}
.top-main-nav {
	display: inline-block;
}
.top-main-nav ul {
	list-style: none;
	margin-bottom: 0px;
}
.top-main-nav ul li {
	position: relative;
	display: inline-block;
}
.top-main-nav ul li a {
	display: inline-block;
	color: #fff;
	font-family: 'Exo2-Medium';
	font-size: 14px;
	padding: 10px 20px;
}
.top-main-nav ul li a:hover, .top-main-nav ul li a:focus {
	background: #212126;
	text-decoration: none;
}
.top-main-nav ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 200px;
	background: #212126;
}
.top-main-nav ul li:hover ul {
	display: block;
}
.top-main-nav ul li ul li {
	display: block;
	border-bottom: 1px solid #262a74;
}
.top-main-nav ul li ul li a {
	display: block;
	padding: 6px 15px;
}
.top-main-nav ul li ul li a:hover {
	background: #262a74;
}
.search-div {
	float: right;
	background: #212126;
	height: 46px;
	line-height: 46px;
	width: 45px;
	margin-left: 2px;
	position: relative;
}
#search-form-div input.search-field {
	position: absolute;
	top: -46px;
	right: 183px;
	z-index: 100;
	border: 0;
	background: #F6F6F6;
	border: 1px solid #aaa;
	height: 46px;
	width: 270px;
	padding: 0px 0px 0px 10px;
}
#search-form-div {
	float: left;
}
.search-div input#search {
	margin: 0px auto;
	padding-top: 15px;
	padding-left: 15px;
	outline: none;
}
.search-div img {
	margin: 0px auto;
	padding-top: 15px;
}
.search-div a {
	color: #fff;
}
.search-div a:hover, .search-div a:focus {
	text-decoration: none;
}
.search-div:hover, .search-div:focus {
	background: #4850e8;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
}
.phone-div {
	float: right;
	background: #212126;
	font-family: 'Exo2-Medium';
	font-size: 15px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	padding: 0px 38px;
}
.phone-div span {
	font-family: 'Exo2-ExtraBold';
	font-size: 19px;
}
.phone-div a {
	color: #fff;
}
.phone-div a:hover, .phone-div a:focus {
	text-decoration: none;
	color: #646cff;
}
.header {
	position: relative;
	float: left;
	width: 100%;
	min-height: 113px;
	background: #f7f7fa;
}

.logo {
	position: relative;
	display: inline-block;
	margin-top: 18px;
	z-index: 2;
}
/*

-------------------------------------------------------------- 

MAIN NAV STYLE

-------------------------------------------------------------- 

*/

.main-nav {
	float: right;
	margin-top: 40px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-family: 'Exo2-Bold';
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {
	margin: 0;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	border-bottom: 1px solid #000;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child ul {
	right: 0;
}
/*

-------------------------------------------------------------- 

BANNER STYLE

-------------------------------------------------------------- 

*/

.banner-area {
	    position: relative;
    float: left;
    width: 100%;
    padding: 0px 47px;
    background: url(../images/banner-bg.gif) repeat-x top;
    min-height: 337px;
    margin-top: 159px;
}
.banner-area img {
	width: 100%;
}
.discover-btn {
	display: inline-block;
	font-family: 'Exo2-Thin';
	font-size: 20px;
	color: #fff;
	padding: 24px 50px 24px 100px;
	background: #2b2f34 url(../images/discover-arrow.gif) no-repeat;
}
.discover-btn:hover, .discover-btn:focus {
	text-decoration: none;
	color: #fff;
	background: #262a74 url(../images/discover-arrow-hover.gif) no-repeat;
}
.banner-area .nivo-caption {
	position: absolute;
	top: 98px;
	right: 0;
	text-align: right;
	background: none;
    width: 380px;
	opacity: 1;
	border-top: 3px solid #262a74;
	padding-top: 15px;
	left: inherit;
}
.banner-area .nivo-caption h1 {
	font-family: 'Exo2-Bold';
	font-size: 40px;
	color: #fff;
	padding: 0px;
	text-transform: none;
	line-height: 40px;
	margin-bottom: 100px;
	padding-right: 45px;
}
.banner-area .nivo-directionNav a {
    width: 40px;
    height: 15px;
	font-size:0px;
	text-indent:-999px;
}
.banner-area .nivo-prevNav {
    background: url(../images/prev-arrow.png) no-repeat;
}
.banner-area .nivo-nextNav {
    background: url(../images/next-arrow.png) no-repeat;
}
/*

-------------------------------------------------------------- 

TANKS AREA STYLE

-------------------------------------------------------------- 

*/

.tanks-area {
	float: left;
	width: 100%;
	background: url(../images/tanks-bg.png) no-repeat;
	background-size: cover;
	min-height: 530px;
	padding: 46px 40px;
}
.tank-tab {
	display: inline-block;
	width: 100%;
}
.tanks-text {
	float: left;
	width: 45%;
	padding-top: 180px;
}
.tanks-text h2 {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 55px;
}
.tanks-text h2:after {
	position: absolute;
	content: '';
	background: #262a74;
	width: 100%;
	height: 7px;
	left: 0;
	right: 0;
	bottom: -19px;
}
.read-more-link {
	display: inline-block;
	font-family: 'Exo2-Light';
	font-size: 18px;
	color: #838386;
	background: url(../images/read-more-arrow.png) no-repeat right 5px center;
	padding: 5px 36px 5px 5px;
}
.read-more-link:hover, .read-more-link:focus {
	background: url(../images/read-more-arrow.png) no-repeat right 5px center;
	color: #262a74;
	text-decoration: none;
}
.tanks-img {
	position: relative;
	float: left;
	width: 55%;
}
.tanks-img a:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(38,42,116,0.66);
	transition: all 0.4s ease-in-out;
}
.tanks-img:hover a:before {
	opacity: 0;
}
.tank-tab.tab2 {
	padding-top: 78px;
}
.tank-tab.tab2 .tanks-text {
	text-align: right;
}
.tank-tab .tank-right-tab {
	padding-top: 78px;
}
.tank-tab .tank-right-tab .tanks-text {
	text-align: right;
}
/*

-------------------------------------------------------------- 

CONTENT STYLE

-------------------------------------------------------------- 

*/

.about-area {
	float: left;
	width: 100%;
}
.about-div {
	font-family: 'Exo2-Light';
	font-size: 22px;
	color: #24190e;
	line-height: 30px;
	text-align: center;
	padding: 20px 48px 55px;
}
h1.main-heading {
	position: relative;
    text-align: left;
    margin-bottom: 50px;
    line-height: normal;
    display: inline-block;
}
h1.main-heading:after {
	position: absolute;
	content: '';
	background: #262a74;
	width: 339px;
	height: 7px;
	left: 0;
	right: 0;
	bottom: -19px;
	margin: 0px auto;
}
.welcome-area {
	position: relative;
	float: left;
	width: 100%;
	font-family: 'Exo2-Regular';
	font-size: 16px;
	color: #363330;
	padding: 43px 0px 99px 0px;
	overflow: hidden;
}
.welcome-area:before {
	position: absolute;
	content: '';
	height: 10px;
	background: #262a74;
	width: 27%;
	right: -63px;
	bottom: 161px;
	transform: rotate(-45deg);
}
.welcome-area:after {
	position: absolute;
	content: '';
	height: 9px;
	background: #c3c4d8;
	width: 16%;
	right: -63px;
	bottom: 207px;
	transform: rotate(-45deg);
}
.welcome-area h3 {
	position: relative;
	font-size: 37px;
	border-bottom: 8px solid #e6e6ec;
	padding-bottom: 20px;
	margin-bottom: 45px;
}
.welcome-area h3 span {
	display: block;
	font-family: 'Exo2-Medium';
	font-size: 24px;
	color: #66615d;
}
.welcom-text {
	position: relative;
	padding-top: 10px;
}
.note {
	font-family: 'Exo2-Medium';
	font-size: 24px;
	color: #363330;
	line-height: 32px;
	margin-bottom: 15px;
}
.blue-btn {
	display: inline-block;
	font-family: 'Exo2-Regular';
	font-size: 17px;
	color: #fff;
	height: 53px;
	line-height: 49px;
	background: #262a74 url(../images/white-arrow.png) no-repeat right 30px center;
	padding: 0px 55px 0px 30px;
	border: 1px solid #262a74;
	margin-right: 25px;
}
.blue-btn:hover, .blue-btn:focus {
	border: 1px solid #262a74;
	background: url(../images/blue-arrow.png) no-repeat right 30px center;
	color: #262a74;
	text-decoration: none;
}
.brochure-btn {
    float: right;
    margin-top: 20px;
    background: #CA1212 url(../images/1476467328_icon-70-document-file-pdf.png) no-repeat right 5px center;
	display: inline-block;
	font-family: 'Exo2-Regular';
	font-size: 17px;
	color: #fff;
	height: 53px;
	line-height: 49px;
	padding: 0px 55px 0px 20px;
	border: 1px solid #CA1212;
}
.brochure-btn:hover, .brochure-btn:focus {
	color: #000;
}
.white-btn {
	display: inline-block;
	font-family: 'Exo2-Regular';
	font-size: 17px;
	color: #262a74;
	height: 53px;
	line-height: 49px;
	border: 1px solid #262a74;
	background: url(../images/blue-arrow.png) no-repeat right 30px center;
	padding: 0px 55px 0px 30px
}
.white-btn:hover, .white-btn:focus {
	background: #262a74 url(../images/white-arrow.png) no-repeat right 30px center;
	color: #fff;
	text-decoration: none;
}
.content-bottom-area {
	float: left;
	width: 100%;
	background: url(../images/arrows-bg.gif) no-repeat center;
}
.services-area {
	float: left;
	width: 100%;
	padding: 0px 40px;
	margin-bottom: 60px;
}
.services-div {
	background: url(../images/services-bg.gif) no-repeat;
	font-family: 'Exo2-Medium';
	font-size: 20px;
	color: #fff;
	line-height: 26px;
	min-height: 373px;
	background-size: cover;
	text-align: center;
	padding: 65px 180px;
}
.services-div .blue-btn {
	background: url(../images/white-arrow.png) no-repeat right 30px center;
	border: 1px solid #fff;
	margin-right: 0;
	height: 48px;
	line-height: 47px;
}
.services-div .blue-btn:hover, .services-div .blue-btn:focus {
	background: #fff url(../images/blue-arrow.png) no-repeat right 30px center;
}
.services-div h1 {
	position: relative;
	font-family: 'Exo2-BoldItalic';
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.services-div h1:after {
	position: absolute;
	content: '';
	background: #fff;
	width: 207px;
	height: 8px;
	left: 0;
	right: 0;
	bottom: -25px;
	margin: 0px auto;
}
.news-div {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.news-div h2 {
	position: relative;
	color: #e6e6ec;
	text-transform: uppercase;
	margin-bottom: 80px;
	text-align: center;
}
.news-div h2:after {
	position: absolute;
	content: '';
	background: #e6e6ec;
	width: 179px;
	height: 7px;
	left: 0;
	right: 0;
	bottom: -19px;
	margin: 0px auto;
}
.news-tab {
	display: inline-block;
	width: 100%;
	font-family: 'Exo2-Regular';
	font-size: 17px;
	color: #555559;
	background: #fff;
	padding: 30px 28px 15px 28px;
	border-bottom: 8px solid #e4e3de;
}
.content-div .news-tab {
	margin-bottom:20px;
}
.news-tab img {
	margin-bottom: 20px;
}
.news-tab h3 {
	margin-bottom: 25px;
	min-height: 79px;
}
.news-tab h3 a {
	color: #262a74;
}
.news-tab h3 a:hover, .news-tab h3 a:focus {
	color: #212126;
	text-decoration: none;
}
.news-tab p {
	margin-bottom: 30px;
	min-height: 100px;
}
.news-tab p:last-child {
	margin-bottom: 0;
}
.news-tab:hover {
	background: #f9f9f9;
}
.content-div {
	float: left;
	width: 100%;
	min-height: 400px;
	padding: 50px 0;
}
.content-div ul li {
	background: url(../images/black-arrow.png) no-repeat 0px 10px;
	padding: 0 0 10px 15px;
}
.thumbnail {
	border-bottom: 0px;
	overflow: hidden;
	margin-bottom: 30px;
}
.tab-img {
	position: relative;
}
.tab-img a:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(38,42,116,0.66);
	transition: all 0.4s ease-in-out;
	z-index: 100;
}
.tab-img a:hover:before {
	opacity: 0;
}
.thumbnail:hover .tab-img a:before {
	opacity: 0;
}
.thumbnail img {
	position: relative;
	width: 100%;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
}
.thumbnail:hover .tab-img img {
	transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
}
.thumbnail h3 {
	font-size: 22px;
}
.thumbnail h3 span {
	display: block;
	font-size: 18px;
	color: #42474a;
}
.thumbnail h3 a:hover {
	text-decoration: none;
	color: #000;
}
.one-third-area {
	overflow: hidden;
	padding-top: 40px;
}
.thumbnail .download-btn {
	display: block;
	margin-bottom: 12px;
}
.thumbnail .download-btn img {
	display: inline-block;
	width: auto;
	margin-left: 8px;
}
.thumbnail:hover .download-btn img,  .thumbnail:hover .team-img img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
.team-img {
	margin-bottom: 10px;
}
.team-tab h3 span {
	font-size: 16px;
}
.contact-info {
	background: #f7f7fa;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.gallery-tab {
	position: relative;
	margin-bottom: 30px;
}
.gallery-tab img {
	width: 100%;
}
.gallery-tab:before {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-right: 70px solid #f5f5f5;
	border-top: 70px solid transparent;
}
.gallery-tab:after {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 80px;
	height: 70px;
	background: url(../images/img-border.png) no-repeat bottom right;
	z-index: 100;
}
.price {
    font-family: 'Exo2-Bold';
    font-size: 20px;
}
.content-div .arconix-faq-wrap {
    background: none;
    border:1px solid #ddd;
    border-left: 2px solid #262a74;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
.content-div .arconix-faq-title {
    display: block;
    background: #f5f5f5;
    font-family: 'Exo2-Medium';
    font-size: 18px;
    color: #262a74;
    border-color: #ddd;
    padding: 10px 40px;
}
.content-div .arconix-faq-title:before {
    content: 'Q:';
    position: absolute;
    top: 9px;
    left: 10px;
    font-family: 'Exo2-ExtraBoldItalic';
    font-size: 18px;
    color: #262a74;
}
.content-div .arconix-faq-title:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 10px;
    background: url(../images/down.png) no-repeat 0px 0px;
    width: 20px;
    height: 20px;
}
.content-div .arconix-faq-title.faq-open:after {
    background: url(../images/up.png) no-repeat 0px 0px;
}
.content-div .arconix-faq-title.faq-open {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
.content-div .arconix-faq-content {
    position: relative;
    padding: 15px 15px 15px 40px;
    margin-left: 0px;
}
.content-div .arconix-faq-content:before {
    content: 'A:';
    position: absolute;
    top: 15px;
    left: 10px;
    font-family: 'Exo2-ExtraBoldItalic';
    font-size: 18px;
    color: #262a74;
}
.truck-images {
	display:block;
    margin-bottom: 20px;
}
.truck-images img {
    margin: 0px 17px 0 0px;
}
.truck-images img:nth-child(3n) {
    margin: 0;
} 
.truck-info {
	display:block;
	background:#fff;
    min-height: 500px;
    padding: 15px;
}
.truck-info:nth-child(even) {
    background: #f7f7f7;
}
.truck-info h3 {
    margin-bottom: 25px;
}
/*

-------------------------------------------------------------- 

RIGHT SECTION STYLES

-------------------------------------------------------------- 

*/

.right-section {
	float: left;
	width: 100%;
	margin-top: 65px;
}
.right-tab {
	float: left;
	width: 100%;
	background: #0080b7;
	padding: 11px;
	margin-bottom: 15px;
}
.right-tab h2 {
	font-family: 'Ubuntu-Bold';
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}
.right-text {
	background: #fff;
	padding: 10px;
	font-size: 14px;
	color: #2e3e4f;
}
.right-text a {
	color: #2e3e4f;
}
.right-text a:hover, .right-text a:focus {
	text-decoration: none;
	color: #90b838;
}
.right-text ul {
	list-style: none;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0;
}
.right-text ul li {
	display: block;
	font-size: 18px;
	color: #2e3e4f;
	background: none;
	padding: 0px;
	margin-bottom: 5px;
}
.right-text ul li a {
	color: #2e3e4f;
}
.right-text ul li a:hover, .right-text ul li a:hover {
	color: #90b838;
	text-decoration: none;
}
/*

-------------------------------------------------------------- 

FOOTER STYLE

-------------------------------------------------------------- 

*/

footer {
	position: relative;
	float: left;
	width: 100%;
	background: #2b2f34 url(../images/footer-bg.gif) no-repeat bottom left;
	padding: 70px 0px 50px 0px;
}
footer:before {
	position: absolute;
	content: '';
	background: url(../images/f-logo-bg.gif) repeat-x;
	height: 3px;
	width: 25%;
	top: 107px;
	left: -150px;
}
.f-logo {
	padding-bottom: 25px;
	border-bottom: 1px solid #42474a;
	margin-bottom: 15px;
}
.copyright {
	display: inline-block;
	font-size: 15px;
	font-family: 'Exo2-Regular';
	color: #99a0a4;
	margin-bottom: 46px;
}
.footer-social-div img {
	display: inline-block;
	margin-left: 15px;
}
.footer-social-div img:hover {
	opacity: 0.80;
}
.footer-tab {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	color: #99a0a4;
}
.footer-tab h6 {
	position: relative;
	color: #fff;
	margin-bottom: 40px;
}
.footer-tab h6:after {
	position: absolute;
	content: '';
	background: #42474a;
	width: 189px;
	height: 8px;
	left: 0;
	bottom: -19px;
}
.footer-tab ul {
	list-style: none;
	margin-left: 5px;
}
.footer-tab ul li {
	display: block;
	font-family: 'Exo2-Regular';
	font-size: 15px;
	color: #7a7e83;
	background: url(../images/footer-arrow.png) no-repeat 0px 10px;
	padding-left: 20px;
	margin-bottom: 6px;
}
.footer-tab ul li a {
	color: #7a7e83;
}
.footer-tab ul li a:hover, .footer-tab ul li a:focus {
	color: #7a7e83;
	color: #fff;
}
.footer-tab ul li.address {
	background: url(../images/location-icon.png) no-repeat 0px 3px;
}
.footer-tab ul li.mobile-icon {
	background: url(../images/phone-icon.png) no-repeat 0px 5px;
}
.footer-tab ul li.phone-icon {
	background: url(../images/telephone-icon.png) no-repeat 0px 3px;
}
div#ascrail2000 {
    z-index: 1000 !important;
}

@media only screen and (max-width:1024px) {


#search-form-div input.search-field {
    right: 80px;
}
.header:before {
    top: 49px;
}
.logo {
    width: 180px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
    padding: 0px 3px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 14px;
    padding: 0px 15px 0px 15px;
    line-height: 32px;
}
.banner-area {
    padding: 0px 20px;
    min-height: 275px;
}
.banner-area .nivo-caption h1 {
	font-size:35px;
}
.tanks-text h2 {
    font-size: 28px;
}
.welcome-area h3 {
    font-size: 30px;
	margin-bottom:20px;
}
.welcome-area:before {
    bottom: 216px;
}
.welcome-area:after {
    bottom: 247px;
}
.learn-btn {
	font-size: 28px;
	padding: 17px 47px;
}
.maain-content-area h2 {
	font-size: 28px;
}
.local-business-div h1 {
	font-size: 31px;
}
.invest-area h2 {
	font-size: 28px;
}
.services-div {
    padding: 65px 70px;
}
.news-tab {
    padding: 20px 18px 15px 18px;
}
.news-tab h3 {
	font-size:22px;
}
.news-tab p {
    min-height: 127px;
}
.thumbnail h3 {
    font-size: 20px;
}
h1.main-heading {
	font-size:36px;
}
.content-div .news-tab p {
    min-height: 157px;
}
.footer-tab h6 {
	font-size:16px;
}
footer:before {
    top: 104px;
}

}

@media (max-width: 991px) {

.phone-div {
    padding: 0px 18px;
}
.top-main-nav ul li a {
    padding: 10px 15px;
}
.logo {
    position: absolute;
}
.main-nav {
    width: 100%;
}
.main-nav #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #2b2f34;
	float:left;
    width: 100%;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    color: #fff;
    border: 1px solid #212126;
    line-height: 35px;
    padding: 0px 15px;
    margin: 10px 10px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, 
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, 
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: #212126;
    border-color: #212126;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 15px;
    line-height: 37px;
}
.main-nav #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
.main-nav #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    margin-bottom: 10px;
}
.banner-area {
    min-height: 195px;
}
.banner-area .nivo-caption {
    top: 10px;
    width: 280px;
	padding-top:0px;
}
.banner-area .nivo-caption h1 {
	font-size:30px;
    padding-right: 0px;
}
.banner-area .nivo-caption .discover-btn {
    display: inline-block !important;
    font-size: 17px;
    padding: 24px 30px 24px 100px;
}
.about-div {
    padding: 20px 20px 55px;
}
h1.main-heading:after {
    height: 5px;
}
.tanks-img img {
    width: 100%;
}
.welcome-area:before,
.welcome-area:after {
	display:none;
}
.welcom-img {
	margin-bottom:20px;
}
.learn-btn {
	font-size: 20px;
	padding: 11px 25px;
}
.welcome-area img {
	width: 100%;
}
.sponsor-div {
	margin-top: 60px;
}
.sponsor-div img {
	width: 100%;
}
.local-business-div h1 {
	border-right: 0;
	min-height: inherit;
}
.invest-area h2 br {
	display: none;
}
.investor-text {
	padding: 0px 20px;
}
.tank-tab.tab2 {
    padding-top: 40px;
}
.services-area {
    padding: 0px 10px;
}
.services-div h1 {
    font-size: 40px;
}
.services-div h1:after {
    height: 5px;
    bottom: -20px;
}
.content-bottom-area {
    background: url(../images/arrows-bg.gif) no-repeat center top 30%;
}
.news-tab {
	margin-bottom:20px;
}
h1.main-heading {
    font-size: 30px;
}
.contact-info h3 {
	font-size:21px;
}
.services-tab {
	min-height:610px;
}
footer {
    padding: 40px 0px 30px 0px;
}
footer:before {
    top: 77px;
}
.copyright {
    margin-bottom: 18px;
}
.footer-social-div {
    margin-bottom: 20px;
}

}

@media (max-width: 767px) {

.phone-div {
    display: none;
} 
.header {
    min-height: 100px;
}
.header:before {
    top: 48px;
}
.main-nav {
    margin-top: 33px;
}
.main-nav #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    margin-top: 10px;
}
.banner-area {
    padding: 0px 0px;
}
.banner-area .nivo-caption .discover-btn {
	display:none !important;
}
.banner-area {
    min-height: 156px;
}
h1.main-heading:after {
    bottom: -10px;
}
.about-div {
    font-size: 20px;
    padding: 20px 0px 55px;
}
.content-div .about-div {
    padding: 0px 0px 30px;
}
.content-bottom-area {
    background: url(../images/arrows-bg.gif) no-repeat center top 35%;
}
.services-area {
    padding: 0px;
}
.services-div h1 {
    font-size: 36px;
}
.services-div {
    padding: 40px 20px;
    min-height: inherit;
}
.tanks-area {
    padding: 46px 20px;
}
.tanks-text h2 {
    margin-bottom: 45px;
}
.note {
    font-size: 20px;
    line-height: 25px;
}
.news-tab {
    background: #f9f9f9;
}
.news-tab:hover {
    background: #efefef;
}
.news-tab h3 {
    margin-bottom: 20px;
    min-height: inherit;
}
.news-tab p {
    min-height: inherit;
}
.content-div .news-tab p {
    min-height: inherit;
}
.contact-info {
    padding: 20px 20px;
}
.content-div .arconix-faq-title {
    font-size: 16px;
}
.services-tab {
    min-height: inherit;
}
.truck-info .nav-tabs>li>a {
    font-size: 14px;
    padding: 10px 10px;
}
footer {
    padding: 40px 0px 0px;
}
footer .col-md-3 {
    margin-bottom: 25px;
}
.footer-tab h6:after {
    width: 100%;
}
.footer-tab h6 {
    font-size: 18px;
}
.footer-social-div img {
    margin-left: 0px;
}
	
}

@media (max-width: 480px) {

h3 span {
    font-size: 16px;
}	
.top-main-nav ul li a {
    padding: 10px 10px;
}
.banner-area {
    min-height: 126px;
}	
.banner-area .nivo-caption {
    width: 240px;
    padding-left: 0px;
}
.about-div {
    font-size: 17px;
    line-height: 25px;
}
h1.main-heading {
    font-size: 26px;
}
h1.main-heading:after {
    width: 250px;
}
.tanks-text {
    padding-top: 130px;
}
.tanks-text h2 {
    font-size: 25px;
}
.truck-info h3 {
    font-size: 18px;
}
.price.pull-right {
    float: left !important;
}
.content-div .nav-tabs>li {
    width: 100%;
    background: #e2e2e2 !important;
	border-bottom:1px solid #fff;
}
.content-div .nav-tabs>li>a {
    font-size: 16px;
    margin-right: 0px;
    border-radius: 0;
}
.content-div .nav-tabs>li.active>a, 
.content-div .nav-tabs>li.active>a:hover, 
.content-div .nav-tabs>li.active>a:focus {
    border: 0;
}
.content-div .nav-tabs {
    border: 0;
}

}
@media (max-width:479px) {

h2 {
    font-size: 30px;
}
.header-top-area {
    min-height: 35px;
}
.header-top-area .container {
    text-align: center;
    padding: 0 5px;
}
.top-main-nav ul li a {
    font-size: 13px;
    padding: 5px 5px;
}
.top-main-nav ul li ul li a {
    font-size: 12px;
    padding: 3px 12px;
    text-align: left;
}
.search-div	 {
	display:none;
}
.header {
    min-height: 80px;
}
.header:before {
    top: 40px;
    left: 0px;
}
.logo {
    width: 130px;
}
.main-nav {
    margin-top: 23px;
}
.banner-area {
    min-height: inherit;
}
.banner-area .nivo-caption {
	display:none !important;
}
.tanks-text {
    width: 100%;
    padding-top: 0px;
}
.tanks-text h2 {
    margin-bottom: 25px;
}
.tanks-text .read-more-link {
	margin-bottom:20px;
}
.tanks-img {
    width: 100%;
	margin-bottom:10px;
}
.tank-tab.tab2 .tanks-text {
    text-align: left;
    width: 100%;
    padding-top: 0px;
}
.welcome-area h3 {
    font-size: 22px;
}
.welcome-area h3 span {
    font-size: 20px;
}
.note {
    font-size: 18px;
}
.blue-btn {
	margin-right:0px;
	margin-bottom:15px;
}
.services-div h1 {
    font-size: 30px;
}
.content-div {
    padding: 30px 0;
}
h1.main-heading:after {
    width: 150px;
}
.thumbnail h3 {
    font-size: 18px;
    line-height: normal;
}
.thumbnail .caption {
    word-wrap: break-word;
}
.truck-info {
    padding: 0px;
}
.truck-info:nth-child(even) {
    padding: 15px;
}
footer:before {
    left: 0px;
}

}
