/*   
Theme Name: Community Projects Supporters
Theme URI: http://cps.asn.au/
Description: This is a Community Projects Supporters WordPress Theme template
Author: PJ Pucan
Author URI: http://netbizwebdesign.com.au/
Version: 1
*/

@import url('css/grid.css');
@import url('css/normalize.css');
@import url('css/nivo-slider.css');
@import url('css/slick.css');
@import url('css/wp-core.css');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #555555;
	font: 13px 'calibri', sans-serif, arial, Tahoma;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #0398de;
	text-decoration: none;
}
a:hover{color: ;}

/**
 * Extras
 * -----------------------------------------------------------------------------
 **/
a:hover, a:active, a:focus {
	outline: 0;
}

p{margin: 0;}

/* PADDINGS */
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb50{padding-bottom: 50px;}

/* MARGINS */
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}

.ml30{margin-left: 30px;}
.mr20{margin-right: 20px;}

/* POSITIONS AND ALIGNMENT */
.relative{position:relative;}
.align-center{display: block; margin: 0 auto;}
.align-left{display: inline; float: left;}
.align-right{display: inline; float: right;}
.valign{vertical-align: top;}

/* FLOATS */
.fl{float:left;}
.fr{float:right;}
.fn{float:none;}


/* TEXT FORMATTING */
.underline{text-decoration: underline;}
.uppercase{text-transform:uppercase;}
.normal{font-weight:normal;}
.bold{font-weight:bold;}
.bold-none{font-weight: normal;}
.center {text-align: center;}
.ti-40 {text-indent: 40px;}

/* FONT SIZE */
.f10 {font-size: 10px;}
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}

/* IMAGES */
.img-center{margin:0 auto; display:block;}

/* DISPLAY */
.dnone {display: none;}
.block{display: block;}

/* HEADINGS */
h1{font-size:2em; /* 26px */}
h2{font-size:1.8em; /* 23px */}
h3{font-size:1.6em; /* 20px */}
h4{font-size:1.4em; /* 18px */}
h5{font-size:1.2em; /* 15px */}
h6{font-size:1em; /* 13px */}

/* COLOR */
.blue {color: #2A5CFE;}
.light-blue {color: #cfe9eb;}
.dark-brown {color: #024e68;}
.brown {color: #7b7b7b;}
.red{color: #CC0000;}
.dark-green{color: #7b9358;}
.white{color: #fff;}

/* BUTTON LINKS */
.read-more,
.blog-read-more{
	padding: 10px 15px;
	text-transform: uppercase;
}

.read-more{
	display: inline-block;
	margin-top: 50px;
	color: #fff;
	font-size: 25px;
	border: 1px solid #fff;
	border-radius: 4px;
}

.blog-read-more{
	display: inline-block;
	color: #3e0087;
	border: 1px solid #3e0087;
}


/* BORDER RADIUS */
.radius2{-webkit-border-radius:2px; -moz-border-radius:2px; -oborder-radius:2px; border-radius:2px;}
.radius4{-webkit-border-radius:4px; -moz-border-radius:4px; -oborder-radius:4px; border-radius:4px;}
.radius6{-webkit-border-radius:6px; -moz-border-radius:6px; -oborder-radius:6px; border-radius:6px;}

/* BORDER */
.border-bottom-brown {border-bottom: 1px solid #DEDEDE;}
.border-right-dotted{border-right: 1px dotted #fff;}

/**
 * Contianers/Wrapper
 * -----------------------------------------------------------------------------
 **/
#fluid-header {
	position: relative;
	z-index: 999;
	background: #fff;
	width: 100%;
	height: 195px;
}

#fluid-slider {
	z-index: 11;
	float: left;
	display: block;
	position: relative;
	background: #fff;
	width: 100%;
	height: 330px;
	overflow: hidden;
}

#fluid-raffles{
	padding: 40px 0;
}

#fluid-content{
	width: 100%;
	background: #fff;
	padding: 20px 0;
}

#fluid-about{
	position: relative;
	z-index: 9999;
	background: #f4f0ec url(images/backgrounds/about-bgrd.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	margin: 0 auto;
    padding-bottom: 30px;
}

#fluid-blog{
	width: 100%;
	background: #ebebeb;
	padding: 40px 0;
}

#fluid-newsletter{
	padding: 20px 0;
}

#fluid-footer-nav{
	width: 100%;
	padding: 10px 0;
	background: #c1c1c1;
}

#fluid-copyright{
	width: 100%;
	padding: 20px 0;
	background: #ebebeb;
}
/**
 * HEADER
 * ---------------------------------
 **/
