/**
*
*		Media queries
*
**/

body {
-webkit-text-size-adjust: none;
}

.hidden {
display: none;
visibility: hidden;
}

.visible-phone {
display: none !important;
}

.visible-tablet {
display: none !important;
}

.hidden-desktop {
display: none !important;
}

.visible-desktop {
display: block !important;
}



/* Portrait tablet to landscape and desktop */
@media screen and (max-width: 979px) {


	.hidden-desktop {
	display: block !important;
	}
	.visible-desktop {
	display: none !important ;
	}
	.visible-tablet {
	display: block !important;
	}
	.hidden-tablet {
	display: none !important;
	}

}


/* Phone and little tablet */
@media screen and (max-width: 767px) {


	.hidden-desktop {
	display: block !important;
	}
	.visible-desktop {
	display: none !important;
	}
	.visible-tablet {
	display: none !important;
	}
	.hidden-tablet {
	display: block !important;
	}
	.visible-phone {
	display: block !important;
	}
	.hidden-phone {
	display: none !important;
	}
	
}


/* 		Responsive columns for desktop */
@media screen and (min-width: 980px) and (max-width: 1119px ) {
	
	/**	both columns on left side		**/
	.resp-side-left-desktop .left_column {
	margin-left:0;
	clear:left;
	}
	
	.resp-side-left-desktop .right_column {
	float:left;
	clear:left;
	}
	
	.resp-side-left-desktop .main_content {
	float:right;
	margin-left: 0;
	}	
	
	/**	both columns on right side		**/
	.resp-side-right-desktop .left_column {
	margin-left:0;
	float:right;
	clear:right;
	}
	
	.resp-side-right-desktop .right_column {
	clear:right;
	}
	
	.resp-side-right-desktop .main_content {
	margin-left: 0;
	}
    
    /**	both columns inline		**/
	.resp-side-inline-desktop .left_column, .resp-side-inline-desktop .right_column {
	padding:0;
	float:none;
	width:auto;
	background:transparent;
	}
	
	.resp-side-inline-desktop .left_column > div, .resp-side-inline-desktop .right_column > div {
	padding:0;
	margin:0;
	background:transparent;
	}
	
	.resp-side-inline-desktop .left_column > div > div, .resp-side-inline-desktop .right_column > div > div {
	background:transparent;
	}
			
	.resp-side-inline-desktop .left_column .moduletable, .resp-side-inline-desktop .right_column .moduletable {
	margin-bottom: 10px;
	background: rgba(0, 0, 0, 0.07);
	}
	
	.theme-dark.resp-side-inline-desktop .left_column .moduletable, .theme-dark.resp-side-inline-desktop .right_column .moduletable {
	background: rgba(255, 255, 2550, 0.08);
	}
	
	.resp-side-inline-desktop .main_content {
	margin-left:0;
	float:none;
	width:auto;
	}
	
}


/** 			 
**				MAIN MENU
**		
**/


