/* Responsive Styles
================================================== */


/* All size smaller than 1301 */
@media only screen and (max-width: 1620px) {
	.container,
	.boxed-layout #page,
	.boxed-layout-small #page {
		max-width: 1600px;
		width:96%
	}
	.boxed-layout .container,
	.boxed-layout-small .container {
		max-width: 1600px;width:96%
	}
	.four-column-full-width {
		width: 33.33%;
	}
}


@media only screen and (max-width: 1280px) {
.collpanel .coltitle{font-size: 42px;}
.collpanel h4{font-size: 26px;}
.collpanel li {    font-size: 19px;}
.title-panel h4,
.title-panel h3 {    font-size: 36px;line-height: 36px;}
.title-panel b {    font-size: 24px;}
.title-panel {    font-size: 18px;    line-height: 22px;}
.panel-icon .wpb_text_column{    font-size: 20px;    line-height: 25px;}
.main-navigation a{padding: 15px 7px;}
}

@media only screen and (max-width: 1100px) {
.title-panel h4,
.title-panel h3 {    font-size: 29px;    line-height: 32px;}
.title-panel {    font-size: 15px;    line-height: 20px;}
#main .sticky{    font-size: 20px;line-height: 30px;}
ul.goodlist.bigicon li, .flex-vertical .wpb_wrapper{font-size: 18px;    margin-bottom: 30px;}
.owl-carousel .review{font-size: 26px;    line-height: 34px;}
#profclining .title-panel p, #corphome .title-panel p{line-height: 24px;}
.collpanel .coltitle{font-size: 40px;}
.main-navigation a{    font-size: 13px;}
.panel-icon .wpb_text_column {    font-size: 19px;}
#mastheadhome{    min-height: 700px!important;  }
#page{  overflow: hidden;position:relative}
.contacts {    font-size: 20px;}
}


/* All size smaller than 1024
================================================== */
@media only screen and (max-width: 1023px) {
/*	.container,
	.boxed-layout #page,
	.boxed-layout-small #page,
	#site-title a img {
		width: 708px;
	}*/
	.boxed-layout #page,
	.boxed-layout-small #page {
		overflow: hidden;
	}
	/*.boxed-layout .container,
	.boxed-layout-small .container,
	.boxed-layout #site-title a img {
		width: 668px;
	}*/
	.widget-title {
		font-size: 22px;
		line-height: 30px;	
	}
	.slider-content .slider-title a {
		font-size: 24px;
		line-height: 31px;
	}
	.slider-content .slider-text h3 {
		font-size: 15px;
		line-height: 22px;
	}
	#primary,
	#secondary {
		margin-bottom: 50px;
		padding: 0px;
		float: none;
		width: 100%;
		border: none;
	}
	.left-sidebar-layout #primary {
		float: none;
		padding-left: 0px;
	}
	.left-sidebar-layout #secondary {
		float: none;
		padding-right: 0px;
		border: none;
	}
	/* ----- Column ----- */
	.column {
		margin: 0 -15px;
	}
	.two-column,
	.three-column,
	.four-column {
		padding: 0  15px 40px;
	}
	.two-column,
	.four-column,
	.three-column,
	.four-column-full-width,
	.business-sidebar .three-column,
	.boxed-layout-small .four-column-full-width {
		width: 50%;
	}
	.widget_about_us .two-column,
	.widget_latest_blog .two-column {
		padding: 0 0 30px;
		width: 100%;
	}
	.three-column:nth-child(3n+4),
	.four-column:nth-child(4n+5),
	.column-2:nth-child(2n+3),
	.column-3:nth-child(3n+4),
	.column-4:nth-child(4n+5) {
 		clear: none;
	}
	.three-column:nth-child(2n+3),
	.four-column:nth-child(2n+3) {
 		clear: both;
	}

	#colophon .widget-area {
		margin: 0;
		display: block;
	}
	#colophon .column-1,
	#colophon .column-2,
	#colophon .column-3,
	#colophon .column-4 {
		border-right: none;
		width: 100%;
		float: none;
		padding: 0;
		display: block;
	}
}

