/************************
	Author: GoingClear Interactive Inc. - Regency Transportation

************************/
body{
background-image:url(images/dots.png);
font-family:arial, sans-serf;
font-weight:400;
font-size:15px;
line-height:1.4;
text-rendering:optimizeLegibility;
color:#6b6b6b;
margin:0;
padding:0;
}
html,body,div,span,img,ol,ul,li,a,p,h1,h2,h3,h4,h5,h6,
option,legend,label,table,th,td,tr,article,aside,fig,
caption,figure,footer,header,hgroup,mark,nav,section,
time,audio,video{margin:0;padding:0;border:0;outline:0}
ol,ul {list-style-type:none}
table {border-collapse:collapse}
.clear {clear:both}
.left {float:left}
.right {float:right;}
.alignleft{float:left;margin-right:10px;}
.alignright{float:left;margin-left:10px;}
.center{text-align:center;}

.wrap{
    position:relative;
    top:0;
    left:0;
	width:100%;
	}
.content {
	position:relative;
	top:0;
	left:0;
	max-width:1160px;
	background-color:#fff;
	margin:0 auto;
	}
	
/**********
MAIN-CONTENT
**********/
.main-content {
	top:0;
	left:0;
	width:1200px!important;
	-webkit-box-shadow:0 2px 8px -1px rgba(0,0,0,0.4);
	-moz-box-shadow:0 2px 8px -1px rgba(0,0,0,0.4);
	box-shadow:0 2px 8px -1px rgba(0,0,0,0.4);
	padding: 32px 20px 35px;
	}
.grayBG {
	padding-top:38px;
	background-color:#eaeaea;
	width:100%;
	}
.bgGold{
	height:4px;
	background-color:#b49759;
	z-index:999999;
	}
	
/**********
HEADER 
**********/
.header {
	height:140px;
	width:100%;
	background-color:#fff;
	margin:0 auto;
	}
.logo {
	position:absolute;
	top:0;
	left: -4px;
	width:494px;
        max-width: 100%;
	height:119px;
	}
.clients-login {
	width:261px;
	height:100px;
	position:relative;
	float:right;
	margin-top:18px;
	}
.clients-login h2 {
	position:absolute;
	top:-7px;
	right:0;
	font-size:22px;
	font-family:Rokkitt, serif;
	font-weight:700;
	color:#32665d;
	text-transform:uppercase;
	}
.clients-login .helpme {
	position:absolute;
	bottom:6px;
	right:0px;
	font-weight:700;
	color:#32665d;
	}
.form-wrap {
	width: 162px;
	height:100px;
	float:left;
	margin-top:0px;
	position:relative;
	}	
.submit {
	position:absolute;
	top:27px;
	right: -99px;
	text-indent: -9000px;
	outline:none;
	border:none;
	width:86px;
	height:36px;
	cursor:pointer;
	background-color:#b49759;
	background-image:url(images/buttons-sprite.jpg);
	background-position: 0px -216px;
	}
.submit:hover{
	position:absolute;
	top:27px;
	right: -99px;
	text-indent: -9000px;
	outline:none;
	border:none;
	width:86px;
	height:36px;
	cursor:pointer;
	background-color:#000;
	background-image:url(images/buttons-sprite.jpg);
	background-position: 0px -252px;
	}
.form-wrap input[type='text'] {
	float:left;
	width:140px;
	height:38px;
	outline:none;
	border:#ccc 1px solid;
	background-color:#fff;
	margin-bottom:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:12px;
	color:#737373;
	text-transform:uppercase;
	padding:0 0 0 15px;
	}	
.form-wrap input[type='text']:hover{
	border:1px solid rgba(53, 103, 94, 0.8)
	}
.form-wrap input[type='text']:focus{
	border:1px solid rgba(53, 103, 94, 0.8)
	}
	
	
	
/**********
NAV - HEADER
**********/
.shadow {
	z-index:999999;
	-webkit-box-shadow:0 5px 36px -9px rgba(0,0,0,0.56);
	-moz-box-shadow:0 5px 36px -9px rgba(0,0,0,0.56);
	box-shadow:0 5px 36px -9px rgba(0,0,0,0.56);
	}
