/*
Theme Name: Aftel
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Wordpress Team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

/****************************** General Styles ******************************/
body {
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 12px;
	color: #444549;

	background: url('images/topBG.png') 0 0 repeat-x;
}


@font-face {
	font-family: Conv_BebasNeue;
	src: url('fonts/BebasNeue.eot');
	src: url('fonts/BebasNeue.ttf') format('truetype'), url('fonts/BebasNeue.svg') format('svg');
}


.fl {float: left;}
.fr {float: right;}

.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #DD0C46;
}

em {
	font-size: 11px;
	font-style: italic;
	color: #919295;
}

a:hover {
	text-decoration: underline;
}

.noBottomBorder {
	border-bottom: none !important;
	overflow: hidden;
}

.noRightBorder {
	border-right: none !important;
}

p {
	line-height: 1.5em;
	margin: 15px 0;
}

div.blankSeparator {
	height: 1px;
	margin-bottom: 30px;
	display: block;
}

div.sepContainer {
	height: 20px;
	background: url('images/separatorBG.png') 0 0 repeat-x;
	display: block;
	margin: 30px 0;
}

.lastCol {
	margin-right: 0 !important;
}





/******************************* Structure Styles *******************************/
div.centerContainer {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}


div#leftContainer {
	width: 360px;
	margin-right: 50px;
}

div#rightContainer {
	width: 550px;
}





/******************************* Top Part *******************************/
div#topContainer {
	height: 131px;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

.logo {
	margin-top: 40px;
}

div#contactInformationTop {
	background: url('images/topPaperShadow.png') top center no-repeat;
	width: 291px;
	height: 118px;
}

	div#contactInformationTop ul {
		padding: 0 30px;
	}
	
		div#contactInformationTop ul li {
			border-bottom: 1px solid #ebebed;
		}
	
		div#contactInformationTop ul li span {
			color: #444549;
		}

		div#contactInformationTop ul li p {
			font-size: 11px;
			color: #92979D;
			background: url('images/bulletPoint.png') left center no-repeat;
			
			padding-left: 15px;
			margin: 8px 0;
		}
		
		div#contactInformationTop ul li ul { /* the social icons list */
			padding: 0; /* reseting some inherited padding */
			margin: 8px 0 0 10px;
		}
		
			div#contactInformationTop ul li ul li {
				display: inline;
				background: none; /* reseting inherited BG and borders */
				border: none;
				padding: 0 5px 0 0;
			}





/******************************* Menu *******************************/
div#menuContainer {
	background: url('images/menuBG.png') 0 0 repeat-x;
	height: 80px;
}

ul#nav {
}

	ul#nav li {
		float: left;
		display: inline;
		margin: 23px 29px 0 0;
		background: url('images/menuSep.png') center right no-repeat;
	}

	ul#nav li a {
		color: white;
		font-size: 14px;
		text-transform: uppercase;
	}
	
	ul#nav li a:hover {
		color: #92979D;
	}
	
		ul#nav li a span {
			font-size: 12px;
			text-transform: lowercase;
			color: #606168;
			display: block;
			padding-right: 30px;
		}
		
	ul#nav li a span cufon{height:15px !important;}	
		
		
		
/******************************* Slider *******************************/
div#sliderContainer {
	background: url('images/sliderBG.png') 0 0 repeat-x;
	height: 300px;
	position: relative;
}


#mainSlider {
	width: 840px;
	float: left;
}

	#mainSlider ul li {
		overflow: hidden;

		width: 720px;
		height: 260px;
		padding: 40px 60px 0 60px;
	}

	#mainSlider ul li h1 {
		text-transform: uppercase;
		color: #367aba;
	}
	
	.sliderParagraph {
		font-size: 14px;
		color: #444549;
	}
	
	.slideImg {
		margin-right: 30px;
	}
	
#sliderBtnPrev, #sliderBtnNext {
	float: left;
	width: 60px;
}

	#sliderBtnPrev img, #sliderBtnNext img {
		margin-top: 120px;
		cursor: pointer;
	}


a.darkButton {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

	background: url('images/darkButtonOut.png') 0 0 repeat-x;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	
	padding: 10px 20px;

	cursor: pointer;
}

a.darkButton:hover {
	background: url('images/darkButtonOver.png') 0 0 repeat-x;
	text-decoration: none;
}

	a.darkButton img {
		margin-left: 10px;
		margin-bottom: -1px;
	}
	
p.additionalOptions {
	margin-top: 10px;
	padding-left: 20px;
}

	p.additionalOptions a {
		color: #367aba;
	}





