/* #Responsive Styles
================================================== */

/*
* Swift Framework Responsive Stylesheet v1.0
* Responsive Stylesheet for Display on Devices
* Copyright 2013, Swift Ideas
*/

/* --------------------------------------------
	LARGE DISPLAYS
-------------------------------------------- */

@media only screen and (min-width: 1200px) {
	
	/* LAYOUT */
	.boxed-layout {
		width: 1200px;
	}
	.alt-bg {
		padding-left: 210px!important;
		padding-right: 210px!important;
	}
	
	/* SWIFT SLIDER */
	#swift-slider .slide-caption-container {
		width: 1170px;
		margin-right: -585px;
	}
	
	/* PORTFOLIO */
	
	.has-no-sidebar .filter-wrap .select {
		padding-left: 30px;
	}
	
	/* WIDGETS */
	.caroufredsel_wrapper {
		margin-left: -30px!important;
	}
	.wpb_portfolio_carousel_widget.span12 .caroufredsel_wrapper {
		min-width: 1200px;
	}
}

@media only screen and (min-width: 1250px) {
	
	/* LAYOUT */
	.boxed-layout {
		width: 1230px;
	}
	
}

@media only screen and (min-width: 1500px) {
	
	.alt-bg {
		margin-left: -380px!important;
		padding-left: 410px!important;
		padding-right: 410px!important;
	}
	
}

@media only screen and (min-width: 1980px) {

	.alt-bg {
		margin-left: -720px!important;
		padding-left: 750px!important;
		padding-right: 750px!important;
	}

}

/* --------------------------------------------
	iPAD/TABLET LANDSCAPE
-------------------------------------------- */

@media only screen and (max-width: 1024px) {
	
	/* HEADER */
	#mini-header #mini-search {
		display: none;
	}
	.logo-right nav .menu > li > ul {
		left: 0!important;
	}
	.logo-left nav .menu > li > ul {
		right: 0!important;
		left: auto!important;
	}
}

/* --------------------------------------------
	iPAD/TABLET PORTRAIT
-------------------------------------------- */

@media only screen and (max-width: 979px) {
	
	/* LAYOUT */
	.boxed-layout {
		width: auto;
	}
	.alt-bg {
		margin-left: -110px!important;
		padding-left: 130px!important;
		padding-right: 130px!important;
	}
	
	/* GENERAL */
	figure:hover > a > .overlay {
		margin-top: 0;
		padding-bottom: 0;
	}
	
	/* HEADER */
	#mini-header {
		display: none;
	}
	#nav-pointer {
		display: none!important;
	}
	#email-us-hdr {
		display: none!important;
	}
	
	/* SWIFT SLIDER */
	#swift-slider .slide-caption-container {
		width: 724px;
		margin-right: -362px;
	}
	
	/* POST */
	.has-one-sidebar .share-text {
		display: none;
	}
	
	/* SHORTCODES */
	.pricing-table-price {
		font-size: 26px;
	}
	.bordered.columns-4 .pricing-table-column, .bordered_alt.columns-4 .pricing-table-column {
		width: 22.1%;
	}
	.bordered.columns-3 .pricing-table-column, .bordered_alt.columns-3 .pricing-table-column {
		width: 30.3%;
	}
	.bordered.columns-2 .pricing-table-column, .bordered_alt.columns-2 .pricing-table-column {
		width: 47%;
	}
	.bordered.columns-1 .pricing-table-column, .bordered_alt.columns-1 .pricing-table-column {
		width: 97%;
	}
	.pricing-table-wrap.bordered .pricing-table-price {
		float: none;
		margin-top: 10px;
	}

}

/* --------------------------------------------
	iPHONE LANDSCAPE
-------------------------------------------- */