@media screen and (max-width: 979px) {
	
	.drop-down {
	position: relative;
	bottom:initial;
	left:initial;
    float: none;
    padding:0;
    margin:0;
    width: auto !important;
    height:auto;
    z-index: 30;
    font-size:115%;
	}
	
	.drop-down ul * {
	border-radius: 0 !important;
	}
	
	.drop-down ul {
    border : none;
    display : none;
    position: relative;
    top: 0;
    left:0;
    right:0;
    max-width: 100%;
    padding: 30px 2% 0 2%;
    clear:both;
    z-index: 1337;
 	}
 	
 	#js_navigation:target > div > ul {
    display : block;
	} 	
	
	.drop-down span.title_menu {
	display:block;
	position: relative;
	text-align:right;
	margin-left:0;
	font-weight: normal;
	text-transform:uppercase;
	font-size:120%;
	}
	
	.drop-down span.title_menu a {	
	display: block;
	padding: 0 20px;
	line-height:60px;
	-webkit-transition : none;
	-moz-transition : none;
	-ms-transition : none;
	-o-transition : none;
	transition : none;
	}
	
	.text-icon-menu {
	display:inline-block;
	margin-left:4px;
	}
	
	.icon-main-menu:before {
	display: inline-block;
	*display:inline;
	*zoom:1;
	font-family: FontAwesome;
	content: "\f0c9";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size:15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
	
	#js_navigation:target span.title_menu {
	display: none;
	}
	
    .drop-down li {
    position: relative;
    display : block ;
    float: none;
    height:auto;
    width:auto;
    line-height: inherit;
    border-top: 2px solid rgba(255,255,255,0.32);
	margin: 10px 0 0 0;
	padding: 10px 15px 0 15px;
    }
    
    .theme-light .drop-down li {
    border-color: rgba(0,0,0,0.12);
    }
    
    .drop-down li:first-child {
    border:none;
    margin-top:0;
    }
    
	.drop-down li ul {
	display : block ;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	opacity:1;
	width: auto;
	max-width: none;
	border-radius:0;
	border:none;
	box-shadow: none;
	padding: 0;
	margin:0;
	background: inherit;
	}
	
	.drop-down li ul:hover, .drop-down li li ul:hover {
	box-shadow:none;
	}
	
	.drop-down li ul ul {
	top: 0;
	left: 0;
	margin: 6px 0 30px 40px;
	background:transparent;
	box-shadow: none;
	}
	
	.drop-down li li {
	float:none;
	width:auto;
	padding:0;
	margin:0;
	border:none;
	}
	
	.drop-down li a, .drop-down li span.separator {
	display : block;
	padding: 0;
	margin:0;
	border:none;
	text-transform: uppercase;
	font-weight: bold;
	line-height:60px;
	text-align : center;
	text-shadow : none;
	-webkit-transition : none;
	-moz-transition : none;
	-ms-transition : none;
	-o-transition : none;
	transition : none;
	}

	.uppercase-none .drop-down li a, .uppercase-none .drop-down li span.separator {
	text-transform: none;
	}

	.drop-down li li a, .drop-down li li span.separator {
	display : block;
	padding: 10px 0;
	margin:0 ;
	text-transform: none;
	font-weight: normal;
	}

	.drop-down li a:hover, .drop-down li span.separator:hover {
	-webkit-transition : none;
	-moz-transition : none;
	-ms-transition : none;
	-o-transition : none;
	transition : none;
	}
	
	.drop-down > div > ul > li:last-child > ul {
    left: inherit;
    right: inherit;
	}
		
	.drop-down a {
	text-decoration : underline !important;
	}
	
	.drop-down li:hover > a, .drop-down a[href="#js_navigation"] {
	text-decoration : none !important;
	}
	
	.drop-down a[href="#"] {
	text-decoration : none !important;
	cursor : default;
	}
	
	.drop-down li.current > a {
	text-decoration : none !important;
	}
	
	/**		Others 		**/
	
	.isStuck {
	position:relative !important;
	top:inherit !important;
	left:inherit !important;
	right:inherit !important;
	margin:0;
	border-bottom:none;
	z-index:99;
	}
	
	.empty-space {
	display:none;
	}
	
	.drop-down.columns-2 > div > ul > li > ul, .drop-down.columns-3 > div > ul > li > ul {
	width: auto;
	margin-left:0;
	}
	.drop-down.columns-2 > div > ul > li > ul > li, .drop-down.columns-3 > div > ul > li > ul > li {
	float:none;
	width:auto;
	}
	
	.drop-down span.title_menu.fixed {
	position: fixed;
	right:0px;
	top:6px;
	padding-right:10px;
	box-shadow: 0 0 12px rgba(0,0,0,0.3);
	}

	#js_navigation:target {
	position: relative;
	bottom: initial;
	top: 0;
	margin: 0 auto;
	}
	
	.drop-down.with-space {
	margin-bottom: 40px;
	}
	
	#js_navigation:target > .button-header-address {
    display : none;
	}
	
	.website-header.header-fixed > div {
	width : auto ;
	}
	
}

