/*

Theme Name: scootech



*/

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot') format('embedded-opentype'),
         url('fonts/opensans-regular.woff2') format('woff2'),
         url('fonts/opensans-regular.woff') format('woff'),
         url('fonts/opensans-regular.ttf') format('truetype'),
         url('fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('fonts/opensans-semibolditalic.eot');
    src: url('fonts/opensans-semibolditalic.eot') format('embedded-opentype'),
         url('fonts/opensans-semibolditalic.woff2') format('woff2'),
         url('fonts/opensans-semibolditalic.woff') format('woff'),
         url('fonts/opensans-semibolditalic.ttf') format('truetype'),
         url('fonts/opensans-semibolditalic.svg#OpenSansSemiboldItalic') format('svg');
}
@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('fonts/opensans-extrabold.eot');
    src: url('fonts/opensans-extrabold.eot') format('embedded-opentype'),
         url('fonts/opensans-extrabold.woff2') format('woff2'),
         url('fonts/opensans-extrabold.woff') format('woff'),
         url('fonts/opensans-extrabold.ttf') format('truetype'),
         url('fonts/opensans-extrabold.svg#OpenSansExtrabold') format('svg');
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/opensans-bold.eot');
    src: url('fonts/opensans-bold.eot') format('embedded-opentype'),
         url('fonts/opensans-bold.woff2') format('woff2'),
         url('fonts/opensans-bold.woff') format('woff'),
         url('fonts/opensans-bold.ttf') format('truetype'),
         url('fonts/opensans-bold.svg#OpenSansBold') format('svg');
}

@font-face {

    font-family: 'RalewayBold';

    src: url('fonts/raleway-bold.eot');

    src: url('fonts/raleway-bold.eot') format('embedded-opentype'),

         url('fonts/raleway-bold.woff') format('woff'),

         url('fonts/raleway-bold.ttf') format('truetype'),

         url('fonts/raleway-bold.svg#RalewayBold') format('svg');

}



@font-face {

    font-family: 'RalewaySemiBold';

    src: url('fonts/raleway-semibold.eot');

    src: url('fonts/raleway-semibold.eot') format('embedded-opentype'),

         url('fonts/raleway-semibold.woff') format('woff'),

         url('fonts/raleway-semibold.ttf') format('truetype'),

         url('fonts/raleway-semibold.svg#RalewaySemiBold') format('svg');

}

@font-face {

    font-family: 'RalewayRegular';

    src: url('fonts/raleway-regular.eot');

    src: url('fonts/raleway-regular.eot') format('embedded-opentype'),

         url('fonts/raleway-regular.woff') format('woff'),

         url('fonts/raleway-regular.ttf') format('truetype'),

         url('fonts/raleway-regular.svg#RalewayRegular') format('svg');

}

@font-face {

    font-family: 'OpenSansSemibold';

    src: url('fonts/opensans-semibold.eot');

    src: url('fonts/opensans-semibold.eot') format('embedded-opentype'),

         url('fonts/opensans-semibold.woff') format('woff'),

         url('fonts/opensans-semibold.ttf') format('truetype'),

         url('fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');

}

@font-face {

    font-family: 'RalewayMedium';

    src: url('fonts/raleway-medium.eot');

    src: url('fonts/raleway-medium.eot') format('embedded-opentype'),

         url('fonts/raleway-medium.woff') format('woff'),

         url('fonts/raleway-medium.ttf') format('truetype'),

         url('fonts/raleway-medium.svg#RalewayMedium') format('svg');

}





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,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	background: transparent;

	border: 0;

	margin: 0;

	padding: 0;

	vertical-align: baseline;

}

body {

	line-height: 1;

}

h1, h2, h3, h4, h5, h6 {

	clear: both;

	font-weight: normal;

}

ol, ul {

	list-style: none;

}

blockquote {

	quotes: none;

}

blockquote:before, blockquote:after {

	content: '';

	content: none;

}

del {

	text-decoration: line-through;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

}

a img {

	border: none;
	
}

a img:hover,a.ptp-button:hover,.getaquote:hover
{
	opacity:0.8;
}

/* =Layout

-------------------------------------------------------------- */



/*

LAYOUT: Two columns

DESCRIPTION: Two-column fixed layout with one sidebar right of content

*/



#container {

	float: left;

	margin: 0;

	width: 100%;

}


#content {

	margin: 0;

}

.page-id-18  #container,.single-post #container,.blog  #container,.archive #container{
	float: left;
	margin: 0 -240px 0 0;
	width: 100% !important;
	padding:0 0 55px 0;
}
.page-id-18 #content,.single-post #content,.blog #content,.archive #content{
	margin:0 280px 0 20px;
}

#primary,

#secondary {

	float: right;

	overflow: hidden;

	width: 220px;

}

#secondary {

	clear: right;

}

#footer {

	clear: both;

	width: 100%;

}



/*

LAYOUT: One column, no sidebar

DESCRIPTION: One centered column with no sidebar

*/



.one-column #content {

	margin: 0 auto;


}



/*

LAYOUT: Full width, no sidebar

DESCRIPTION: Full width content with no sidebar; used for attachment pages

*/



.single-attachment #content {

	margin: 0 auto;

	width: 900px;

}





/* =Fonts

-------------------------------------------------------------- */

body,

input,

textarea,

.page-title span,

.pingback a.url {

	font-family: RalewayRegular;

}

h3#comments-title,

h3#reply-title,

#access .menu,

#access div.menu ul,

#cancel-comment-reply-link,

.form-allowed-tags,

#site-info,

#site-title,

#wp-calendar,

.comment-meta,

.comment-body tr th,

.comment-body thead th,

.entry-content label,

.entry-content tr th,

.entry-content thead th,

.entry-meta,

.entry-title,

.entry-utility,

#respond label,

.navigation,

.page-title,

.pingback p,

.reply,

.widget-title,

.wp-caption-text {

	font-family: RalewaySemiBold;

}

input[type=submit] {

	font-family: RalewayRegular;

}

pre {

	font-family: "Courier 10 Pitch", Courier, monospace;

}

code {

	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}





/* =Structure

-------------------------------------------------------------- */



/* The main theme structure */

#colophon,

#branding,

#main,

#wrapper {

	margin: 0 auto;

}

#access .menu-header,

div.menu

{

	margin:0 auto;

}

#wrapper {

	background: #fff;

	margin-top: 20px;

	padding: 0 20px;

}

.wrapper

{

	width:1108px;

	margin:0px auto;

	}

/* Structure the footer area */

#footer-widget-area {

	overflow: hidden;

}

#footer-widget-area .widget-area {

	float: left;

	margin-right: 27px;
	font-family:arial;

	width: 255px;

}
#second
{
	color:#1c1c1c;
	padding-top:14px;
	text-align:center;
}
#third
{
	color:#aaa;
	line-height:30px;
}
#footer-widget-area #fourth {

	margin-right: 0;

}



#footeraddress
{
	padding-top:19px;
	text-align:center;
}
#payoption
{
	padding-top:24px;
}

#sendnote .bold_title span
{
	line-height:48px !important;
	padding:0 11px !important;
	color:#7d7d7d;
}

#sendnote .bold_title
{
	font-size:12px !important;
	height:24px !important;
	margin-bottom:23px !important;
}
#contno
{
	
	color:#aaaaaa;
	font-size:18px;
	letter-spacing:1px;
	margin:0;
	padding-top:10px;
}
#featurehead
{
  font-family: Ralewaybold;
  font-size: 28px;
  text-transform: capitalize;
}
#site-info {

	float: left;

	font-size: 14px;

	font-weight: bold;

	width: 700px;

}

#site-generator {

	float: right;

	width: 220px;

}





/* =Global Elements

-------------------------------------------------------------- */



/* Main global 'theme' and typographic styles */

body {

	background: #fff;

}

body,

input,

textarea {

	color: #000;

	font-size: 12px;

	line-height: 18px;

}

hr {

	background-color: #e7e7e7;

	border: 0;

	clear: both;

	height: 1px;

	margin-bottom: 18px;

}



/* Text elements */

p {

	margin-bottom: 18px;

}

ul {

	list-style: square;

	margin: 0 0 18px 1.5em;

}

ol {

	list-style: decimal;

	margin: 0 0 18px 1.5em;

}

ol ol {

	list-style: upper-alpha;

}

ol ol ol {

	list-style: lower-roman;

}

ol ol ol ol {

	list-style: lower-alpha;

}

ul ul,

ol ol,

ul ol,

ol ul {

	margin-bottom: 0;

}