@media only screen and (max-width: 767px) {

	/* LAYOUT */
	.boxed-layout {
		width: 100%;
	}
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
		margin-bottom: 20px;
	}
	.sidebar.left-sidebar {
		padding-right: 0;
	}
	.sidebar.right-sidebar {
		padding-left: 0;
	}
	.has-both-sidebars article, .has-both-sidebars .type-page, .has-both-sidebars .archive-page, .has-both-sidebars > .type-product {
		float: none;
	}
	
	/* GENERAL */
	.flexslider .flex-direction-nav {
		display: none;
	}
	.tp-bullets, .rev_slider_wrapper > .tp-leftarrow, .rev_slider_wrapper > .tp-rightarrow {
		display: none!important;
	}
	.tp-caption a.sf-button {
		padding: 0% 14%!important;
	}
	
	/* LAYOUT */
	.alt-bg {
		margin-left: -20px!important;
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	#page-wrap {
		padding: 0 20px;
	}
	
	/* HEADER */
	#top-bar {
		padding: 20px 10% 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#top-bar-social {
		margin: 0 auto;
		text-align: center;
	}
	#top-bar-social.top-social-right {
		margin: 20px auto 0;
	}
	#top-bar-social > ul {
		float: none!important;
		text-align: center;
	}
	#top-bar-social > ul > li {
		float: none;
	}
	#top-bar .top-menu {
		margin-bottom: 15px;
	}
	#top-bar .top-menu .menu {
		float: none;
		margin: 0 auto;
		width: 60%;
	}
	#top-bar .top-menu #aux-nav {
		width: 100%;
	}
	#top-bar.top-bar-menu-left #aux-nav .menu > li {
		border-right: 0;
	}
	.top-bar-menu-right #top-bar-menu > div {
		float: none;
	}
	.logo-left .nav-wrap, .logo-right .nav-wrap {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	#main-navigation {
		float: none;
		margin-bottom: 30px;
		margin-left: 0!important;
	}
	nav ul.menu {
		display: none;
	}
	nav .menu > li {
		float: none;
		display: block;
		padding: 2px 0;
		width: 100%;
		font-size: 12px;
		border-top: 1px solid #e4e4e4;
	}
	nav .menu > li:first-child {
		border-top-width: 0;
	}
	nav .menu li a {
		padding: 8px 0;
	}
	nav .menu ul li a {
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: normal;
	}
	nav .menu ul, nav#top-bar-menu .menu > li > ul {
		background-color: transparent!important;
		position: relative;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		left: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		opacity: 1;
		display: block;
		top: 0;
		padding-left: 20px;
	}
	#top-bar .menu > li {
		border-left: 0;
		border-right: 0;
	}
	#top-bar .menu > li.parent {
		padding-right: 0;
	}
	#top-bar .menu > li.parent::after, nav .menu .sub-menu .parent > a::after {
		display: none;
	}
	#top-bar .menu > li > a {
		padding: 8px 10px;
	}
	#top-bar-menu > div {
		float: none;
	}
	nav#top-bar-menu #aux-nav .menu > li > ul {
		padding: 0 5px;
	}
	#header-subscribe form, #header-login form {
		margin: 10px 0;
	}
	#logo {
		width: 80%;
		margin: 0 auto;
		float: none!important;
	}
	#logo img {
		margin: 0 auto 20px;
		padding: 0!important;
		float: none!important;
	}
	#nav-search {
		margin: 0 auto!important;
		float: none;
		max-width: 220px;
		height: auto;
		overflow: hidden;
	}
	#nav-search a {
		padding-top: 3px;
	}
	#nav-search form {
		float: left;
		width: 85%;
	}
	#nav-search input {
		width: 100%!important;
		opacity: 1!important;
		-moz-opacity: 1!important;
		filter: alpha(opacity= 100)!important;
		display: block;
		float: left;
		margin-left: 10px;
	}
	#nav-search input:focus {
		padding: 0!important;
	}
	
	/* SWIFT SLIDER */
	#swift-slider, #swift-slider ul.slides, #swift-slider ul.slides > li {
		min-height: 300px;
		max-height: 300px;
	}
	#swift-slider .slide-caption-container {
		width: 100%;
		margin-right: -50%;
	}
	#swift-slider .flex-caption.caption-right, #swift-slider .flex-caption.caption-left {
		width: 100%;
	}
	#swift-slider .flex-caption .flex-caption-headline {
		background: rgba(255,255,255,0.8)!important;
	}
	#swift-slider .flex-caption .flex-caption-details .caption-details-inner {
		display: none!important;
	}
	#swift-slider .flex-caption-large {
		margin: 6% 10% 0;
	}
	#swift-slider .flex-caption-large .excerpt {
		display: none;
	}
	
	/* FOOTER */
	#footer {
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#copyright {
		padding: 20px;
			font-family:微软雅黑
	}
	#copyright p {
		float: none;
		text-align: center;
		font-family:微软雅黑
	}
	#copyright .beam-me-up {
		float: none;
		text-align: center;
		margin-top: 20px;
			font-family:微软雅黑
	}
	
	/* POST */
	.standard-post-author {
		display: none;
	}
	.standard-post-details {
		margin-top: 20px;
	}
	.tags-link-wrap .comments-likes {
		float: none;
		margin-top: 20px;
		height: auto;
		overflow: hidden;
		display: block;
		text-align: left;
		width: 100%;	
	}
	
	/* PORTFOLIO */
	.has-no-sidebar .filter-wrap .select {
		padding-left: 0;
	}
	.portfolio-details-wrap .item-link {
		float: none;
		display: block;
		margin-top: 20px;
	}
	
	/* WIDGETS */
	.caroufredsel_wrapper {
		margin-left: 0!important;
	}
	.carousel-wrap .carousel-items > li {
		margin-right: 30px;	
	}
	.carousel-wrap .carousel-items > li:last-child {
		margin-right: 0;
	}
	
	/* SHORTCODES */
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		height: auto;
		overflow: hidden;
	}
	.impact-text-wrap {
		text-align: center;
	}
	.wpb_impact_text .wpb_call_text {
		width: 100%;
	}
	.wpb_impact_text .wpb_button {
		position: relative;
		display: inline-block;
		margin: 10px 0 0 0!important;
		float: none;
		max-width: 100%;
	}
	.wpb_featured_clients_widget h4 {
		text-align: center;
	}
	.tp-caption a.sf-button {
		font-size: inherit;
		padding: 4% 8%;
		line-height: auto;
	}
	.portfolio-grid {
		overflow: hidden;
	}
	.portfolio-grid .tooltip {
		display: none!important;
	}
	.columns-4 .pricing-table-column {
		width: 50%;
	}
	.pricing-table-wrap.bordered .pricing-table-price {
		float: right;
		margin-top: 0;
	}
	.bordered.columns-4 .pricing-table-column, .bordered_alt.columns-4 .pricing-table-column {
		width: 45.3%;
		margin-bottom: 10px;
	}
	.bordered.columns-3 .pricing-table-column, .bordered_alt.columns-3 .pricing-table-column {
		width: 95.5%;
		margin-bottom: 10px;
	}
	.bordered.columns-2 .pricing-table-column, .bordered_alt.columns-2 .pricing-table-column {
		width: 45.3%;
	}
	.bordered.columns-1 .pricing-table-column, .bordered_alt.columns-1 .pricing-table-column {
		width: 95.5%;
	}
	.labelled-pricing-table.columns-5 .pricing-table-column {
		width: 25%;
	}
	.labelled-pricing-table.columns-4 .pricing-table-column {
		width: 33.3%;
	}
	.labelled-pricing-table.columns-3 .pricing-table-column {
		width: 50%;
	}
	.labelled-pricing-table.columns-2 .pricing-table-column {
		width: 100%;
	}
	.labelled-pricing-table .label-column {
		display: none;
	}
	.labelled-pricing-table .pricing-table-label-row {
		display: block;
		padding-bottom: 0;
	}
	
	
	/* WOOCOMMERCE */
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		float: none!important;
		width: 100%!important;
	}
}