.logo-container{
	z-index: 9999;
	position: relative;
	top: 20px;
	margin: 0;
}

.logo-container a {
	z-index: 9999;
	position: relative;
	display: block;
	width: 219px;
	height: 142px;
	background: url(images/cps.asn.png)no-repeat;
	text-indent: -9999px;
}

/* CONTACT */
.contact-container .number:before{
	content: "\f095";
	position: absolute;
	top: 12px;
	left: -40px;
	font-size: 40px;
	color: #3e0087;
}

.contact-container{
	float: right;
	margin-top: 20px;
	color: #959595;
}

.contact-container img{
	margin-top: 20px;
}
.contact-container .number{
	position: relative;
	float: right;
	margin-left: 15px;
	font-size: 25px;
}

.contact-container .call-us{
	text-transform: uppercase;
	font-size: 14px;
}



/**
 * PRIMARY NAVIGATION
 * ---------------------------------
 **/
.nav-container {
	z-index: 1000;
	position: relative;
	float: right;
	margin-top: 40px;
	padding: 0;
	list-style: none;
}

.nav-container li {
	position: relative;
	display: inline-block;
	padding: 0;
}

.nav-container li a {
	display: block;
	padding: 10px 15px;
	color: #959595;
	font-size: 18px;
}

.nav-container li:hover a{
	color: #fff;
	position: relative;
	background: #3e0087;
}

.nav-container li:hover a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(62, 0, 135, 0);
	border-top-color: #3e0087;
	border-width: 7px;
	margin-left: -7px;
}

.nav-container li.current_page_item a{
	color: #fff;
}

.nav-container li.current_page_item{
	background: #3e0087;
}

.nav-container li.current_page_item:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #3e0087;
	border-width: 7px;
	margin-left: -7px;
}

.nav-container li.current_page_item:hover a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(62, 0, 135, 0);
	border-top-color: #3e0087;
	border-width: 7px;
	margin-left: -7px;
}

/**
 * Secondary Navigation
 * ---------------------------------
 **/

.footer-navigation ul {
	padding: 6px 0;
	margin: 0;
	list-style: none;
	line-height: 34px; 
}

.footer-navigation ul li {
	display: inline-block;
	margin-right: 6px;
	padding: 0 8px;
}

.footer-navigation ul li:last-child{
	margin-right: none;
}

.footer-navigation ul li:first-child{
	padding-left: 0;
}

.footer-navigation li a{
	color: #636363;
	font-size: 14px;
}

.footer-navigation li:first-letter{
	text-transform: uppercase;
}

.footer-navigation li a:hover{
	color: #fff;
}


/**
 * GLOBAL STYLE
 * -----------------------------------------------------------------------------
 **/