dl {

	margin: 0 0 24px 0;

}

dt {

	font-weight: bold;

}

dd {

	margin-bottom: 18px;

}

strong {

	font-weight: bold;

}

cite,

em,

i {

	font-style: italic;

}

big {

	font-size: 131.25%;

}

ins {

	background: #ffc;

	text-decoration: none;

}

blockquote {

	font-style: italic;

	padding: 0 3em;

}

blockquote cite,

blockquote em,

blockquote i {

	font-style: normal;

}

pre {

	background: #f7f7f7;

	color: #222;

	line-height: 18px;

	margin-bottom: 18px;

	overflow: auto;

	padding: 1.5em;

}

abbr,

acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

sup,

sub {

	height: 0;

	line-height: 1;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

input[type="text"],

textarea {

	background: #f9f9f9;

	border: 1px solid #ccc;

	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	padding: 2px;

}

a:link {

	color: #0066cc;

	text-decoration:none;

}
a:hover
{
	opacity:0.8;
}
a:visited {

	color: #743399;

}

a:active,

a:hover {

	color: #ff4b33;

}



/* Text meant only for screen readers */

.screen-reader-text {

	position: absolute;

	left: -9000px;

}





/* =Header

-------------------------------------------------------------- */



#header {

	padding: 0;

}

#site-title {

	float: left;

	font-size: 30px;

	line-height: 36px;

	margin: 0 0 18px 0;

	width: 700px;

}

#site-title a {

	color: #000;

	font-weight: bold;

	text-decoration: none;

}

#site-description {

	clear: right;

	float: right;

	font-style: italic;

	margin: 15px 0 18px 0;

	width: 220px;

}



#logo

{

	float:left;

	line-height:0;

	padding:10px 0 20px;

}

#bookonline

{

	float:right;

	}

#bookonlineleft

{

	float:left;

}

#bookingno

{

	padding:33px 20px 34px 22px;

	color:#fa492b;

	font-size:21px;

	font-family:OpenSansSemibold;

	background:url("images/call.png") no-repeat left center;

}
#bookingno a

{

	color:#fa492b;

}

#bookonlineright

{

	float:left;

	line-height:0;

	padding:17px 0 25px 0;

}

.clr

{

	clear:both;

	}

#logotext

{

	text-align:center;

	line-height:60px;

	font-size:42px;

	color:#1c1c1c;

	padding:50px 0 59px 0;

}

#bookingsection

{

	padding-bottom:0;

}

#bookingcontent

{

	width:380px;

	font-size:21px;

	line-height:36px;

	color:#363636;

	padding:51px 0 65px;

	float:left;

}

#mobilescootermechanic

{

	float:right;

	line-height:0px;

	padding:16px 14px;

	border:1px solid #d9d9d9;

}

#bookingsection .booking

{

	float:left;

}

#downloadreport

{

	font-family:RalewayBold;

	font-size:16px;

	line-height:30px;

	color:#fff;

}

#row2

{

	background:url("images/bookingbg.png") left bottom repeat-x;

	padding-bottom:92px;
}


#row3
{
	margin-bottom:43px;
}
.downloadreport
{
	background:#e04d39;
	font-family:RalewayBold;

	font-size:16px;

	line-height:30px;

	color:#fff;
}

#row5

{

	background:url("images/helpbg.jpg") no-repeat top center #e04d39;

	background-size:cover;

	text-transform:uppercase;

	color:#fff;

}

#helplist

{

	padding-bottom:89px;

	font-family:RalewayBold;

	font-size:15px;

	line-height:18px;

}

#helplist li

{

	list-style:none;

	margin:0;

	float:left;


	padding-left:50px;

	padding-right:16px;

}

#help1

{

	background:url("images/longservicebook.png") no-repeat 0px 0px;

}

#help2

{

	background:url("images/majorminorrepair.png") no-repeat 0px 0px;

}

#help3

{

	background:url("images/prerequisitecheck.png") no-repeat 0px 0px;

}

#help4

{

	background:url("images/breakdownroadsideasst.png") no-repeat 0px 0px;

}

#help5

{

	background:url("images/pinkslip.png") no-repeat 0px 0px;

}

#help5,#help6

{

	padding-left:40px !important;

}

#help6

{

	background:url("images/blueslip.png") no-repeat 0px 0px;

}

#help7

{

	background:url("images/isurancerepair.png") no-repeat 0px 0px;

}



#helphead

{

	padding-top:85px;

	font-family:RalewayBold;

	font-size:40px;

	line-height:40px !important;

	color:#fff !important;

	text-align:center;

	padding-bottom:80px;

}
.home #row6 .bold_title span,#row6
{
	background:#f7f3ef;
}


.listrepairs
{
	background:url("images/steering.png") no-repeat left center;
	display:inline-block;
	padding:15px 35px 15px 50px;
}

#homepagedownloadleft

{

	float: left;

	margin-top: -27px;

	position: absolute;

	width: 250px;

}

#homepagedownloadright

{

	float:right;

	width:779px;

	padding:15px 0 22px;

}

#downloadlink

{
	padding:8px 34px;
	background: url("http://scootech.com.au/wp-content/uploads/2014/10/download-icon-brick.png") no-repeat scroll right center / auto 110% #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #e04d39;
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	margin: 0 !important;
	padding: 8px 34px 8px 6px;
	text-transform: uppercase;

}

#downloadlink a
{
 color:#ffffff;
}


.bold_title {

	border-bottom: 1px solid #e1d3b5 !important;

	clear: both;

	display: block;

	font-family: 'RalewayMedium' !important;

	font-size: 30px !important;

	height: 40px;

	margin-bottom: 84px !important;

	text-align: center;

}

.bold_title span {

 	background: none repeat scroll 0 0 #fff;

	display: inline-block;

	line-height: 80px;

	padding: 0 30px;

}
#bookingcontent p
{
	padding-bottom:27px;
}
#benefitlist

{

	padding:0 0 50px;

}

#content h3.benefits

{

	font-family:RalewaySemiBold;

	margin:0;

}

#benefitlist li

{

	font-size:14px !important;

	line-height:30px !important;

	list-style-type:none;

	padding:0 0 30px 73px;

}

#benefitlist h3

{

	font-size:21px !important;

	line-height:38px !important;

}



#benefitlistleft

{

	float:left;

	width:565px;

}

#benefitlistright

{

	float:right;

	width:535px;

	padding-top:31px;

}

#list1

{

	background:url("images/money.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);

}
#list2{

	background:url("images/save-time.png") no-repeat scroll 0 12px rgba(0, 0, 0, 0);

}

#list3
{
	background:url("images/hassle.png") no-repeat scroll 0 12px rgba(0, 0, 0, 0);
}
#list4
{
	background:url("images/honest-service.png") no-repeat scroll 0 12px rgba(0, 0, 0, 0);
}
#list5

{

	background:url("images/bookonline.png") no-repeat scroll 0 12px rgba(0, 0, 0, 0);

}



#list6

{

	background:url("images/ontime.png") no-repeat scroll 0 12px rgba(0, 0, 0, 0);

}



#list7

{

	background:url("images/lessstress.png") no-repeat scroll 0 12px rgba(0, 0, 0, 0);

}

#row6_right
{
	font-family:RalewaySemiBold;
	font-size:15px;
}
.sliderleft
{
	width:170px;
	float:left;
	
}
.sliderright
{
	width:694px;
	float:left;
	padding-left:40px;
	font-size:21px;
	color:#fff;
	line-height:38px;
}
#wpss_prev_testimonials,#wpss_next_testimonials
{
	top:34% !important;
	border-radius:15px;
}
#wpss_slideshow_testimonials
{
	background:none !important;
	padding:0px 101px !important;
	
}
.sliderright a
{
	color:#00BFFF;
}
.sliderright a:hover
{
	text-decoration:underline;
}
.testimonialsectioninner h4
{
	display:none;
}
.testimonialsection
{
	background:url("images/happyscooterrider.jpg") no-repeat #e04d39;
	background-size:100% 100%;
}
#lifetimeguarantehead 
{
  	background: url("images/guaranteedsatisfaction.jpg") no-repeat scroll 1px 1px / 15% auto rgba(0, 0, 0, 0);
  	display: inline-block;
  	font-family: ralewaybold;
  	font-size: 36px;
  	line-height: normal !important;
  	padding: 35px 0 35px 176px;
}
#lifetimeguarantehea2
{
	padding-bottom:22px;
	
}
#lifetimeguarantee,.testimonial
{
	padding-bottom:30px;
	text-align: center;
}
#guaranteedesc
{
font-size:15px;
line-height:34px;
padding-bottom:43px;
width:660px;
}
.booktitle
{
font-family:RalewayBold;
font-size:30px;
line-height:38px;
padding:0 0 27px 0;
text-align:center;
}
#servicebooknowleft
{
	padding:0;	
	font-family:RalewayBold;
	font-size:30px;
	line-height:38px;
	padding-bottom:25px;
	text-align:center;
}
#booknowright{
	line-height:0;
	padding-bottom:25px;
	text-align:center;
}