@media screen and (max-width: 979px) {
  
	body {
	margin:0;
	padding:0;
	min-width : 0;
	}
		
	.wrapper-website {
    width: 94vw;
	}
	
	.button-header-address {
	font-size:90%;
	}
	
	#empty-space {
	height:0 !important;
	}
	
	/** 	remove the fixed width of Google map 		**/
	
	div[id*="googlemap"] {
	width:auto !important;
	}
		
	/** 	CONTENT 	**/
	
	.website-content {
    margin-top: 50px;
	}
	
	h1, .componentheading, .blog > h2 {
    border-bottom-width: 3px;
    }
    
	.header-address-contact-opening > .clearfix, .website-content {
	min-height: 75vh ;
	}
		
	.top-module-position .moduletable > div > div, .bottom-module-position .moduletable > div > div, .footer-module-position .moduletable > div > div {
    max-width: 100%;
	}
	
	.image-text-below {
	margin-bottom:30px;
	}
	
	.image-text-image {
    height: 30vh;
    min-height: 300px;
    }
			
	.users_top, .users_bottom {
    padding:0;
    }
	
	div[class*="horizontal-menu"] li a {
	padding: 9px 10px 8px 10px;
	font-size: 95%;
	}
	
	div[class*="vertical-menu"] li a {
	padding: 10px 9px 8px 10px;
	font-size: 95%;
	}
	
	/** effect image 		**/
	
	[class*="effect-image"] {
	float: none;
	}
	
	[class*="effect-image"] img {
	display: inline-block;
	text-align: center;
	margin: 20px 0 0 0;
	}
	
	/** users in a single column 	**/
	
	.resp-contact-980 .contact1, .resp-contact-980 .contact2, .resp-contact-980 .contact3 {
	float:none;
	padding: 0;
	margin:0;
	width : auto !important;
	clear:both;
	text-align:center;
	}
	
	.resp-contact-980 .contact1 > .moduletable, .resp-contact-980 .contact2 > .moduletable, .resp-contact-980 .contact3 > .moduletable {
	padding-bottom:0; 		/**  for Class shadow 		**/
	}
	
	.resp-users-980 .user1, .resp-users-980 .user2, .resp-users-980 .user3, .resp-users-980 .user4,
	.resp-users-980 .user5, .resp-users-980 .user6, .resp-users-980 .user7, .resp-users-980 .user8, .resp-users-980 .user9 {
	float:none;
	padding: 0;
	margin:0;
	width : auto !important;
	clear:both;
	}
	
	.resp-users-980 .user1 > .moduletable, .resp-users-980 .user2 > .moduletable, .resp-users-980 .user3 > .moduletable, .resp-users-980 .user4 > .moduletable,
	.resp-users-980 .user5 > .moduletable, .resp-users-980 .user6 > .moduletable {
	background: rgba(0, 0, 0, 0.07);
	padding-bottom:0; 		/**  for Class shadow 		**/
	}
	
	.theme-dark.resp-users-980 .user1 > .moduletable, .theme-dark.resp-users-980 .user2 > .moduletable, .theme-dark.resp-users-980 .user3 > .moduletable, .theme-dark.resp-users-980 .user4 > .moduletable,
	.theme-dark.resp-users-980 .user5 > .moduletable, .theme-dark.resp-users-980 .user6 > .moduletable {
	background: rgba(255, 255, 255, 0.08);
	}
    
	.js-copyright {
	bottom:20px;
	}
	
	.jslink {
	background-size: 6px 97px;
	height:97px;
	left : 2px;
	}
    
}

/* 		Responsive columns for Tablets */
@media screen and (min-width: 768px) and (max-width: 979px ) {
	
	/**	both columns on left side		**/
	.resp-side-left .left_column {
	margin-left:0;
	clear:left;
	}
	
	.resp-side-left .right_column {
	float:left;
	clear:left;
	}
	
	.resp-side-left .main_content {
	float:right;
	margin-left: 0;
	}	
	
	/**	both columns on right side		**/
	.resp-side-right .left_column {
	margin-left:0;
	float:right;
	clear:right;
	}
	
	.resp-side-right .right_column {
	clear:right;
	}
	
	.resp-side-right .main_content {
	margin-left: 0;
	}
    
    /**	both columns inline		**/
	.resp-side-inline .left_column, .resp-side-inline .right_column {
	padding:0 30px;
	float:none;
	width:auto;
	background:transparent;
	}
	
	.resp-side-inline .left_column > div, .resp-side-inline .right_column > div {
	padding:0;
	margin:0;
	background:transparent;
	}
	
	.resp-side-inline .left_column > div > div, .resp-side-inline .right_column > div > div {
	background:transparent;
	}
			
	.resp-side-inline .left_column .moduletable, .resp-side-inline .right_column .moduletable {
	margin-bottom: 10px;
	background: rgba(0, 0, 0, 0.07);
	}
	
	.theme-dark.resp-side-inline .left_column .moduletable, .theme-dark.resp-side-inline .right_column .moduletable {
	background: rgba(255, 255, 2550, 0.08);
	}
	
	.resp-side-inline .main_content {
	margin-left:0;
	float:none;
	width:auto;
	}
	
}