.page-heading,
.single-page-header{
	margin: 15px 0 20px;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

.da-heading{
	margin: 0 0 40px;
	padding-bottom: 7px;
	color: #636363;
	font-size: 40px;
	font-weight: normal;
	border-bottom: 1px solid #cdcdcd;
}
/**
 * PAGE STYLE
 * -----------------------------------------------------------------------------
 **/

/* About */
.about-item{text-align: center;}
.about-item h4{
	margin: 30px 0 0;
	color: #fff;
	font-size: 45px;
	font-weight: normal;
	text-transform: uppercase;
}

.about-item p{
	color: #cccccc;
	line-height: 150%; font-size:16px
}


/* NEWSLETTER */
.newsletter-container img{
	float: left;
}
.newsletter-form{
	float: left;
	width: 60%;
	margin-top: 80px;
	margin-left: 20px;
}

.newsletter-form .newsletter-text{
	color: #959595;
}

.widget_newsletterwidget{
	list-style: none;
}

/* NEWSLETTER FORM */
.newsletter-widget .newsletter-email{
	float: left;
	width: 80%;
	padding: 12px 10px;
	margin-top: 10px;
	color: #959595;
	border: 2px solid #959595;
	border-radius: 4px;
}

.newsletter-widget .newsletter-submit{
	float: right;
	padding: 6px 25px;
	margin-top: 10px;
	background: none;
	color: #3e0087;
	font-size: 22px;
	text-transform: uppercase;
	border: 2px solid #3e0087;
	border-radius: 4px;
}


.entry{
	color: #464646;
	margin: 10px 0;
	line-height: 150%;
	text-align: justify;
}



/**
 * Blog
 * -----------------------------------------------------------------------------
 **/
.blog-heading a{
	color: #3e0087;
	float: right;
	font-size: 20px;
	line-height: 50px;
}

.blog-container{
	list-style: none;
	padding: 0;
}

.blog-container .bog-item{
	text-align: justify;
}

.blog-container li{
	float: left;
	width: 32%;
	margin-right: 22px;
	padding: 15px;
	border: 8px solid #f5f5f5;
}

.blog-container li:last-child{
	margin-right: 0;
}

.blog-container li img{
	float: left;
	margin-right: 10px;
}

.blog-social-container{
	margin-top: 40px;
}

/* BLOG SOCIAL */
.blog-social,
.blog-page-social{
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog-social li{
	display: inline-block;
	padding: 0;
	cursor: pointer;
	margin-right: 15px;
	border: none;
}

.blog-social li:last-child,
.blog-page-social li:last-child{
	margin-right: 0;
}

.blog-social li a{
	display: block;
	line-height: 26px;
	text-indent: -9999px;
}

.blog-social li.fb-blog{
	width: 12px;
	background: url(images/icons/fb-foot.png)no-repeat 0 0;
}

.blog-social li.twit-blog{
	width: 23px;
	margin-top: 6px;
	background: url(images/icons/twit-foot.png)no-repeat 0 0;
}

.blog-social li.gplus-blog{
	width: 23px;
	background: url(images/icons/gplus-foot.png)no-repeat 0 0;
}

.blog-social li:hover {
	opacity: 0.5;
}

/* BLOG PAGE */
.blog-page-container ul{
	list-style: none;
	padding: 0;
}

.blog-page-container ul li{
	margin-bottom: 50px;
}

/* BLOG PAGE SOCIAL */
.blog-page-social-container{
	float: left;
	width: 100%;
	padding: 6px 10px;
	background: #ebebeb;
	margin-bottom: 50px;
}

.blog-page-social li {
	display: inline-block;
	padding: 0;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 0 !important;

}
.blog-page-social li a{
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}
.blog-page-social li.fb-blog{
	background: url(images/icons/fb-blog.png)no-repeat 0 0;
}

.blog-page-social li.twit-blog{

	background: url(images/icons/twit-blog.png)no-repeat 0 0;
}

.blog-page-social li.gplus-blog{
	background: url(images/icons/gplus-blog.png)no-repeat 0 0;
}

 /**
 * Sidebar
 * ---------------------------------
 **/
.front-sidebar-heading{
	margin-top: 30px;
}

.front-sidebar-heading h2{
	display: inline-block;
	margin: 0 0 0 20px;
	color: #343434;
	font-size: 35px;
}

.front-sidebar-heading img{
	float: left;
}

.front-sidebar-links{
	list-style: url(images/icons/bullet.png);
	padding: 5 0 5px 40px;
	margin: 30px 0 15px 28px;
	border-left: 1px solid #f1f1f1;
}

.front-sidebar-links li{
	margin-bottom: 20px;
}

.front-sidebar-links li:last-child{
	margin-bottom: 0;
}

.front-sidebar-links li a{
	font-size: 15px;
}

.front-sidebar-links li a:hover{
	text-decoration: underline;
}

/**
* Contact Form
* ---------------------------------
**/

/* Global */
.contact-sidebar .wpcf7-form input[type="tel"],
.contact-sidebar .wpcf7-form input[type="text"],
.contact-sidebar .wpcf7-form input[type="email"],
.contact-sidebar .wpcf7-form textarea {
	background-color: #fff;
	padding: 4px;
	color: #848484;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
}

/* Contact Sidebar */
.contact-sidebar {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 5px;
	padding: 10px;
	color: #343434;
	background: #ebebeb;
}

.contact-sidebar .wpcf7-form {
	padding: 0 7px 7px;
	width: 100%;
}
.contact-sidebar h4 {
	margin: 5px 0 15px;
	color: #343434;
	font-size: 30px;
	font-weight: ;
}

.contact-sidebar .wpcf7-form p {
	margin: 0 0 10px;
}

.contact-sidebar .wpcf7-form input[type="tel"],
.contact-sidebar .wpcf7-form input[type="text"],
.contact-sidebar .wpcf7-form input[type="email"],
.contact-sidebar .wpcf7-form textarea {
	width: 100%;
	border: 1px solid #ccc;
}

.contact-sidebar .wpcf7-form textarea {
	height: 180px;
}

.contact-sidebar .wpcf7-form .captcha-info {
	color: #848484;
	margin: 20px 0 5px;
}

.contact-sidebar .captcha{
	float: left;
	margin-top: 0;
}

.contact-sidebar .captcha .img-captcha {
	float: left;
	margin-right: 8px;
}

.contact-sidebar .captcha .img-captcha,
.contact-sidebar .captcha input[type="text"],
.contact-sidebar .wpcf7-form input[type="submit"] {
	border: 1px solid #e9e9e9;
	height: 30px;
}

.contact-sidebar .input-captcha {
	width: 140px !important;
	float: right;
}

.contact-sidebar .wpcf7-form input[type="submit"] {
	float: right;
	padding: 2px 10px;
 	color: #fff;
	background: #3e0087;
	border: none;
	vertical-align: middle;
 	text-transform: uppercase;
 	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
 	border-radius: 2px;
 }

/* Validation */
.contact-sidebar .wpcf7-not-valid-tip {
	display: none;
	visibility: none;
}

.wpcf7-form .wpcf7-validation-errors {
    border: 1px solid rgba(153, 153, 153, 0.4);
}

.wpcf7-form .wpcf7-response-output {
	background: #e9e7e7;
	margin: 1em 0.5em;
    padding: 0.2em 1em;
	color: #F00; 
    border-radius: 2px;
}

.required{
	color: #F00;
}

/**
 * Footer
 * ---------------------------------
 **/
.footer-heading {
	float: left;
	margin: 0;
	padding-top: 8px;
	color: #565656;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 34px;
}

/* FOOTER SOCIAL */
.footer-social-container{
	float: right;
}
.footer-social {
	float: right;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 8px 0 0 15px;
}

.footer-social li{
	display: inline-block;
	margin-right: 8px;
}

.footer-social li:last-child{
	margin-right: 0;
}

.footer-social li a{
	display: block;
	color: #acacac;
	height: 26px;
	text-indent: -9999px;
}

.footer-social li a:hover{
	color: #82bc28;
}

.footer-social li.fb-foot{
	width: 12px;
	background: url(images/icons/fb-foot.png)no-repeat 0 0;
}

.footer-social li.twit-foot{
	width: 23px;
	background: url(images/icons/twit-foot.png)no-repeat 0 6px;
}

.footer-social li.google-foot{
	width: 23px;
	background: url(images/icons/gplus-foot.png)no-repeat 0 0;
}

/* HOVER SOCIAL */
.footer-social li.fb-foot:hover{
	background-position: 0 -37px;
}

.footer-social li.twit-foot:hover{
	background-position: 0 -21px;
}
.footer-social li.google-foot:hover{
	background-position: 0 -31px;
}

/* COPYRIGHT */
.logo-footer{
	padding-top: 40px;
}

.copyright{
	margin-bottom: 10px;
}

.copyright,
.copyright a {
	font-size: 14px;
	color: #555555;
}

.copyright a:hover {
	color: #3e0087;
}

.design-by,
.design-by a{
	color: #555555;
}

.design-by a:hover{
	color: #3e0087;
}

/* FONT AWESOME */
.contact-container .number:before{
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	text-indent: 0px !important;
}

/* SCROLL TO TOP */
.scroll-to-top{
	z-index: 9999;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 88px;
	height: 88px;
	background: url(images/icons/scroll-top.png)no-repeat;
	opacity: 0.8;
}

.scroll-to-top:hover{
	opacity: 1;
}

/* SOCIAL STICKY */
.social-sticky{
	z-index: 9999;
	position: fixed;
	top: 200px;
	right: 50px;
	width: 60px;
	background: #c8c8ca;
	text-align: center;
	border-radius: 4px; 
}

.social-sticky h3{
	margin: 10px 0;
	color: #555555;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

.social-sticky ul{
	list-style: none;
	padding: 0;
}

.social-sticky ul li{
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
}

.social-sticky ul li:first-child{
	border-top: 1px solid #e4e4e4;	
}

.social-sticky ul li a{
	display: block;
	height: 26px;
	margin: 0 auto;
}

.social-sticky ul li a.fb-sticky{
	width: 12px;
	background: url(images/icons/fb-foot.png)no-repeat 0 -37px;
}

.social-sticky ul li a.twit-sticky{
	width: 23px;
	background: url(images/icons/twit-foot.png)no-repeat 0 -24px;
}

.social-sticky ul li a.gplus-sticky{
	width: 23px;
	background: url(images/icons/gplus-foot.png)no-repeat 0 -31px;
}
#wpcf7-f46-p15-o1 {

	padding-top:30px;

	border-top: 1px solid #d7d7d7!important;

	margin-top:20px!important;

	color:#898989;

}

#wpcf7-f46-p15-o1 .your-email { width: 48%;

    float: left;}

#wpcf7-f46-p15-o1 .your-name { width: 48%;

    float: left;}