#myVideo
{
	width:506px;
	height:286px;
}


#lifetimeguaranteecontainer
{
	padding:50px 0 74px;
}

#footercontent
{
	padding:45px 0 21px;
	
}
#footerlinkcopyright
{
	background:#fa492b;
}
#footermenu ul
{
	list-style:none;
	margin:0;
}
#footermenu li
{
	float:left;
	padding:8px 21px 0 0;
}
#footerlinkcopyrightcontent
{
	padding:16px 0;
	color:#fff;
	font-family:RalewayMedium;
}
#servicebooknowright,.imgcenter
{
	line-height:0;
	text-align:center;
}
.pricetableinner
{
	padding:68px 0;
}
#footerlinkcopyrightcontent a
{
	color:#fff;
}
#footermenu a
{
	display:inline-block;
	width:100%;
	text-transform:uppercase;
	font-family:RalewaySemiBold;
	font-size:13px;
}

#footermenu
{
	float:left;
	padding-right:32px;
}
#footerlogo
{
	float:left;
	padding-right:70px;
}
#emailntime
{
	float:left;
	padding-right:42px;
}
#row6-inner
{
	padding:45px 0 70px;
}
.testimonialsectioninner
{
	padding:37px 0 24px;
}

#sliderhead
{
	font-family:RalewayBold;
	font-size:36px;
	line-height:normal;
	color:#fff !important;
	text-align:center;
	padding-bottom:13px;
}
#sliderdesc
{
	font-family:OpenSansSemiboldItalic;
	font-size:24px;
	line-height:normal;
	color:#fff !important;
	text-align:center;
	padding-bottom:10px;
}
#copyright
{
	float:left;
	
}
.readmore
{
	padding:0 16px;
	color:#e04d39;
	font-family:RalewaySemiBold;
	font-size:16px;
	display:inline-block;
	background:#fff;
	border-radius: 6px;
	margin-top:10px;
}
#feature1left,.feature1left {
  float: left;
  width: 495px;
}
#feature1right,.feature1right {
  float: right;
  width: 579px;
}
#servicepagerow1,#roadsideassistpagerow1
{
	background:url("images/scootech-banner-service.jpg") no-repeat center top #38352c;
	background-size:auto 100%;
	color:#fff;
}
#repairpagerow1
{
	background:url("images/scootech-banner-repairs.jpg") no-repeat center top #38352c;	
	color:#fff;
	background-size:auto 100%;	
}

.logotxt
{
	color:#fff;
	
}
#feature2left,.feature2left
{
	width:526px;
	float: left;
}
.extrapadding 
{
	padding-top:80px;
}
.getquotespace
{
	padding-top:25px;
}
#feature3left,.feature3left
{
	float: left;
	width: 440px;
}

#repairpagerow4inner
{
	padding-left:85px;
}
#feature2right,.feature2right
{	
    	width: 530px;
	float: right;
	text-align:right;
}
#feature3right,.feature3right
{
	float: right;
	width: 581px;
}
h2.featuretitle
{
	color:#636363 !important;
	font-size:30px;
	line-height:36px !important;
	font-family:OpenSansBold;
	 padding-bottom: 14px;
}

.bottomborder
{
	border-bottom:1px solid #e1e1e1;
}
.imagecontainer
{
	line-height:0;
}
.featuredmainstyle1
{
	background:#fafafa;
	padding-bottom:70px;
}
.featuredmainstyle2
{
	padding:90px 0;
}
.featuredmainstyle3
{
	padding:99px 0 67px;
	background:#fdfdfd;
}
ul.servicelist
{
	padding:0 0 0 10x;
}
ul.servicelist li
{
	list-style-type:none;
	background:url("images/list_arr.png") no-repeat;
	background-position:0px 10px;
	padding-left:13px;
	line-height: 28px;
	font-size:15px;
}
.ui-icon
{
	padding-right:8px;
	
}
.ui-icon-triangle-1-e
{
	background:url("images/uiadd.png") no-repeat !important;
}
.ui-icon-triangle-1-s {
 background:url("images/uisub.png") no-repeat !important;
}
#featute1
{
	padding:74px 0 50px 30px;
}
p.featuredesc
{
	color:#707070;
	font-size:16px;
	line-height:36px;
	font-family:OpenSansRegular;
}
#booklinkservice{padding :0 39px 0 0;}


.servicepage5 .servicepagetitle
{
	padding-bottom:22px;
}
.servicepagemaintxt
{
	color: #636363 !important;
    	font-size: 22px !important;
    	line-height: 40px !important;
	font-family: RalewayMedium;
}


.servicepage5  p:last-child{padding-bottom:35px;}
.qmark
{
	font-size: 3.3em;
    	line-height: normal;
}
.servicepagetitle
{
	font-size:36px;
	font-family:RalewayMedium;
	text-align:center;
	text-transform:capitalize;
}
.queanssection
{
	padding:60px 0 74px;
	background:#f2f2f2;
}

.wpui-light .ui-collapsible-header, .wpui-light .ui-accordion h3.ui-accordion-header
{
	font-family:OpenSansRegular !important;
	color:#555 !important;
	font-size:17px !important;
	border: 1px solid #e5e5e5;
    	border-radius: 0 !important;
	padding:10px !important;
	background:#fff !important;
}
.wp-spoiler
{
	
	width: 625px;
	margin:2px 0 3px 232px !important;
}

#servicepagerow5inner
{
	padding:83px 0;
}
.ptp-plan,.ptp-price,.ptp-button
{
	font-family:OpenSansBold !important;
}
.ptp-bullet-item
{
	font-family:OpenSansRegular !important;
}
.getaquote
{
	color:#000;
	background-color:#fff;
	box-shadow:0px 2px 1px #000;
	text-transform:capitalize;
	font-family:RalewayBold;
	line-height:normal;
	padding:15px;
	border-radius:4px;
	display:inline-block;
}

a.ptp-button {
  background-color: #2fbeed !important;
  border-bottom: 4px solid #6b6b6b !important;
  border-radius: 4px !important;
}
#sidebardownloadimg
{
	position:absolute;
	margin-top:0;
	margin-left:118px;
}
#sidebardownloadreport
{
	border: 1px solid #d9d9d9;
}
#downloadrepbtn
{
	font-family:OpenSansBold;
	text-align: center;
	display:inline-block;
	background: linear-gradient(to bottom, #f84527, #d92405) repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding:10px 5px;
	border-radius:5px;
color:#ffffff;
}
#dwnloadreplink
{
	color:#fff !important;
}
  

#sidebardownloadreportinner
{
	padding:13px 15px 2px 15px;
	font-family: OpenSansSemibold;
}
#downloadreporthead
{
	font-family:opensanssemibold;
	font-size:22px;	
	line-height:normal;
	padding-bottom:10px;
}
#downloadrepdesc
{
	width:120px; 
	color:#636363;
}

/*------------
	blogpost----------*/
#primary a:link,#primary  a:visited,.postcontent a:link,.postcontent a:visited
{
	color:#565656;
}
#primary a:hover,#primary a:active,.postcontent a:hover,.postcontent a:active
{
	color:#fa492b;
}

.blog  #content .entry-title,#content .postcontent .entry-title
{
	padding-bottom:15px;
}
.form-allowed-tags
{
	display:none;
}
.wp-post-image
{
	width:100%;
}
.blog .entry-content
{
	text-align:justify;
}
.datesec
{	
	font-size:42px;
}
.dateseccontainer
{
	float:left;
	width:73px;
	margin-right:25px;
	font-family:OpenSansSemibold;
	text-align:center;
	line-height: 33px;
	border-right:2px solid #d9d9d9;
	border-bottom:2px solid #d9d9d9;
}
.socialshare
{
	padding:50px 0 0 0;
}
.single-post .entry-content
{
	padding:25px 0 15px;
	line-height:28px;
	text-align:justify;
}
.Monsec
{
	font-size:25px;
}

.postcontent
{
	float:left;
	width:708px;
}
.widget_recent_entries .widget-title
{
	padding:0 0 15px 0;
}
#main .widget-area ul li.widget_recent_entries ul
{
	margin:0;
}
#main .widget-area ul li.widget_recent_entries ul li:first-child
{
	padding:0 0 8px 0;
}
#main .widget-area ul li.widget_recent_entries ul li
{
	list-style:none;
	font-size:14px;
	font-family:OpenSansSemibold;
	line-height:22px;
	border-bottom:2px solid #d9d9d9;
	padding:8px 0;
	text-transform:capitalize;
}
.post-date
{

  display: block;
  font-size: 11px;
  line-height: 22px;
  margin-bottom: 6px;
	color:#999;
}
/*This is the custom header image */

#branding img {

	border-top: 4px solid #000;

	border-bottom: 1px solid #000;

	display: block;

	float: left;

}
.pricetable
{
	background:#f7f3ef;
}
#servicelogocontainer
{
	
	font-family:OpenSansBold;
	line-height:48px;
	font-size:30px;
	padding:102px 0 92px;
}

