/***********************
*  Site Specific CSS   *
************************/

/*Form Validation 2.0*/
@import url('http://cdn.myld.com.au/1/js/cform_validation/validation-2.0.css');

/* iPad fix (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape),
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
body {
    width: 1170px; /*width of wrapper container*/
    }
}
/* iPhone fix ----------- */
@media only screen and (max-width: 480px) {
body {
        width: 1170px; /*width of wrapper container*/
    }
}
/* iPhone5 fix ----------- */
@media screen and (device-height: 568px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
body {
        width: 1170px; /*width of wrapper container*/
    }
}
@media screen and (device-height: 568px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
body {
        width: 1170px; /*width of wrapper container*/
    }
}

/*
------------------------------------------------------------
    	Reset Style
------------------------------------------------------------
*/
:focus {
	outline:0px;
}

::-moz-selection{
 background: #3cc0b7;
 color: #fff;
 text-shadow: none;
}

::selection {
 background: #3cc0b7;
 color: #fff;
 text-shadow: none;
}

sub, sup, small {
	font-size: 75%;
}

ol, ul {
	list-style: none;
}

html {
	overflow-x: hidden;
}

body {
	font-family:"Ubuntu", sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased; 
	background: url(http://cdn.myld.com.au/2/146/manning-blinds-awnings_7214231ea7.jpg) repeat #100E0F;
	color: #444444;
}


h1, h2, h3, h4, h5 {
	font-family:"Ubuntu", sans-serif;
	font-weight: lighter;
}

h2 span, h3 span {
	color:#3cc0b7;
}

.tall.text-box h4 {
    color: #646464!important;
    font-size: 26px!important;
    font-size: 36px!important;
    font-weight: 100 !important;
    text-shadow: 0 1px 0 #FFFFFF;
}

a {
	text-decoration:none;
	color:#3cc0b7;
	text-decoration: none;
	 -webkit-transition: all .4s ease-in-out;
	 -moz-transition: all .4s ease-in-out;
	 -ms-transition: all .4s ease-in-out;
	 -o-transition: all .4s ease-in-out;
	 transition: all .4s ease-in-out;
}

.text-box a {
    color: #444444;
     -webkit-transition: all .4s ease-in-out;
	 -moz-transition: all .4s ease-in-out;
	 -ms-transition: all .4s ease-in-out;
	 -o-transition: all .4s ease-in-out;
	 transition: all .4s ease-in-out;
}

a img {
     -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -ms-transition: all .4s ease-in-out;
	 -o-transition: all .4s ease-in-out;
	 transition: all .4s ease-in-out;
     max-width: inherit!important;
     width: inherit!important;
}

a:hover, a > *:hover {
    color:#24d4c8;
	text-decoration:none;
}

a img:hover, a img > *:hover {
    opacity: 0.65;
    max-width: inherit!important;
    width: inherit!important;
}

.tall.light-box a img {
    width: 100%!important;
}

p {
	line-height:18px;
}

.container{
	width: 1024px;
    position: relative;
}

.content ol, ul {
    list-style: disc outside none;
}

.content ul {
    margin-left: 25px;
    text-align: left;
}

/*
------------------------------------------------------------
		 header
------------------------------------------------------------
*/

#header {
    background: url(http://cdn.myld.com.au/2/146/manning-blinds-awnings_6780cf7b23.png) repeat-x left center #e70089; 
    padding:15px 0;
    height: 50px;
    margin: 0;
    position: relative;
}

.center {text-align:center}


/*
--------------------------------------------------
		  header navbar
---------------------------------------------------
*/


.navbar {
  *position: relative;
  *z-index: 2;
  min-height: 30px;
  overflow: visible;
}


.navbar-top{
    padding-top: 1px;
    position: absolute;
    right: 0;
    top: 20px;
}

.navbar {
  color: #999999;
}

.navbar-inner {
	min-height: 30px;
}

.navbar .container {
  width: auto;
}


.nav-collapse.collapse {
  height: auto;
}


.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin-bottom: 10px;
}


.navbar .nav > li {
	display: block;
	float: left;
	padding: 0;
  border: 0 none;
}

.navbar .nav > li:first-child {
	border-left:none;
}