.nav-header {
	background-color:#35675e;
	background-image:url(images/nav-header.jpg);
	font-family:'Droid Sans', sans-serif;
	text-transform:uppercase;
	font-size:17px;
	z-index:9999999!important;
	}
.nav-header ul {
	width:1200px;
        max-width: 100%;
	margin:0 auto;
	height:49px;
	}
.nav-header li {
	float:left;
	cursor:pointer;
	padding-top:12px;
	}
.nav-header li a {
	color:#fff;
	border-left:1px solid rgba(255,255,255,0.3);
	padding:13px 34px 16px 34px;
	}
.nav-header li:last-child a
{
    border-right:1px solid rgba(255,255,255,0.3);
}
/* nav width fix */
.menu-item-34, .menu-item-40, .menu-item-37, .menu-item-35, .menu-item-39{
	padding-right:1px;
	}

/**********
NAV - Global
**********/
.nav {
	height:49px;
	width:100%;
	position:relative;
	}
.nav li a:hover {
	color:#b49759;
	}
.current-menu-item a{
	color:#b49759!important;
	}
/**********
NAV - FOOTER
**********/
.nav-footer1 {
	float:left;
	width:280px;
	height:157px;
	font-size:14px;
	margin-left:30px;
	margin-top:30px;
	line-height:1.9;
	}
.nav-footer2 {
	float:left;
	width:155px;
	height:157px;
	font-size:14px;
	margin-top:30px;
	line-height:1.9;
	}
.nav-footer1 ul, .nav-footer2 ul {
	border-left:9px solid rgba(255,255,255,0.3);
	width:233px;
	}
.nav-footer1 li, .nav-footer2 li{
	padding-left:25px;
	}

/**********
FOOTER 
**********/
.footer {
	position:relative;
	bottom:0;
	width:100%;
	
	font-family:'Droid Sans', sans-serif;
	}
.footer:after
{
	content:' ';
	clear:both;
	display:block;
}
.footer-up{
		z-index:999999!important;
	}
.bgGreen {
	background-color:#35675e;
	}
	
	
.corporate-office{
   width: 532px;
   max-width: 100%;
  
  float: right;
  margin-top: -6px;
  margin-bottom: 12px;
	}
.connect-online{
	width:100%;
	height:38px;
	float:left;
	}
.copyright{
	width:100%;
	height:45px;
	float:right;
		}
	
	
	
.social-wrap {
  width: 95px;
  height: 45px;
  float: left
	}
.social-wrap img {
	width:34px;
	height:34px;
	margin-right:8px;
	}
.social-wrap p {
	float:left;
	padding-right:20px;
	font-family:'Source Sans Pro', sans-serif;
	font-weight:700;
	font-size:16px;
	color:#6e6e6e;
	}
.connect-online-wrap {
	position:relative;
	width:640px;
        max-width: 95%;
	height:200px;
	float:right;
	display:block;
	margin-right:20px;
	margin-top:29px;
	}
.connect-online-wrap h4 {
	color:#fff;
	font-family:Rokkitt, serif;
	font-weight:700;
	text-transform:uppercase;
	font-size:17px;
	}
.connect-online-wrap p {
	color:#fff;
	font-size:13px;
	text-align:right;
	  line-height: 2;
	}

/**********
SLIDER - IMAGE ROTATOR - HOME PAGE
**********/
.content-moneyshot{
	position:relative;
	top:0;
	left:0;
	max-width:1200px;
	background-color:#fff;
	margin:0 auto;
	}
.moneyshot-wrap {
	position:relative;
	width:1200px;
        max-width: 100%;
	height:395px;
	float:right;
	-webkit-box-shadow:0 2px 8px -1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 2px 8px -1px rgba(0,0,0,0.2);
	box-shadow:0 2px 8px -1px rgba(0,0,0,0.2);
	z-index:9999!important;
	}
.slideWrap {
	position:relative;
	width:940px;
      max-width: 76%;
	height:324px;
	float:right;
	margin-top:36px;
	}