@media only screen and (max-width: 992px) {
/*.menu{display:none}*/
#primary-menu{    background: #fff;z-index: 999999999999999999;
    position: absolute;    width: 50%;  opacity: 0;    right: -100%;}

	/* ----- Responsive Navigation ----- */
	#sticky_header-sticky-wrapper {
		height: auto !important;
	}
	#sticky_header {
		position: relative !important;
	}
	.is-sticky #sticky_header {
		top: 0 !important;
	}



	.widget_nav_menu .menu {		display: block;	}
    .toggled-on #primary-menu{right: 6%;  opacity: 1;}
	.toggled-on .menu {
		display: block;
	}
	#primary-menu > li> ul >li> a{padding-left:20px;}
	.main-navigation {
		float: none;
		padding: 0;overflow: hidden;
	}
	.main-navigation > ul > li {
		position: relative;
		width: 100%;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		margin-left: 0;
	}
	.main-navigation > ul > li::before {
		visibility: hidden;
	}
	.main-navigation a {
    float: none;
    padding: 10px 15px;
    height: inherit;
    font-size: 16px;
	}

	.sub-menu-toggle {
		background-color: #333;
		border: none;
		color: #fff;
		float: right;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		margin: 6px;
		cursor: pointer;
		position: relative;
		z-index: 9;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background-color: #888;
	}

	/* ----- Dropdown ----- */
	.main-navigation ul li:hover ul {
	  	top: auto;
	}
	.main-navigation ul li ul {
		background-color: transparent;
	  	top: auto;
	  	width: 100%;
	  	left: 40px;
	  	display: block;
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	  	visibility:visible;
	  	position: static;
	  	box-shadow: none;
	  	transition: none;
	}
	.main-navigation ul li ul li {
		float: none;
		margin: 0;
		position: relative;
	    text-align: left;
	    width: 100%;
	    z-index: 1;
	    display: block;
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	  	visibility:visible;
	}
	.main-navigation ul li ul li {
    	border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.main-navigation ul li ul li:before {
		position: static;
	}
	.main-navigation ul li ul li ul {
		left: 160px;
		display: block;
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	  	visibility:visible;
	}
	#site-navigation ul ul ul a {
		padding-left: 40px;
	}
	.main-navigation ul ul li:hover ul {
		top: 0;
		display: block;
	  	opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	  	visibility:visible;
	}
	.main-navigation li li.menu-item-has-children > a:after,
	.main-navigation li li.page_item_has_children > a:after {
		content: "\f107";
	}

	.main-navigation li.menu-item-has-children > a:after,
	.main-navigation li.page_item_has_children > a:after {
		content: none;
	}
	
	.menu-toggle {
		background-color: rgba(0, 0, 0, 0);
		border: 0 none;
		color: #666;
		cursor: pointer;
		display: block;
		font-size: 0;
    margin: 0;
    padding: 10px 0 0;
    float: right;
		width: 32px;
    z-index: 999999999999999999;
    position: relative;
	}
	/*.nav-site-title {		display: none;	}*/

    .line-one,
    .line-two,
    .line-three {
		backface-visibility: hidden;
		display: block;
		height: 3px;
		margin: 5px auto;
		-webkit-transition: all 0.3s;
	    	-moz-transition: 	all 0.3s;
	    	-o-transition: 		all 0.3s;
    	transition: 		all 0.3s;
		width: 100%;
	}
	.menu-toggle.on .line-one {
			-moz-transform: rotate(-45deg) translate(-5px, 5px);
	        -o-transform: rotate(-45deg) translate(-5px, 5px);
	        -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    	transform: rotate(-45deg) translate(-5px, 5px);
	}
	.menu-toggle.on .line-two {
		opacity: 0;
			-moz-opacity: 0;
			filter:alpha(opacity=0);
	}
	.menu-toggle.on .line-three {
			-moz-transform: rotate(45deg) translate(-6px, -6px);
	        -o-transform: rotate(45deg) translate(-6px, -6px);
	        -webkit-transform: rotate(45deg) translate(-6px, -6px);
    	transform: rotate(45deg) translate(-6px, -6px);
	}
.main-navigation{padding: 12px 0 0;}

.collpanel img {    transform: scale(1);margin-left: -70px;}
.collpanel li {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
    letter-spacing: 0;}
    
#site-branding img {    max-width: 96px;}
.collpanel .coltitle {    font-size: 28px;}

#profequip.backdots .vc_col-sm-4,
#profequip.backdots .vc_col-sm-8,
.backdots .vc_col-sm-5,
.backdots .vc_col-sm-7{width:100%}
#profequip .title-panel{margin-bottom: 0px;}
.title-panel {    font-size: 18px;    line-height: 22px;}
.title-panel h4, .title-panel h3 {    font-size: 33px;    line-height: 36px;}
#corphome .vc_col-sm-5,
#corphome .vc_col-sm-7{width:50%}
.panelpadd {    padding-left: 10px!important;    padding-right: 10px!important;}
#corphome .backdots .vc_col-sm-6{width:100%}
.flex-vertical .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    width: 3em!important;    height: 3em!important;}
.flex-vertical .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
    font-size: 1.7em!important;}
.flex-vertical .vc_icon_element .vc_icon_element-icon:before {    font-size: 20px!important;}
ul.goodlist.bigicon li, .flex-vertical .wpb_wrapper {    margin-bottom: 20px;}

.contacts {    font-size: 15px;}

}

