		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 30 June 2016 02:20:43
*/


@charset "utf-8";
/* CSS Document */


/*YouTube Video responsive styles*/

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

/*Desktop Break point*/
@media only screen  and (min-width : 1224px){

}

/*Tablet break point*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){

}

/*Mobile Breae point*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

}