.slide {
	width:928px;
        max-width: 100%;
	height:324px;
	position:absolute;
	top:0;
	right:0;
	display:none;
	background-repeat:no-repeat!important;
	}
.slideText {
	width:380px;
    max-width: 90%;
	position:absolute;
	top:20px;
	right:0;
	padding:15px 21px 15px 45px;
	}
.pagination{
	position:absolute;
	bottom: 15px;
	right:20px;
	}
.pagination li{
	width:13px;
	height:13px;
	margin-right:8px;
	border-radius: 50%;
	float:left;
	background-color:#cbcbcb;
	cursor:pointer;
	}
.pagination li.active{
	width:13px;
	height:13px;
	margin-right:8px;
	border-radius: 50%;
	float:left;
	background-color:#b49759;
	}
.slideText h1 {
	font-family:Rokkitt, serif;
	font-weight:700;
	color:#000;
	font-size:37px;
	line-height:1;
	z-index:2!important;
float:right;
	}
.slideText p {
	font-size:24px;
	padding-bottom:20px;
	z-index:2!important;
	color:#33655C!important;
max-width:225px;
float:right;
text-align:center;
	}
.learnmore{
	margin:0 auto;
	background-color:#b49759;
	background-image:url(images/buttons-sprite.jpg);
	background-position: 0px -72px;
	text-indent: -9000px;
	outline:none;
	border:none;
	width: 206px;
	height:36px;
	cursor:pointer;
	position:absolute;
	top: 95px;
	left: 45px;
	z-index:999!important;
	}
.learnmore:hover{
	backgroud-color:#000;
	background-image:url(images/buttons-sprite.jpg);
	background-position: 0px -108px;
	z-index:999!important;
	}
.contact-sales {
  width: 250px;
  height: 324px;
  position: absolute;
  margin-top: 36px;
  margin-left: 20px;
  background: #fff;
  z-index: 2;
}
.contact-sales h3 {
	margin-bottom:8px;
	text-align:center!important;
	}
.contact-sales input[type='text'], .contact-sales input[type=tel], .contact-sales input[type=email]  {
	float:left;
	width:213px;
	height:31px;
	outline:none;
	border:#ccc 1px solid;
	background-color:#fff;
	margin-bottom:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:12px;
	color:#737373;
	text-transform:uppercase;
	padding:0 0 0 15px;
	}
.contact-sales textarea{
	width:213px;
	height:50px;
	outline:none;
	border:#ccc 1px solid;
	font-family:arial, sans-serif!important;
	font-size:12px;
	color:#737373;
	text-transform:uppercase;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:15px 0 0 15px;
	margin-bottom:10px;
	}
.contact-sales input[type='text']:hover, .contact-sales input[type=tel]:hover, .contact-sales input[type=email]:hover, .contact-sales textarea:hover{
	border:1px solid rgba(53, 103, 94, 0.8)
	}
.contact-sales input[type='text']:focus, .contact-sales input[type=tel]:focus, .contact-sales input[type=email]:focus, .contact-sales textarea:focus{
	border:1px solid rgba(53, 103, 94, 0.8)
	}
.captcha{
	position:absolute;
	bottom:0px;
	left:163px;
	width:50px!important;
	margin-bottom:20px;
	}
.typethis{
	font-size:12px;
	color:rgba(115, 115, 115, 0.8);
	text-transform:uppercase;
	padding-top:9px;
	padding-left:4px;
	margin-bottom: 14px;
	}
.wpcf7-captchac{
	position:absolute;
	bottom:50px;
	left:79px;
	
	}
.requestmoreinfo {
	margin:0 auto;
	background-color:#b49759;
	background-image:url(images/buttons-sprite.jpg);
	background-position: 0px -288px;
	text-indent: -9000px;
	outline:none;
	border:none;
	width:186px;
	height:36px;
	cursor:pointer;
	}
.requestmoreinfo:hover{
	background-color:#000;
	background-image:url(images/buttons-sprite.jpg);
	background-position: 0px -324px;
	}
