@charset "utf-8";
/* CSS Document */

html {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1400px) {
.logo {
	width:246px !important;
	height:55px !important;
}
.grid-item {
    width: 25% !important;
}
.team-item,.flip-item {
    width: 33.333% !important;
}
.partners-grid-item {
    width: 25% !important;
}
}

@media screen and (max-width: 1250px) {
.main_menu ul li a {
	padding: 0px 0.5em !important;
	font-size: 14px !important;
}
.language_selector {
	background: rgba(255, 255, 255, 0.1);
	width:40px;
	height:110px;
	padding: 0;
	border:none;
	vertical-align:top;
	margin-left:20px;
}

.language_selector .language a {
	background: transparent;
	padding: 20px 0px !important;
	line-height: 14px;
	text-decoration: none;
	font-size: 18px !important;
	color: #fff;
	font-weight:normal;
	width:auto;
	display:block;
	text-shadow: 0px 0px 0px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.language_selector .language a:hover {
	background: transparent;
	padding: 20px 0px !important;
	line-height: 14px;
	text-decoration: none;
	font-size: 18px !important;
	color: #fff;
	font-weight:normal;
	width:auto;
	display:block;
	text-shadow: 0px 0px 0px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.language_selector .separator {
	background: rgba(255, 255, 255, 0.5);
	height:1px;
	width:80%;
	margin:0 auto;
}
.submenu_visible ul li a, .submenu_hidden ul li a, .fixed_menu .submenu_visible ul li a, .fixed_menu .submenu_hidden ul li a {
	font-size: 16px !important;
}

.submenu_visible ul li a:hover, .submenu_hidden ul li a:hover, .fixed_menu .submenu_visible ul li a:hover, .fixed_menu .submenu_hidden ul li a:hover {
	font-size: 16px !important;
}
}

@media screen and (max-width: 1200px) {
/*#content {
	width:1000px!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}*/

.grid-item {
    width: 33.333%!important;
  	height: 270px!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;

}
.team-item,.flip-item {
    width: 33.333%!important;
}
.partners-grid-item {
    width: 33.333%!important;
  	height: 270px!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;

}

.thumb-grid-item {
    width: 12.5%!important;
  	/*height: 90px!important;*/
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.related-articles-item {
    width: 33.333%!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.article-preview-item {
    width: 50%!important;
	height: 300px!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
}

/*@media screen and (max-width: 1050px) {
.main_menu ul li a {
	padding: 0px 0.3em !important;
	font-size: 13px !important;
}
.language_selector {
	background: rgba(255, 255, 255, 0.1);
	width:40px;
	height:110px;
	padding: 0;
	border:none;
	vertical-align:top;
	margin-left:20px;
}

.language_selector .language a {
	background: transparent;
	padding: 20px 0px !important;
	line-height: 14px;
	text-decoration: none;
	font-size: 16px !important;
	color: #fff;
	font-weight:normal;
	width:auto;
	display:block;
	text-shadow: 0px 0px 0px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.language_selector .language a:hover {
	background: transparent;
	padding: 20px 0px !important;
	line-height: 14px;
	text-decoration: none;
	font-size: 16px !important;
	color: #fff;
	font-weight:normal;
	width:auto;
	display:block;
	text-shadow: 0px 0px 0px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.language_selector .separator {
	background: rgba(255, 255, 255, 0.5);
	height:1px;
	width:80%;
	margin:0 auto;
}
.submenu_visible ul li a, .submenu_hidden ul li a, .fixed_menu .submenu_visible ul li a, .fixed_menu .submenu_hidden ul li a {
	font-size: 13px !important;
}

.submenu_visible ul li a:hover, .submenu_hidden ul li a:hover, .fixed_menu .submenu_visible ul li a:hover, .fixed_menu .submenu_hidden ul li a:hover {
	font-size: 13px !important;
}
}*/

@media screen and (max-width: 1020px) {
/*#content {
	width:800px!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}*/
.team-item,.flip-item {
    width: 50%!important;
}
.article-preview-item {
    width: 100%!important;
	height: 300px!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.form-container {
	width:50%!important;
}
}

@media screen and (max-width: 1050px) {
.main_menu, .main_menu_placeholder_visible, .fixed_menu {
	display:none!important;
}

}

@media screen and (max-device-width: 1050px) {
.main_menu, .main_menu_placeholder_visible, .fixed_menu {
	display:none!important;
}
.input-container .submit {
	font-size:16px !important;
    padding:8px !important;
}
.input-checkbox
{
  -ms-transform: scale(2.5)!important;
  -moz-transform: scale(2.5)!important;
  -webkit-transform: scale(2.5)!important;
  -o-transform: scale(2.5)!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
  	margin-left: 8px;
}
.input-name {
	font-size:15px !important; 
}
.input-line {
	font-size:15px !important; 
}
.input-textarea {
	font-size:15px !important; 

}
.breadcrumb, .breadcrumb a, .breadcrumb a:hover {
	font-size: 16px !important;
}
#footer1 .footer_text {
	line-height: 140% !important;
	font-size: 15px !important;
}
#footer2 .footer_menu ul li a, #footer2 .copyright, #footer2 .copyright a, #footer2 .copyright a:hover {
	font-size: 15px !important;
}
.input-select
{
	font-size: 15px !important;
}
.article-preview-readmore-button a, .related-articles-readmore-button a {
	font-size: 16px !important;
}
.categories-item a {
	font-size: 16px !important;
}
.gototop_visible{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
	filter: alpha(opacity=60) !important;
	-moz-opacity: 0.6 !important;
	-khtml-opacity: 0.6 !important;
	opacity: 0.6 !important;
}
.article-text {
	font-size: 13px !important;
}

}



@media screen and (max-width: 1024px) { /* social icons responsive width */
.gototop_hidden {
	bottom:20px !important;
}

.gototop_visible{
	bottom:80px !important;
}
.grecaptcha-badge {
    bottom: 124px !important;
}
}



@media screen and (max-width: 1000px) {
.grid-item {
    width: 50%!important;
  	height: 280px!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.partners-grid-item {
    width: 50%!important;
  	height: 280px!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.thumb-grid-item {
    width: 16.666%!important;
  	/*height: 60px!important;*/
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.related-articles-item {
    width: 50%!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.article-preview-item {
    width: 100%!important;
	height: 250px!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
header {
    height: 150px !important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
}

@media screen and (max-width: 900px) {
#footer1 .footer_col1, #footer1 .footer_col2, #footer1 .footer_col3 {
	width:50%!important;
}
#footer1 .footer_col3 {
	padding-top:25px!important;
}
.team-members_item {
	width:100%;
	height:auto;
	display:block !important;
}

.member_image {
	margin:0 auto !important;
}

.member_image2 {
	margin:0 auto !important;
}

.member_description {
	width:100% !important;
	padding:10px 0 25px 0;
}

.member_description2 {
	width:100% !important;
	padding:10px 0 25px 0;
}
.member_name {
	text-align:center !important;
}
.big_img_container {
    height:450px !important;
}
}

@media screen and (max-device-width: 900px) {
#footer1 .footer_col1, #footer1 .footer_col2, #footer1 .footer_col3 {
	width:50%!important;
}
#footer1 .footer_col3 {
	padding-top:25px!important;
}
#footer1 .footer_text {
	line-height: 140% !important;
	font-size: 15px !important;
}
#footer2 .footer_menu ul li a, #footer2 .copyright, #footer2 .copyright a, #footer2 .copyright a:hover {
	font-size: 15px !important;
}
.team-members_item {
	width:100%;
	height:auto;
	display:block !important;
}

.member_image {
	margin:0 auto !important;
}

.member_image2 {
	margin:0 auto !important;
}

.member_description {
	width:100% !important;
	padding:10px 0 25px 0;
}

.member_description2 {
	width:100% !important;
	padding:10px 0 25px 0;
}
.member_name {
	text-align:center !important;
}
.big_img_container {
    height:450px !important;
}
}

@media screen and (max-device-width: 740px) {
.big_img_container {
    display:none !important;
}
}

@media screen and (max-width: 720px) {
#content {
	width:100%!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.gmap_container {
    width: calc(100% - 100px) !important;
	margin:10px auto 20px auto !important;
}
.swiper-container {
		border-radius:0px !important;
}
.description_container {
    width: 100%;
    height: auto;
    display: block !important;
}

.description_image {
	height:100px;
	width:100px;
	margin: 0 auto 25px auto !important;
}

.description {
	width:100% !important;
	height:auto !important;
	padding:0 15px !important;
	margin:15px 0 0 0 !important;
	font-size: 17px !important;
}

.fullwidth_description {
	width:100% !important;
	height:auto !important;
	padding:0 15px !important;
	margin:0 !important;
	font-size: 17px !important;
}

.services_container {
	width:100%;
	height:auto;
	padding:0 15px !important;
}
.services_item, .services_endtext {
	font-size: 17px !important;
}
.member_description {
	width:100% !important;
	padding:15px 15px 25px 15px !important;
	font-size: 17px !important;
}

.member_description2 {
	width:100% !important;
	padding:15px 15px 25px 15px !important;
	font-size: 17px !important;
}
.big_img_container {
    height:400px !important;
}
header {
    height: 100px !important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
}

@media screen and (max-width: 700px) {
.grid-item {
    width: 100%!important;
  	height: 300px!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;

}
.team-item,.flip-item {
    width: 50%!important;
}
.partners-grid-item {
    width: 100%!important;
  	height: 300px!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;

}

.thumb-grid-item {
    width: 20%!important;
  	/*height: 60px!important;*/
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.related-articles-container {
    height:760px!important;
}
.related-articles-item {
    width: 100%!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.article-preview-item {
    width: 100%!important;
	height: 250px!important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.big_img_container {
    /*height:400px !important;*/
	display:none !important;
}
.article-text iframe {
    width: 48% !important;
    height: 160px !important;
}
}

@media screen and (max-width: 600px) {
.thumb-grid-item {
    width: 25%!important;
  	/*height: 60px!important;*/
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.team-item,.flip-item {
    width: 100%!important;
}
.form-container {
	width:100%!important;
}
.big_img_container {
    height:300px !important;
}
}

@media screen and (max-width: 500px) {
#footer1 .footer_col1, #footer1 .footer_col2, #footer1 .footer_col3 {
	width:100%!important;
	padding:35px 0 0 0!important;
}
#footer1 .footer_logo {
	background-position:center;
	margin-bottom:35px;
}
.big_img_container {
    height:300px !important;
}
header {
    height: 70px !important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
}

@media screen and (max-device-width: 500px) {
#footer1 .footer_col1, #footer1 .footer_col3 {
	width:100%!important;
	float:left !important;
}
#footer1 .footer_col2 {
	display:none !important;
}
.big_img_container {
    height:300px !important;
}
}

@media screen and (max-width: 420px) {
/*#footer1 .footer_col3 {
	width:186px!important;
	height:90px!important;
	float:left !important;
}*/
.article-text iframe {
    width: 99% !important;
    height: 160px !important;
}
    
}

@media screen and (max-device-width: 420px) {
/*#footer1 .footer_col3 {
	width:186px!important;
	height:90px!important;
	float:left !important;
}*/
.big_img_container {
    height:240px !important;
    display:block !important;
}
.article-text iframe {
    width: 99% !important;
    height: 160px !important;
}
    
}

@media screen and (max-width: 400px) {
.thumb-grid-item {
    width: 20%!important;
  	/*height: 60px!important;*/
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;

}
.big_img_container {
    height:240px !important;
    display:block !important;
}
}

@media screen and (max-device-width: 400px) {
.thumb-grid-item {
    width: 20%!important;
  	/*height: 60px!important;*/
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;

}
.big_img_container {
    height:240px !important;
    display:block !important;
}
}

@media screen and (max-width: 340px) {
header {
    height: 50px !important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
}