/* Phone and little tablet */
@media screen and (max-width: 767px) {
	
	
	.drop-down span.title_menu {
	text-align:center;
	}
	
	.drop-down span.title_menu a {
	text-align:center;
	}
	
	.logo-module {
	float:none;
	text-align:center;
	padding: 0 0 10px 0;
	}
 	
 	.website-title span, .slogan-part span, .slogan-part-02 span {
	font-size: 80%;
	}
	
	.website-title {
	line-height:1.1;
	}
	
	.slogan-part {
	}
	
	.address {
	float:none;
	text-align:center;
	padding: 10px 0;
	}

	
	.social-links {
	float: none;
	position: relative;
    right: initial;
	bottom:initial;
	left:initial;
	text-align:center;
	padding: 10px 0;
	margin:0;
	z-index:40;
	}
	
	.social-links li {
	display:inline-block;
	width:30px;
	}
	
	.social-links li a {
	width:30px;
	line-height:30px;
	}
	
	.social-links li a i {
    font-size: 18px;
	}
	
	.remove-header-address::before {
    right: 15px;
    }
    
    /**		Video 		**/
    
    .video-position {
	height: calc( ((94vw - 40px) / 16) *9);
	}
    
    .main-columns {
    padding-left: 20px;
    padding-right: 20px;
	}
	
	.footer-part {
    padding-left: 12px;
    padding-right: 12px;
	}
	
 	/**			Reponsive columns inline 		**/
 	
 	.left_column, .right_column {
	margin:0 20px !important;
	padding:0;
	float:none;
	width:auto;
	background:transparent;
	min-height:0;
	}
	
	.left_column > div, .right_column > div {
	padding:0;
	margin:0;
	background:transparent;
	min-height:0;
	}
	
	.left_column > div > div, .right_column > div > div {
	background:transparent;
	}
	
	.left_column .moduletable, .right_column .moduletable {
	margin-bottom: 10px;
	background: rgba(0, 0, 0, 0.06);
	}
	
	.main_content {
	margin-left:0;
	padding:0 0 20px 0;
	float:none;
	width:auto;
	}
	
	.module-breadcrumb {
    padding: 0px 20px;
    }
    
    .top-module-position {
    margin: 30px 20px 30px 20px;
    }
    
    .image-text-top, .image-text-bottom {
    margin: 20px 20px 30px 20px;
	}
	
	.users_top {
    margin: 20px 20px 30px 20px;
	}
	
	.users_bottom {
    margin: 25px 20px 0 20px;
	}
	
	.bottom-module-position {
    margin: 12px 20px 0 20px;
	}
	
	.users_footer {
    text-align: center;
    }
    
    .users_footer .module-title h3::after {
    display:none;
    }
	
	[class*="title-"] > .page-header {
	font-size:85%;
	}
	
	/**			Responsive column 	*******/
	
	.resp-side-left .main_content, .resp-side-right .main_content {
	padding-left:0;
	padding-right:0;
	}
	
	/**********		Modules					**************/
	
	.resp-contact-768 .contact1, .resp-contact-768 .contact2, .resp-contact-768 .contact3 {
	float:none;
	padding: 0;
	margin:0;
	width : auto !important;
	clear:both;
	text-align:center;
	}
	
	.resp-users-768 .user1, .resp-users-768 .user2, .resp-users-768 .user3, .resp-users-768 .user4,
	.resp-users-768 .user5, .resp-users-768 .user6, .resp-users-768 .user7, .resp-users-768 .user8, .resp-users-768 .user9 {
	float:none;
	padding: 0;
	margin:0;
	width : auto !important;
	clear:both;
	}
	
	.top-module-position, .bottom-module-position, .footer-module-position {
	float:none;
	padding: 0 0;
	background-image:none;
	min-height:0;
	border:none;
	width : auto ;
	clear:both;
	}
		
	.users_top .moduletable, .users_bottom .moduletable {
    margin-bottom: 10px;
	}
	
	.top-module-position .border > div, .bottom-module-position .border > div, .footer-module-position .border > div, .user1 .border > div, .user2 .border > div, .user3 .border > div,
	.user4 .border > div, .user5 .border > div,	.user6 .border > div, .user7 .border > div, .user8 .border > div, .user9 .border > div {
	margin-bottom:8px;
	}
	
	.moduletable.shadow > div {
	margin-bottom:0 !important;
	}
	
	.users_footer {
    padding: 12px 20px;
    }
    
     /*		background for inline modules 		**/
    
    .left_column .moduletable, .right_column .moduletable,
    .resp-contact-768 .contact1 > .moduletable, .resp-contact-768 .contact2 > .moduletable, .resp-contact-768 .contact3 > .moduletable,
	.resp-users-768 .user1 > .moduletable, .resp-users-768 .user2 > .moduletable, .resp-users-768 .user3 > .moduletable, .resp-users-768 .user4 > .moduletable,
	.resp-users-768 .user5 > .moduletable, .resp-users-768 .user6 > .moduletable,
	.top-module-position .moduletable, .bottom-module-position .moduletable, .footer-module-position .moduletable {
	padding-bottom:0; 		/**  for Class shadow 		**/
	}
	
	
	.moduletable.border {
	background-color: transparent !important;
	}
    
	/* ++++++++++++++  blog  ++++++++++++++ */
	
	.column-1, .column-2, .column-3 {
	padding:10px 0px;
	}
	

	/**********		Column layouts			*********/

	.one-half, .one-third, .two-third, .one-fourth, .two-fourth, .three-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth {
	float: none;
	width:auto;
	margin : 0 0 30px 0 !important;
	}
	
	/* ++++++++++++++  contact form  ++++++++++++++ */
	
	#slide-contact .thumbnail.pull-right {
	float:none !important;
	margin: 0 0 40px 0;
	box-shadow:none;
	border:none;
	}
	
	.contact-position, .contact-address, p > span.contact-emailto, p > span.contact-telephone, p > span.contact-fax, p > span.contact-mobile, p > span.contact-webpage {
	margin-left:30px;
	}
	
	dl.contact-position, dl.contact-address {
	margin-left:60px;
	}
	
	.contact-image {
	margin-left : 0;
	}
	
	.contact-form {
	margin:50px 6px 10px 6px;
	padding:30px 12px;
	}

	.contact-form dl {
	margin-right:0;
	max-width:none;
	}
	
	.contact .contact-form button,
	.contact .form-actions {
	margin-left: 0;
	}
	
	/**		sliders & Tabs		**/
	
	.pane-sliders .contact-position, .pane-sliders .contact-address, .pane-sliders .contact-emailto, .pane-sliders .contact-telephone, .pane-sliders .contact-fax, .pane-sliders .contact-mobile, .pane-sliders .contact-webpage,
	.tabs .contact-position, .tabs address, .tabs .contact-emailto, .tabs .contact-telephone, .tabs .contact-fax, .tabs .contact-mobile, .tabs .contact-webpage {
	margin-left:50px;
	}
	
	.pane-sliders .contact-image, .tabs .contact-image {
	margin-left : 20px;
	}
	
	dl.tabs dt {
	float: none;
	margin-right: 0;
	}
	
	/**		Contact , Address 		**/
		
	.header-address-contact-opening > div > div {
	float:none;
	width:auto;
	padding:0;
	text-align:center;
	margin:30px 0;
	}
	
	.header-address-contact-opening.parts-3 > div > div {
	width:auto;
	}
	
	.header-address-contact-opening [class^="fa-"]::before {
    font-size: 18px;
    position: relative;
	}
	
}

@media screen and (max-width: 500px) {
	
	.social-links {
    float: none;
    text-align:center;
    }

	.text-email, .text-phone {
    display: block;
    margin: 0;
    text-align: center;
	}
	
}
/*****************************************

		CUSTOM CSS

******************************************/
.main_component {
    padding: 0 0 0 0 !important;
}
.users_bottom {
    margin: 1px 0 0 0 !important;
    clear: both;
}
.main-columns {
position:relative;
padding:30px 30px 0 30px !important;
}
.module-translate {
position:absolute;
right:110px !important;
top:3px;
z-index:20;
}