.seventypxtext
{
	font-size:70px;
}
.sixtypxxtext
{
	font-size:60px;
}
#content .toppost
{
	padding-bottom:80px;
}
#content .toppost:last-child
{
	padding-bottom:0;
}

/* =Menu

-------------------------------------------------------------- */



#access {

	display: block;

	float: right;

	margin: 0 auto;

	padding: 33px 22px 33px 0;

}

#access .menu-header,

div.menu {

	font-size: 13px;

	margin-left: 12px;

}

#access .menu-header ul,

div.menu ul {

	list-style: none;

	margin: 0;

}

#access .menu-header li,

div.menu li {

	float: left;

	position: relative;

	padding-right:1px;

}

#access a {

	display: block;

	line-height: 18px;

	padding: 0 10px;

	text-decoration: none;

	color:#000;

	text-transform:uppercase;

}

#access ul ul {

	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	display: none;

	position: absolute;

	top: 38px;

	left: 0;

	float: left;

	width: 180px;

	z-index: 99999;

}

#access ul ul li {

	min-width: 180px;

}

#access ul ul ul {

	left: 100%;

	top: 0;

}

#access ul ul a {

	line-height: 1em;

	padding: 10px;

	width: 160px;

	height: auto;

}

#access li:hover > a,

#access ul ul :hover > a {

	color: #f00;

}

#access ul li:hover > ul {

	display: block;

}

#access ul li.current_page_item > a,

#access ul li.current-menu-ancestor > a,

#access ul li.current-menu-item > a,

#access ul li.current-menu-parent > a {

	color: #f00;

}

* html #access ul li.current_page_item a,

* html #access ul li.current-menu-ancestor a,

* html #access ul li.current-menu-item a,

* html #access ul li.current-menu-parent a,

* html #access ul li a:hover {

	color: #fff;

}





/* =Content

-------------------------------------------------------------- */



#main {

	clear: both;

	overflow: hidden;

	min-height:500px;

	padding: 0;

}

.home #main{
 padding: 9px 0 0;
}
.home #main,.page-id-18 #main,.single-post #main,.blog #main,.archive #main,.page-id-222 #main

{

	min-height: 400px;

	background:url("images/homecontenttopbg.png") repeat-x 0px 0px;

}
.page-id-18 #main,.single-post #main,.blog #main,.archive #main,.page-id-222 #main
{
	padding-top:82px;
}
.single-post #footercontent,.page-id-18 #footercontent,.blog #footercontent,.archive #footercontent,.page-id-222 #footercontent
{
	border-top:4px solid #d9d9d9;
}

#content {

	margin-bottom: 0;

}
#content .postcontent .entry-title,.single #content .entry-title
{
	text-transform:capitalize;	
}

#content,

#content input,

#content textarea {

	color: #000;

	font-size: 14px;

	line-height: 24px;

}

#content p,

#content ul,

#content ol,

#content dd,

#content pre,

#content hr {

	margin-bottom: 13px;

}

#content ul ul,

#content ol ol,

#content ul ol,

#content ol ul {

	margin-bottom: 0;

}

#content pre,

#content kbd,

#content tt,

#content var {

	font-size: 15px;

	line-height: 21px;

}

#content code {

	font-size: 13px;

}

#content dt,

#content th {

	color: #000;

}

#content h1,

#content h2,

#content h3,

#content h4,

#content h5,

#content h6 {

	color: #000;

	line-height: 1.5em;

	margin: 0 0 20px 0;

}

#content table {

	border: 1px solid #e7e7e7;

	margin: 0 -1px 24px 0;

	text-align: left;

	width: 100%;

}

#content tr th,

#content thead th {

	color: #888;

	font-size: 12px;

	font-weight: bold;

	line-height: 18px;

	padding: 9px 24px;

}

#content tr td {

	border-top: 1px solid #e7e7e7;

	padding: 6px 24px;

}

#content tr.odd td {

	background: #f2f7fc;

}

.hentry {

	margin: 0 0 48px 0;

}

.home .sticky {

	background: #f2f7fc;

	border-top: 4px solid #000;

	margin-left: -20px;

	margin-right: -20px;

	padding: 18px 20px;

}

.single .hentry {

	margin: 0;

}

.page-title {

	color: #000;

	font-size: 14px;

	font-weight: bold;

	margin: 0 0 36px 0;

}

.page-title span {

	color: #333;

	font-size: 16px;

	font-style: italic;

	font-weight: normal;

}

.page-title a:link,

.page-title a:visited {

	color: #888;

	text-decoration: none;

}

.page-title a:active,

.page-title a:hover {

	color: #ff4b33;

}

#content .entry-title {

	color: #000;

	font-size: 21px;

	font-weight: bold;

	line-height: 1.3em;

	margin-bottom: 0;
	text-transform:uppercase;

}

.entry-title a:link,

.entry-title a:visited {

	color: #000;

	text-decoration: none;

}

.entry-title a:active,

.entry-title a:hover {

	color: #ff4b33;

}

.entry-meta {

	color: #888;

	font-size: 12px;

}

.entry-meta abbr,

.entry-utility abbr {

	border: none;

}

.entry-meta abbr:hover,

.entry-utility abbr:hover {

	border-bottom: 1px dotted #666;

}

.entry-content,

.entry-summary {

	clear: both;

	padding: 12px 0 0 0;

}

#content .entry-summary p:last-child {

	margin-bottom: 12px;

}

.entry-content fieldset {

	border: 1px solid #e7e7e7;

	margin: 0 0 24px 0;

	padding: 24px;

}

.entry-content fieldset legend {

	background: #fff;

	color: #000;

	font-weight: bold;

	padding: 0 24px;

}

.entry-content input {

	margin: 0 0 24px 0;

}

.entry-content input.file,

.entry-content input.button {

	margin-right: 24px;

}

.entry-content label {

	color: #888;

	font-size: 12px;

}

.entry-content select {

	margin: 0 0 24px 0;

}

.entry-content sup,

.entry-content sub {

	font-size: 10px;

}

.entry-content blockquote.left {

	float: left;

	margin-left: 0;

	margin-right: 24px;

	text-align: right;

	width: 33%;

}

.entry-content blockquote.right {

	float: right;

	margin-left: 24px;

	margin-right: 0;

	text-align: left;

	width: 33%;

}

.page-link {

	clear: both;

	color: #000;

	font-weight: bold;

	margin: 0 0 22px 0;

	word-spacing: 0.5em;

}

.page-link a:link,

.page-link a:visited {

	background: #f1f1f1;

	color: #333;

	font-weight: normal;

	padding: 0.5em 0.75em;

	text-decoration: none;

}

.home .sticky .page-link a {

	background: #d9e8f7;

}

.page-link a:active,

.page-link a:hover {

	color: #ff4b33;

}

body.page .edit-link {

	clear: both;

	display: block;

}

#entry-author-info {

	background: #f2f7fc;

	border-top: 4px solid #000;

	clear: both;

	font-size: 14px;

	line-height: 20px;

	margin: 24px 0;

	overflow: hidden;

	padding: 18px 20px;

}

#entry-author-info #author-avatar {

	background: #fff;

	border: 1px solid #e7e7e7;

	float: left;

	height: 60px;

	margin: 0 -104px 0 0;

	padding: 11px;

}

#entry-author-info #author-description {

	float: left;

	margin: 0 0 0 104px;

}

#entry-author-info h2 {

	color: #000;

	font-size: 100%;

	font-weight: bold;

	margin-bottom: 0;

}