.navbar .nav > li:last-child {
	border-right:none;
}

.navbar .nav > li > a {
	padding: 6px 10px;
	color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav > li > a:hover {
  color: #000;
}

.nav .dropdown:hover .dropdown-menu{
    display: block;
}

a.menu:after, .dropdown-toggle:after {
  content: none;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
	color: #000;
	text-decoration: none;
/*	background-color: #3cc0b7;*/
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #080808 \9;
}




/*
--------------------------------------------------
		  Slider
---------------------------------------------------
*/

.flex-viewport {
    /*height: 530px;*/
    max-height: 2000px;
    transition: all 1s ease 0s;
    width: 100%;
    line-height: 0!important;
}

.flexslider .container {
    float: left;
    position: relative;
    width: 100%;
}

.flexslider {
    position: relative;
    line-height: 0!important;
}

.flexslider .container{
  width: 100%;
}

.flexslider .slides{
  overflow: hidden;
  position: relative;
  width: 100%;
}

.flexslider .slides .container{
  width: 700px;
}

.flexslider .masthead-details {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    margin-left: 164px;
    padding: 50px 30px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    top: 0;
    width: 370px;
    z-index: 20;
}

.masthead-details .logo {
    display: block;
    height: 90px;
    margin-bottom: 20px;
    position: relative;
    width: 370px;
    z-index: 21;
}

.masthead-details .logo img{
  width: 100%;
  display: block;
}

.flexslider .masthead-details h2{
  color: #ec008c;
  margin-bottom: 18px;
}

.flexslider .masthead-details p{
  color: #fff;
  margin-bottom: 18px;
}

/*
@media screen and (max-width: 860px) {
    
}

@media only screen and (max-width: 480px) {
    .flexslider .masthead-details {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .flexslider .masthead-details {
        display: block;
        height: auto;
        margin-left: 50px;
        margin-top: -127px;
        padding: 20px;
        position: static;
    }
}
*/

/*
--------------------------------------------------
		  section Container
---------------------------------------------------
*/

#content{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

#content .container{
  background: #eaeaea;
  display: block;
}

#content .content{
  padding: 50px 30px;
  display: block;
  position: relative;
}

#content .content .row-fluid{
  margin-bottom: 20px;
}

#content .content .latest-blog{
  display: block;
}

#content .content .light-box{
  background: #FFF;
  display: block;
  text-align: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.49);
  border-radius: 5px;
  margin-bottom: 15px;
}

#content .content .light-box .light-box-pic{
  padding: 3px;
  display: block;
  height: 180px;
  overflow: hidden;
}

#content .content .light-box .light-box-pic img{
  width: 100%;
}

#content .content .light-box .text-box{
  width: 80%;
  padding: 20px 0;
  display: inline-block;
}

#content .content .light-box .tall.text-box{
  min-height: 665px;
}

#content .content .text-box h4{
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 16px;
}

#content .content .text-box p {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}

.get-quite {
    background: url("http://cdn.myld.com.au/2/146/manning-blinds-awnings_6faba93fbd.png") repeat-x scroll left center #282828;
    display: block;
    height: 165px;
    margin-bottom: 0 !important;
    padding-top: 10px;
    position: relative;
    text-align: center;
}

#content .content .get-quite h1 {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 50px;
    padding-top: 20px;
}

#content .content .get-quite h1 mark{
  color: #EC008C;
  background: none;
}

#content .content .get-quite .btn{
  padding: 10px 50px;
  font-size: 18px;
  text-shadow: 1px 1px 1px #000;
}

#content .content .more {
    background: none repeat scroll 0 0 #EC008C;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    margin-left: 5px;
    padding: 2px 9px;
    text-transform: lowercase;
}

.heading-border {
    background-color: #727272;
    height: 1px;
    margin: 50px 0;
}


h2 {
	font-family:"Ubuntu", sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	display: block;
	color: #ec008c;
	margin-bottom: 10px;
	padding:0;
}

p {
    color: #444444;
    font-family: "Ubuntu",sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
}

/** Service Page **/

#content .content .lightbox-details{
  display: block;
  position: relative;
}

