@media (min-width: 420px) {

	#teaser-boxen ul li {
		width: 49%;
		position: relative;
		margin: 0 2% 2% 0;
		float: left;
	}
	
	#teaser-boxen ul li:nth-child(2n+2) {  
		margin: 0 0 2% 0;
	}
	
	#teaser-boxen ul li a {
		width: 100%;
		height: 75px;
		padding: 18px 20px 20px 60px;
		font-weight: 300;
	}
	
	#teaser-boxen ul li a i {
		position: absolute;
		bottom: 20px;
		left: 20px;
		
		color: #04a1da;
		font-size: 24px;
	}
	
	#teaser-boxen ul li i.fa-angle-right {
		position: absolute;
		bottom: 20px;
		right: 25px;
		
		color: #04a1da;
		font-size: 20px;
	}

}

@media (max-width: 450px) {
	
	.person-list .person .content .position {
		width: 65%;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
}

@media (min-width: 450px) {

	#join-us #send { 
		width: auto;
		display: inline-block;
	}
	
	#join-us .form-info {
		margin: 0 0 0 30px;
		display: inline-block;
	}
	
}

@media (min-width: 768px) {
	
	#head a#logo img {
		width: 250px;
		height: auto;
	}

	/* Fixed Head */
	.fixed-nav {
		background: url(../images/fixed-nav-bg.png) repeat-x;
		width: 100%;
		height: 105px;
		margin: 0;
		padding: 35px 0;
			
		position: fixed;
		top: -120px;
		left: 0;
		z-index: 1200;
		
		-ms-transition: top ease 0.45s;
		-webkit-transition: top ease 0.45s;
		transition: top ease 0.45s;
	}
	
	.fixed-nav a#logo img {
		width: 190px;
		height: auto;
	}
	
	.fixed-nav ul#main-navigation {
		top: -5px;
		right: 130px;
	}
	
	.fixed-nav ul#main-navigation li {
		margin-left: 5px;
	}
	
	.fixed-nav ul#main-navigation li a {
		padding: 6px 10px 6px;
	}
	
	.fixed-nav ul.social-nav {
		top: 0;
		right: 0;
	}
	
	.pager {
		width: auto;
		display: block;
		margin: 0 auto 40px;
	}
	
	ul.image-list li .tooltip .arrow {
		display: block;
		border: none;
		
		position: relative;
		top: 92px;
		left: -50px;
		
		font-size: 45px;
		color: #c6c6c6;
	}

	.info_text {
		display: block;
		right: 15px;
	}
	
	.person-list .person {
		width: 49%;
		float: left;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	
	.person-list .person .image {
		width: 120px;
		height: 120px;
	}
	
	.person-list .person .image img {
		width: 120px;
		height: 120px;
	}
	
	.person-list .person .content .name {
		top: 30px;
		left: 140px;
	}
	
	.person-list .person .content .position {
		top: 60px;
		left: 140px;
		white-space: normal;
	}
	
	.person-list .person:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	
	#testimonial-slider {
		padding: 0 50px;
	}
	
	#testmonials .owl-buttons .owl-prev:after,
	.testmonials .owl-buttons .owl-prev:after {
		content: "\f104";
	    font-family: FontAwesome;
	    font-style: normal;
	    font-weight: normal;
	    text-decoration: inherit;
	}
	
	#testmonials .owl-buttons .owl-next:after,
	.testmonials .owl-buttons .owl-next:after {
		content: "\f105";
	    font-family: FontAwesome;
	    font-style: normal;
	    font-weight: normal;
	    text-decoration: inherit;
	}
	
	#testmonials .owl-buttons .owl-prev,
	#testmonials .owl-buttons .owl-next,
	.testmonials .owl-buttons .owl-prev,
	.testmonials .owl-buttons .owl-next {
		display: block;
	}
	
	#testmonials .owl-buttons .owl-prev {
		left: 0;
	}
	
	#testmonials .owl-buttons .owl-next {
		right: 0;
	}

	#footer {
		padding: 50px 0;
		text-align: left;
	}
	
	#footer ul.links {
		position: absolute;
		top: -9px;
		right: 15px;
	}
	
	.col-space-xs {
		margin-bottom: 0;  
	}
	
	
	.form-field input,
	.powermail_fieldwrap.layout2 input,
	.form-field textarea,
	.powermail_fieldwrap textarea {
		width: 630px;
	}
	
	.form-field.half,
	.powermail_fieldwrap.layout1 {
		width: 300px;
		float: left;
		margin-right: 30px;
	}
	
	.form-field.half.last,
	#powermail_fieldwrap_2,
	#powermail_fieldwrap_6 {
		margin-right: 0;
	}
	
	.form-field.half input,
	.form-field.half select,
	.form-field.half .selectize-input,
	.powermail_fieldwrap.layout1 input {
		width: 300px;
	}
	
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	#testmonials .owl-buttons .owl-prev,
	#testmonials .owl-buttons .owl-next,
	.testmonials .owl-buttons .owl-prev,
	.testmonials .owl-buttons .owl-next {
		display: block;
	}
}

