.morebar.row.collapse {
	text-align: center;
	
}

.morebar.row.collapse .morebox {
	display: inline-block;
	width: auto;
}
.morebar.row.collapse img {
	height: auto;
}

.langmenu {
	width:306px;
	cursor: pointer;
}

.homepage-testamonials {
	color: #fff;
	background: #2A4076;
	padding: 15px;
	border-radius: 10px;
}

.homepage-testamonials h1,
.homepage-testamonials h2 {
	color: #fff;
} 

.homepage-testamonials .testamonials-list-container {
	height: auto;
}

.homepage-testamonials .testamonials-list-container .news-testamonial-item {
	height: auto;
	margin-bottom:0;
}

.homepage-testamonials .testamonials-list-container .news-testamonial-item a {
	margin-bottom:0;
	background: #fff;
	color: #2A4076;
}

.header .searchform {
	margin-left:-64px;
}

.afterfooter .innovation {
	padding-left: 0;
}

.afterfooter .copyright {
	padding-top: 29px;
}

.langmenu:hover {
	border-radius: 10px;
}
.langmenu:hover .langselector {
	display: none;
}

.langmenu.clicked:hover .langselector,
.langmenu.clicked .langselector {
	display: block;
}

.langmenu.clicked:hover,
.langmenu.clicked {
	border-radius: 10px 10px 0 0;
}

.type-text .mathguard pre {
	    clear: left;
    float: left;
    padding-top: 8px !important;
}

@media only screen and (max-width: 40.0375em) {
	
	body {
		padding-top: 0;
    	padding-bottom: 0;
	}
	.container {
		border-radius:0;
		margin-bottom: 0;
	} 
	.row .row {
		margin: 0 -0.7625rem;
	}
	
	.column, .columns {
		padding-left: 0.7625rem;
    	padding-right: 0.7625rem;
	}
	
	.contact {
		margin-top: 10px;
	}
	
	.header .searchform {
		float: none;
		margin-left: 0;
		margin-bottom: 10px;
	}
	
	.header .searchform input {
		width: 100%;
	}
	
	.contactdata,
	.callbackbutton {
		display: none;
	}
	
	.header {
		padding: 0;
	}
	
	.langmenu {
		width: 100%;
	}
	
	.morebar.row.collapse .title {
		font-size:16px;
	}
	.morebar.row.collapse .morebox {
		margin-bottom: 15px;
	}
	
	.morebar.row.collapse {
		margin-bottom: 0;
	}
	
	.content {
		padding: 15px 0;
	}
	
	.testamonials-list-container {
		height: 250px;
	}
	
	.testamonials-list-container .news-testamonial-item {
		height: 250px;
	}
	
	.afterfooter {
		border-radius:0;
	}
	.navigation .top-bar ul li:first-child,
	.navigation .top-bar ul li:first-child a {
		border-radius: 0;
	} 
	
	.maincontent .image img {
		margin-bottom: 15px;
	}
	
	.yform .type-button input[type=reset], .yform .type-button input[type=submit] {
		float: none;
		width: 100%;
	}
	.columnar fieldset div.type-button, fieldset.columnar div.type-button{
		padding: 0 !important;
	}
	
	.type-text .mathguard pre {
		float: left;
		width: 40%;
	}
	
	.yform .type-text .mathguard input {
		float: left;
		width: 60% !important;
	}
	
	.yform .mathguard {
		clear: both;
	}
	
	.afterfooter .copyright {
		padding-top: 0;
	}
}

.footer .why ul li a {
    font-size: 20px;
}

@media only screen and (min-width: 40.0625em) and (max-width: 60.0625em) {
	.header .searchform {
		float:right;
		margin: -10px 0 10px 0;
	}
	
	.header .contactdata {
		margin-top: 10px;
	}
	
	.header .callbackbutton {
		margin-top: 10px;
	}
}

#news-my-single-leftbox {
	float: none;
	width: 100%;
}

#news-my-single-rightbox {
	float: none;
	width: 100%;
}

@media only screen and (min-width: 40.0625em) {
	#news-my-single-leftbox {
		float: left;
		width: 75%;
		padding-right: 10px;
	}
	
	#news-my-single-rightbox {
		float: right;
		width: 25%;
		padding-left: 10px;
	}
}

.news-single-img {
	max-width: 100%;
}

body {
	padding-top: 30px;
}

.mobile-cta {
	background: rgba(42,64,118,0.95);
	height: 40px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	box-shadow: 0px 2px 6px rgba(42,64,118,1);
}

.mobile-cta a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	font-size: 23px;
	font-family: "Maven Pro", sans-serif;
	position: relative;
}

.mobile-cta a:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    left: 0;
    top: 50%;
    margin-top: -16px;
    font-size: 22px;
	content: "\f095";
	padding-right: 10px;
	color: #fff;
	
	 -webkit-animation: Rotate 3000ms linear 3s infinite;
    animation: Rotate 3000ms linear 3s infinite;
}

@-webkit-keyframes Rotate {
  0% {-webkit-transform:rotate(0deg);}
  4% {-webkit-transform:rotate(30deg);}
  8% {-webkit-transform:rotate(0deg);}
  12% {-webkit-transform:rotate(30deg);}
  16% {-webkit-transform:rotate(0deg);}
  20% {-webkit-transform:rotate(30deg);}
  24% {-webkit-transform:rotate(0deg);}
  100% {-webkit-transform:rotate(0deg);}
}

@keyframes Rotate {
  0% {transform:rotate(0deg);}
  4% {transform:rotate(30deg);}
  8% {transform:rotate(0deg);}
  12% {transform:rotate(30deg);}
  16% {transform:rotate(0deg);}
  20% {transform:rotate(30deg);}
  24% {transform:rotate(0deg);}
  100% {transform:rotate(0deg);}
}

@media only screen and (min-width: 40.0625em) { 
	body {
		padding-top: 20px;
	}
	
	.mobile-cta {
		display: none;
	}
}

.news-items li span {
	background: transparent;
	text-align: left;
}

#testi-list,
#news-list-item {
	margin: 10px 0 20px;
}

#testi-list:after,
#news-list-item:after {
	clear:both;
	content: "";
	display: block;
	
}

#testi-left,
#news-list-left {
	float: left;
	width: 70%;
	padding-right: 10px;
}

#testi-right
#news-list-right {
	float: right;
	width: 30%;
	padding-left: 10px;
}

#news-header {
	color: #2A4076;
}

.searchresults #mailform_3 {
	display: none;
}

@media only screen and (min-width: 40.0375em) {
	.top-bar-section ul {
		padding-left: 10px;
	}
}
.top-bar-section li {
	padding: 5px 0;
}

.top-bar-section li:not(.has-form),
.top-bar-section li.active:not(.has-form) {
	padding: 5px;
}
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button) {
	line-height: 2.2025rem;	
	border-radius: 10px;
}

.navigation .top-bar ul.dropdown li:last-child a, 
.navigation .top-bar ul li:first-child a {
	border-radius: 10px;
}

div.csc-textpic .csc-textpic-imagewrap img {
	border-radius: 5px;
}

blockquote.testamonial p {
	color: #AFAFAF;
}

form textarea {
	
}

.mathguard {
	float: left;
    width: 67.8%;
    margin-right: -3px;
}

fieldset .type-text .mathguard input {
	float: left;
    width: 67.8% !important;
    margin-right: -3px;
}

fieldset .type-text .mathguard pre {
	width: 30%;
}

table img {
	max-width: none;
}