#content .content .lightbox-details .light-box-full{
  max-height: 295px;
  padding: 3px;
  display: block;
  overflow: hidden;
}

#content .content .lightbox-details .light-box-full img{
  width: 100%;
}


/*
------------------------------------------------------------
    Footer
------------------------------------------------------------
*/

#footer{
  background: none;
  position: relative;
  display: block;
  padding: 0 0 10px;
  margin-bottom: 30px;
}

#footer .footer-logo{
  margin-bottom: 20px;
  display: block;
  height: 50px;
  width: 200px;

}


#footer p{
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

#footer h2 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
}

#footer .map{
  display: block;
  border: 7px solid #383838;
  max-width: 350px;
}

#footer .map img{
  display: block;
  width: 100%;
}

#footer .span3{
  margin-bottom: 30px;
}

.copyright{
  background: url(http://cdn.myld.com.au/2/146/manning-blinds-awnings_2109018136.png) repeat-x left center; #e70089;
  padding:15px 0 5px 0;
  margin: 0;
  position: relative;
}

.copyright p{
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.copyright a{
  color: #fff;
}

.copyright a:hover{
  color: #000;
  text-decoration: none;
}

.copyright ul.footer-link {
    margin: 0;
    float: right;
}

.copyright ul.footer-link li{
  float: left;
  padding: 0 8px;
}




/*
------------------------------------------------------------
		button
------------------------------------------------------------
*/

.btn {
    background-image: none;
    display: inline-block;
    font-family:"Ubuntu", sans-serif;
    *display: inline;
    padding: 8px 12px;
    margin-bottom: .3em;
    *margin-left: .3em;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    *line-height: 20px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #ec008c;
    *zoom: 1;
    border:0 none;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
    	  -ms-transition: all .4s ease-in-out;
    		 -o-transition: all .4s ease-in-out;
    			  transition: all .4s ease-in-out;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #3c3c3c;

}

.btn:active,
.btn.active {
  background-color: #3c3c3c;
  border-color:#313131;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
    background-color: #FFFFFF;
    border-color: #313131;
    color: #EC008C;
    text-decoration: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}




/*
------------------------------------------------------------
		 Service page
------------------------------------------------------------
*/

.container .left-sideber{
  position: relative;
  margin-bottom: 30px;
  padding-right: 50px;
  display: block;
}

.container .service{
  margin: 40px 0 50px 0;
  display: block;
  border-left: 1px solid #ccc;
  padding-left: 30px;
}

.container .service .service-pic{
  margin: 0 ;
  display: block;
}

.container .service .service-pic img{
  display: block;
  width: 95%;
}

.container .service .service-details{
  display: block;
}

.container .service .service-details h3{
  color: #1493e0;
  font-size: 20px;
}

.container .service .service-details span{
  font-size: 13px;
  color: #b4b4b4;
}

.container .service .service-details p{
  margin: 20px 0;

}



/*
------------------------------------------------------------
		 Contact page
------------------------------------------------------------
*/

#welcome {
    
    text-align: center;
    margin-top: 30px;
}

#welcome h2 {
    padding: 10px 80px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.75em;
}

#contact-info {
  /*  margin-top: 40px; */
    padding: 0;
}

#content .work-container{
    background: #f3f3f3;        
    background: -moz-linear-gradient(top,  #f3f3f3 2%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#f3f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3f3f3 2%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3f3f3 2%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3f3f3 2%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3f3f3 2%,#ffffff 100%); /* W3C */

    padding: 0;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.49);
    display: block;
    line-height: 1;
  /*  margin-bottom: 30px; */
}

#contact-info .message-form {
    padding-left: 0;
}

form {
    margin: 0 0 18px;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

label {
    display: block;
    margin-bottom: 5px;
}

.btn-send {
    background: none repeat scroll 0 0 #00AEEF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: none;
}

.btn-send:hover{
    color: #FFF;
    text-decoration: none;
    background-color: #3c3c3c;
    border-color:#313131;
}

#contact-info .sidebar {
    background: none repeat scroll 0 0 #F7FAFD;
    border: 1px solid #DFECF9;
    border-radius: 5px 5px 5px 5px;
    margin-left: 50px;
    margin-top: 20px;
    padding: 0 25px 10px;
    width: 370px;
}