/******************************* Service Columns *******************************/
div#serviceListContainer h3 {
	color: #2f3542;
	margin-top: 26px;

}

div#serviceListContainer p {
	color: #919295;
	clear: left;
}

div#serviceListContainer ul li {
	background: url('images/bulletPoint.png') center left no-repeat;
	padding: 3px 3px 3px 15px;
}

div.oneThirdCol {
	width: 285px;
	margin-right: 50px;
	float: left;
}

	div#serviceListContainer div.oneThirdCol img {
		margin: 0 15px 15px 0;
	}
	
div#col1 {background: url('images/col1BG.png') right bottom no-repeat;}
div#col2 {background: url('images/col2BG.png') right bottom no-repeat;}
div#col3 {background: url('images/col3BG.png') right bottom no-repeat;}	





/******************************* Main Content *******************************/
h3.sectionTitle {
	color: #dd0c46;
	margin: 7px 0 30px 0;
}

	h3.sectionTitle span {
		color: white;
		background-color: #dd0c46;
		
		padding: 7px 10px;

	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    -khtml-border-radius: 5px;
	    border-radius: 5px;
	}
	
ul#newsList {
}

	ul#newsList li {
		border-bottom: 1px solid #e1e5e9;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
		ul#newsList li h3 {
			text-transform: capitalize;
		}
		
		ul#newsList li span {
			font-size: 11px;
			color: #92979d;
		}
		
		a.readMoreLink {
			font-size: 11px;
			background: url('images/redBulletPoint.png') center right no-repeat;
			padding-right: 15px;
		}
		
blockquote {
	background: url('images/quote.png') top left no-repeat;
	margin-left: 20px;
}

	blockquote p {
		margin-left: 60px;
		color: #919295;
		font-size: 14px;
		font-style: italic;
	}
	
div#clientListContainer {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

	border: 1px solid #e1e5e9;
	
	overflow: hidden;
}	

	div#clientListContainer ul li {
		display: inline;
		float: left;
		background: url('images/clientListBG.png') 0 0 repeat-x;
		text-align: center;
		border-bottom: 1px solid #e1e5e9;
		border-right: 1px solid #e1e5e9;
	}
	
	div#clientListContainer ul li p {
		margin: 0;
		
		width: 136px;
		height: 112px;
		line-height: 112px;
	}
	
	div#clientListContainer ul li p img {
		vertical-align: middle;
	}

		
	
	
	
/******************************* Footer *******************************/	
div#footerContainer .menu li{ padding-bottom:5px;}
div#footerContainer {
	background: #2e2f33 url('images/bottomPatternLight.png') 0 0 repeat;
	padding: 30px 0;
}

	div#footerContainer h3, div#footerContainer p, div#footerContainer a {
		color: #e1e5e9;
	}
	
ul#tweetList li p {
	font-size: 11px;
	font-style: italic;
}

	ul#tweetList li p span {
		display: block;
		color: #77797c;
	}

form#subscribeForm div {
	position: relative;
}

form#subscribeForm input[type="text"] {
	background: url('images/darkInputPattern.png') 0 0 repeat-x;
	height: 45px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
    border: none;
    width: 205px;
    
    padding: 0 70px 0 10px;
}

a.redButton {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

	background: url('images/redButtonOut.png') 0 0 repeat-x;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	
	padding: 10px 20px;

	cursor: pointer;
}

a.redButton:hover {
	background: url('images/redButtonOver.png') 0 0 repeat-x;
	text-decoration: none;
}

	a.redButton img {
		margin: 7px 0 2px 4px;
	}
	
a.redButton_login {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

	background: url('images/redButtonOut.png') 0 0 repeat-x;
	font-size: 13px;
	color: white;
	text-transform: uppercase;
	
	
	padding: 6px 10px 6px 10px;	
    margin-top: 2px;

	cursor: pointer;
}

a.redButton_login:hover {
	background: url('images/redButtonOver.png') 0 0 repeat-x;
	text-decoration: none;
}

	a.redButton_login img {
		margin: 4px 0 0px 4px;
	}

#newsletterSignup {
	position: absolute;
	top: 2px;
	right: 2px;
}

ul#contactInfoList li {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

	background-color: #424347;
	color: #e1e5e9;
	padding: 15px;
	font-size: 11px;
	
	margin-bottom: 5px;
}

div#footerCopyrightContainer {
	background: #242528 url('images/bottomPatternDark.png') 0 0 repeat;
	padding: 20px 0;
}

	div#footerCopyrightContainer ul {
		margin-top: 15px;
	}
	
	div#footerCopyrightContainer ul li {
		display: inline;
		padding-right: 5px;
	}
	
	
	
	
	