.entry-utility {

	clear: both;

	color: #888;

	font-size: 12px;
	padding-bottom:25px;
	line-height: normal;
	font-family:OpenSansSemibold;

}

.entry-meta a,

.entry-utility a {

	color: #888;

}

.entry-meta a:hover,

.entry-utility a:hover {

	color: #ff4b33;

}

#content .video-player {

	padding: 0;

}





/* =Asides

-------------------------------------------------------------- */



.home #content .format-aside p,

.home #content .category-asides p {

	font-size: 14px;

	line-height: 20px;

	margin-bottom: 10px;

	margin-top: 0;

}

.home .hentry.format-aside,

.home .hentry.category-asides {

	padding: 0;

}

.home #content .format-aside .entry-content,

.home #content .category-asides .entry-content {

	padding-top: 0;

}





/* =Gallery listing

-------------------------------------------------------------- */



.format-gallery .size-thumbnail img,

.category-gallery .size-thumbnail img {

	border: 10px solid #f1f1f1;

	margin-bottom: 0;

}

.format-gallery .gallery-thumb,

.category-gallery .gallery-thumb {

	float: left;

	margin-right: 20px;

	margin-top: -4px;

}

.home #content .format-gallery .entry-utility,

.home #content .category-gallery .entry-utility {

	padding-top: 4px;

}





/* =Attachment pages

-------------------------------------------------------------- */



.attachment .entry-content .entry-caption {

	font-size: 140%;

	margin-top: 24px;

}

.attachment .entry-content .nav-previous a:before {

	content: '\2190\00a0';

}

.attachment .entry-content .nav-next a:after {

	content: '\00a0\2192';

}





/* =Images

-------------------------------------------------------------- */



/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/

img.size-auto,

img.size-full,

img.size-large,

img.size-medium,

.attachment img {

	max-width: 100%; /* When images are too wide for containing element, force them to fit. */

	height: auto; /* Override height to match resized width for correct aspect ratio. */

}

.alignleft,

img.alignleft {

	display: inline;

	float: left;

	margin-right: 24px;

	margin-top: 4px;

}

.alignright,

img.alignright {

	display: inline;

	float: right;

	margin-left: 24px;

	margin-top: 4px;

}

.aligncenter,

img.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}

img.alignleft,

img.alignright,

img.aligncenter {

	margin-bottom: 12px;

}

.wp-caption {

	background: #f1f1f1;

	line-height: 18px;

	margin-bottom: 20px;

	max-width: 632px !important; /* prevent too-wide images from breaking layout */

	padding: 4px;

	text-align: center;

}

.wp-caption img {

	margin: 5px 5px 0;

}

.wp-caption p.wp-caption-text {

	color: #888;

	font-size: 12px;

	margin: 5px;

}

.wp-smiley {

	margin: 0;

}

.gallery {

	margin: 0 auto 18px;

}

.gallery .gallery-item {

	float: left;

	margin-top: 0;

	text-align: center;

	width: 33%;

}

.gallery-columns-2 .gallery-item {

	width: 50%;

}

.gallery-columns-4 .gallery-item {

	width: 25%;

}

.gallery img {

	border: 2px solid #cfcfcf;

}

.gallery-columns-2 .attachment-medium {

	max-width: 92%;

	height: auto;

}

.gallery-columns-4 .attachment-thumbnail {

	max-width: 84%;

	height: auto;

}

.gallery .gallery-caption {

	color: #888;

	font-size: 12px;

	margin: 0 0 12px;

}

.gallery dl {

	margin: 0;

}

.gallery img {

	border: 10px solid #f1f1f1;

}

.gallery br+br {

	display: none;

}

#content .attachment img {/* single attachment images should be centered */

	display: block;

	margin: 0 auto;

}





/* =Navigation

-------------------------------------------------------------- */



.navigation {

	color: #888;

	font-size: 12px;

	line-height: 18px;

	overflow: hidden;

}

.navigation a:link,

.navigation a:visited {

	color: #888;

	text-decoration: none;

}

.navigation a:active,

.navigation a:hover {

	color: #ff4b33;

}

.nav-previous {

	float: left;

	width: 50%;

}

.nav-next {

	float: right;

	text-align: right;

	width: 50%;

}

#nav-above {

	margin: 0 0 18px 0;
}

#nav-above {

	display: none;

}



.single #nav-above {

	display: block;

}

#nav-below {

	margin: -18px 0 0 0;
}





/* =Comments

-------------------------------------------------------------- */

#comments {

	clear: both;

}

#comments .navigation {

	padding: 0 0 18px 0;

}

h3#comments-title,

h3#reply-title {

	color: #000;

	font-size: 20px;

	font-weight: bold;

	margin-bottom: 0;

}

h3#comments-title {

	padding: 24px 0;

}

.commentlist {

	list-style: none;

	margin: 0;

}

.commentlist li.comment {

	border-bottom: 1px solid #e7e7e7;

	line-height: 24px;

	margin: 0 0 24px 0;

	padding: 0 0 0 56px;

	position: relative;

}

.commentlist li:last-child {

	border-bottom: none;

	margin-bottom: 0;

}

#comments .comment-body ul,

#comments .comment-body ol {

	margin-bottom: 18px;

}

#comments .comment-body p:last-child {

	margin-bottom: 6px;

}

#comments .comment-body blockquote p:last-child {

	margin-bottom: 24px;

}

.commentlist ol {

	list-style: decimal;

}

.commentlist .avatar {

	position: absolute;

	top: 4px;

	left: 0;

}

.comment-author {

}

.comment-author cite {

	color: #000;

	font-style: normal;

	font-weight: bold;

}

.comment-author .says {

	font-style: italic;

}

.comment-meta {

	font-size: 12px;

	margin: 0 0 18px 0;

}

.comment-meta a:link,

.comment-meta a:visited {

	color: #888;

	text-decoration: none;

}

.comment-meta a:active,

.comment-meta a:hover {

	color: #ff4b33;

}

.commentlist .even {

}

.commentlist .bypostauthor {

}

.reply {

	font-size: 12px;

	padding: 0 0 24px 0;

}

.reply a,

a.comment-edit-link {

	color: #888;

}

.reply a:hover,

a.comment-edit-link:hover {

	color: #ff4b33;

}

.commentlist .children {

	list-style: none;

	margin: 0;

}

.commentlist .children li {

	border: none;

	margin: 0;

}

.nopassword,

.nocomments {

	display: none;

}

#comments .pingback {

	border-bottom: 1px solid #e7e7e7;

	margin-bottom: 18px;

	padding-bottom: 18px;

}

.commentlist li.comment+li.pingback {

	margin-top: -6px;

}

#comments .pingback p {

	color: #888;

	display: block;

	font-size: 12px;

	line-height: 18px;

	margin: 0;

}

#comments .pingback .url {

	font-size: 13px;

	font-style: italic;

}



/* Comments form */

input[type=submit] {

	color: #333;

}

#respond {

	border-top: 1px solid #e7e7e7;

	margin: 24px 0;

	overflow: hidden;

	position: relative;

}

#respond p {

	margin: 0;

}

#respond .comment-notes {

	margin-bottom: 1em;

}

.form-allowed-tags {

	line-height: 1em;

}

.children #respond {

	margin: 0 48px 0 0;

}

h3#reply-title {

	margin: 18px 0;

}

#comments-list #respond {

	margin: 0 0 18px 0;

}

#comments-list ul #respond {

	margin: 0;

}

#cancel-comment-reply-link {

	font-size: 12px;

	font-weight: normal;

	line-height: 18px;

}

#respond .required {

	color: #ff4b33;

	font-weight: bold;

}

#respond label {

	color: #888;

	font-size: 12px;

}

#respond input {

	margin: 0 0 9px;

	width: 98%;

}

#respond textarea {

	width: 98%;

}

#respond .form-allowed-tags {

	color: #888;

	font-size: 12px;

	line-height: 18px;

}

#respond .form-allowed-tags code {

	font-size: 11px;

}

#respond .form-submit {

	margin: 12px 0;

}

#respond .form-submit input {

	font-size: 14px;

	width: auto;

}





/* =Widget Areas

-------------------------------------------------------------- */



.widget-area ul {

	list-style: none;

	margin-left: 0;

}

.widget-area ul ul {

	list-style: square;

	margin-left: 1.3em;

}

.widget-area select {

	max-width: 100%;

}

.widget_search #s {/* This keeps the search inputs in line */

	width: 60%;

}

.widget_search label {

	display: none;

}

