@import url(https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url("fonts.css");

.blog_title_container{
	width:100%;
	padding-bottom:6px;
	font-size: 18px;
}
.blog_title_date {
	font-size:30px;
	float:left;
	margin-right:25px;
	min-height: 55px;
	text-align:center;
	padding:20px;
	background-color:#EEEEEE;
	
}
.blog_title{
	padding:0;
	font-size: 24px;
}

.post{
	margin-bottom:40px;
}

.nav-single{
text-size: 1.5em;
font-weight:bold;
color:#C0C0C0;
margin-bottom:20px;}

.more-link {
	float:right;
	font-weight:bold;
	font-size:1.5em;
	color:#C0C0C0;
	}

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}


/* Defaults */
h1, h2, h3, h4, h5, h6, strong {
	font-weight:normal;
}
i, em { 
	font-style:italic; 
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear {
	clear:both;
}
.clearfix:before,
.clearfix:after { display: table; content: " "; }
.clearfix:after { clear: both; }
textarea{
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a { 
	color:#2a2e35;
	text-decoration:none;
}
a:hover {
	color:#000;
}
address {
	font-style:normal;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Common Tags */
.heading {
	margin-bottom:17px;
	color:#3f4b5d;
	font-size:30px;
	font-weight:500;
	text-transform:uppercase;
}
.heading span {
	color:#ff5454;
}
.style-select {
	border:1px solid #3f4b5d;
	width:243px;
	height:22px;
	line-height:22px;
	overflow:hidden;
	position:relative;
}
select.select {
	width:100% !important;
	height:22px !important;
	line-height:22px;
	position:relative;
	z-index:10;
}
span.select {
	background:url(../images/bg_select.png) no-repeat right top;
	width:100%;
	height:22px;
	line-height:22px;
	float:left;
	cursor:default;
	font-size:13px;
	font-weight:700;
	color:#000;
	text-indent:10px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.btn-provider {
	background:#bb2b2b;
	border-bottom:3px solid #d33434;
	height:44px;
	line-height:44px;
	padding:0 16px;
	margin-left:25px;
	float:right;
	color:#fff;
	font-size:16px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
}
.btn-provider:hover {
	background:#d33434;
	color:#fff;
}






body {
	background:#fff;
	font-family: 'Karla', sans-serif;
	font-size:18px;
	color:#2a2e35;
	position:relative;
}
body:before {
	background:url(../images/bg_body.png) repeat;
	content:"";
	width:100%;
	height:339px;
	left:0;
	top:0;
	position:absolute;
}
body.home:before {
	height:448px;
}
.box {
	background:#fff;
	width:1140px;
	margin:0 auto 39px auto;
	top:39px;
	position:relative;
	z-index:2;
}

/* Header */
.header {
	padding:17px 0 17px 0;
}
/* Logo */
.logo {
	padding-left:31px;
	float:left;
}
.header-right {
	padding:13px 24px 0 0;
	float:right;
}
.header-right .btn-provider {
	width:178px;
}
/* Contact Info */
.contact-info {
	padding-top:10px;
	float:right;
}
.contact-info ul {
	float:right;
}
.contact-info li {
	background:url(../images/ico_mail.png) no-repeat left top;
	height:30px;
	padding-left:38px;
	margin-left:20px;
	float:left;
	color:#535962;
	
	font-size:80%;
}
.contact-info li:first-child {
	margin-left:0;
}
.contact-info li span {
	margin-bottom:2px;
	display:block;
	font-size:13px;
	text-transform:uppercase;
}
.contact-info li strong {
	text-transform:uppercase;
	font-weight:700;
}
.contact-info li strong a {
	color:#535962;
}
.contact-info li strong a:hover {
	color:#bb2b2b;
}
.contact-info li.phone {
	background:url(../images/ico_phone.png) no-repeat left top;
}

/*  Navigation */
.navigation {
	background:#12aef7;
	height:48px;
	line-height:48px;
	text-align:center;
	position:relative;
	z-index:9999;
}
.navigation li {
	margin-left:40px;
	display:inline-block;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
}
.navigation li:first-child {
	margin-left:0;
}
.navigation li a {
	display:block;
	color:#fff;
	position:relative;
}
.navigation li a:hover,
.navigation li.active a {
	color:#e2dd14;
}
.navigation li:hover a:before,
.navigation li.active a:before {
	background:url(../images/bg_ico_li.png) no-repeat left top;
	content:"";
	width:29px;
	height:29px;
	margin-left:-14px;
	left:50%;
	bottom:-14px;
	position:absolute;
}
.menu-icon {
	display:none;
}

/*  Hero Slider */
.flexslider{
	background:url(../images/loader.gif) no-repeat scroll center center;
}
.flexslider .slides{
	margin:0;
	list-style-type:none;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	background-position:center top!important;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
html[xmlns] .slides {
	display: block;
} 
* html .slides {
	height: 1%;
}
.flexslider .slides {
	zoom: 1;
}
.hero-slider {
	background:url(../images/bg_hero_slider.png) no-repeat left bottom;
	padding-bottom:15px;
	margin-bottom:49px;
	position:relative;
}
.hero-slider li {
	position:relative;
}
.hero-slider img {
	width:100%;
}
.hero-slider .caption {
	left:70px;
	top:152px;
	position:absolute;
}
.hero-slider .caption h3 {
	line-height:45px;
	color:#2651a8;
	font-size:69px;
	position:relative;
	z-index:3;
}
.hero-slider .caption strong {
	line-height:38px;
	color:#fff;
	font-size:31px;
	text-transform:uppercase;
}
.hero-slider .flex-control-nav {
	width:77px;
	margin-left:-38px;
	bottom:-26px;
	left:50%;
	position:absolute;
}
.hero-slider .flex-control-nav li {
	width:11px;
	margin-left:11px;
	float:left;
}
.hero-slider .flex-control-nav li:first-child {
	margin-left:0;
}
.hero-slider .flex-control-nav li a {
	background:url(../images/sprite_pagination.png) no-repeat left top;
	height:12px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
.hero-slider .flex-control-nav li a:hover,
.hero-slider .flex-control-nav li a.flex-active {
	background-position:right top;
}

/* Banner */
.banner {
	margin-bottom:47px;
	position:relative;
}
.banner img {
	width:100%;
}
.banner .caption {
	top:79px;
	left:65px;
	position:absolute;
}
.banner .caption h3 {
	color:#fff;
	font-size:31px;
	font-weight:400;
	text-transform:uppercase;
}

/* Container */
.container {
	width:100%;
}
/* Featured */
.featured-col {
	width:195px;
	margin:0 97px 0 98px;
	float:left;
}
.provider-profile {
	margin-bottom:7px;
}
.provider-profile .txtb {
	background:#8692a3;
	line-height:13px;
	padding:11px 30px;
	text-align:center;
	color:#fff;
	font-size:11px;
	text-align:center;
	text-transform:uppercase;
}
.provider-profile .txtb strong {
	font-weight:700;
}
.provider-profile .txtb a {
	color:#fff;
}
/* Services */
.services li {
	margin-bottom:27px;
	color:#3f4b5d;
	text-transform:uppercase;
}
.services li a {
	display:block;
	color:#3f4b5d;
}
.services li a:hover {
	color:#12aef7;
}
.services li .icon {
	width:68px;
	height:68px;
	margin-right:30px;
	float:left;
}
.services li .txtb {
	padding-top:5px;
	overflow:hidden;
	display:block;
}
.services li .txtb strong {
	margin-bottom:5px;
	display:block;
	font-size:36px;
	font-weight:300;
}
.services li .txtb span {
	display:block;
	font-size:14px;
	font-weight:700;
}
/* Content */
.content {
	width:750px;
	padding-top:49px;
	float:left;
}
.content p {
	line-height:30px;
	margin:0 50px 10px 0;
}
.listing {
	line-height:30px;
	font-size:16px;
}
.content .row ul.listing {
	width:290px;
	margin-right:65px;
	float:left
}
.listing li {
	background:url(../images/bg_bullets.png) no-repeat left 8px;
	padding-left:33px;
	margin-bottom:18px;
}
.listing li.last {
	width:460px;
	margin:0 auto 18px auto;
}
/* Provider List */
.provider-list {
	padding-top:20px;
}
/* Toolbar */
.toolbar {
	margin-bottom:8px;
}
.toolbar h3 {
	color:#3f4b5d;
	font-size:18px;
	font-weight:700;
}
.toolbar-col1 {
	width:323px;
	float:left;
}
.toolbar-col1 h3 {
	margin-bottom:5px;
}
.toolbar-col2 {
	width:708px;
	padding-top:6px;
	float:right;
}
.toolbar-col2_fac {
	width:258px;
	padding:6px 0 0 30px;
	float:left;
}
.toolbar-col3_fac {
	width:350px;
	padding:6px 0 0 30px;
	float:left;
	font-size:80%;
	color:#D3D3D3;
	font-weight:bold;
}
/* Search Box */
.search-box {
	border:1px solid #3f4b5d;
	height:34px;
	line-height:34px;
	padding:0 6px;
}
.search-box .btn-search {
	background:url(../images/sprite_search.png) no-repeat left top;
	border:none;
	width:25px;
	height:23px;
	margin-top:5px;
	float:left;
	cursor:pointer;
}
.search-box .btn-search:hover {
	background-position:left bottom;
}
.search-box .input-search {
	border:none;
	width:272px;
	height:24px;
	padding:5px 0;
	float:right;
	color:#aaa;
	font-size:18px;
	font-weight:700;
}
/* Filter */
.filter {
	border:1px solid #3f4b5d;
	padding-bottom:8px;
}
.filter h3 {
	margin:-11px 0 16px -2px;
	color:#3f4b5d;
	font-size:18px;
}
.filter h3 span {
	background:#fff;
	padding:0 4px 2px 0;
	display:inline-block;
}
.filter .select-col {
	width:232px;
	margin-left:23px;
	float:left;
}
.filter .select-col-first {
	width:245px;
	margin-left:6px;
}
.filter .select-col h4 {
	margin-bottom:3px;
	color:#3f4b5d;
	font-size:18px;
	font-weight:700;
}
/* Title Bar */
.title-bar li {
	background:#3f4b5d;
	border-bottom:3px solid #2a323f;
	height:32px;
	line-height:35px;
	padding-left:18px;
	margin:0 0 4px 2px;
	float:left;
	color:#fff;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
}
.title-bar li:first-child {
	margin-left:0;
}
.title-bar li.td1 {
	width:233px;
}
.title-bar li.td2 {
	width:218px;
}
.title-bar li.td3 {
	width:331px;
	padding-left:0;
	text-align:center;
}
.title-bar li.td4 {
	width:104px;
}
.title-bar li.td5 {
	width:174px;
}
.title-bar li.td6 {
	width:50px;
	padding-left:0;
	text-align:center;
	display:none;
	text-indent:10px;
}
.title-bar .sort {
	background:url(../images/sprite_arrow2.png) no-repeat left top;
	width:12px;
	height:22px;
	display:block;
	top:7px;
	text-indent:-9999px;
	left:3px;
	position:absolute;
}
.title-bar .sort:hover,
.title-bar .sort.asc {
	background:url(../images/sprite_arrow2_asc.png) no-repeat left top;
}
.title-bar .sort.desc {
	background:url(../images/sprite_arrow2_desc.png) no-repeat left top;
}
.table-list {
	margin-bottom:8px;
}
.table-list tr:nth-child(even) td {
	background:#f9f9f9;
}
.table-list td {
	background:#ededed;
	border-left:2px solid #fff;
	border-bottom:3px solid #fff;
	line-height:15px;
	padding:10px 0 10px 18px;
	color:#000;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
}
.table-list td.td1 {
	width:233px;
	border-left:none;
}
.table-list td.td2 {
	width:218px;
}
.table-list td.td3 {
	width:330px;
	padding-left:0;
	text-align:center;
}
.table-list td.td4 {
	width:104px;
}
.table-list td.td5 {
	width:163px;
	padding-right:10px;
}
.table-list td.td6 {
	width:50px;
	padding-left:0;
	text-align:center;
	display:none;
	text-indent:10px;
}
.pagination-area {
	width:420px;
	height:35px;
	margin:0 auto 16px auto;
	position:relative;
	text-align:center;
}
.pagination-area .prev,
.pagination-area .next {
	background:url(../images/sprite_arrow.png) no-repeat left top;
	width:28px;
	height:35px;
	display:block;
	text-indent:-9999px;
	top:0;
	position:absolute;
}
.pagination-area .prev {
	background-position:left top;
	left:0;
}
.pagination-area .prev:hover {
	background-position:left bottom;
}
.pagination-area .next {
	background-position:right top;
	right:0;
}
.pagination-area .next:hover {
	background-position:right bottom;
}
.pagination-area .pagination li {
	padding-top:7px;
	margin-left:3px;
	display:inline-block;
}
.pagination-area .pagination li:first-child {
	margin-left:0;
}
.pagination-area .pagination li a {
	display:block;
	font-size:18px;
}
.pagination-area .pagination li a:hover {
	text-decoration:underline;
}
.pagination-area .pagination li.active a {
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
}
.updated-list {
	margin-bottom:27px;
	display:block;
	color:#bec7d4;
	font-size:13px;
	font-weight:700;
	text-align:center;
}
/* About box */
.about-box {
	padding-bottom:30px;
}
.about-box .heading {
	margin-bottom:40px;
}
/* Our Teams */
.our-teams {
	width:420px;
	float:left;
}
.our-teams ul {
	margin-left:-20px;
}
.our-teams li {
	width:149px;
	float:left;
	margin:0 0 21px 80px; /* 20px */
}

.our-teams li img {
	width:100%;
	height:162px;
	display:block;
}
.our-teams li .txtb {
	background:#8692a3;
	display:block;
	padding:10px;
	color:#fff;
	font-size:11px;
	
	min-height:40px;
	max-height:40px;
}
.our-teams li .txtb strong {
	font-weight:700;
}
.our-teams li .txtb span {
	margin:3px 0;
	display:block;
	font-size:11px;
}
.our-teams li .txtb samp {
	text-transform:none;
	font-size:11px;
}
.our-teams li:hover .txtb {
	background:#9fa8b5;
}

/* Our Teams */
.our-teams_orig {
	width:420px;
	float:left;
}
.our-teams_orig ul {
	margin-left:-20px;
}
.our-teams_orig li {
	width:149px;
	float:left;
	margin:0 0 21px 20px; /* 20px */
}

.our-teams_orig li img {
	width:100%;
	height:162px;
	display:block;
}
.our-teams_orig li .txtb {
	background:#8692a3;
	display:block;
	padding:10px;
	color:#fff;
	font-size:11px;
	
	min-height:40px;
	max-height:40px;
}
.our-teams_orig li .txtb strong {
	font-weight:700;
}
.our-teams_orig li .txtb span {
	margin:3px 0;
	display:block;
	font-size:11px;
}
.our-teams_orig li .txtb samp {
	text-transform:none;
	font-size:11px;
}
.our-teams_orig li:hover .txtb {
	background:#9fa8b5;
}

.btn-view {
	background:#8692a3;
	line-height:40px;
	padding:0 10px;
	margin:0 105px 30px 0;
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
}
.btn-view:hover {
	background:#9fa8b5;
	color:#fff;
}
/* About Us */
.about-us {
	width:655px;
	float:right;
}
.about-us .heading {
	margin-bottom:28px;
}
.about-us p {
	line-height:25px;
	margin-bottom:26px;
}
/* About Details */


.hoverlgray:hover {
	background-color:#FBFBFB;
	text-decoration:underline;
}

.about-details {
	padding:30px 0 30px 70px;
}
.btn-back {
	background:url(../images/ico_arrow.png) left center no-repeat;
	display:inline-block;
	padding-left:14px;
	margin-bottom:23px;
}
.about-details .heading {
	margin-bottom:35px;
}
.about-details .heading span {
	color:#12aef7;
}
.about-details .imgb {
	width:334px;
	float:left;
}
.about-details .txtb {
	width:655px;
	float:right;
}
.about-details .txtb p {
	line-height:30px;
	margin-bottom:30px;
}
.board-of-directors {
	padding:30px 0;
}
.board-of-directors .heading {
	margin-bottom:40px;
}
.board-of-directors .our-teams {
	width:auto;
}
/* Contact us */
.contact-us {
	padding-top:50px;
}
.contact-us .imgb {
	width:685px;
	float:left;
}
/* Contact Details */
.contact-details {
	width:295px;
	float:right;
	margin-right:65px;
	color:#3f4b5d;
	font-size:16px;
}
.contact-details p {
	line-height:26px;
	margin-bottom:33px;
}
.working-hour {
	margin-bottom:42px;
}
.working-hour span {
	margin-bottom:10px;
	display:block;
	color:#535962;
}
.contact-details li {
	line-height:45px;
	margin-bottom:42px;
}
.contact-details li img {
	float:left;
	margin-right:20px;
}
.contact-details li .txtb {
	overflow:hidden;
}
.contact-details li.location {
	line-height:22px;
}
.contact-details li.phone {
	line-height:20px;
}
.contact-details li a {
	color:#535962;
	text-align:right;
}
.contact-details li a:hover {
	text-decoration:underline;
}
/*  Clients */
.clients {
	padding:70px 0 50px 0;
}
.clients ul {
	margin:0 0 80px -25px;
	text-align:center;
}
.clients li {
	width:266px;
	display:inline-block;
	margin-left:22px;
}
.clients li .imgb {
	min-height:150px;
	margin-bottom:0px; /*was 18px; */
}
.clients li .gray-box {
	background:#8692a3;
	padding:10px 30px 0 30px;
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
}
.clients li .gray-box span {
	display:inline-block;
	margin-bottom:7px;
}
.clients li .gray-box span.last a {
	color:#d6d2af;
}
.clients li .gray-box a {
	text-align:center;
	color:#fff;
	text-decoration:underline;
}
.clients li .gray-box a:hover {
	color:#fff;
	text-decoration:none;
}
.our-teams, .contact-us .imgb  {
	margin:0 0 30px 65px;
}
/* Find Provider */
.find-provider {
	background:#bb2b2b;
}
.find-provider .imgb {
	width:244px;
	float:left;
	position:relative;
	text-align:center;
}
.find-provider .imgb .caption {
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
}
.find-provider .imgb .caption h3 {
	line-height:20px;
	padding-top:30px;
	color:#fff;
	font-size:14px;
}
.find-provider .txtb {
	padding:24px 19px 0 34px;
	overflow:hidden;
	color:#fff;
	font-size:14px;
}
.find-provider .txtb .row {
	float:left;
}
.find-provider .txtb h4 {
	padding-top:3px;
	margin-bottom:9px;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}
.find-provider .btn-provider {
	background:#3f4b5d;
	border-bottom:3px solid #2a323f;
	text-transform:inherit;
	letter-spacing:1px;
}
.find-provider .btn-provider:hover {
	background:#515e73;
}

/*  Footer */
.footer {
	background:#3f4b5d;
}
.footer .box {
	background:none;
	top:0;
	margin-bottom:0;
}
.footer-top .row {
	border-bottom:1px solid #566171;
	padding:18px 0 17px 0;
}
/* Footer Logo */
.footer-logo {
	background:url(../images/bg_footer_logo.png) no-repeat right 15px;
	width:170px;
	padding-right:24px;
	float:left;
}
.footer-top .txtb {
	width:650px;
	padding-top:16px;
	margin-left:30px;
	float:left;
	color:#979da7;
	font-size:16px;
}
.footer-top .txtb h5 {
	margin-bottom:22px;
	color:#fff;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}
.footer-top .txtb p {
	line-height:27px;
}
/* Footer Links */
.footer-links {
	padding:12px 0 9px 0;
}
.footer-links ul {
	float:left;
}
.footer-links li {
	margin-left:35px;
	float:left;
}
.footer-links li:first-child {
	margin-left:0;
}
.footer-links li a {
	color:#979da7;
	font-size:16px;
}
.footer-links li a:hover,
.footer-links li.active a {
	color:#51b8f2;
}
.back-to-top {
	background:url(../images/bg_back_to_top.png) no-repeat left top;
	width:25px;
	height:25px;
	margin:2px 0 0 0;
	text-indent:-9999px;
	float:right;
}
.back-to-top:hover {
	background-position:left bottom;
}
.footer-bottom {
	background:#2a333f;
	padding:27px 0 23px 0;
	color:#4a5669;
	font-size:16px;
}
.footer-bottom .copyright {
	float:left;
}
.footer-bottom ul {
	float:right;
}
.footer-bottom li {
	margin-left:75px;
	float:left;
}
.footer-bottom li:first-child {
	margin-left:0;
}
.footer-bottom li a {
	color:#4a5669;
}
.footer-bottom li a:hover {
	color:#6d7a8f;
}

/* Brands */
.brands {
	padding:0 0 20px 65px;
}
.brands h3 {
	padding-top:25px;
	margin-right:25px;
	float:left;
}
.brands h3 strong {
	font-size:24px;
	font-weight:bold;
}
.brands ul {
	margin-left:-50px;
	float:left;
}
.brands li {
	width:150px;
	margin:0 0 20px 50px;
	float:left;
}

/* Fonts */
.search-box .input-search {
	font-family: 'Karla', sans-serif;
}

.hero-slider .caption h3 {
	font-family:'Mistral-Regular';
}

.hero-slider .caption strong, .services li .txtb strong, .heading, .footer-top .txtb h5, .banner .caption h3 {
	font-family: 'Roboto', sans-serif;
}

/* Chrome and Safari Code */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .table-area .table-list td {
		border-left:4px solid #fff;
	}
	.table-area .table-list td.name {
		border-left:none;
	}
	.table-area .table-list td.td9 {
		border-left:6px solid #fff;
	}

    /* Safari 5+ ONLY */
    ::i-block-chrome, .someClass {
     color:#000;
    }
}

/* Responsive */
@media only screen and (min-width:1024px) and (max-width:1200px) {
	body.home:before {
		height:435px;
	}
	.box {
		width:960px;
	}
	.header-right .btn-provider {
		width:120px;
	}
	.hero-slider .caption {
		top:138px;
	}
	.btn-provider {
		font-size:13px;
	}
	.contact-info li strong {
		font-size:16px;
	}
	.find-provider .txtb .row {
		width:400px;
	}
	.featured-col {
		margin:0 30px;
	}
	.content {
		width:680px;
		padding-top:20px;
		float:right;
	}
	.content .row ul.listing {
		margin-right:50px;
	}
	.our-teams, .contact-us .heading, .contact-us .imgb  {
		margin-left:33px;
	}
	.our-teams {
		width:350px;
	}
	.about-us {
		width:525px;
	}
	.about-us p {
		margin-bottom:35px;
	}
	.contact-us .imgb {
		width:580px;
	}
	.contact-details {
		margin-right:15px;
	}
	.contact-details p {
		margin-bottom:15px;
	}
	.working-hour {
		margin-bottom:30px;
	}
	.contact-details li {
		margin-bottom:27px;
	}
	.toolbar-col2 {
		width:570px;
	}
	.title-bar li {
		font-size:15px;
	}
	

	
	.title-bar li.td1 {
		width:187px;
	}
	.title-bar li.td2 {
		width:203px;
	}
	.title-bar li.td3 {
		width:253px;
	}
	.title-bar li.td4 {
		width:89px;
	}
	.title-bar li.td5 {
		width:148px;
	}
	.table-list td {
		font-size:12px;
	}
	.table-list td.td4 {
		padding:0 8px 0 10px;
	}
	.about-details .imgb {
		width:250px;
	}
	.about-details .txtb {
		width:590px;
	}
	.about-details {
		padding:30px 25px;
	}
	.brands {
		padding-left:30px;
	}
	.brands h3 {
		margin-right:20px;
	}
	.brands h3 strong {
		font-size:20px;
	}
	.brands ul {
		margin-left:-15px;
	}
	.brands li {
		margin-left:15px;
	}
}

@media only screen and (max-width:1023px) {
	.content .row ul.listing {
		width:auto;
		float:none;
		margin-right:0;
	}
	.find-provider .imgb {
		width:auto;
		float:none;
		display:none;
	}
	.find-provider .imgb img {
		width:100%;
	}
	.our-teams, .contact-us .heading, .contact-us .imgb {
		margin-left:0;
	}
	.our-teams, .about-us, .contact-us .imgb, .contact-details {
		width:auto;
		float:none;
	}
	.contact-us .imgb {
		margin-bottom:30px;
	}
	.contact-details {
		margin-right:0;
	}
	.clients li  {
		margin-bottom:100px;
	}
	.toolbar-col1 {
		width:auto;
		margin-bottom:25px;
		float:none;
	}
	.toolbar-col2 {
		width:auto;
		margin-bottom:10px;
		float:none;
	}
	.about-details .txtb,
	.about-details .imgb {
		width:auto;
	}
	.about-details .txtb {
		float:none;
	}
	.about-details .imgb img {
		width:250px;
		margin:0 30px 20px 0;
	}
	.board-of-directors {
		padding:30px 10px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	body.home:before {
		height:445px;
	}
	.box {
		width:700px;
	}
	.logo {
		float:none;
		margin-bottom:10px;
	}
	.header-right {
		padding:13px 24px 0 24px;
		float:none;
	}
	.contact-info, .contact-info ul {
		float:left;
	}
	.hero-slider .caption {
		top:53px;
		left:30px;
	}
	.featured-col {
		margin:0;
	}
	.content {
		width:465px;
		padding-top:20px;
		float:right;
	}
	.banner .caption {
		top:45px;
		left:30px;
	}
	.find-provider .txtb .row {
		width:400px;
	}
	.provider-profile {
		margin-bottom:25px;
	}
	.find-provider {
		padding-bottom:22px;
	}
	.find-provider .btn-provider {
		font-size:14px;
	}
	.contact-details li {
		width:223px;
		float:left;
	}
	.footer-top .txtb {
		width:485px;
		margin-left:0;
		float:right;
	}
	.footer-top .txtb h5 {
		font-size:14px;
		margin-bottom:12px;
	}
	.about-us .imgb img {
		width:100%;
	}
	.clients {
		padding:50px 40px 0 40px;
	}
	.clients ul {
		margin-left:-50px;
	}
	.clients li {
		margin-left:50px;
	}
	.title-bar li {
		font-size:11px;
	}
	.title-bar li.td1 {
		width:129px;
	}
	.title-bar li.td2 {
		width:167px;
	}
	.title-bar li.td3 {
		width:128px;
	}
	.title-bar li.td4 {
		width:84px;
	}
	.title-bar li.td5 {
		width:112px;
	}
	.table-list td {
		font-size:12px;
	}
	.table-list td.td1 {
		width:233px;
	}
	.table-list td.td2 {
		width:160px;
	}
	.table-list td.td4 {
		width:292px;
		padding:0;
		text-align:center;
	}
	.table-list td.td5 {
		width:200px;
	}
	.banner {
		margin-bottom:20px;
	}
	.search-box .input-search {
		width:632px;
	}
	.about-details {
		padding:30px 20px 30px 20px;
	}
	.contact-us {
		padding:50px 15px 0 15px;
	}
	.brands {
		padding:0 15px 20px 15px;
	}
	.brands h3 {
		margin-bottom:30px;
		float:none;
	}
	.brands ul {
		margin-left:-20px;
		float:none;
	}
	.brands li {
		margin-left:20px;
	}
}

@media (min-width:320px) and (max-width:767px) {
	body:before {
		height:290px;
	}
	body.home:before {
		height:310px;
	}
	.box {
		width:300px;
	}
	.logo {
		float:none;
		width:250px;
		padding-left:0;
		margin:0 auto 20px auto;
	}
	.header-right {
		padding:0 10px;
		float:none;
	}
	.header-right .btn-provider {
		width:110px;
		margin-left:0;
		font-size:13px;
	}
	.contact-info, .contact-info ul {
		float:left;
	}
	.contact-info li {
		margin-left:0;
	}
	.contact-info li.mail {
		display:none;
	}
	.navigation {
		padding:0 10px;
		position:relative;
		z-index:99;
	}
	.menu-icon {
		background:url(../images/menu_icon.png) no-repeat left top;
		width:45px;
		height:31px;
		display:block;
		padding:0;
		margin-top:8px;
		float:right;
		text-indent:-9999px;
		position:relative;
		z-index:9999;
	}
	.navigation ul {
		background:#09a0e6;
		width:100%;
		display:none;
		right:0;
		top:100%;
		position:absolute;
		z-index:9999;
	}
	.navigation li {
		border-bottom:1px solid #12aef7;
		width:auto;
		margin:0;
		float:none;
		display:block;
	}
	.navigation li a:hover {
		background:#20b6fc;
	}
	.navigation li:hover a:before,
	.navigation li.active a:before {
		display:none;
	}
	.featured-col {
		width:auto;
		margin:0;
		float:none;
	}
	.content {
		width:auto;
		padding-top:15px;
		float:none;
	}
	.content p {
		margin-bottom:20px;
	}
	.provider-profile {
		margin-bottom:20px;
	}
	.provider-profile img {
		width:100%;
	}
	.provider-profile .txtb {
		padding:11px 10px;
		font-size:12px;
	}
	.listing li {
		margin-bottom:10px;
	}
	.find-provider .txtb {
		padding-bottom:20px;
	}
	.find-provider .txtb p {
		margin-bottom:20px;
	}
	.find-provider .btn-provider {
		float:left;
		margin-left:0;
	}
	.our-teams {
		text-align:center;
	}
	.our-teams li {
		display:inline-block;
		float:none;
	}
	.btn-view {
		margin-right:10px;
	}
	.clients {
		padding:0;
	}
	.banner .caption {
		left:15px;
		top:27px;
	}
	.banner .caption h3 {
		font-size:20px;
	}
	.filter .select-col {
		width:auto !important;
		float:none;
		margin:0 0 20px 15px !important;
	}
	.style-select {
		width:96%;
	}
	.table-area {
		width:auto;
		margin-bottom:20px;
		overflow:hidden;
		overflow-x:visible;
	}
	.table-area .title-bar {
		width:1140px;
	}
	.table-area .table-list {
		width:1140px;
	}
	.footer-logo {
		background:none;
		border-bottom:1px solid #566171;
		width:auto;
		padding:0 0 20px 0;
		float:none;
		text-align:center;                 
	}
	.footer-top .txtb {
		width:auto;
		margin-left:0;
		float:none;
		text-align:center;
	}
	.footer-top .txtb h5 {
		line-height:20px;
		font-size:13px;
		margin-bottom:10px;
	}
	.footer-top .txtb p {
		line-height:18px;
		font-size:15px;
	}
	.footer-bottom {
		font-size:13px;
	}
	.about-details {
		padding:30px 15px;
	}
	.about-details .txtb p {
		font-size:14px;
		line-height:22px;
	}
	.about-details .imgb {
		float:none;
	}
	.about-details .imgb img {
		width:100%;
	}
	.contact-us {
		padding:30px 10px 0 10px;
	}
	.listing li.last {
		width:auto;
	}
	.brands {
		padding:0 10px 20px 10px;
	}
	.brands h3 {
		margin-bottom:20px;
		float:none;
	}
	.brands ul {
		float:none;
	}
}

@media (min-width:480px) and (max-width:767px) {
	body.home:before {
		height:360px;
	}
	.box {
		width:450px;
	}
	.header-right, .navigation {
		padding:0 20px;
	}
	.hero-slider .caption {
		top:32px;
		left:20px;
	}
	.hero-slider .caption h3 {
		line-height:28px;
		font-size:40px;
	}
	.hero-slider .caption strong {
		line-height:22px;
		font-size:20px;
	}
	.provider-profile .txtb {
		font-size:13px;
	}
	.services li {
		width:225px;
		float:left;
	}
	.search-box .input-search {
		width:390px;
	}
	.footer-links li {
		margin-left:22px;
	}
	.footer-bottom .copyright {
		width:224px;
	}
	.footer-bottom li {
		margin-left:20px;
	}
	.heading {
		font-size:25px;
	}
	.our-teams ul {
		width:318px;
		margin:0 auto;
	}
	.our-teams li {
		display:block;
		margin:0 20px 21px 0;
		float:left;
	}
	.our-teams li:nth-child(3n+2) {
		margin-right:0;
	}
	.btn-view {
		margin-right:0;
	}
	.brands ul {
		margin-left:-50px;
	}
	.brands li {
		margin-left:50px;
	}
}

@media only screen and (max-width:479px) {
	.contact-info li {
		padding-left:25px;
	}
	.contact-info li strong {
		font-size:15px;
	}
	.header-right .btn-provider {
		width:99px;
		font-size:12px;
	}
	.hero-slider .caption {
		display:none;
	}
	.content {
		font-size:16px;
	}
	.content p, .listing li {
		line-height:25px;
	}
	.our-teams ul {
		margin-left:0;
	}
	.our-teams li {
		margin-left:0;
`	}
	.our-teams li img {
		width:100%;
		height:100%;
	}
	.banner img {
		height:70px;
	}
	.search-box .input-search {
		width:240px;
	}
	.footer-links li {
		margin-left:13px;
	}
	.footer-links li a {
		font-size:12px;
	}
	.footer-bottom .copyright {
		margin-bottom:10px;
		display:block;
		float:none;
	}
	.footer-bottom ul {
		float:none;
	}
	.pagination-area {
		width:300px;
	}
	.clients ul {
		margin-left:0;
	}
	.clients li {
		margin-left:0;
	}
	.clients li img {
		width:100%;
	}
	.board-of-directors .heading {
		font-size:16px;
	}
	.our-teams li {
		width:100%;
	}
	.btn-view {
		padding:0;
		margin-right:0;
	}
	.brands {
		margin-right:0;
		text-align:center;
	}
	.brands ul {
		margin-left:0;
	}
	.brands li {
		margin:0 auto 20px auto;
		float:none;
		text-align:center;
	} 
}