@media (min-width: 992px) {

	body {
		background: url(../images/bodybg.jpg) repeat-x #fff;
		margin: 0;
		padding: 0;
		padding-top: 85px;
	}
	
	.wrap {
		width: 990px;
		margin: 0 auto;
	}
	
	#head {
		background: none;
		height: 275px;
		padding: 0;
		
		position: relative;
		
		box-shadow: none;
	}
	
	#head a#logo img {
		width: 250px;
		height: auto;
	}
	
	ul.social-nav {
		overflow: hidden;
		
		position: absolute;
		top: -73px;
		right: 0;
	}
	
	ul.social-nav li {
		float: left;
		margin-left: 30px;
		font-size: 16px;
	}
	
	ul.social-nav li.mail a {
		color: #acacac;
		font-size: 14px;
	}
	
	ul.social-nav li.fb a {
		color: #43609c;
		font-size: 18px;
	}
	
	ul.social-nav li.twitter a {
		color: #55acee;
		font-size: 20px;
	}
	
	a.menu-button,
	a.menu-button-close {
		display: none;
	}

	.navbar {
		background: none;
		width: auto;
		padding: 0;
		display: block !important;
		
		position: static;		
		z-index: 1000;
	}
	
	ul#main-navigation {
		display: block;
		
		position: absolute;
		top: 2px;
		right: 0;
	}
	
	ul#main-navigation li {
		float: left;
		margin-left: 15px;
	}
	
	ul#main-navigation li a {
		display: inline-block;
		padding: 6px 10px 4px;
		border: 2px solid transparent;
		
		color: #656565;
		font-size: 14px;
		font-weight: 300;
		
		border-radius: 6px;
	}
	
	ul#main-navigation li:hover a,
	ul#main-navigation li.active a {
		border: 2px solid #72b6e4;
		color: #3088c4;
		text-decoration: none;
	}
	
	#slider {
		width: 990px;
		padding: 0;
		margin: -200px auto 5px;
		z-index: 1000;		
	}
	
	#slider .item img {
		border-radius: 3px;
	}

	#teaser-boxen {
		margin-bottom: 50px;
	}
	
	#teaser-boxen ul li:nth-child(2n+2) {
		margin: 0;
	}
	
	#teaser-boxen ul li {
		width: auto;
		position: relative;
		margin: 0 30px 30px 0 !important;
		float: left;
	}
		
	#teaser-boxen ul li:nth-child(3n+3) {  
		margin: 0 0 30px 0 !important;
	}
	
	#teaser-boxen ul li a {
		width: 308px;
		height: 105px;
		padding: 45px 20px 20px 80px;
		
		font-size: 24px;
	}
	
	#teaser-boxen ul li a i {
		position: absolute;
		bottom: 20px;
		left: 20px;
		
		color: #04a1da;
		font-size: 40px;
	}
	
	#teaser-boxen ul li i.fa-angle-right {
		position: absolute;
		bottom: 20px;
		right: 25px;
		
		color: #04a1da;
		font-size: 20px;
	}

	blockquote {
		margin: 0;
		padding: 70px 0 0;
		position: relative;
	}
	
	table.list {
		width: 100%;
	}
	
	.news {
		font-size: 12px;
	}
	
	.news_title_img a,
	.news a.news-pic {
		display: block;
		margin-bottom: 20px;
	}
	
	.news_title_img a,
	.news a.news-pic img {
		width: 100%;	
	}
	
	.col-md-6 .col-md-6 .news_title a,
	.news a.title {	
		font-size: 16px;
		font-weight: 400;
	}
	
	/* TopNews */
	.news_title a,
	.news.top a.title {
		font-size: 20px;
	}

	.teaser h3 {
		color: #16a085;
		font-size: 18px;
		font-weight: 700;
	}
	
	.teaser h3 span {
		font-size: 40px;
	}
		
	.pager ul {
		width: auto;
		height: auto;
		margin: 0;
	}
	
	.person-list .person {
		width: 351px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.info_text {
		bottom: 45px;
	}
		
	#join-us {
		padding: 35px 0 50px;
	}
	
	#join-us .checklist {
		margin: 30px 0;
	}
	
	#join-us #amount {
		width: 70px;
		border: none;
		border-bottom: 1px solid #676767;
		padding: 2px;
		margin: 0 5px;
		
		color: #676767;
		line-height: 10px;
		
		border-radius: 0px;
	}
	
	#join-us .form-info {
		margin-left: 30px;
		
		color: #c0392b;
		font-size: 12px;
		font-weight: 700;
	}
		
	#contact {
		background: #f5f5f5;
		padding: 50px 0;
		margin: 60px 0 0;
	}
	
	#contact .social {
		margin-top: 0;
	}
	
	#contact .social .col-xs-6 {
		float: none;
	}
	
	#contact .social a.fb,
	#contact .social a.twitter {
		background: none;
		display: block;
		color: #333;
		text-align: left;
		padding: 0;
	}
	
	#contact .social a.fb i {
		width: 20px;
		display: inline-block;
		margin-right: 10px;
	
		color: #3b5998;
		font-size: 22px;
		text-align: center;
	}
	
	#contact .social a.fb:hover {
		background: none;
		color: #3b5998;
		text-decoration: none;
	}
	
	#contact .social a.twitter:hover {
		background: none;
		color: #55acee;
		text-decoration: none;
	}
	
	#contact .social a.twitter i {
		width: 20px;
		display: inline-block;
		margin-right: 10px;
		
		color: #55acee;
		font-size: 22px;
		text-align: center;
	}

	.form-field input {
		width: 650px;
	}
	
	.form-field select,
	.form-field .selectize-control {
		width: 650px;
	}
	
	.form-field textarea {
		width: 650px;
		min-height: 150px;
	}
	
	.form-field.half {
		width: 310px;
		float: left;
		margin-right: 30px;
	}
	
	.form-field.half input {
		width: 310px;
	}
	
	.form-field.half.last {
		margin-right: 0;
	}

}

@media (min-width: 1100px) {
	#testimonial-slider {
		padding: 0;
	}
	
	#testmonials .owl-buttons .owl-prev {
		left: -70px;
	}
	
	#testmonials .owl-buttons .owl-next {
		right: -70px;
	}
}