/* Add here all your CSS customizations */
.counter-logos {
	margin: 30 px;
	text-align:center;
}
.margin30 {
	margin-bottom: 30px;
}
.pto-partners {
	margin: 10px;
}
.thumbnail {
    display: block;
    padding: 22px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.testimonial .testimonial-primary {
	margin: 40px 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
   display: block; 
   margin: 0 auto; 
}
@media (min-width: 768px){
.modal-dialog {
    width: 80%;
    margin: 30px auto;
	
}
	
	}
@media (max-width: 479px){
	.ws-nowrap {
		display:none;
	}
	#header .header-nav-top .nav > li > span {
    display: none;
}
	#header .header-btn-collapse-nav {
		margin-top:50px;
	}
	
}
@media (max-width: 350px){
#header .header-logo img {
    width: 150px !important;
	height: 35px !important;
}
	
}
.btn.btn-lg {
    font-size: 2rem;
}