/* --------------------------------------------
	iPHONE PORTRAIT
-------------------------------------------- */

@media only screen and (max-width: 479px) {
	
	/* HEADER */
	#header-login input, #header-subscribe input {
		max-width: 90%;
	}
	
	/* SWIFT SLIDER */
	#swift-slider, #swift-slider ul.slides, #swift-slider ul.slides > li {
		min-height: 220px;
		max-height: 220px;
	}
	
	/* BLOG */
	.blog-aux-options li {
		display: block;
		margin-left: 0;
	}
	.blog-aux-options li form input {
		width: 100%;
	}
	
	/* SHORTCODES */
	.columns-3 .pricing-table-column {
		width: 100%;
		margin-bottom: 10px;
	}
	.columns-3 .pricing-table-column {
		border-left-width: 1px;
	}
	.columns-2 .pricing-table-column {
		width: 50%;
	}
	.bordered.columns-4 .pricing-table-column, .bordered_alt.columns-4 .pricing-table-column {
		width: 94%;
	}
	.bordered.columns-3 .pricing-table-column, .bordered_alt.columns-3 .pricing-table-column {
		width: 94%;
	}
	.bordered.columns-2 .pricing-table-column, .bordered_alt.columns-2 .pricing-table-column {
		width: 94%;
		margin-bottom: 10px;
	}
	.bordered.columns-1 .pricing-table-column, .bordered_alt.columns-1 .pricing-table-column {
		width: 94%;
	}
	.labelled-pricing-table.columns-5 .pricing-table-column {
		width: 50%;
	}
	.labelled-pricing-table.columns-5 .pricing-table-column {
		margin-top: 0;
		padding-left: 0;
	}
	.labelled-pricing-table.columns-5 .column-highlight .lpt-button-wrap {
		padding: 20px 10px;
	}
	.labelled-pricing-table.columns-5 .pricing-table-package {
		padding: 9px 5px 8px;
	}
	
	
	/* WOOCOMMERCE */
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100%!important;
	}
	.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
		float: none!important;
		width: 100%!important;
	}
	.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
		float: none!important;
		width: 100%!important;
	}
	div.product .woocommerce_tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs {
		padding-left: 0!important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 0 5px!important;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		float: none!important;
		width: 100%!important;
	}
	.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
		display: none!important;
	}
	table.shop_table td.product-quantity, table.shop_table th.product-quantity {
		display: none!important;
	}
	.woocommerce .cart input[name="update_cart"], .woocommerce .cart input[name="proceed"] {
		margin: 10px 0;
	}
	.woocommerce .cart input[name="proceed"] {
		margin: 0 0 10px;
	}
	.woocommerce table.cart td.actions .button.alt {
		float: none;
	}
}