#contact{
	text-align: center;
	padding-top: 50px;
    /*padding-bottom: 50px;*/
    background-color: #eeeeee;
}

.contact-block{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.contact-block .item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    height: 300px;
    
}

.contact-block .item {
    margin: 0 12.5px;
    margin-bottom: 25px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
}

.contact-block .item img{
	width: 48px;
	margin: 40px auto;
}

.contact-row{
	margin-bottom: 50px;
}

.contact-row p{
	font-family: 'Roboto';
	color: #333333;
	font-size: 28px;
    line-height: normal;
    font-weight: 300;
    padding: 0 10px;
    margin-bottom: 13px;
    height: 90px;
}

.contact-row p a{
	font-family: "Open Sans", Arial, serif;
	color: #333333;
	font-size: 28px;
    line-height: normal;
    font-weight: 300;
    padding: 0 10px;
    margin-bottom: 13px;
	text-decoration: none;
}

.contact-row p.small {
    color: #235bc7;
    font-family: "PFRegalTextPro-RegularAItalic";
    font-size: 18px;
    text-transform: none;
}







/*iphone 4 portret*/
@media (min-width: 320px) and (max-width: 374px){
	/*.contact-block{width: 320px;}*/
	.contact-row p{font-size: 24px;}
	.contact-row p a{font-size: 24px;}
}

/*iphone 4 lanscape*/
@media (min-width: 480px) and (max-width: 567px){
	.contact-block{width: 370px;}
	.contact-row p{font-size: 24px;}
	.contact-row p a{font-size: 24px;}
}

/*iphone 5 portret*/
@media (min-width: 320px) and (max-width: 374px){
	/*.contact-block{width: 320px;}*/
	.contact-row p{font-size: 24px;}
	.contact-row p a{font-size: 24px;}
}

/*iphone 5 lanscape*/
@media (min-width: 568px) and (max-width: 665px){
	.contact-block{width: 370px;}
	.contact-row p{font-size: 24px;}
	.contact-row p a{font-size: 24px;}
}

/*iphone 6 portret*/
@media (min-width: 375px) and (max-width: 413px){
	/*.contact-block{width: 370px;}*/
	.contact-row p{font-size: 24px;}
	.contact-row p a{font-size: 24px;}
}

/*iphone 6 lanscape*/
@media (min-width: 667px) and (max-width: 735px){
	.contact-block{width: 330px;}
	.contact-row p{font-size: 24px;}
	.contact-row p a{font-size: 24px;}
}

/*iphone 6 plus portret*/
@media (min-width: 414px) and (max-width: 479px){}

/*iphone 6 plus lanscape*/
@media (min-width: 736px) and (max-width: 767px){
	.contact-block{width: 365px;}
	.contact-row p{font-size: 24px;}
	.contact-row p a{font-size: 24px;}
}

/*ipad portret*/
@media (min-width: 768px) and (max-width: 1023px){
	.contact-block{width: 370px;}
	.contact-row p{font-size: 24px;}
	.contact-row p a{font-size: 24px;}
}

/*ipad lanscape*/
@media (min-width: 1024px) and (max-width: 1199px){
	.contact-block{width: 320px;}
	.contact-row p{font-size: 24px;}
	.contact-row p a{font-size: 24px;}
}

/*monitor*/
@media (min-width: 1200px){
	.contact-block{width: 385px;}
}