/******************************* Services Page *******************************/
div#breadcrumbsContainer {
	background: url('images/breadcrumbsBG.png') 0 0 repeat-x;
	height: 60px;
	width:100%;
}

	div#breadcrumbsContainer p {
		color: #92979d;
		font-size: 11px;
		height: 60px;
		line-height: 60px;
		margin: 0;
	}
	
div.sidebarContainer {
	width: 230px; 
	margin-right: 20px;  
	

}

div.sidebarItem {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

	border: 1px solid #e1e5e9;
	
	margin-bottom: 30px;
}

	ul.arrowList {
		background: url('images/sidebarGradBG.png') 0 0 repeat-x;
	}

	ul.arrowList li {
		border-bottom: 1px solid #e1e5e9;
		padding: 14px 20px;
		background: url('images/sidebarPointRed.png') 92% center no-repeat;
	}
	
	li.activeSidebarItem {
		background: url('images/sidebarPointDark.png') 92% center no-repeat  !important;
		font-weight: bold;
		color: #62656b;
	}
		
div.sidebarHeader {
	background: url('images/sidebarHeaderBG.png') 0 0 repeat-x;
	height: 47px;
	padding: 0 20px;
}

	div.sidebarHeader h3 {
		height: 47px;
		line-height: 47px;
	}

div#pageContent {
	width: 700px;
}

div#pageContent2 {
	width: 960px;
}
	
ul#servicesList li {
	overflow: hidden;
	border-bottom: 1px solid #e1e5e9;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

	ul#servicesList li img {
		margin: 0 15px 15px 0;
	}
	
	ul#servicesList li h3 {
		height: 31px;
		line-height: 31px;
		font-size: 18px;
		font-family: BebasNeue, Conv_BebasNeue, Arial, Tahoma, sans-serif;
		color: #000000;
	}

	ul#servicesList li p {
		color: #636466;
	}
	
	ul#servicesList li p.rates {
		color: #444549;
	}

	ul#servicesList li p.annual {
		color: #838484;
		font-size: 9px;
	}
	ul#servicesList li p.month {
		color: #515153;
		font-size: 14px;
	}

sup {
        font-size: 0.6em;
        line-height: 0;
    }




/******************************* Gallery Page *******************************/
ul#galleryList li {
	border-bottom: 1px solid #e1e5e9;
	padding-bottom: 15px;
	margin-bottom: 20px;
}


	ul#galleryList li p {
		color: #919295;
	}

div.galleryImg {
	margin-top: 20px;
	background: url('images/galleryBoxShadow.png') bottom center no-repeat;
	padding-bottom: 20px;
}





/******************************* Contact Page *******************************/
ul.basicList li {
	border-bottom: 1px solid #e1e5e9;
	padding: 0 20px;
}

	ul.basicList li p {
		color: #919295;
	}

div.sidebarGeneral {
	margin: 20px;
}

form#contactForm {
	overflow: hidden;
}

form#contactForm p {
	margin-top: 0;
}

form#contactForm input[type="text"] {
	background: url('images/lightInputBG.png') 0 0 repeat-x;
	height: 47px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
    border: 1px solid #e1e5e9;
    width: 260px;
    padding: 0 10px;
}

	form#contactForm input[type="text"]:hover {
	    border: 1px solid #b8babd;
	}

form#contactForm textarea {
	background: url('images/lightTextareaBG.png') 0 0 repeat-x;
	height: 179px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
    border: 1px solid #e1e5e9;
    width: 570px;
    padding: 10px 10px 0 10px;
}

	form#contactForm textarea:hover {
	    border: 1px solid #b8babd;
	}
	
form#contactForm label {
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

form#contactForm p.additionalOptions a {
	color: #dd0c46;
	line-height: 41px;
	height: 41px;
}

p.oneHalfCol {
	width: 50%;
	/*margin-right: 3%;*/
	float: left;
}

.redButton{padding:3px;}



	
/******************************* Other Browser Styles *******************************/
.ie7 ul#nav li a:hover {
	text-decoration: none;
}

.ie7 a.redButton img {
	margin: 7px 0 5px 4px;
}

.ie7 div#clientListContainer ul li p img {
	margin-top: 40px;
}

.ie7 form#contactForm input[type="text"], .ie7 form#subscribeForm input[type="text"] {
	padding-top: 15px;
	height: 32px;
}

.ie7 form#contactForm textarea {
	padding-top: 15px;
	height: 174px;
}

