@charset "utf-8";


@import url("fontawesome-4.5.0.min.css");
@import url("framework.css");


#pageintro .box{padding-top:80px; padding-bottom:60px; padding-right: 50px}


#pageintro article .bl{margin-top:50px;}
#pageintro p{
   font-size: 14px;
   font-weight: 100;
   font-family: 'Montserrat', sans-serif !important;
    }




.btnS, .btnS.inverse:hover{color:#FFFFFF; background-color:#0F84AA; border-color:#0F84AA;}
.btnS:hover, .btnS.inverse{/*color:inherit;*/ background-color:transparent; border-color:inherit;}


.split .box.bg-coloured, .split .box.bg-coloured::after{color:#FFFFFF; background-color:rgba(15,132,170,.75);/* #0F84AA */}





/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport{width:device-width;}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px){
/*	.hoc{max-width:978px;}   */
}


/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px){
	.hoc{max-width:90%;}


}


@media screen and (max-width:750px){
  .konfText1{
    margin-left: 50px;
  }
  .rt h3{
    font-size: 20px;
  }

  .good p{
    font-size: 30px;
  }

}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px){


	.inline li{display:block; margin-bottom:10px;}
	.pushright li{margin-right:0;}

	.hoc.split{max-width:none; width:100%;}
	.split .box, .split .box.left{float:none; width:100%; padding:5%;}
  .konfText1{
    margin-left: 20px;
  }

  .rt h3{
    font-size: 18px;
  }

.good p{
  font-size: 30px;
}

}