.widget-container {

	margin: 0 0 18px 0;

}

.widget-title {
	color:#1c1c1c;
	font-family:RalewayBold;
	font-size:24px;
	text-transform: uppercase;
	font-weight: bold;
	line-height:38px;
}

.widget-area a:link,

.widget-area a:visited {

	text-decoration: none;

}

.widget-area a:active,

.widget-area a:hover {

	text-decoration: underline;

}

.widget-area .entry-meta {

	font-size: 11px;

}

#wp_tag_cloud div {

	line-height: 1.6em;

}

#wp-calendar {

	width: 100%;

}

#wp-calendar caption {

	color: #222;

	font-size: 14px;

	font-weight: bold;

	padding-bottom: 4px;

	text-align: left;

}

#wp-calendar thead {

	font-size: 11px;

}

#wp-calendar thead th {

}

#wp-calendar tbody {

	color: #aaa;

}

#wp-calendar tbody td {

	background: #f5f5f5;

	border: 1px solid #fff;

	padding: 3px 0 2px;

	text-align: center;

}

#wp-calendar tbody .pad {

	background: none;

}

#wp-calendar tfoot #next {

	text-align: right;

}

.widget_rss a.rsswidget {

	color: #000;

}

.widget_rss a.rsswidget:hover {

	color: #ff4b33;

}

.widget_rss .widget-title img {

	width: 11px;

	height: 11px;

}



/* Main sidebars */

#main .widget-area ul {

	margin-left: 0;

	padding: 0 20px 0 0;

}

#main .widget-area ul ul {

	border: none;

	margin-left: 1.3em;

	padding: 0;

}

#primary {

}

#secondary {

}



/* Footer widget areas */

#footer-widget-area {

}





/* =Footer

-------------------------------------------------------------- */



#footer {

	margin-bottom: 0;

}

#colophon {

	border-top: 4px solid #000;

	margin-top: -4px;

	overflow: hidden;

	padding: 18px 0;

}

#site-info {

	font-weight: bold;

}

#site-info a {

	color: #000;

	text-decoration: none;

}

#site-generator {

	font-style: italic;

	position: relative;

}

#site-generator a {

	background: url(images/wordpress.png) center left no-repeat;

	color: #666;

	display: inline-block;

	line-height: 16px;

	padding-left: 20px;

	text-decoration: none;

}

#site-generator a:hover {

	text-decoration: underline;

}

img#wpstats {

	display: block;

	margin: 0 auto 10px;

}





/* =Mobile Safari ( iPad, iPhone and iPod Touch )

-------------------------------------------------------------- */



pre {

	-webkit-text-size-adjust: 140%;

}

code {

	-webkit-text-size-adjust: 160%;

}

#access,

.entry-meta,

.entry-utility,

.navigation,

.widget-area {

	-webkit-text-size-adjust: 120%;

}

#site-description {

	-webkit-text-size-adjust: none;

}



#row6_left {

    float: left;

}

#row6_right {

    float: right;

    width: 700px;

}





/* =Print Style

-------------------------------------------------------------- */



@media print {

	body {

		background: none !important;

	}

	#wrapper {

		clear: both !important;

		display: block !important;

		float: none !important;

		position: relative !important;

	}

	#header {

		border-bottom: 2pt solid #000;

		padding-bottom: 18pt;

	}

	#colophon {

		border-top: 2pt solid #000;

	}

	#site-title,

	#site-description {

		float: none;

		line-height: 1.4em;

		margin: 0;

		padding: 0;

	}

	#site-title {

		font-size: 13pt;

	}

	.entry-content {

		font-size: 14pt;

		line-height: 1.6em;

	}

	.entry-title {

		font-size: 21pt;

	}

	#access,

	#branding img,

	#respond,

	.comment-edit-link,

	.edit-link,

	.navigation,

	.page-link,

	.widget-area {

		display: none !important;

	}

	#container,

	#header,

	#footer {

		margin: 0;

		width: 100%;

	}

	#content,

	.one-column #content {

		margin: 24pt 0 0;

		width: 100%;

	}

	.wp-caption p {

		font-size: 11pt;

	}

	#site-info,

	#site-generator {

		float: none;

		width: auto;

	}

	#colophon {

		width: auto;

	}

	img#wpstats {

		display: none;

	}

	#site-generator a {

		margin: 0;

		padding: 0;

	}

	#entry-author-info {

		border: 1px solid #e7e7e7;

	}

	#main {

		display: inline;

	}

	.home .sticky {

		border: none;

	}

}

.fancybox-bg{
display:none;
}
#fancybox-outer {
  border: 1px solid #000;
}

#AnythingPopup_BoxContainer1
{
width:600px !important;

left:390px !important;
}
#AnythingPopup_BoxContainer3
{
width:600px !important;
height:auto;
left:390px !important;
}

#AnythingPopup_BoxContainerHeader1 {
  background: none repeat scroll 0 0 #e04d39;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  height:50px !important;
}
#AnythingPopup_BoxContainerHeader3 {
  background: none repeat scroll 0 0 #e04d39;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  height:50px !important;
}

#AnythingPopup_BoxTitle1 {
 
  float: left;
 margin:0 !important;
  font-size: 35px;
  font-weight: bold;
  
}
#AnythingPopup_BoxTitle3 {
 
  float: left;
 margin:0 !important;
  font-size: 35px !important;
  font-weight: bold !important;
  
}

#down_load .nm
{
text-align:center;
}
#AnythingPopup_BoxContainerBody1 {
  
  margin: 40px !important;

overflow:hidden !important;
}

#down_load 
{
margin-top:15px;

}
#down_load input[type="text"],input[type="email"]
{
width:80% !important;
padding:10px !important;
border-radius:6px;
background: none repeat scroll 0 0 #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
margin-bottom:20px; 

}
#down_load input[type="submit"]
{

background-color:#f39d13;
    border-radius: 6px;
    color: #ffffff;
    font-weight: bold;
    line-height: 28px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 84% !important; 
font-size:19px !important;
text-transform:uppercase;
}

#AnythingPopup_BoxClose1 a
{
color:#ffffff !important;
margin-top:5px !important;
}

#AnythingPopup_BoxContainerHeader1 a
{
color:#f39d13 !important;
font-size:10px !important;
}

#AnythingPopup_BoxClose1
{
width:35px !important;
}
#AnythingPopup_BoxClose3
{
width:35px !important;
}
#AnythingPopup_BoxTitle1 h3
{
color:#f39d13;margin-left:110px;margin-top:19px;font-weight:bold;font-size:34px;
font-family:ralewaybold;

}
#AnythingPopup_BoxTitle3 h3
{
color:#f39d13;margin-left:110px;margin-top:29px;font-weight:bold;font-size:34px;
font-family:ralewaybold;

}

#AnythingPopup_BoxContainerBody1 #first
{
color:#e04d39;text-align:center;font-size:19px;font-family:Arial;
}

#AnythingPopup_BoxContainerBody1 #second
{
color:#000;font-size:12px;margin-bottom:26px;text-align:center;font-family:Arial;
}
#AnythingPopup_BoxTitle3
{ margin:0 !important;}

#AnythingPopup_BoxContainerBody3
{
 margin: 40px !important;

overflow:hidden !important;
}
#AnythingPopup_BoxContainerBody3 #first
{
color:#e04d39;text-align:center;font-size:19px;font-family:Arial;
line-height:26px;
}
#AnythingPopup_BoxContainerBody3 #second
{
color:#000;font-size:12px;margin-bottom:26px;text-align:center;font-family:Arial;
}
#AnythingPopup_BoxContainerHeader3 a {
  color: #f39d13 !important;
  font-size: 10px !important;
}
/* --------------------------------------------------------*/

/*-----------------MMMMM----------MMMMM----E---------------*/

/*-----------------MMMMMM--------MMMMMM------D-------------*/

/*-----------------MMMMMMM------MMMMMMM----Q---I-----------*/

/*-----------------MMMMMMMM----MMMMMMMM------U---A---------*/

/*-----------------MMMMMMMMM--MMMMMMMMM--------E-----------*/

/*-----------------MMMM-MMMMMMMMMM-MMMM----------R---------*/

/*-----------------MMMM--MMMMMMMM--MMMM------------I-------*/

/*-----------------MMMM---MMMMMM---MMMM--------------E-----*/

/*-----------------MMMM----MMMM----MMMM----------------S---*/

/*-----------------MMMM------------MMMM--------------------*/

/*-----------------MMMM------------MMMM--------------------*/

/*-----------------MMMM------------MMMM--------------------*/