/************** Table style **********/
#afteltable
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 660px;
	text-align: center;
	border-collapse: collapse;
	border-top: 5px solid #000000;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 5px solid #000000;
}
#afteltable th
{
	font-size: 13px;
	font-weight: normal;
	padding: 16px;
	background: #195fad;
	text-align: center;
	border-right: 1px solid #636466;
	border-left: 1px solid #636466;
	
	border: 1px solid #ffffff;
	color: #ffffff;
}
#afteltable td
{
	padding: 10px;
	background: #ffffff; 
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	color: #000000;
}

#afteltable td.columncolour { 
	background: #636466;
	color: #ffffff;
}

#afteltable td.bluecolumn
{
	font-size: 13px;
	font-weight: normal;
	padding: 16px;
	background: #195fad;
	text-align: center;
	border-right: 1px solid #636466;
	border-left: 1px solid #636466;
	
	border: 1px solid #ffffff;
	color: #ffffff;
}
form#contactForm input[type="email"] {
background: url('images/lightInputBG.png') 0 0 repeat-x;
height: 47px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e1e5e9;
width: 260px;
padding: 0 10px;
}

#mobile_menuContainer{ display:none;}
#mainSlider ul li.active{display:block;}
#mainSlider ul li{display:none;}

#mainSlider ul li.active{display:block;
margin-left:-1000px;
-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 0.5s forwards;
    animation-delay: 0s;
	-o-animation:slide 0.5s forwards;
	-moz-animation:slide 0.5s forwards;

}
#mainSlider ul li.active1{display:block;
margin-left:1000px;
-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 0.5s forwards;
    animation-delay: 0s;
	-o-animation:slide 0.5s forwards;
	-moz-animation:slide 0.5s forwards;

}

#content .post-navigation{margin-bottom:25px;}

div#contactInformationTop ul li,div#serviceListContainer ul li,div#footerContainer .menu li,ul#contactInfoList li{list-style:none;}

/* Responsive site views*/
@media only screen and (max-width:979px){
	div.centerContainer{width:98%;}
	#mobile_menuContainer{ display:block; background:url("images/menuBG.png") repeat-x scroll 0 0 transparent;}
	.menu_button{ float:right;}
	.menu_button img{cursor:pointer;}
	#mobile_menuContainer #menu_nav li{background:black; text-align:center;background: url('images/menuBG.png') 0 0 repeat-x;
	height:30px; padding:5px 0px 5px 0px;}
	#menuContainer{display:none;}
	ul#menu_nav li a span{display:block; color:#606168;}
		ul#menu_nav li a {
		color: white;
		font-size: 14px;
		text-transform: uppercase;
	}
	
	ul#menu_nav li a:hover {
		color: #92979D;
	}
	
		ul#menu_nav li a span {
			font-size: 12px;
			text-transform: lowercase;
			color: #606168;
			display: block;
			
		}
		
		#mainSlider ul li.active{display:block;
margin-left:-1000px;
-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 0.5s forwards;
    animation-delay: 0s;
	-o-animation:slide 0.5s forwards;
	-moz-animation:slide 0.5s forwards;

}
#mainSlider ul li.active1{display:block;
margin-left:1000px;
-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 0.5s forwards;
    animation-delay: 0s;
	-o-animation:slide 0.5s forwards;
	-moz-animation:slide 0.5s forwards;

}
div#pageContent2 {
    width: 100%;
}
#pageContent img{ max-width:100%;}
form#contactForm input[type="email"],form#contactForm input[type="text"],form#contactForm textarea{width:90%;}

	}
	
	
	
	
@media only screen and (min-width: 768px) and (max-width:978px) {
	div#leftContainer,div#rightContainer{width:46%;}
	div#clientListContainer ul li{width:49%;}
	div#sliderContainer {height: auto;background-size:100% 100%;}
	#sliderBtnPrev, #sliderBtnNext{width:100%;}
	#sliderBtnPrev img, #sliderBtnNext img{display: block;margin: 0 auto; padding:10px;}
	#mainSlider ul li{padding: 40px 40px 0;}
	.sliderParagraph{width:99%;}
	
	#mainSlider ul li.active{display:block;
margin-left:-1000px;
-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 0.5s forwards;
    animation-delay: 0s;
-o-animation:slide 0.5s forwards;
-moz-animation:slide 0.5s forwards;
}
#mainSlider ul li.active1{display:block;
margin-left:1000px;
-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 0.5s forwards;
    animation-delay: 0s;