#contact-info h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #EC008C;
}

#content .work-container p {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

#content .work-container {
    line-height: 1;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}




/*
------------------------------------------------------------
		Scrolltop
------------------------------------------------------------
*/
#scrolltop {
	background-color:#000000;
	background-repeat:no-repeat;
	background-position: center 0px;
	background-image:url(http://cdn.myld.com.au/2/146/manning-blinds-awnings_9ac75a6259.png);
	width:42px;
	height:42px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	border: 5px rgba(255, 255, 255, 0.4) solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}

#scrolltop:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*
------------------------------------------------------------
		 Peelback
------------------------------------------------------------
*/

#peelback {
    display: none;
}

.margin-left-0 {margin-left:0;}
.floatleft {float:left;}
.floatright {float:right;}


.flash {
    color: red;
    margin-bottom: -40px;
    position: relative;
    z-index: 9999;
}

#contact_message, form textarea {
    border: 1px solid #C4C4C4;
    clear: both;
    float: left;
    height: 100px;
    padding: 10px;
    resize: vertical;
}

.input-xlarge {
    margin-bottom: 25px;
}

.flash {
    padding-bottom: 20px;
    text-align: center;
}

.contact_info p {
    color: #555555;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

input[type="text"], select, textarea {
    display: inline-block;
    height: 30px;
    margin: 0;
    padding: 5px;
    width: 99% !important;
}

textarea {
    width: 96% !important;
}

from {margin-left:0;}

fieldset {
    margin-top: 25px;
}

#ld_branding_link {text-align:right;}

#social-icons-small {
    display: block;
    margin-right: 70px;
    text-align: right;
}
#social-icons-small li {
    float: left;
    list-style: none outside none;
}
#social-icons-small li a {
    background-image: url("img/social_icons_small.png");
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    text-indent: -9999px;
    width: 50px;
}
#social-icons-small li a.twitter-link {
    background-position: 50% 0;
}
#social-icons-small li a.facebook-link {
    background-position: 50% -50px;
}
#social-icons-small li a.dribbble-link {
    background-position: 50% -100px;
}
#social-icons-small li a.vimeo-link {
    background-position: 50% -150px;
}
#social-icons-small li a.flickr-link {
    background-position: 50% -200px;
}
#social-icons-small li a.rss-link {
    background-position: 50% -250px;
}
#social-icons-small li a.linkedin-link {
    background-position: 50% -300px;
}
#social-icons-small li a.google-link {
    background-position: 50% -350px;
}

.social-media.ld {
    background-position: -126px -42px;
}
.social-media {
    background: url("http://cdn.myld.com.au/1/images/icons/smicons/social-network.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin-right: 10px;
    margin-top: 8px;
    text-indent: -9999px;
    transition: all 0.2s ease 0s;
    width: 32px;
}

.social-media.ld:hover, .active .social-media.ld {
    background-position: -126px 0;
}

@charset "utf-8";
@import url("theme-changer.css");
@import url("../components/flexslider/flexslider.css");
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oswaldbold';
    src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-bold-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-bold-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-bold-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'oswaldlight';
    src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'oswald';
    src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'oswald_stencilregular';
    src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-stencil-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-stencil-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-stencil-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-stencil-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-stencil-webfont.svg#oswald_stencilregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ubuntubold';
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.svg#ubuntubold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntubold_italic';
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-bi-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-bi-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-bi-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-bi-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-bi-webfont.svg#ubuntubold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntu_condensedregular';
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-c-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-c-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-c-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-c-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-c-webfont.svg#ubuntu_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntu_lightregular';
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.svg#ubuntu_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntu_lightitalic';
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-li-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-li-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-li-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-li-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-li-webfont.svg#ubuntu_lightitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntu_lightbold';
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-m-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-m-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-m-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-m-webfont.svg#ubuntu_lightbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntu_lightbold_italic';
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-mi-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-mi-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-mi-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-mi-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-mi-webfont.svg#ubuntu_lightbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubunturegular';
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntuitalic';
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-ri-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-ri-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-ri-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-ri-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-ri-webfont.svg#ubuntuitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}