/* All Mobile Screen ( smaller than 768px )
================================================== */
@media only screen and (max-width: 768px) {

	.container,
	.boxed-layout #page,
	.boxed-layout-small #page {
		width: 94%;
	}
	.boxed-layout .container,
	.boxed-layout-small .container {
		width: 94%;
	}
	.comments-title,
	#respond h3#reply-title {
		font-size: 26px;
		line-height: 32px;
	}
	#main h1,
	#main h2,
	#main h3,
	#main h4,
	#main h5,
	#main h6 {
		padding-bottom: 10px;
	}
	hr {
		margin-bottom: 30px;
	}
	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea,
	input[type="reset"],
	input[type="button"],
	input[type="submit"] {
		margin-bottom: 20px;
	}
	input.s {
		margin: 0;
	}	
	.boxed-layout #colophon,
	.boxed-layout-small #colophon {
		margin-bottom: 20px;
	}
	/*#site-branding {		width: 100%;	}*/
	#site-title {
		font-size: 34px;
	}
	#site-title a img {
		max-width: 420px;
		margin: 0 auto;
	}
	.boxed-layout #site-branding,
	.boxed-layout #site-title a img,
	.boxed-layout-small #site-branding,
	.boxed-layout-small #site-title a img {
		max-width: 400px;
	}
	.header-search,
	.header-search-x {
		display: none;
	}

	.main-slider .image-slider {
		min-height: 400px;
	}
	.slider-content {
		width: 90%;
	}
	.slider-content .btn-default {
		font-size: 12px;
		margin: 10px 5px 20px;
		padding: 4px 12px;
	}
	#content {
		padding-top: 50px;
	}
	/* ----- Column ----- */
	.column {
		margin: 0;
	}
	.two-column,
	.three-column {
		padding: 0 0 30px;
		width: 100%;
	}
	.four-column-full-width,
	.boxed-layout-small .four-column-full-width,
	#primary .three-column, 
	#primary .four-column-full-width, 
	#primary .four-column {
		margin: 0;
		width: 100%;
	}
	.four-column {
		padding: 0 10px 30px;
		width: 50%;
	}
	.three-column:nth-child(2n+3) {
 		clear: none;
	}
	.three-column-post .post-container,
	.four-column-post .post-container {
		width: 50%;
	}
	#main .post {
		padding-bottom: 40px;
	}
	.small_image_blog .post-featured-image {
		width: 100%;
	}
	.header-social-block,
	/*.top-header .widget_contact {		display: none;	}*/
	#primary .post:not(:nth-child(1)) {
		padding: 0;
		width: 100%;
	}
	#main .sticky {
		padding: 20px 20px 30px;
	}
	#primary .post.sticky:not(:nth-child(1)) {
		margin: 0 0 50px;
		width: 100%;
	}
	#wp_page_numbers,
	.wp-pagenavi,
	#main ul.default-wp-page,
	.pagination {
		margin-bottom: 40px;
	}
	#wp_page_numbers ul li.page_info,
	.wp-pagenavi .pages {
		display: none;
	}
	.widget {
		margin-bottom: 40px;
	}
	.widget_custom-tagcloud {
		margin-bottom: 32px;
	}
	.widget_posts {
		margin-bottom: 20px;
	}
	#colophon .widget_posts {
		margin-bottom: 20px;
	}
	.site-info #site-branding {
		max-width: 100%;
	}
}



/* All Mobile Screen ( smaller than 481px )
================================================== */
@media only screen and (max-width: 480px) {
	.container,
	.boxed-layout #page,
	.boxed-layout-small #page {
		width: 300px;
	}
	.boxed-layout .container,
	.boxed-layout-small .container {
		width: 280px;
	}
	.boxed-layout #colophon,
	.boxed-layout-small #colophon {
		margin-bottom: 10px;
	}
	#site-branding {
		margin: 0 auto;
		max-width: 265px;
	}
	#site-title a img {
		max-width: 265px;
	}
	.boxed-layout #site-branding,
	.boxed-layout #site-title a img,
	.boxed-layout-small #site-branding,
	.boxed-layout-small #site-title a img {
		max-width: 240px;
	}

	/* ----- Column ----- */
	.column {
		margin: 0;
	}
	.four-column {
		padding: 0 0 30px;
		width: 100%;
	}
	.four-column:nth-child(2n+3) {
		clear: none;
	}
	.two-column-post .post-container,
	.three-column-post .post-container,
	.four-column-post .post-container {
		width: 100%;
	}
	.btn-default {
		padding: 6px 18px;
		font-size: 13px;
	}
}

/* All Mobile ( smaller than 320px )
================================================== */
@media only screen and (max-width: 319px) {
	.container,
	.boxed-layout #page,
	.boxed-layout .container,
	.boxed-layout-small #page,
	.boxed-layout-small .container {
		width: 96%;
	}
}