/*-----------------MMMM------------MMMM--------------------*/

/*-----------------MMMM------------MMMM--------------------*/

/* --------------------------------------------------------*/



@media only screen and (min-width: 481px) and (max-width: 1050px){

	#wrapper {

		margin: 20px auto;

		width: 90%;

	}

	.wrapper

	{

		width:98%;

		padding:0 1%;

	}

	
#row6_left {
  width: 36%;
  padding-right: 4%;
}
#row6_right {
    width: 60%;
}
#AnythingPopup_BoxContainer1
{
left:170px !important;
top:10% !important;
}
#AnythingPopup_BoxContainerBody1 #first

{
line-height:28px !important;
}
#AnythingPopup_BoxContainerBody1 #second

{
line-height:28px !important;
}
#AnythingPopup_BoxTitle1 h3
{
margin-top:10px;
margin-left:80px;
}



#AnythingPopup_BoxContainer3
{
left:170px !important;

}
#AnythingPopup_BoxContainerBody3 #first

{
line-height:28px !important;
}
#AnythingPopup_BoxContainerBody3 #second

{
line-height:28px !important;
}
#AnythingPopup_BoxTitle3 h3
{
margin-top:10px;
margin-left:80px;
}











	#homepagedownloadleft

	{

		width:24.56%;

	}

	#benefitlistleft

	{

		width:51%;

	}

	#benefitlistright

	{

		width:49%;

	}

	#homepagedownloadright

	{

		width:70%;

	}

	#logotext

	{

		width:100%;

	}
	#guaranteedesc
	{
		padding-bottom:2%;
	}
	#lifetimeguaranteecontainer
	{
		padding:6%;
	}
#row6-inner
{
	padding:1% 0 3%;
}
#helplist li
{
	padding-bottom:2%;
}


#wpss_slideshow_testimonials
{
	padding:0 4% !important;
}
	#colophon,

	#branding,

	#main,

	#footer {

	    margin: 0 auto;

	    width: 100%;

	}

	#access,

	#access .menu-header,

	div.menu

	{

		margin:0 auto;

		padding-right:0;

	}

	#branding{

		overflow: hidden;

	}

	

	/*

	LAYOUT: Responsive Images & Video

	DESCRIPTION: Responsive.

	*/

	#content img {

		margin: 0;

		height: auto;

		max-width: 100%;

		width: auto;

	}

	

	img, object, embed, iframe, #content .wp-caption {

		max-width: 100%;

	}

	

	#content .wp-caption img{

		max-width: 95%;

	}

	  

	/*

	LAYOUT: Two columns

	DESCRIPTION: Responsive.

	940 = 720 + 220

	100% = 76.5957447% + 23.40425535% 

	*/

	

	#container {

		float: left;

		width:100%;

		margin:0;

	}

	
	
	#content {

		width:100%;
		

		margin:0;

	}

	#primary,

	#secondary {

		overflow: hidden;

		width: 23.40425535% /* 200px / 940px */ 

	}

	#footermenu
	{
		padding:0;
	}
	#footerlogo,#emailntime
	{
		padding-right:3%;
	}

	#site-title, #site-info {

		width:74.4680851% /* 700px / 940px */

	}
	.dateseccontainer
	{
		float:none;
	}
	
	#footer-widget-area .widget-area,

	#site-generator,

	#site-description  {

		width: 22%; /* 200px / 940px */ 
		margin-right:4%;
	}
	
} /* This belongs here. It goes to @media only screen and (min-width: 481px) and (max-width: 1024px) */

@media screen and (max-width: 800px) {

	
	#bookingcontent
	{
		padding:0;
	}
	#myVideo {
    		height: 100%;
    		width: 100%;
	}
	
	.booktitle
	{
		padding:0 5%;
	}
	#footerlogo{clear:both;}
	#footerlinkcopyright .center
	{
		float:none;
		width:100%;
		text-align:center;
		padding:0 0 2% 0;
	}
	#slidercontainer
	{
		text-align:center;
	}
	#footermenu li
	{
		display:inline-block;
		float:none;
	}
	#footermenu li:last-child
	{
		padding-right:0;
	}
	.page-id-18 #container, .single-post #container, .blog #container, .archive #container
	{
		float: left;
		margin: 0 -240px 0 0;
		padding: 0 0 55px;
		width: 100% !important;
	}
	#primary, #secondary {
  		float: left;
  		overflow: hidden;
  		width: 99%;
	}
	#sidebardownloadreport,#sidebardownloadreport .center
	{
		float: none !important;
    		text-align: center !important;
    		width: 100% !important;
	}
	#homepagedownloadleft, #sidebardownloadimg
	{
		margin:0;
		position:relative;
	}
} /* @media screen  (max-width: 800px) */
@media screen and (min-width: 700px) and (max-width: 800px) {

	#footer-widget-area .widget-area, #site-generator, #site-description
	{
		
		padding:0 !important;
	}
	.bold_title
	{
		margin-bottom:6% !important;
	}
	#row4 .bold_title
	{
		padding-bottom:40px;
		margin-bottom: 106px !important;
	}
	#logo,#bookonline 
	{
  		width: 50%;
	}
	#access 
	{
  		clear: both;
 		padding-top:0;
  		padding-bottom:2%;
  		width: 100%;
	}
	#wpss_slideshow_testimonials
	{
		width:100% !important;
		padding:0 !important;
	}
	.sliderleft 
	{
   		padding: 5% 5% 0;
    		width: 25%;
	}
	#feature1left,#feature2right,#feature3left,.feature3left,.feature1left,.feature2right
	{
		padding: 0;
		width: 30%;
	}
	#feature1right,#feature2left,#feature3right,.feature3right,.feature1right,#.feature2left
	{
  		padding: 0;
  		width: 60%;
	}
	.sliderright 
	{
  		width: 60%;
		padding-left:0;
	}	
}
@media screen and (max-width: 660px) {

	#wrapper {

		margin: 5px auto;

		width: 90%;

		padding: 0 3%;

	}

#AnythingPopup_BoxContainer1
{
width:70% !important;
left:15% !important;
top:10px !important;
height:360px !important;
}
#AnythingPopup_BoxTitle1
{
margin:0px !important;
}
#AnythingPopup_BoxTitle1 h3
{
margin-left:20px;
margin-top:20px;
font-size:14px;
}

#AnythingPopup_BoxContainerBody1
{

margin:15px !important;
}
#AnythingPopup_BoxContainerBody1 #first
{
font-size:14px !important;
line-height:23px;
font-weight:bold;
margin-bottom:2px !important;
}
#AnythingPopup_BoxContainerBody1 #second
{
line-height:24px;
margin-bottom:10px !important;
}
#AnythingPopup_BoxContainer3
{
width:70% !important;
left:15% !important;
top:5px !important;
height:400px;
}
#AnythingPopup_BoxTitle3
{
margin:0px !important;
}
#AnythingPopup_BoxTitle3 h3
{
margin-left:20px;
margin-top:20px;
font-size:14px;
}

#AnythingPopup_BoxContainerBody3
{

margin:15px !important;
}
#AnythingPopup_BoxContainerBody3 #first
{
font-size:14px !important;
line-height:23px;
font-weight:bold;
margin-bottom:2px !important;
}
#AnythingPopup_BoxContainerBody3 #second
{
line-height:24px;
margin-bottom:10px !important;
}

