@media screen and (max-width:1229px) { 
	a.booknow2 {display: none;}
	.header_right{ 
		margin-right: 0px;
	}
}

@media (max-width: 1100px) {
	.circle-card {
		width: 280px;
		height: 280px;
	}
	
	.circle-content h2 {
		font-size: 1.3rem;
	}
	
	.circle-content p {
		font-size: 0.9rem;
	}
}

@media (max-width: 1023px) {
	ul.care-list li {
		display: inline-block;
		font-size: 1rem;
		padding: 0px 13px;
		margin-right: 12px;
		margin-bottom: 8px;
	}
}

@media screen and (min-width:770px) and (max-width: 1023px) { 
	ul.feat-title li:nth-child(1) {
		width: 31% !important;
		font-size: 2.7rem !important;
	}
	ul.feat-title, ul.feat-title2 {
		gap: 0;
	}
}

@media screen and (min-width:981px) { 
	.sp {display: none;}
}
@media screen and (max-width:980px) { 
	.pc {display: none;}
	.sub-caps {
		margin-top: 0;
	}

/* スマホ用メニュー */	
.button_container {
	position: fixed;
	top: 30px;
	right: 30px;
	height: 22px;
	width: 30px;
	cursor: pointer;
	z-index: 1000;
	transition: opacity 0.25s ease;
	  }
  /* .button_container:hover { opacity: 0.7; } */
  .button_container.active .top {
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #fff;
  }
  .button_container.active .middle {
	opacity: 0;
	background: #fff;
  }
  .button_container.active .bottom {
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #fff;
  }
  .button_container span {
	background: #000;
	border: none;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.35s ease;
	cursor: pointer;
  }
  .button_container span:nth-of-type(2) {
	top: 11px;
  }
  .button_container span:nth-of-type(3) {
	top: 22px;
  }
  
  .ham-wrapper {
	position: fixed;
	background-color: rgba(1, 12, 105, .92);
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 0%;
	z-index: 1;
	overflow: hidden;
  }
  .ham-wrapper.open {
	height: 100vh;
  }
  .ham-wrapper.open li {
	animation: fadeInTop 0.5s ease forwards;
	animation-delay: 0.05s;
  }
  .ham-wrapper.open li:nth-of-type(2) {
	animation-delay: 0.1s;
  }
  .ham-wrapper.open li:nth-of-type(3) {
	animation-delay: 0.15s;
  }
  .ham-wrapper.open li:nth-of-type(4) {
	animation-delay: 0.2s;
  }
  .ham-wrapper.open li:nth-of-type(5) {
	animation-delay: 0.25s;
  }
  .ham-wrapper.open li:nth-of-type(6) {
	animation-delay: 0.3s;
  }
  .ham-wrapper.open li:nth-of-type(7) {
	animation-delay: 0.35s;
  }
  .ham-wrapper.open li:nth-of-type(8) {
	animation-delay: 0.40s;
  }
  .ham-wrapper.open li:nth-of-type(9) {
	animation-delay: 0.45s;
  }
  .ham-wrapper.open li:nth-of-type(10) {
	animation-delay: 0.50s;
  }
  .ham-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
  }
  .ham-wrapper ul li {
	display: block;
	text-align: left;
	height: calc(100% / 6);
	min-height: 70px;
	position: relative;
	opacity: 0;
  }
  .ham-wrapper ul li a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	  text-align:center;
  }
  .ham-wrapper ul li a:hover:after, .ham-wrapper ul li a:focus:after, .ham-wrapper ul li a:active:after {
	width: 100%;
  }
  .ham-wrapper ul li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	transform: translateX(-50%);
	height: 3px;
	background: #C4A243;
	transition: 0.35s;
  }
  
  @keyframes fadeInTop {
	0% {
	  opacity: 0;
	  top: -20%;
	}
	100% {
	  opacity: 1;
	  top: 0;
	}
  }
	  /* メニュー end  タグレット以下*/
}

@media screen and (min-width:768.00px) and (max-width:768.99px) {
	ul.strong-point li:first-child, ul.strong-point-full li:first-child, ul.feature-point-full li:first-child {
		width: 300px;
		height: 200px;
		margin-right: 5px;
		list-style: none;
		flex-shrink: 0;
	}
	ul.strong-point span, ul.strong-point2 span, ul.strong-point-full span {
		margin-bottom: 10px;
	}
		ul.strong-point li:nth-child(2),
		ul.strong-point-full li:nth-child(2),
		ul.feature-point-full li:nth-child(2),
		ul.strong-point2 li:nth-child(2) {
			flex: 1;
			height: auto;
			min-width: 0;
			font-size: .97rem;
			line-height: 1.4;
			padding-right: 10px;
		}
	ul.feat-title li:nth-child(1), ul.feat-title2 li:nth-child(1) {
		font-size: 3rem;
		writing-mode: vertical-rl;
		margin-left: 20px;
	}
}

