﻿/*
EVS Project

*/


/*--------------- Document Setup (body, divs, img) ---------------*/
body, div, img, a
{
	font-family: 'Arimo', sans-serif;
 }
.clear
{
	clear:both;
}
ol, ul, li, p{ list-style:none !important; font-family: 'Arimo', sans-serif !important;}
a
{    
	transition:all .2s linear !important; 
    -o-transition:all .2s linear !important; 
    -moz-transition:all .2s linear !important; 
    -webkit-transition:all .2s linear !important;
}
a:hover{ text-decoration:none;}
input.field{ width:100%; background:#f6f6f6; height:40px; border:#e7e7e7 solid 1px; font-size:13px; color:#FFF; padding:0 10px; margin-top:0px; border-radius: 0px; box-shadow: none !important; float:left;}
input.field2{ width:100%; height:50px; border:#dbdbdb solid 1px; font-size:13px; color:#6f6f6f; padding:0 0 0 10px; margin-top:0px; border-radius: 0px; box-shadow: none !important;}
select{ width:100%; height:50px; border:#dbdbdb solid 1px; font-size:13px; color:#6f6f6f; padding:15px 10px; margin-top:0px; border-radius: 0px; box-shadow: none !important;}
textarea{ width:100%; height:190px !important; border:#d9d9d9 solid 1px; font-size:14px; color:#666666; padding:10px !important; margin-bottom:20px; border-radius:0px !important;}

/*--------------- Heading Styles ---------------*/
h1{}
h2
{
	font-family: 'Arimo', sans-serif !important;
	font-size:48px !important;
	color:#FFF;
	line-height:normal;
	font-weight:700;
	margin:0px;
}
h2 span{ color:#f2694c;}
h3
{
	font-family: 'Arimo', sans-serif;
	font-size:36px !important;
	color:#333333 !important;
	padding:0px 0 0 0;
	max-width:200px;
	width:100%;
	display:inline;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	
}
h3:before
{
	position:absolute;
	right:-10px;
	top:-10px;
	content:'';
	background:url(../images/top-arrow.png) no-repeat;
	width:11px;
	height:11px;
}
h4
{
	font-family: 'Arimo', sans-serif !important;
	font-size:20px;
	color:#333;
	line-height:normal;
	padding:0px;
	margin:15px 0 0px 0;
	
}
h5
{
	font-family: 'Arimo', sans-serif !important;
	font-size:16px !important;
	color:#2f3193 !important;
	line-height:normal;
	padding:0px;
	margin:0px;
}
h6{ color:#003366; font-size:12px;}

/*--------------- Custom Nav Style ---------------*/
.container{	position:relative;}
.topheader
{
	height:100px;
	padding:0px 0px;
}
.nav-bg
{
	border-radius: 0px !important;
}
.navbar-collapse
{
	margin:0px 0 0 0 !important;
}
.navbar
{
	margin:0px !important;
}
.navbar-nav>li
{ 
	float:left;  
	padding:0px;
	margin:8px 0 0 5px;
}
.navbar-nav>li>a
{ 
	float:left; 
	padding:0px 15px;
	font-size:14px; 
	color:#000f16; 
	line-height:78px;
	text-transform:uppercase !important;
}
.navbar-nav>li>a:hover 
{ 
	background: #2f3193 !important;
	color:#FFF;
	border-bottom:#f2694c solid 5px !important;
}
.navbar-nav>li>a.active
{ 
	background: #2f3193 !important;
	color:#FFF;
	border-bottom:#f2694c solid 5px !important;
}

.navbar-nav>li>ul{
	position:absolute; 
	top:81px; 
	background:#191a57; 
	padding:0px;
	list-style:none;
	border:#191a57 solid 1px;
	width:230px;
	display:none;
	z-index:10;
	}
	.navbar-nav>li>ul>li{border-bottom:#191a57 solid 1px; float:left; width:100%;}
.navbar-nav>li>ul>li>a{
	float:left; 
	padding:0px 15px 0px 15px;
	font-size:14px; 
	color:#FFF; 
	line-height:40px;
	font-weight:400; 
	margin-bottom:0px;
	width:100%;
	}
.navbar-nav>li>ul>li>a:hover
{
	background:#f2694c;
	color:#FFF;
}
.navbar-nav>li:hover ul{ display:block;}


/*--------------- Logo ---------------*/
.language-box
{
	position:absolute;
	bottom:-24px;
	right:0;
	background:#FFF;
	border-radius:0px 0px 4px 4px;
	z-index:1;
	overflow:hidden;
}
.language-box a{ font-size:12px; padding:0px 10px; line-height:24px; color:#000d15; float:left;}
.language-box a:hover{ background:#bd0926; color:#FFF;}
.language-box a.active{ background:#bd0926; color:#FFF;}
.logo
{
	float:left;
	padding:3px 0 !important;
}

.search-icon
{
	float:right;
	margin:26px 0px 0 10px;
}
.search-dropdown
{
	display:none; position:absolute; padding:20px; margin:0px; right:-15px; background:#FFF; border:#e7e7e7 solid 1px; z-index:1000; top:80px; border-radius:5px;
}
.search-dropdown:before
{
	position:absolute;
	content:'';
	width:16px;
	height:8px;
	right:15px;
	top:-8px;
	background:url(../images/search-dropdown-arrow.png) no-repeat;
}


/*--------------- Content Style ---------------*/
.working-bg
{
	background:url(../images/working-bg.jpg) top center no-repeat;
	background-size:cover;
	padding:170px 0 100px 0px;
	background-attachment:fixed;
}
.working-bg h3{ color:#FFF !important;}
.products-bg
{
	background:#FFF;
	padding:60px 0px;
	position:relative;
}

.products-bg p
{
	font-size:18px;
	color:#444444;
	line-height:36px !important;
	padding:30px 120px 0 120px !important;
	text-align:center;
}
.products-bg p span{ color:#bc0000;}


.products-container-margin{ margin-top:-70px !important;}
.product-listing{}
.product-listing ul{}
.product-listing ul li
{
	float:left;
	width:25%;
	border-right:#e7e7e7 solid 1px;
	background:#FFF;
	margin:40px 0 0 0;
	text-align:center;
	padding:40px 20px;
}
.product-listing ul li a
{
	float:left;
	width:100%;
	font-size:14px;
	color:#444444;
	text-align:center;
	text-transform:uppercase;
}
.thumbnail{ border-radius:0px; margin-bottom:10px;}
table.size-table td{ padding:10px 0 0 0px; font-size:18px; color:#696969;}
.product-thumbnail
{
	float:left;
	width:100%;
	text-align:center;
	margin:30px 0;
	height:195px;
}
.product-thumbnail img{ width:100%;}
.product-listing p
{
	font-size:14px;
	color:#444444;
	text-align:center;
	text-transform:none !important;
	line-height:24px !important;
}

.date{ font-size:12px; color:#ef4632; padding:5px 0px !important; float:left; width:100%;}

.welcome-box
{
	padding:100px 0px;
	position:relative;
}
.welcome-box:after
{
	width:100%;
	height:336px;
	background:url(../images/welcome-arrow-bg.png) top center no-repeat;
	background-size:cover;
	bottom:-336px;
	position:absolute;
	content:'';
	z-index:1;
}
.welcome-box p
{
	font-size:18px;
	color:#696969;
	line-height:36px !important;
	padding:0px 0px !important;
	text-align:center;
}
.welcome-box p span{ color:#f2694c;}
.boxstyle{ background:#FFF; padding:15px;}
.boxstyle p{ font-size:14px; line-height:24px !important; text-align:center; color:#696969; padding:10px 0 0 0 !important;}
.text-left{ text-align:left !important;}

.breadcrumb
{
	background:none;
	text-align:center;
	margin:0px;
}
.breadcrumb p
{
	color:#003366;
	font-size:14px;
}
.breadcrumb p a
{
	color:#003366;
	padding:0 2px;
}
.breadcrumb p a:hover
{
	color:#cc3333;
}
.breadcrumb p a.active
{
	color:#cc3333;
}

.custom-tabs
{ width:100%; text-align:center; margin:0 auto;}
.custom-tabs .nav-tabs
{
	border-bottom:0px;
	display:inline-block !important;
}
.custom-tabs .nav-tabs>li>a
{
	background:#2f3193;
	font-size:14px;
	color:#FFF;
	border-radius:0px !important;
	padding:0 30px;
	line-height:42px;
	margin:0px 5px 0 0;
	text-transform:uppercase;
	border:0px;
}
.custom-tabs .nav-tabs>li>a:hover
{
	background:#f2694c;
	border:0px;
	color:#FFF;
}
.custom-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
{
	background:#f2694c;
	border:#bc0000 solid 0px;
	color:#FFF;
	border-radius:0px;
}
.custom-tabs .nav-tabs>li.active:before
{	
	position:absolute;
	right:7px;
	z-index:1;
	top:2px;
	content:'';
	background:url(../images/white-arrow.png) no-repeat;
	width:8px;
	height:8px;
}

.tab-content p
{
	font-size:16px;
	color:#666666;
	line-height:24px;
}
.tab-content p img
{
	float:left;
	margin:20px 0px;
	width:100%;
}

.product-col{ border-right:#FFF solid 1px; margin:20px 0 0 0;}
.product-col img{ width:100%;}
.product-col p{ background:#171717; padding:10px; text-align:center; font-size:16px; color:#FFF;}
.product-col:hover p{ background:#cc3333;}

/*--------------- Footer Styles ---------------*/
.footer-bg
{
	background:url(../images/footer-bg.jpg) top center no-repeat;
	background-attachment:fixed;
	background-size:cover;
	padding:170px 0 0 0;
}
.footer-bg h5{ color:#FFF !important; padding:10px 0px !important; font-size:16px !important;}
.heading-five
{
	text-align:left; 
	font-size:18px; 
	font-weight:300;
}
.tweet_icon
{ 
	float:left; 
	margin:0px 0 0 0;
}
.tweet_cont
{ 
	margin:20px 0 0 0;
}
.tweet_detail
{ 
	margin:0 0 0 50px;
}
.tweet_detail p
{ 
	font-size:13px; 
	color:#797979;
}
.tweet_detail p a
{ 
	font-size:12px; 
	color:#797979;
}
.tweet_detail p a:hover
{ 
	font-size:12px; 
	color:#ffca00;
}
.latest-news
{
	float:left;
}
.col-2
{
	width:430px;
	float:left;
	z-index:1;
	position:relative;
}

.nav-col{ margin:10px 0 0 0; float:left; width:100%; z-index:1; position:relative;}
.nav-col ul
{
	float:left;
	margin:0px;
	padding:0px;
}
.nav-col ul li
{
	list-style:none;
	width:100%;
	float:left;
}
.nav-col ul li a
{
	float:left;
	width:100%;
	line-height:30px;
	font-size:13px;
	color:#666666;
	background:url(../images/footer-nav-icon.png) 0px 9px no-repeat;
	padding-left:30px;
}
.nav-col ul li a:hover
{
	color:#FFF;
}

.footer-nav{ border-bottom:#e7e5e7 solid 1px; padding:25px 0px; margin-bottom:20px;}
.footer-nav p{ text-align:center; font-size:14px; color:#333333; margin:0px;}
.footer-nav p a{ font-size:14px; color:#333333; padding:0 7px;}

.copyrights
{
	border-top:#252525 solid 1px;
	clear:both;
	padding:15px 0px;
	margin:30px 0 0 0;
	width:100%;
}
.copyrights p
{
	font-size:12px;
	color:#5d5d5d;
	padding:10px 0 0 0;
}
.copyrights p a
{
	color:#8e8e8e;
}
.copyrights p a:hover
{
	color:#FFF;
}
.social-icon
{
	float:right;
}
.social-icon a{ padding:0 5px;}

a.poultry-banner
{
	background:url(../images/dailyrates-bg.jpg) top center no-repeat;
	padding:50px 0px;
	margin:50px 0 0 0;
	width:100%;
	float:left;
	font-size:36px;
	text-transform:uppercase;
	color:#FFF;
}

/*--------------- inner Styles ---------------*/
.small-header
{
	background:url(../images/small-header-bg.jpg) top center no-repeat;
	background-attachment:fixed;
	background-size: cover;
	padding:100px 0px;
	text-align:center;
}

.daily-rates-header
{
	background:url(../images/daily-rate-header-bg.jpg) top center no-repeat;
	background-attachment:fixed;
	background-size: cover;
	padding:100px 0px;
	text-align:center;
}


.small-product{
	background:url(../images/services.jpg) top center no-repeat;
	background-attachment:fixed;
	background-size: cover;
	padding:100px 0px;
	text-align:center;
}

.small-service{
	background:url(../images/service-banner.jpg) top center no-repeat;
	background-attachment:fixed;
	background-size: cover;
	padding:100px 0px;
	text-align:center;
}

.small-customer{
	background:url(../images/customer.jpg) top center no-repeat;
	background-attachment:fixed;
	background-size: cover;
	padding:100px 0px;
	text-align:center;
}

.small-news{
	background:url(../images/news.jpg) top center no-repeat;
	background-attachment:fixed;
	background-size: cover;
	padding:100px 0px;
	text-align:center;
}

.small-header h2{ text-align:center !important; text-shadow:0px 1px 0px rgba(0,0,0,.7) !important;}
.breadcrumbs
{
	background:none;
	text-align:center;
}
.breadcrumbs p
{
	text-align:center;
	font-size:14px;
	color:#1f1f1f;
	line-height:70px;
}
.breadcrumbs p a
{
	color:#1f1f1f;
	padding:0 10px;
}
.breadcrumbs p a.active
{
	color:#bc0000;
}
.about-img-thumbnail
{
	width:668px;
	height:458px;
	background:#1f1f1f;
	padding:15px;
	margin:0 auto;
}
.border-bottom{ border-bottom:1px solid #e7e7e7 !important;}
.contact-form
{
	width:790px;
	margin:20px auto;
}
.quote-form { width:100%; padding:0 20px;}
.news-listing{ margin:20px 0 0 0;}
.news-col{ margin:20px 0 0 0; background:#FFF; border:#e7e7e7 solid 1px; padding:15px; min-height:230px;}
.news-col .news-thumbnail{ float:left;}
.news-col .news-detail-box
{
	margin-left:90px;
}
.news-col .news-detail-box p
{
	font-size:14px !important;
	color:#444444;
	padding:0px 0 0 0 !important;
	text-align:left;
	line-height:20px !important;
}
.news-col .news-detail-box p span{ color:#bc0000; font-size:13px;}

.detail-box{ margin:30px 0 0 0;}
.large-thumbanil{ float:left; width:420px; border:#d7d7d7 solid 1px;}
.large-thumbanil img{ width:100%;}
.detail-header{ float:left; width:100%; margin-bottom:15px; position:relative;}
.detail-box .detail-content
{
	margin:0 0 0 450px;
}
.detail-box .detail-content h3{ font-size:20px; color:#cc3333; text-align:left; margin:0px; padding:0px;}
.detail-box p{ font-size:14px; color:#444444; text-align:left !important; margin:0px !important; padding:20px 0 0 0 !important; line-height:30px;}

.table-content{ background:#FFF; margin:30px 0 0 0;}
.table-content table{ border:#e7e5e7 solid 1px;}
.table-content table tr{}
.table-content table th
{
	padding:10px;
	font-size:16px;
	font-weight:normal;
	vertical-align:middle;
	color:#FFF;
	background: #f2694c !important;
}
.table-content table tr td
{
	padding:10px 15px;
	font-size:13px;
	font-weight:normal;
	vertical-align:middle;
	color:#241f28;
	border-bottom:#e7e5e7 solid 1px;
}
a.calender{ margin:10px 0 0 0 !important; float:left;}



.form-group label{ font-weight:normal; color:#666;}
.small_thumbnail{ background:#FFF; padding:0px 0 15px 0px; text-align:center;}
.small_thumbnail a{ margin:0 5px;}
.small_thumbnail a img{ width:inherit !important;}

.icon-box{ float:right; position:absolute; right:0; top:0;}
.icon-box a{ float:left; margin:0 0 0 5px;}
.offer-box{}
.offer-box .box-style2{ background:#f6f6f6; border:#e7e5e7 solid 1px; padding:20px; width:48%; margin:25px 0 0 0;}
.offer-box .box-style2 .title{ font-size:16px; color:#042049;}
.offer-box .box-style2 p{ font-size:14px; color:#333333; padding-top:10px;}

.list-style{}
.list-style ul{}
.list-style ul li{ margin:10px 0 0 0; font-size:16px;
color:#666666; background:url(../images/footer-nav-icon.png) 0px 5px no-repeat; padding-left:20px;}


/*--------------- Search Results Styles ---------------*/
.search-results
{
	padding:0px;
	margin:0px 0 0 0;
}
.search-results .result-row
{
	border-bottom:#ebebeb solid 1px;
	padding:10px 0px;
}
.search-results .result-row h5
{
	text-align:left;
	color:#cc3333 !important;
	font-size:20px !important;
	line-height:normal;
	padding:0px;
	margin:0px;
}
	.search-results .result-row h5 a
	{
		color:#cc3333;
	}
	.search-results .result-row h5 a:hover
	{
		color:#1f93c4;
	}

.search-results .result-row p
{
	font-size:14px;
	color:#666;
	line-height:24px;
	padding:10px 0 0 0 !important;
	text-align:left !important;
}


/*--------------- Buttons Styles ---------------*/
.btn-search{
	height:30px;
	border:0px;
	text-align:center;
	font-size:14px;
	color:#FFF;
	padding:0 15px;
	line-height:30px;
	border-radius:5px;
	float:right; margin:10px 0px 0 0;
	background:#bc0000;}
.submit-btn
{
	height:38px;
	border:0px;
	text-align:center;
	font-size:14px;
	color:#FFF;
	padding:0 30px;
	line-height:38px;
	border-radius:0px;
	float:left; margin:0px 10px 0 0;
	background:#f2694c;
}
.submit-btn-btn:hover{opacity:0.85;}
.grey-btn
{
	height:38px;
	text-align:center;
	font-size:14px;
	color:#FFF;
	padding:0 20px;
	line-height:38px;
	border-radius:0px;
	float:left; margin:0px 10px 0 0;
	background: #9e9e9e;
	border:0px;
}
a.learn-btn
{
	background:#f2694c;
	display:inline-block;
	text-align:center;
	font-size:14px;
	color:#333333;
	padding:4px 25px;
	line-height:38px;
	margin:20px 0px 0 0;
	text-transform:uppercase;
	position:relative;
}
a.learn-btn:hover{ opacity:0.8;}
a.learn-btn:before
{
	position:absolute;
	right:2px;
	top:2px;
	content:'';
	background:url(../images/black-arrow.png) no-repeat;
	width:8px;
	height:8px;
}

/*--------------- 13. Padding, Margin, Color Styles ---------------*/

/*--Padding classes--*/
.padding0 { padding:0px !important;}
.margin-top0{ margin:0px !important;}
.margin-top20{ margin-top:20px;}
.paddingtop20{ padding-top:20px !important;}
/*--Color classes--*/
.padding-left0{ padding-left:0px;}
.padding-right0{ padding-right:0px;}


/*--------------- 14. Media Queries ---------------*/


@media (min-width: 768px) and (max-width: 990px) {
	.small-header{ padding:100px 0px;}
	.small-product{ padding:100px 0px;}
	.logo{ width:150px;}
	.navbar-nav > li{ margin:0 1px;}
	.navbar-collapse { margin: 0px 0 0 !important;}
	.search-icon {float: right; margin: 27px 0 0;}
	.navbar-nav > li > a{ padding:0 8px; font-size:13px;}
	.content-container{ margin:10px 0 0 0;}
	.box-style ul > li > a{ padding:0 15px;}
	.category-tag {
    position: absolute;
    right: -18px;
    top: -15px;
    z-index: 10000;}
	.category-tag img{ width:80%;}
	.welcome-box p{ padding:30px 20px 0px !important;}
	.products-bg p{ padding:30px 20px 0px !important;}
	.product-thumbnail{ height:115px;}
	
	#sequence > .sequence-canvas > li img{ width:45%;}
	h2{ font-size:34px !important; text-align:left;}
	#sequence .title{ font-size:34px !important;}
	ul, ol{ margin:0px !important;}
	.contact-form{ width:100%;}
	.small_thumbnail{ background:#FFF; padding:0px 0 15px 0px; text-align:center;}
.small_thumbnail a{ margin:0 5px;}
.small_thumbnail a img{ width:inherit !important;}

.address{ padding:0 15px !important;}
.address1{ width:47% !important; margin:20px 20px 0 0 !important; min-height: 250px !important;}
	
}
@media (min-width: 991px) and (max-width: 1024px) {
	.navbar-nav > li{ margin:0 2px;}
	.navbar-collapse { margin: 0px 0 0 !important;}
	.search-icon {float: right; margin: 27px 0 0;}
	
	.tablet-padding0{ padding:0px;}
	.search-box{ margin:24px 0 0 0;}
	.navbar-nav > li > a{ padding:0 15px;}
	.content-container{ margin:10px 0 0 0;}
	.box-style ul > li > a{ padding:0 35px;}
.search-box{ margin:0px;}
input.field{ width:203px;}
.align-center{ text-align:right;}
#sequence > .sequence-canvas > li img{ width:45%;}
	h2{ font-size:34px !important; text-align:left;}
	#sequence .title{ font-size:34px !important;}
	ul, ol{ margin:0px !important;}
	.category-tag {
    position: absolute;
    right: -0px;
    top: -25px;
    z-index: 10000;}
	.small_thumbnail{ background:#FFF; padding:0px 0 15px 0px; text-align:center;}
.small_thumbnail a{ margin:0 5px;}
.small_thumbnail a img{ width:inherit !important;}
.address{ padding:0 15px !important;}
.address1{ width:31% !important; margin:20px 20px 0 0 !important; min-height: 250px !important;}
}

@media (min-width: 320px) and (max-width: 640px) {
	#sequence .title {
    font-size: 24px !important;
    text-align: center !important;
}
	.language-box{ bottom:-25px;}
	ul, ol{ margin:0px !important;}
	.navbar-nav{ margin:0px -15px;}
	h1{ font-size:24px;}
	.field{ width:100% !important;}
	.logo{ margin:10px !important; padding:0px !important; line-height:normal; width:70%;}
	.logo img{ width:80%;}
	.topheader {
    height: auto !important;	
}
.welcome-box::after{ background-size:contain; height:76px; bottom: -76px;}
.welcome-box{ padding:50px 0px;}
.small-header h2{ font-size:40px !important;}
.small-product h2{ font-size:40px !important;}
.small-header{ padding:50px 0;}
.small-product{ padding:50px 0;}
.footer-bg {
    background: rgba(0, 0, 0, 0) url("../images/footer-bg.jpg") no-repeat fixed center top / cover ;
    padding: 40px 0 0;
}
.search-icon {
    float: right;
    margin: 15px 10px 0 0;
}
.category-bg{ height:auto !important;}
.category-listing ul li {
    border-bottom: 1px solid #121212;
    box-shadow: 0px 1px 0 #2b2b2b;
    float: left;
    height: auto;
    width: 100%;
}
.category-listing ul li ul {
    width: 100%;
}
.welcome-box p{ padding:20px 10px !important;}
.products-bg p{ padding:20px 10px !important;}
.product-listing ul li{ width:100%; margin:20px 0 0 0;}
.product-listing {
	padding:0 20px;
}
.mobile-padding15{ padding:0 15px !important;}
.mobile-margin-bottom{ margin-bottom:20px !important;}
.social-icon {
    float: left;
	text-align:center;
	width:100%;
	margin:10px 0 0 0;
}
.contact-form{ width:100%;}
.submit-btn, .grey-btn{ width:100%; margin:0 0 10px 0px;}
.large-thumbanil{ width:100%; margin-bottom:20px;}
.detail-box .detail-content {
    margin: 0;
    padding: 0 10px;
}
.custom-tabs .nav-tabs > li{ float:left; width:100%; padding:0 10px;}
.custom-tabs .nav-tabs > li > a{ width:100%; margin-bottom:10px;}
.search-dropdown {
    position: absolute;
    right: 0;
    top: 61px;
    width: 100%;
    z-index: 1000;
}
.btn-search{ width:100%;}
	/*--------------- Custom Nav Style ---------------*/
	.navbar-collapse{ margin:0px !important;}
.navbar
{
	float:none !important;
}
.navbar-nav
{
	background:#FFF;
	height:auto !important;
	z-index:1000;
	position:relative;
	width:100%;
	margin:0px;
}
.navbar-nav>li
{ 
	float:left;  
	padding:0px;
	width:100%;
	margin:0px;
}
.navbar-nav>li>a
{ 
	float:left; 
	padding:0px 20px;
	font-size:14px; 
	color:#454545; 
	line-height:36px; 
	width:100%;
	margin-bottom:5px;
}
#sequence > .sequence-canvas > li{ top:0px;}
#sequence > .sequence-canvas > li img {
    right: 23%;
    top: 130px;
    width: 50%;
}
img.sequence-next{ width:20%;}
#sequence .title{ top:50px; background:none !important; left:5% !important;}
#sequence .animate-in .model{ margin:0px !important;}
#sequence .title {
    font-size: 24px !important;
}
#sequence .animate-in .model{ left:12%; margin-left:0px;}
.about-img-thumbnail{ width:100%; height:auto;}
.about-img-thumbnail img{ width:100%;}
.search-results{ padding:0 10px;}
.btm-button{ padding:0 10px;}
.blue-btn{ width:100%; text-align:center;}
.small_thumbnail{ background:#FFF; padding:0px 0 15px 0px; text-align:center;}
.small_thumbnail a{ margin:0 5px;}
.small_thumbnail a img{ width:inherit !important;}
.custom-tabs
{ width:100%; margin:0 auto;}
.address{ padding:0 15px !important;}
.address1{ width:100% !important; margin:20px 0 0 0 !important;}

}