h1{
	font-family: Rokkitt, serif;
	font-weight: 700;
	font-size: 38px;
	color: #000;
	}
h2{
	font-size:25px;
	color:#000;
	text-transform:uppercase;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	text-align:left;
	}
h3{
	font-size:22px;
	color:#32665d;
	text-transform:uppercase;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	text-align:left;
	margin-bottom:10px;
	}
h4{

	}
h5{

	}
h6{

	}
	
.gray{
	color:#6b6b6b;
	font-weight:bold;
		}
.gold {
	color:#b49759;
	font-weight:bold;
	}	
.green-title{
	color: #32665d;
	font-size:25px;
	display:block;
	padding-bottom:20px;
	}
	
.underline {text-decoration:underline}
.small-caps {font-variant:small-caps;}
.uppercase {text-transform:uppercase;}
.ellipsis {text-overflow: ellipsis;}

a:link {color:#fff;text-decoration:none;}
a:visited {color:#fff;text-decoration:none;}
a:hover {color:#b49759;text-decoration:none;}
a:active {color:#b49759;text-decoration:none;}

.green:link {color: #32665d;cursor:pointer;}
.green:visited {color: #32665d;cursor:pointer;}
.green:hover {color: #b49759;cursor:pointer; text-decoration:underline;}
.green:active {color: #b49759;cursor:pointer; text-decoration:underline;}

.goldy:link {color: #b49759;cursor:pointer; font-weight:bold;}
.goldy:visited {color: #b49759;cursor:pointer; font-weight:bold;}
.goldy:hover {color: #32665d;cursor:pointer; text-decoration:underline; font-weight:bold;}
.goldy:active {color: #32665d;cursor:pointer; text-decoration:underline; font-weight:bold;}

/**********
SIDEBAR
**********/	
.sidebar{
	position:relative;
	float:right;
	width:271px;
	height:100%;
	background-color:#eaeaea;
	}
.contact-sales-sidebar{
	  margin-bottom: 43px;
  position: relative;
  margin-left: 20px;
  background: transparent;
	}
.driver-wanted-wrap-sidebar{
	padding-right: 5px;
	margin-bottom: 35px;
	}
.website-news-wrap-sidebar{
	width:auto!important;
	height:auto!important;
	float:left;
	padding-left:26px;
	padding-bottom:25px;
	}
.website-news-wrap-sidebar h3{
	text-align:center;
	}
	
/**********
HOMEPAGE CONTENT
**********/	
#truck {
	float:left;
	margin-right:28px;
	border:12px solid #fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 0 8px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 8px 1px rgba(0,0,0,0.2);
	box-shadow:0 0 8px 1px rgba(0,0,0,0.2);
	}
.about-regency-wrap {
	width:438px;
        max-width: 100%;
	
	float:left;
	}
.about-regency-wrap h1 {
	font-family:Rokkitt, serif;
	font-weight:700;
	font-size:34px;
	color:#000;
	}
.about-regency-wrap p {
	font-size:14px;
	}
.drivers-wanted-wrap {
	float:right;
	width:260px;
	height: 174px;
	}
.drivers-wanted-wrap img {
	position:absolute;
	top:5px;
	right:10px;
	}
.drivers-wanted h5,.email-newsletter h5,.service-area h5 {
	color:#fff;
	font-size:20px;
	font-family:Rokkitt, serif;
	font-weight:700;
	margin-top:-2px;
	}
.drivers-wanted {
	width:240px;
	height:115px;
	margin-bottom:10px;
	position:relative;
	padding:10px;
	}
.drivers-wanted p {
	color:rgba(255,255,255,0.8);
	font-size:12px;
	font-weight:100;
	line-height:1.5;
	}
.email-newsletter {
	width:240px;
	height:25px;
	margin-bottom:10px;
	position:relative;
	padding:10px;
	}
.service-area {
	width:240px;
	height:25px;
	position:relative;
	padding:10px;
	}
.truckers-against, .website-news-wrap, .affiliations-wrap{
	float:left;
	}
.truckers-against {
	position:relative;
	width:385px;
        max-width: 90%;
	margin-right:20px;
	}
.truckers-against p {
	margin-bottom:20px;
	}
.website-news-wrap {
	width:345px;
        max-width: 90%;
	
	margin-right:20px;
	}
.post-wrap {
	width:100%;
	margin-bottom:17px;
	}
.post-title {
	font-size:16px;
	}
.date {
	font-size:13px;
	color:#000;
	font-family:tahoma, sans-serf;
	font-weight:900;
	}
.affiliations-wrap {
	position:relative;
	width:388px;
        max-width: 100%;
	height:270px;
	float:left;
	}
	
/**********
INNERPAGE CONTENT
**********/	
.main-content-inner{
	top:0;
	left:0;
	max-width:1200px!important;
	-webkit-box-shadow:0 2px 8px -1px rgba(0,0,0,0.4);
	-moz-box-shadow:0 2px 8px -1px rgba(0,0,0,0.4);
	box-shadow:0 2px 8px -1px rgba(0,0,0,0.4);
	}
.inner-content{
	float:left;
	width: 71%;
	padding: 32px 20px 35px 40px;
	}
	
/* facilities */
.facilities{
	width:417px;
        max-width: 100%;
	}
/* Faciliites Sprites */
.info-wrap{
	color:#6b6b6b;
	font-weight:400;
	}
.phone, .fax, .fac-manager, .construction, .ceiling, .space, .products, .capacity, .rail{
	float:left;
	background-image:url(images/facilities-sprite.jpg);
	width:39px;
	height:39px;
	margin-top: -10px;
	margin-right:15px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
.phone{background-position: 0px 2px;}
.fax{background-position: 0px -35px;}
.fac-manager{background-position: 1px -70px;}
.construction{background-position: -1px -106px;}
.ceiling{background-position: -1px -142px;}
.space{background-position: 0px -178px;}
.products{background-position: 0px -214px;}
.capacity{background-position: 0px -249px;}
.rail{background-position: 0px -291px;}
		
.greenline{
	width:99%;
	height:1px;
	background-color:#33645c;
	margin:15px 0 40px 0;
	}
.grayline{
	width:98%;
	height:1px;
	background-color:#6b6b6b;
	margin:18px 0 40px 0;
	}
.place-wrap{
	margin-bottom:50px;
	}
.place-wrap-bottom{
	margin-bottom:30px;
	}
.place-wrap img, .place-wrap-bottom img{
	border-bottom:6px solid #b49759;
	margin-bottom:15px;
	}					
	
/* ABOUT US */
.regency-list{
	list-style-type: square;
	padding-left:40px;
	}
	
/* CAREERS*/
.careers{
	width:400px;
        max-width: 100%;
	}

/* CONTACT */
.contact-info{
	position:relative;
	width:475px;
        max-width: 90%;
	padding-right:10px;
	}
.menu-icon {
	width: 200px;
	height: 249px;
	margin: 20px 13px 0 0!important;
	float: left;
	position: relative;
	}
.menu-icon a {
	padding: 9px 0 10px 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	display: block;
	background-color: #b49759;
	font-family:'Droid Sans', sans-serif;
	font-weight:400;
	position: absolute;
	bottom: 0px;
	line-height: 1.2;
	min-height: 42px;
	left: 0px;
	width: 100%;
	border-top:1px solid #fff;
	text-transform:uppercase;
	}	
.menu-icon a:hover{
	background-color:#000;
	}
.nudge{
	color:#fff;
	display:block;
	margin-top:11px;
	}
.contact{
	width:317px;
        max-width: 100%;
	}
.contact input[type='text'], .contact input[type=tel], .contact input[type=email]  {
	float:left;
	width:300px;
	height:31px;
	outline:none;
	border:#ccc 1px solid;
	background-color:#fff;
	margin-bottom:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:12px;
	color:#737373;
	text-transform:uppercase;
	padding:0 0 0 15px;
	}
.contact textarea{
	width:300px;
	height:150px;
	outline:none;
	border:#ccc 1px solid;
	font-family:arial, sans-serif!important;
	font-size:12px;
	color:#737373;
	text-transform:uppercase;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:15px 0 0 15px;
	margin-bottom:10px;
	}
.contact input[type='text']:hover, .contact input[type=tel]:hover, .contact input[type=email]:hover, .contact textarea:hover{
	border:1px solid rgba(53, 103, 94, 0.8)
	}
.contact input[type='text']:focus, .contact input[type=tel]:focus, .contact input[type=email]:focus, .contact textarea:focus{
	border:1px solid rgba(53, 103, 94, 0.8)
	}
.contact-submit{
	margin:0 auto;
	background-color:#b49759;
	background-image:url(images/buttons-sprite.jpg);
	background-position: 0px -144px;
	text-indent: -9000px;
	outline:none;
	border:none;
	width:97px;
	height:36px;
	cursor:pointer;
	}
.contact-submit:hover{
	background-color:#000;
	background-image:url(images/buttons-sprite.jpg);
	background-position: 0px -180px;
	}

/**********
BLOG POSTS
**********/	
.blogContent-wrap {
	position:relative;
	float: left;
	width: 71%;
	margin:0 auto;
	margin-bottom:50px;
	padding: 32px 20px 35px 40px;	
	}
.blogContent {
	padding:20px;
	width: 94.5%;
	background-color: #eaeaea;
	margin-bottom:30px;
	}
.thedate{
	display:block;
	margin-top:-5px;
	margin-bottom:10px;
	}
.blogContent img {
	margin-right:20px;
	border:1px solid #ccc;
	}



	
	
.menu>li>.sub-menu
{
    display:none;
    position: absolute;
    list-style: none;

   padding-top:50px;
      top: 49px;

   
    margin: 0px;
    padding: 0px;
    width: 260px;
    z-index: 100000 !important;

}
.menu>li>.sub-menu>li>.sub-menu
{
    display:none;
    position: absolute;
    list-style: none;
    top: 0px;
    left: 280px;
    margin: 0px;
    padding: 0;
    width: 280px;
    z-index: 100000 !important;
}
.sub-menu>li
{
    float: none !important;
	list-style-type:none;
	padding-right:0px!important;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	background-color: #35675e;
}

.sub-menu li a
{
    border-right: none;
	display:block;
	color:#fff!important;

}
.sub-menu li a:hover{
	color: #b49759!important;
	}

.sub-menu li:last-child{

padding-bottom:3px;
border-bottom:none;

}
.tech-list{
	list-style-type:disc;
	padding-left:60px;
	}	
.tech-list li{
margin-bottom:10px;
}
.tech-list span{
	display:block;
	padding-left:20px;
	}	
	
	.golden{color: #b49759; font-weight:700;}
	.golden:hover{color: #32665d;}
	
	
.harold-left{
	margin:10px 10px 10px 0;
	}
.harold-right{
	margin:10px 0 10px 10px;
	}
	
.contact-number {
position: absolute;
top: 370px;
left: 21px;
}
	
.warehouse{
	margin-left:55px;
	}
.contact-info-left{
		margin-right:25px;
		margin-left: 25px;
		}
.truckload{
	position:absolute;
	top:50px;
	left:30px;
	}
.mta{
	position:absolute;
	top: 72px;
	left: 167px;
	z-index:999!important;
	}
.smartway{
	position:absolute;
	top:170px;
	left:0px;
	z-index:2;
	}
.ata{
	position:absolute;
	top:170px;
	left:0px;
	z-index:2;
	width:175px;
	height:236px;
	top: 233px;
    left: 223px;
	}		
.goingclear-slogan {
float: left;
height: 30px;
width: 300px;
margin-left:-12px;
}
.goingclear {
color: #69bd51;
text-align: center;

font-size: 10px;
width: 320px;
height: 25px;

font-weight: 100;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;

}
.white-link{
color:#fff;
text-decoration:none;
}	
.white-link:hover{
color:#69bd51;
text-decoration:none;
}	
.goingclear-icon {
width: 19px!important;
height: 22px!important;
margin-top: -4px;
background-image: url(images/goingclear.png);
float: right;
}	
.box-shadow-menu {
  position: relative;
  padding-left: 36px;
}
.box-shadow-menu:before {
  content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 29px;
    height: 3px;
    background: white;
    box-shadow: 0 8px 0 0 white, 0 16px 0 0 white;
}
.menuMobile
{
    display:none;
    padding: 7px 20px 8px 20px;
    color: #fff;
    cursor: pointer;
      padding: 13px 0 13px 0;
    text-align: center;
}
.mobileClientsLogin
{
  display:none;
}
@media screen and (max-width:1309px)
{
  .main-content
  {
  	max-width:96%;
	padding-left:2%;
	padding-right:2%;
	margin:0;
  }
}
@media screen and (max-width:1209px)
{
  
    .nav-header li a 
    {
        padding: 13px 24px 16px 24px;
    }
}
@media screen and (max-width:1049px)
{
	  .menuMobile
    {
        display:block;
    }
    .nav-header
    {
        height:49px;
        overflow: hidden;
    }
    .nav-header li {float:none; cursor:pointer;  margin-right:0px!important; padding:0;}
    .nav-header li a {padding:13px 20px 13px 20px; color:#fff; display:block; text-align: center; }
    .nav-header li a:hover {color: #fff;padding:13px 20px 13px 20px;}
    .nav-header ul{
            width: auto;
            height:auto; 
            margin:0 auto;
            }
	.menu>li>.sub-menu
	{
  		position:relative;
  		top:0px;
  		padding:0;
  		width:auto;
  		display:block;
	}
	.sub-menu>li
	{
  		background:transparent;
  		border:none;
	}
}
@media screen and (max-width:767px)
{
  .mobileClientsLogin
  {
  	display:block;
  	padding:5px;
  	background:#B6A668;
  	border-radius:5px;
  	color:white;
  	text-transform:uppercase;
  	display:inline-block;
  	margin:3px 3px 3px auto;
  }
  .clients-login
  {
  	overflow:hidden;
  	height:35px;
  	position:relative;
  	top:0px;
  	left:0px;
  	margin:0 auto;
    float:none;
    padding-top:5px;
  }
  .logo
  {
  	position:relative;
    top:0px;
    left:0px;
    width:auto;
    margin:0;
    text-align: center;
  	  height: auto;
  }
  .logo img
  {
  	max-width:90%;
    height:auto;
  }
	.clients-login h2
	{
  		top: -2px;
	}
	.clients-login .helpme
	{
  		bottom: 0px;
	}
	.header
	{
  		height:auto;
	}
	.inner-content {
	  float: left;
	  width: 98%;
	  padding: 10px 1% 10px 1%;
	}
}
@media screen and (max-width:678px)
{
	.contact-sales
	{
		position: relative;
  		margin: 5px auto;
	}
	.slideWrap
	{
		  float: none;
  		width: 100%;
  		max-width: 100%;
	}
	.moneyshot-wrap
	{
		height:auto;
	}
	.slide
	{
		background-size: 100% 100% !important;
	}
	img {
	  max-width: 88%;
	  height: auto;
	}
}
@media screen and (max-width:360px)
{
	.slideText h1
	{
		font-size:28px;
	}
	.slideText
	{
		top:0px;
	}
	.goingclear
	{
		width:306px;
		position: absolute;
  		bottom: -64px;
		overflow:hidden;
	}
	.connect-online-wrap
	{
		  margin: 2%;
  		height: auto;
	}
	.nav-footer1
	{
		margin:0px;
	}
	.footer
	{
		padding-bottom: 80px;
	}
.goingclear-icon {
  width: 19px!important;
  height: 22px!important;
  margin-top: 0px;
  background-image: url(images/goingclear.png);
  float: right;
  left: -22px;
  position: relative;
}
.sidebar
{
	width:auto;
	overflow:hidden;
	
}
.website-news-wrap,.blogContent-wrap
{
	max-width: 96%;
  margin: 0;
  padding: 0 2%;
}
.nav-header li a
{
	  font-size: 14px;
}
}