@media (max-width: 767px) {
	.feature-txt {
        line-height: 1;
        font-size: 3rem;
        margin-bottom: 20px !important;
    }
	.circle-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	
	.circle-card {
		width: 300px;
		height: 300px;
	}
	
	.circle-card:hover {
		transform: translateY(-5px);
	}
	.d-build {
		padding: 0;
	}
	ul.strong-point, 
	ul.strong-point2, 
	ul.strong-point-full, 
	ul.feature-point-full {
		flex-direction: column;
		align-items: stretch;
		padding: 20px;
		margin: 8px 0 50px;
	}
	
	ul.strong-point2 {
		margin: 30px 0 0 0; /* 左マージンをリセット */
	}
	
	ul.strong-point li:first-child, 
	ul.strong-point-full li:first-child, 
	ul.feature-point-full li:first-child,
	ul.strong-point2 li:first-child {
		width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
	}
	
	ul.strong-point li:nth-child(2), 
	ul.strong-point-full li:nth-child(2), 
	ul.feature-point-full li:nth-child(2),
	ul.strong-point2 li:nth-child(2) {
		width: 100%;
	}
	
	ul.strong-point span, 
	ul.strong-point2 span, 
	ul.strong-point-full span {
		font-size: 1.35rem;
		margin-bottom: 10px;
	}
	ul.strong-point {
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 481px) and (max-width: 980px) {
	ul.sitemap li {
    width: 78%;
	}
}

@media screen and (min-width:481px) and (max-width:768px) {
	ul.feat-title li:nth-child(1), ul.feat-title2 li:nth-child(1) {
		font-size: 2.4rem;
		font-weight: 900;
		writing-mode: vertical-rl;
	}
	ul.feat-title > li:last-child {
		margin-right: -23px;
	}
}

@media screen and (max-width:480px) { 
	sub-caps {
        font-size: 1rem;
    }
	h1.entry-title {
    font-size: 1.6rem;
	}
	ul.sitemap {
		display: grid;
		grid-template-columns: 1fr;
	}
	.com-copy {
		font-size: 1.1rem;
		padding-top: 30px;
	}
	.sub-caps2 {
        top: -17px;
    }
	ul.feat-title li:nth-child(1) {
		font-size: 3rem;
		writing-mode: vertical-rl;
		margin-left: 20px;
	}
	ul.feat-title li:nth-child(2) {
		line-height: 2;
	}
	ul.feat-title > li:last-child {
		margin-right: -23px;
	}
	ul.feat-title2 {
		display: block;
	}
	ul.feat-title2 li:nth-child(1) {
		margin-bottom: 20px;
	}
	.circle-content h2 {
        font-size: 2.2rem;
    }
	.slick-prev, .slick-next {
		display: none !important;
	}
	.news-slider {
		padding: 20px 0px !important;
	}
	.circle-content h2 {
		font-size: 2.2rem !important;
	}
	.care-container {
		background: none;
	}
	.care-wrapper {
		display: block;
		margin-top: -30px;
	}
	ul.care-list li {
		display: inline-block;
		font-size: 1rem;
		padding: 0px 13px;
		margin-right: 12px;
		margin-bottom: 8px;
	}
	.care-col1 {
		width: 100%;
		height: auto;
	}
	.care-col2 {
		padding: 12px;
		background: url(http://localhost:8888/chiba/wp-content/uploads/demo-care-1.png) no-repeat;
		background-size: cover;
		background-position: -1041px 75px;
	}
	span.wpcf7-list-item{ margin:0 !important;}
	
	header.page-header {
    top: 36%;
    left: 30px;
	}
	h1.page-title {
    font-size: 1.8rem;
	}
	.footer-2col {
	width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
	}
	.com-caption {
		padding-left: 0;
	}
	ul.strong-point li:nth-child(2), ul.strong-point-full li:nth-child(2) {
		font-size: 1rem;
	}
	table.company th {
		font-size: .9rem !important;
	}
	table.company td {
		font-size: .8rem !important;
	}
	ul.detail-list {
	  padding-left: 1rem;
	}
	ul.detail-list li:first-child {
	  margin-bottom: 8px !important;
	}
	.copyright-txt {
		font-size: .7rem;
	}
}

/* Mobile Portrait View */
@media screen and (max-width:767px) {
	.footer-2col-2 {
		float: left;
		width: 100%;
	}
.left, .right{ float:none;}
.boxlayout{ width:auto; margin:0 20px; box-sizing:border-box;}
.container { width:auto; padding:0 20px;}
.header{padding:0;}
.header_right{ float:none; text-align:center; width:auto; margin:0 auto !important }
a.booknow{ position:relative; top:0 !important; margin:20px auto 0 auto; text-align:center; display:table;}
.header-top .right{ text-align:center;}
.header-top{ text-align:center; line-height:26px; padding:10px 0;}
.header-top .social-icons a{ border:none;}
.header-top .left span{ float:none; display:inline-block; padding:0;}
.headerinfo{ padding:10px 0;}
.logo{ width:auto; float:none; text-align:center; padding:15px 0;}
.infobox{ float:none; display:table; margin-bottom:10px;}
/*slider css*/
.nivo-controlNav{ display:none !important;}
.nivo-caption{ width:95%;}
.nivo-caption p{margin:0 0 15px 0!important;}
.nivo-caption .button{ display:none !important;}
.nivo-caption h2{margin-bottom:20px !important; padding-bottom:20px !important}
.welcomebx{ width:100%;}
.news-box{ width:auto; float:none; margin:0 0 25px; height:auto;}
.news-box .news-thumb{height:auto; width:auto; float:none; position:relative;}
.news-thumb img{ vertical-align:middle; min-height:auto;}
.news{width:auto; float:none; padding:0;}
#pagearea{ margin-top:0;}
.threebox{ width:auto; float:none; margin:0; min-height:inherit}
#whoweareasection img{ float:none; margin:0 0 20px; height:auto;}
.one_third .ftrimgbx{ height:auto;}
/*coloumn css*/ 
.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .four_fifth, .services-col, .services-wrap .one_third, #wrapperthree .one_half{float:none !important; width:100% !important; margin:0 0 30px !important;}
.innerbanner{ height:auto;}
/*gallery css */
ul.portfoliofilter li{ margin-right:5px !important;}
ul.portfoliofilter li a{ padding:5px !important; font-size:10px !important;}
.fourcol .entry{ width:auto !important;}
.tabs-wrapper ul.tabs li a{ padding:10px 14px}
.footer .social-icons a{ margin-right:3px;}
.teammember-list{ width:auto; float:none; margin:0 auto 10% auto; display:table;text-align:center;}
.team-thumb-icons .member-social-icon{ opacity:1;}
.member-social-icon a{ margin:0 5px;}
/*sidebar css*/
#sidebar{ width:100%; float:none;}
.sidebar-left{ float:none !important; width:100%;}
.flotRight{ float:none !important;}
#sidebar .services-col .services-content{ padding:8% 11.5%;}
#sidebar #contactform_main input[type=text], #sidebar #contactform_main input[type=email], #sidebar #contactform_main input[type=tel],#sidebar #contactform_main input[type=url], #sidebar #contactform_main textarea{width:85%; }
/*footer css */
.footer{ width:auto !important; float:none; margin:0;  }
/* --------- Pages ------- */
.content-area{ width:auto; margin:0; padding:20px;}
.site-main{ width:auto; margin:0; padding:0; float:none;}
.contactpage_left, .contactpage_right{ float:none; width:100%; margin-bottom:10%;}
.copyright-txt, .design-by { text-align:center; float:none;}
#contactform_main input[type="text"], #contactform_main input[type="email"], #contactform_main input[type="tel"], #contactform_main input[type="url"], #contactform_main textarea{width:90%;}
/*custom css*/
.searchbox{ width:100%; padding-left:0;}
.item{padding-left:0; width:auto;}
ol.nav-numbers{ display:none;}
#testimonials ul li .tm_description p{ text-align:left;}
.phone-no strong{ width:auto; display:inherit;}

/*footer css */
.footer{ padding:40px 20px;}
.cols-2 .widget-column-1, 
.cols-2 .widget-column-2, 
.cols-3 .widget-column-1, 
.cols-3 .widget-column-2, 
.cols-3 .widget-column-3, 
.cols-4 .widget-column-1, 
.cols-4 .widget-column-2, 
.cols-4 .widget-column-3, 
.cols-4 .widget-column-4{ 
width:auto !important; float:none; min-height:inherit; margin:0 0 30px; 
}
.container.footer { padding:50px 20px;}
/* .slider-main{ height: 60vh;} */
.our-recruiters li{ width:43%;}
.header.fixed{ position:relative;}
.skills-wrap{ width:auto;}
.offer-2-column{ width:100%; float:none; margin:0 0 20px;}
.frdbox, .processbox{width:100%; float:none; margin:0 0 30px;}
.promo-box{ text-align:center;}
.promo-left{ float:none; width:auto; margin-bottom:15px;}
.promo-right .morebutton{ position:relative; top:auto; transform:none; display:inline-block;}
#clienttestiminials{ width:100%;}
.team_column{ width:270px; float:none; margin:0 auto 20px !important; display:block;}
ul#clientlogos li{ width:50%; padding:0; height:auto; margin:0;}
ul#clientlogos li img{ min-height:inherit; }
.teamleft, .teamright, .clientleft, .clientright{ float:none; width:auto; margin-bottom:25px;}
.frdbox{ text-align:center;}
.frdbox .fa{ float:none; margin:0 auto 25px auto}
.frdbox p{ margin:0;}
.frdbox h4::after{ left:0; right:0;}
.threebox .thumbbx{ border:none;}
.ourprinciples{ margin-right:0; width:100%; }
.servicebox{width:100%; padding:20px; margin:0;}
.counterlist{ margin:0 auto 15% auto; float:none; width:auto; display:table;}
.news-box .buttonstyle1{ position:relative}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product{ width:100% !important; float:none !important; }
.testimonials-area{ width:100%; padding:0; }

.owl-controls .owl-dots{ left:0 !important; right:0; bottom:0 !important; display:block !important; text-align:center !important}
.arrow_box{ padding:0; margin:0;}
.thumb-title{ margin:0; float:none; display:block; width:100%;}
#clienttestiminials .tmthumb:after{ display:none;}

#clienttestiminials .tmthumb, #clienttestiminials .item{ width:250px !important; margin:0 auto; height:auto;}
#clienttestiminials h6{ padding-top:20px;}


.newsletter-form{ width:100%;}

.wearesuprime .about-humb, .wearesuprime .abouttitledes, .variety-spa-list, .variety-of-spa, .features, .homecontact{  float:none; width:100%; box-sizing:border-box;}
.wearesuprime .abouttitledes{ padding:0;}
.wearesuprime .abouttitle h4{ font-size:22px; line-height:100%;}
.features{ border:none !important}
.variety-spa-list::after, .wearesuprime .about-humb:after{display:none;}
#section6 h2{ font-size:40px;}
h2.section_title{ font-size:30px;}
#section8 ul#clientlogos li{ width:50%; padding:0; height:115px; overflow:hidden}
#section8 ul#clientlogos li img{min-height:115px;}
#footer-info .social-icons{clear:both;}
.tabs-wrapper ul.tabs, .tabs-wrapper .tab-content{width:100% !important; float:none !important; padding-bottom:0px;}
.tabs-wrapper .tab-content img{ height:auto; }

.slider-below-image { margin: -30px auto 0 auto;}
.box-border{ padding:20px;}
#transportservices h2.section_title{ font-size:30px;}
#transportservices .one_half.last_column {padding: 0 !important;}
#transportservices .one_half .whar-we-do-image { position: relative;left: 0;top: 0;width: 100%;}
.leftborder, .rightborder{ display:none !important}
.subtitle, .features{ padding:0;}
p.p-center{ width:100%;}
.plans-3column .plan-box{ width:100%; margin:0;}
.homecontact, .contleft, .contright{ width:100%; padding-left:0; padding-right:0; margin:0;}
.wearesuprime .about-humb, #transportservices .one_half .whar-we-do-image{ height:auto;}

}
@media screen and (min-width:300px) and (max-width: 480px){
.say_thumb{ float:none; position:inherit; left:0; display:table; margin:0 auto; width:auto;}
.blog-post-repeat .post-thumb img{ float:none; margin-right:0; width:100%; height:100%;}
.menugallery li{ min-height:60px;}
.slider-main{ min-height:110px; height:auto;}
a.nivo-nextNav{ right:0;}
a.nivo-prevNav{ left:0;}
.fivecol .entry{ width:auto !important}
.nivo-caption h2{ font-size:30px !important; } 
}
@media screen and (min-width:481px) and (max-width: 767px){
.container, .content-area, #ourservices .container{ width:400px; margin:0 auto;}
.teammember-list .thumnailbx{ height:auto; visibility:visible;}
/* .slider-main{ height: 60vh;} */
}
@media screen and (min-width:420px) and (max-width: 480px){
.nivo-caption h2{font-size:40px!important;}
.fourcol .entry{left:6%!important;}
ul.portfoliofilter li a{ font-size:12px !important; padding:7px 12px !important;}
#section8 ul#clientlogos li{ width:33% !important;}
.header-top .left span{ padding-right:10px !important;}
.wearesuprime .abouttitle h4 {font-size: 35px;}
.counterlist{ width:50% !important; float:left;}
}


/* Mobile Landscape View */
@media screen and (min-width:481px) and (max-width: 767px){	
.photobooth .filter-gallery ul li a{ padding:15px 15px 18px;}
.headertop .left{ float:left;}
.headertop .right{ float:right;}
.headertop{ padding-bottom:0;}
/*slider css*/
.nivo-caption h2{ font-size:30px !important; line-height:40px !important; margin-bottom:10px !important; } 
.nivo-caption p{ display:block !important; line-height:18px;}
.nivo-caption, .nivo-controlNav{ display:block !important;}
h2.section_title{font-size:30px !important}	
.nivo-caption{ bottom:25%;}
.nivo-caption .button{ display:inline-table !important;}
a.nivo-nextNav{ right:44%; }
a.nivo-prevNav{ left:44%;}
#section8 ul#clientlogos li{ width:33% !important;}
}
@media screen and (min-width:481px) and (max-width: 615px){
.nivo-caption{ width:70%; bottom:25%;}
.nivo-caption h2{ font-size:20px !important;}
.nivo-caption .button{ display:inline-table !important;}
}

/* Tablet View */
@media screen and (max-width:1169px) and (min-width:768px) {
.container { width:auto; padding:0 20px;}
.container.footer { padding:50px 20px;}
.boxlayout{ width:auto; margin:0 20px; box-sizing:border-box;}
/* .content-area{ width:auto; margin:0; padding:20px 20px;} */
.team-thumb-icons .member-social-icon{opacity:1;}
.member-social-icon a {margin:0 1px;width: 30px;height: 30px; line-height: 30px;}
.testimonials-wrap .owl-prev{ right:4.5%;}
.footer h5{ font-size:16px !important;}
#sidebar{ width:30%;}
.site-main{ width:65%;}
.slider-main{ height: auto;}
/* .innerbanner{ height:auto;} */
/*custom  css*/
.BlogPost{ min-height:250px;}
.recent-post h6{ padding-top:7px;}
ol.nav-numbers{ bottom:10%;}
.sidebar-left{ float:left !important; width:30%;}
.sidebar-left #sidebar{ width:100%;}
.our-recruiters li{ width:17%;}
.box1, .box2{ width:100%; height:auto;}
.ourprinciples{ margin:0 20px 20px 0}
.ourprinciples h3{ font-size:18px;}
.servicebox {padding: 0;display: block; margin-bottom: 40px;}
}

@media screen and (min-width:768px) and (max-width: 980px){
.logo{ float:none; text-align:center; width:auto;}
.header{ position:relative;}
.header_right{ float:none; width:auto; padding:0 0 10px 0;}
.headerinfo{ padding-bottom:10px;}
.teammember-list .thumnailbx{ height:150px; width:150px;}
.welcomebx{ width:auto;}
.threebox h3{ font-size:14px;}
.fourcol .entry{ width:243px !important;}
.nbs-flexisel-item{ margin-right:20px !important}
.nivo-caption h2{ font-size:50px !important; padding-bottom:0; margin-bottom:20px;}
.wearesuprime .abouttitledes{ padding:30px; height:auto;}
.themefeatures .one_third{ width:29%;}
.one_third .ftrimgbx{ height:100px;}
.threebox.six_column .thumbbx{ height:auto;}
.threebox.six_column .thumbbx img{ min-height:inherit;}
.threebox{ min-height:inherit}
.threebox.six_column .pagecontent{ padding:0;}

.threebox.three_column .thumbbx{ height:130px;}
.threebox.three_column .thumbbx img{ min-height:130px;}

.threebox.four_column .thumbbx{ height:100px;}
.threebox.four_column .thumbbx img{ min-height:100px;}

.counterlist{ width:170px; height:130px; margin:0; transform:none; border-radius:0;}
.countercon{transform:none;}
.news-box{ width:30.333%;}
.news-thumb{ height:145px}
.news-thumb img{ min-height:145px}
.news-box .PostMeta{ padding:10px;}
.news-box .PostMeta span{ padding-right:10px;}
.news-box h6{ font-size:14px;}
.secontpost{ margin-right:0 !important;}
.testimonials-area{ padding:50px 30px; ;}
.arrow_box{ margin:0; padding:0 0 25px 0;}
.owl-controls .owl-dots{ bottom:70px!important;}
ul#clientlogos li{margin:0; height:auto; padding:0;}
ul#clientlogos li img{ min-height:inherit;}
ul#clientlogos{ float:none;}
.homecontact{ width:auto;}
#contactform_main input[type="text"], #contactform_main input[type="email"], #contactform_main input[type="tel"], #contactform_main input[type="url"], #contactform_main textarea{ width:100%;}
a.nivo-prevNav{left:20px;}
a.nivo-nextNav{right:20px;}
.tabs-wrapper .tab-content img{ height:auto;}
.slider-below-image{ margin-top:-30px;}
.counterlist .counter, .wearesuprime .abouttitle h4{ font-size:40px;}
#transportservices .one_half.last_column{ padding-left:0 !important}
#transportservices h2.section_title{ font-size:28px;}
.box-border{ padding:20px;}
#section1 .one_half{ width:100%;}
p.p-center{ width:90%;}
.plans .plan-box{ margin-right:33px;}
.plans .plan-price-border:before, .plans .plan-price-border:after, #transportservices .one_half .whar-we-do-image{display:none;}
.header_right{ margin-right:0 !important;}
a.booknow{ right:3%;}
}

@media screen and (min-width:768px) and (max-width: 868px){
.nivo-caption{ width:70%;}
}

@media screen and (max-width:1169px) and (min-width:981px) { 
html{overflow-x:hidden; }
.logo{float:left;}
.header_right{float:right;}
.footer h5{font-size:24px !important;}
.fourcol .entry{width:317px !important}
.nivo-caption{ width:70%;}
.news-box .PostMeta span{ font-size:11px;}
.news-box{ margin-right:29px; }
.news-thumb{ height:200px;}
.news-thumb img{ min-height:200px;}
.testimonials-area{ width:90%;}
ul#clientlogos li{height:auto;}
ul#clientlogos li img{min-height:inherit;}
.threebox{ min-height:inherit}
.teammember-list .thumnailbx{ width:210px; height:210px;}
.woocommerce ul.products li.product a img{ min-height:220px;}
.plans .plan-box{ margin-right:45px;}
#transportservices .one_half.last_column{ padding-left:0 !important;}
}

@media screen and (max-width: 980px){	
section{ padding:40px 0;}
.toggleMenu{display: block;}
.sitenav{float:none; margin:0; top:0; position:relative; overflow-x:hidden;}
.sitenav ul{color:#000; width:100% !important; float:none !important; margin:0; padding:0;}
.sitenav ul li{border-top:1px #cccccc solid; display:block; float:none; text-align:left; border-right:none;}
.sitenav ul li a{padding:5px 10px !important; display:block; color:#000; text-align:left;}
.sitenav ul li a:hover{color:#ffffff;}
.sitenav ul li ul, .sitenav ul li ul ul{ display:block !important;}
.sitenav ul li ul li a:before{content:"\00BB \00a0";}
.sitenav ul li ul li{ border-bottom:1px solid transparent!important;}
.sitenav ul li ul li a{padding-left:20px !important;}
.sitenav ul li ul li ul li a{padding-left:30px !important;}
.sitenav ul li ul li ul li ul li a{padding-left:40px !important;}
.sitenav ul li:hover > ul{ background:none !important;}

.sitenav ul li:hover > ul{ background: transparent !important; width:auto !important; display:block; position: relative !important; left:0; right:0; top:0;}
.sitenav ul li:hover ul li ul, .sitenav ul li:hover ul li:hover > ul, .sitenav ul li:hover ul li:hover > ul li ul{  background: transparent !important; display:block; position:relative !important;  right:0; left:0; top:0;}
.sitenav ul li:hover ul li:hover ul, .sitenav ul li:hover ul li:hover ul li:hover ul{ left:0 !important;}
.logo img{ height:auto;}
.innerbanner{ height:auto;}
.header{  position:relative; margin:0 !important;}
.wearesuprime .about-humb, #transportservices .one_half .whar-we-do-image{ height:auto;}
}

@media screen and (min-width:1210px) { 
	.boxlayout .header.fixed{width:1210px; margin:0 auto;}
}