#wpcf7-f46-p15-o1 .your-address { width: 48%;

    float: right;}

#wpcf7-f46-p15-o1 .tel { width: 48%;

    float: right;}

#wpcf7-f46-p15-o1 input {

	padding: 10px!important;

	width: 100%!important;

	color:#898989;

	border:1px solid #d7d7d7;

	font-size:18px;

	margin-bottom:20px

}

#wpcf7-f46-p15-o1 .your-address input[type=text] {

	float:right

}

#wpcf7-f46-p15-o1 .tel input {

	float:right

}

#wpcf7-f46-p15-o1 label {

	width:100px;

	margin-left: -25px;

}

#wpcf7-f46-p15-o1 select {

	padding: 10px!important;

	width:30%;

	color:#898989;

	border:1px solid #d7d7d7;

	font-size:18px;

	margin-bottom:20px

}

#wpcf7-f46-p15-o1 textarea {

	padding: 10px!important;

	width:100%;

	height:80px;

	color:#898989;

	border:1px solid #d7d7d7;

	font-size:18px;

	margin-bottom:20px

}

#wpcf7-f46-p15-o1 input[type=submit] {

	padding: 10px!important;

	width:150px!important;

	color:#fff;

	border:1px solid #3e0087;

	font-size:18px;

	margin-bottom:20px;

	background:#3e0087;

	margin-left:20px

}