#down_load
{
margin-top:0px !important;
}
#down_load input[type="text"]
{
margin-top:15px;
margin-bottom:15px;
}
#down_load input[type="email"]
{
margin-top:15px;
margin-bottom:20px;
}

	.wrapper

	{

		width:90%;

		padding: 0 3%;

	}
	.widget-title
	{
		font-size:21px;	
	}
	#logotext
	{
		font-size:30px;
		line-height:38px;
	}
	
	.center
	{
		text-align:center !important;
		float:none !important;
		width:100% !important;
	}
	
	.wpss_content_full
	{
		min-height:410px !important;
	}
	#row2
	{
		padding-bottom:7%;
	}
	.nopadding,.page-id-18 #main, .single-post #main, .blog #main, .archive #main,.downloadreport,#row6,.page-id-222 #main
	{
		padding:5% 0 !important;
	}

	.nomargin,.single-post #container,.single-post #content
	{
		margin:0 !important;
	}
	.nopadding .nopadding,#bookingcontent,#footermenu,#footerlogo,#emailntime
	{
		padding:0 0 4% 0 !important;
	}

	.zeropadding,#row6-inner,#lifetimeguarantee,#footeraddress,#payoption,#sliderhead,.sliderright,#copyright
	{
		padding:0 !important;
	}
	.zeromargin,.downloadreport
	{
		margin:0 !important;
	}
	#bookingcontent p,#featuredmain{
		padding-bottom:0;
	}
	
	.testimonialsection
	{
		background:url("images/happyscooterrider.png") repeat #e04d39;
	}
	.accordion
	{
		width:60%;
	}
	#bookonline

	{
		float:none;

		width:100%;

		text-align:center;
	}
	.textleft
	{
		text-align:left;
	}
	.wp-spoiler
	{
		width:100%;
		margin:0 !important;
		padding-bottom:5%;
	}
	#bookingno
	{
		display:inline-block;
		background:url("images/call.png") no-repeat scroll left top rgba(0, 0, 0, 0);
		padding-top:0;
		padding-bottom:0;
	}
	

	#mobilescootermechanic
	{
		display:inline-block;

		float:none;

		padding:1.38%;

		padding:1.38%;
	}
	#myVideo
	{
		width:100%;
	}
	#benefitlist
	{
		padding-bottom:2%;	
	}
	#benefitlistleft

	{
		width:100%;
		float:none;
	}

	#benefitlistright
	{
		float:none;
		width:100%;
		padding-top:4%;
	}

	#homepagedownloadleft,#sidebardownloadimg

	{
		position:relative;
		margin:0;
	}

	
	#footermenu li
	{
		float:none;
		width:100%;
		text-align:center;
		padding:0;
	}
	


	#helplistname
	{
		width:100%;
	}
	#helplist li
	{
		float:none;
		width:70%;
		margin:0;
		padding-bottom:6%;
		padding-right:0;
	}
	#helphead
	{
		padding-top:10%;
		padding-bottom:3%;
	}
	#helplist,#row6_left
	{
		padding-bottom:5%;
	}
	#lifetimeguaranteecontainer
	{
		text-align:center;
		padding-bottom:6%;
	}

	#lifetimeguarantehead 
	{
  	background: url("images/guaranteedsatisfaction.jpg") no-repeat scroll center top / 120px auto rgba(0, 0, 0, 0);
 	 margin: 0 !important;
 	 padding: 116px 0 0;
	}

	#lifetimeguarantehea2
	{
		margin:0 !important;
		padding-bottom:3%;	
	}
	#guaranteedesc
	{
		line-height:26px;
		padding:0;
		width:100%;
	}

	.booktitle
	{
		padding:0 0 2% 0;
	}

	#contno
	{
		padding-left:0;
	}

	.bold_title span
	{
		padding:0;
		background:none;
		line-height:normal;
	}
	#sendnote .bold_title
	{
		margin-bottom:0 !important;
		padding-bottom:0 !important;
		height:initial !important;
	}
	#sendnote .bold_title span,#row4 .bold_title span
	{
		line-height:normal !important;
	}
	#row4 .bold_title,#row6 .bold_title {
 		 border-bottom: none;
 		 height:auto !important;
  		margin-bottom:0;
  		padding:10px  !important;
  		text-align: center;
	}

	.bold_title
	{

		font-size:30px !important;
		margin:0 !important;
		height:initial;
		border:none !important;
		padding-bottom:4%;
	}
	
	
	#benefitlist li
	{
		font-size: 14px !important;
		line-height: 24px !important;
		padding: 0 0 2% 73px;
	}

	#footer-widget-area .widget-area
	{
		width:100%;
		margin:0 auto;
		float:none;
		text-align:center;
	}
	
.testimonialsectioninner
{
	padding:4% 0 0 0;
	text-align:center;
}

#wpss_slideshow_testimonials
{
	width:100% !important;
	padding:0 !important;
}

.sliderright p
{
	text-align:center;
}
#servicelogocontainer
{
	width:100%;
	padding:4% 0;
}

.dateseccontainer
{
	display:none;
}
#main .widget-area ul li.widget_recent_entries ul li:last-child
{
	border-bottom:none;
}
	#access

	{

		float:none;

		width:100%;

		text-align:center;

		display:none;

	}

	#access,

	#access .menu-header,

	div.menu

	{

		padding-right:0;

	}

	#access,

	#access .menu-header,

	div.menu,

	#colophon,

	#branding,

	#main,

	#footer {

		margin: 0 auto;

		width: 100%;

	}

	

	#branding  {

		overflow:hidden;

	}

	

	#site-title {

		width: 100%;

	}

	

	#container {

		float: left;

		width: 100%;

		overflow: auto;

		margin:0px;

	}

	

	#content {

		width: 100%;

		margin: 0 0px 0 0px;

	}

	

	#primary,

	#secondary {

		float: left;

		overflow: hidden;

		width: 99%; 

	}

	#secondary {

		clear: left;

	}

	

	#site-generator, #site-description, #site-info, #site-title {

		clear: left;

		float: left;

		width: 95%;

		padding: 0;

		margin: 0;

	}

	

	/*

	LAYOUT: Responsive Images

	DESCRIPTION: Responsive.

	*/

	  

	#content img {

		margin: 0;

		height: auto;

		max-width: 100%;

		width: auto;

	}

	

	img, object, embed, #content .wp-caption {

		max-width: 100%;

	}

	

	#content .wp-caption{

		width: 100%;

	}

	

	#content .wp-caption img{

		max-width: 90%;

	}



	#content .wp-caption.alignleft{

		float: left;

	}

	#content .wp-caption.alignright{

		float: right;

	}

	#content .alignleft,

	#content img.alignleft {

		display: block;

		float: none;

		margin: 0px auto;

		padding: 0px 0px 5px 0px;

	}

	#content .alignright,

	#content img.alignright {

		display: block;

		float: none;

		margin: 0px auto;

		padding: 0px 0px 5px 0px;

	}

#fancybox-wrap{
    height: 400px !important;
    width: 90% !important;
    padding:0px !important;
    left:2% !important;
}
#fancybox-content {
    height: 400px !important;
    width: 100% !important;
    border: medium none !important;
}



} /* @media screen and (max-width: 660px) */


@media screen and (max-device-width: 500px) 
{
#AnythingPopup_BoxContainerBody1 #second{
display:none;
margin-top:15px;

}
#AnythingPopup_BoxContainerBody3 #second{
display:none;
margin-top:15px;

}

}

 @media screen and (max-device-width: 350px) {

	.sixtypxxtext
	{
		font-size:50px;
	}
#AnythingPopup_BoxContainer1
{
height:390px !important;
top:5px !important;

}	

#AnythingPopup_BoxTitle1 h3
{
margin-left:5px !important ;
margin-top:10px !important;
}
	
	.seventypxtext
	{
		font-size:40px;
	}
	#booklinkservice{padding :0 0 4% 0;}
	.page-id-18 #container, .single-post #container,#primary, #secondary,.blog #container
	{
		float:none !important;
	}
}/* (max-device-width: 350px) */



/*

/* We left these here for you incase you needed them. You do not need to add anything for the Videos or Images.

/*

/*

/* Media = iPad orientation: landscape */



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

	

}/* This belongs here. It goes to @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) */



/*--------------------------------------------------------------------------------*/



/* Media = iPad orientation: portrait */



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {



}/* This belongs here. It goes to @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) */



/*--------------------------------------------------------------------------------*/



/* Media = Mobile - iPhone */



@media handheld, only screen and (max-device-width: 480px) {

	iframe, object, embed{

		width: 100%;

		height: auto;

	}

	#content pre {

		font-size: 60%;

		overflow: hidden;

		padding: 1em;

	}

	

	#content code {

		font-size: 50%;

		margin-bottom: 24px;

	}

}/* This belongs here. It goes to @media handheld, only screen and (max-device-width: 280px) */



	

/* Media = Mobile - All Others - orientation:portrait */



@media handheld, only screen and (max-device-width: 480px) and (orientation:portrait) {

	iframe, object, embed{

		width: 100%;

		height: auto;

	}

	

	#content pre {

		font-size: 80%;

		overflow: hidden;

		padding: 1em;

	}



	#content code {

		font-size: 50%;

		margin-bottom: 24px;

	}

}/* @media handheld, only screen and (max-device-width: 480px) and (orientation:portrait) */



/* Media = Mobile - All Others - orientation:landscape */



@media handheld, only screen and (max-device-width: 767px) and (orientation:landscape) {

	iframe, object, embed{

		width: 100%;

		height: auto;

	}

}/* This belongs here. It goes to @media handheld, only screen and (max-device-width: 767px) and (orientation:landscape) */