/* FACTSBOX */
.factbox{
 	background: transparent;
 	border: 1px solid #ccc;
 	width: 280px;
 	padding: 25px 15px 25px 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.factbox h3{
 	margin-top: 0;
 	margin-bottom: 0;
}

div.factbox h3{
	padding-bottom: 10px;
}

.factbox-left{
	float: left; 
	margin-right: 25px;
}

.factbox-right{
	float: right; 
	margin-left: 25px;
}

@media screen and (min-width: 1366px) and (max-width: 1366px) and (min-height: 768px) and (max-height: 768px) {
    .factbox-left {
	}

	.factbox-right {
	}
}

@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 600px) {
    .factbox-left {
	}

	.factbox-right {
	}
}

/* iPad Pro Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
  	.factbox-left {
	}
}

/* iPad Pro Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
  	.factbox-left {
	}
}


/* iPAD Landscrape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.factbox-right {
	}

	.factbox-left {
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.factbox{
		max-width: 100%;
	    margin: auto;
	    margin-top: 15px;
	    margin-bottom: 15px;
	    text-align: left;
	    float: none;
	    width: 580px;
	}
}

/* iPhone 6 Plus*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) {
	.factbox {
	    width: 380px;
	}
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 551px) {

	div.factbox h3 {
	    padding-left: 30px;
	}

	.factbox {
		margin-top: 0;
		margin-bottom: 15px;
	}
}