-o-animation:slide 0.5s forwards;
-moz-animation:slide 0.5s forwards;
}
div#pageContent{width:70%;}
div.sidebarContainer{width:27%;}
#footerContainer div.oneThirdCol {
    margin-right: 33px;
    width: 30%;
}
#serviceListContainer div#col1,#serviceListContainer div#col2, #serviceListContainer div#col3{width:32%;}
#serviceListContainer div.oneThirdCol{margin-right:10px;}
	
	 }	
	 
@media only screen and (max-width: 970px) {
.flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.flip-scroll * html .cf { zoom: 1; }
.flip-scroll *:first-child+html .cf { zoom: 1; }
.flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }

.flip-scroll th,
.flip-scroll td { margin: 0; vertical-align: top; padding:10px;}
.flip-scroll th { text-align: left; }
.flip-scroll table { display: block; position: relative; width: 100%; }
.flip-scroll thead { display: block; float: left; }
.flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
.flip-scroll thead tr { display: block; }
.flip-scroll th { display: block; text-align: right; }
.flip-scroll tbody tr { display: inline-block; vertical-align: top; }
.flip-scroll td { display: block; min-height: 1.25em; text-align: left; }


/* sort out borders */

.flip-scroll th { border-bottom: 0; border-left: 0; }
.flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; }
.flip-scroll tbody tr { border-left: 1px solid #babcbf; }
.flip-scroll th:last-child,
.flip-scroll td:last-child { border-bottom: 1px solid #babcbf; }
.res-table .button-blue{width:auto;}
#afteltable{width:98%;}
ul#servicesList li p.month,ul#servicesList li p.annual{margin:0px;}

#afteltable th:first{ height:auto !important;}	
#afteltable td:first{ height:31px !important;}
#afteltable td.columncolour:first{ height:auto;}
#afteltable th{ height:21px;}
#afteltable td{height:35px;}

}
@media only screen and (max-width:767px){
	div#topContainer{ height:auto; margin-bottom:10px;}
	div.oneThirdCol{width:100%; margin:0px 0px 10px 0px; text-align:center;}
	div.oneThirdCol{text-align:left;}
	#footerContainer div.oneThirdCol{text-align:center;}
	h3.sectionTitle{ margin:7px 0 10px;}
	div#leftContainer,div#rightContainer{width:100%; text-align:center;}
	div.centerContainer .logo, .logo img {
	margin: 0px auto;
	width: 0 auto !important;
	padding: 10px 0 10px;
	display: block; float:none;}
div#contactInformationTop{display: block !important;
    float: none;
    margin: 0 auto !important;}	
	div#clientListContainer ul li{width:49.6%;}
	div#clientListContainer ul li p{width:auto;}
	
	

div#sliderContainer {height: auto;background-size:100% 100%;}
	#sliderBtnPrev, #sliderBtnNext{width:100%;}
#sliderBtnPrev img, #sliderBtnNext img{display: block;margin: 0 auto; padding:10px;}

#mainSlider{width:100% !important;}
#mainSlider ul{width:90% !important; margin:0 auto;}

#mainSlider ul li{padding:2px !important; width:100% !important; display:none; height:auto;}

#mainSlider ul li h1{width:100% !important;}
#mainSlider ul li.active{display:block;
margin-left:-1000px;
-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 0.5s forwards;
    animation-delay: 0s;
	-o-animation:slide 0.5s forwards;
	-moz-animation:slide 0.5s forwards;

}
#mainSlider ul li.active1{display:block;
margin-left:1000px;
-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 0.5s forwards;
    animation-delay: 0s;
	-o-animation:slide 0.5s forwards;
	-moz-animation:slide 0.5s forwards;

}
.slideImg{max-width:100%;}
div.sidebarContainer{width: 100%;}

div#pageContent {
width: 100%;
}
ul#servicesList li h3{ width:100%; height:auto;}
p.oneHalfCol{width:100%;}
#footerContainer #contactInfoList{padding:0 8px 0 0;}
 
}

@media only screen and (max-width:480px){
	div.centerContainer{width:90%;}
	.flip-scroll thead{width:50%}
	#mainSlider .fl{float:none;}

}
@media only screen and (max-width:420px){
#afteltable th{ height:auto;}
#afteltable td:first-child {
height: 60px;
}
#afteltable td {
height: 30px;
}

}
/*
@-webkit-keyframes slide {
    100% { margin: 0; }
}

@keyframes slide {
    100% { margin: 0; }
           }
@-o-keyframes slide {
    100% { margin: 0; }
           }	
@-moz-keyframes	slide {
    100% { margin: 0; }
           }	   	   */
		   