#wpcf7-f46-p15-o1 {

	padding-top:30px;

	border-top: 1px solid #d7d7d7!important;

	margin-top:20px!important;

	color:#898989;

}

#wpcf7-f46-p15-o1 input {

	padding: 10px!important;

	width: 100%!important;

	color:#898989;

	border:1px solid #d7d7d7;

	font-size:18px;

	margin-bottom:20px

}

#wpcf7-f46-p15-o1 .wpcf7-captchar {width: 48%!important;}

#wpcf7-f46-p15-o1 .your-address input[type=text] {

	float:right

}

#wpcf7-f46-p15-o1 .tel input {

	float:right

}

#wpcf7-f46-p15-o1 label {

	width:100px;

	margin-left: -25px;

}

#wpcf7-f46-p15-o1 .wpcf7-radio { border:none}
span.wpcf7-not-valid-tip {float: left;
    width: 100%;}
/**
 * Media Queries
 * -----------------------------------------------------------------------------
 **/

/***********************************************
Screen Smaller than 1199px
***********************************************/
@media only screen and (min-width:960px) and (max-width: 1199px) {

} /* end of Screen Smaller than 1199px */


/***********************************************
Tablet (Smaller than 959px)
***********************************************/
@media only screen and (min-width:768px) and (max-width: 959px) {

} /* Tablet (Smaller than 959px) */


/***********************************************
All Mobile Sizes
***********************************************/
@media only screen and (max-width:767px) {

} /* end of Mobile (portrait 300px) */


/***********************************************
Mobile Landscape Size to Tablet Portrait
***********************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {

} /* end of Mobile Landscape Size to Tablet Portrait */


/***********************************************
 Mobile Portrait Size Smaller 
***********************************************/
@media only screen and (max-width: 479px) {

} /* end of Mobile Portrait Size Smaller */

/* =============================================================================
   Font-Face
   ========================================================================== */
/* This is the proper syntax for an @font-face file*/

/* Regular */
@font-face {
    font-family: 'Agency FB';
    src: url('fonts/agency-fb.eot');
    src: url('fonts/agency-fb.eot?#iefix') format('embedded-opentype'),
         url('fonts/agency-fb.woff') format('woff'),
         url('fonts/agency-fb.ttf') format('truetype'),
         url('fonts/agency-fb.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: 'calibri';
    src: url('fonts/.eot');
    src: url('fonts/.eot?#iefix') format('embedded-opentype'),
         url('fonts/calibri.woff') format('woff'),
         url('fonts/calibri.ttf') format('truetype'),
         url('fonts/') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'FontAwesome';
  src: url('font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
  	   url('font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
  	   url('font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
  	   url('font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
  	   url('font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}