/**
* @project Smiles
* @project URI http://www.smiles.com.br/
* @version 2014
* @author Quality software
* @author URI http://www.quality.com.br
*/


/*  --------------------------------------------------
  :: Fonts - Font-face
  --------------------------------------------------*/

@font-face {
font-family: GothamBook;
 src: local("GothamBook"), url(../fonts/Nunito-Regular.ttf) format(truetype);
}
@font-face{
font-family: GothamBookItalic;
 src: local("GothamBookItalic"), url(../fonts/Nunito-Regular.ttf) format(truetype);
}
@font-face{
font-family: GothamBold;
 src: local("GothamBold"), url(../fonts/Nunito-Bold.ttf) format(truetype);
}
@font-face{
font-family: GothamRoundedMedium;
 src: local("GothamRoundedMedium"), url(../fonts/Nunito-Regular.ttf) format(truetype);
}
@font-face{
font-family: GothamRoundedLight;	
 src: local("GothamRoundedLight"), url(../fonts/Nunito-Light.ttf) format(truetype);
}


@font-face {
font-family: 'BryantBook';
    src: url(../fonts/nunito-regular-webfont.eot);
    src: url(../fonts/nunito-regular-webfont?#iefix) format('embedded-opentype'),
         url(../fonts/nunito-regular-webfont.woff2) format('woff2'),
         url(../fonts/nunito-regular-webfont.woff) format('woff'),
         url(../fonts/nunito-regular-webfont.ttf) format('truetype'),
         url(../fonts/nunito-regular-webfont.svg) format('svg');
}
@font-face{
font-family: 'BryantBold';
    src: url(../fonts/nunito-bold-webfont.eot);
    src: url(../fonts/nunito-bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/nunito-bold-webfont.woff2) format('woff2'),
         url(../fonts/nunito-bold-webfont.woff) format('woff'),
         url(../fonts/nunito-bold-webfont.ttf) format('truetype'),
         url(../fonts/nunito-bold-webfont.svg) format('svg');
}
@font-face{
font-family: 'BryantMedium';
     src: url(../fonts/nunito-regular-webfont.eot);
    src: url(../fonts/nunito-regular-webfont?#iefix) format('embedded-opentype'),
         url(../fonts/nunito-regular-webfont.woff2) format('woff2'),
         url(../fonts/nunito-regular-webfont.woff) format('woff'),
         url(../fonts/nunito-regular-webfont.ttf) format('truetype'),
         url(../fonts/nunito-regular-webfont.svg) format('svg');
}
@font-face{
font-family: 'BryantLight';	
    src: url(../fonts/nunito-regular-webfont.eot);
    src: url(../fonts/nunito-regular-webfont?#iefix) format('embedded-opentype'),
         url(../fonts/nunito-regular-webfont.woff2) format('woff2'),
         url(../fonts/nunito-regular-webfont.woff) format('woff'),
         url(../fonts/nunito-regular-webfont.ttf) format('truetype'),
         url(../fonts/nunito-regular-webfont.svg) format('svg');
}


/*  --------------------------------------------------
  :: Fonts - Cores, Estilos e Alinhamento
  -------------------------------------------------- */
.fColorWhite {
	color: #ffffff;
}
.fColorOrange {
	color: #f47920 !important;
}
.fColorOrange a{
	color: #f47920;
	text-decoration: none;
}
.fColorOrange a:hover{
	color: #f47920;
	text-decoration: none;
}
.fColorGray {
	color: #7c7c7c;
}
.fColorSilver{
	color: #555555;
}
.fColorAqua{
	color:#66cccc;
}
.fColorPurple{
	color: #993366;
}
.fColorViolet{
	color:#663399;
}
.fColorSalmon{
	color: #f3714e;
}
.fColorRed{
	color: #f42520;
}
.fColorGreen{
	color: #4a9331;
}
.fColorRedLight{
	color: #e66249;
}
.fUppercase {
	text-transform: uppercase;
}
.fNoUppercase{
	text-transform: none !important;
}
.fBold {
	font-weight: bold;
}
.fItalic{
	font-style: italic;
}
.fCenter{
	text-align: center;
}
.fRight{
	text-align: right;
}
.fLeft{
	text-align: left;
}
.fLetter{
	letter-spacing: 2px
}
.fNoLetter{
	letter-spacing: 0;
}
/*  --------------------------------------------------
  :: Fonts - Arial
  --------------------------------------------------*/
.fArial10Silver{
	font: 11px 'arial', sans-serif;
	color: #555555;
}
.fArial10BoldItalic{
	font: bold 10px 'arial', sans-serif;
	font-style: italic;
}
.fArial11{
	font: 11px 'arial', sans-serif;
}
.fArial10White{
	font: 11px 'arial', sans-serif;
	color: #ffffff;
}
.fArial11White{
	font: 11px 'arial', sans-serif;
	color: #ffffff;
}
.fArial13White{
	font: 13px 'arial', sans-serif;
	color: #ffffff;
}
.fArial11Gray{
	font: 11px 'arial', sans-serif;
	color: #7c7c7c;
}
.fArial11Silver{
	font: 11px 'arial', sans-serif;
	color: #555555;
}
.fArial10OrangeBoldUnder{
	font: bold 10px 'arial', sans-serif;
	color: #f47920;
	text-decoration: underline;
}
.fArial11Orange{
	font: 11px 'arial', sans-serif;
	color: #f47920;
}


.fArial12{
	font: 12px 'arial', sans-serif;
}
.fArial12BoldItalic{
	font: bold 12px 'arial', sans-serif;
	font-style: italic;
}
.fArial12BoldItalicGray{
	font: bold 12px 'arial', sans-serif;
	font-style: italic;
	color: #7c7c7c;
}
.fArial12BoldItalicWhite{
	font: bold 12px 'arial', sans-serif;
	font-style: italic;
	color:#ffffff;
}
.fArial12White{
	font: 12px 'arial', sans-serif;
	color: #ffffff;
}

.fArial12BoldWhite{
	font: bold 12px 'arial', sans-serif;
	color: #ffffff;
}

.fArial12Gray{
	font: 12px 'arial', sans-serif;
	color: #7c7c7c;
}
.fArial12Bold{
	font: bold 12px 'arial', sans-serif;
}
.fArial12Silver{
	font: 12px 'arial', sans-serif;
	color: #555555;
}
.fArial12SilverBold{
	font: bold 12px 'arial', sans-serif;
	color: #555555;
}
.fArial12SilverItalic{
	font: italic 12px 'arial', sans-serif;
	color: #555555;
}
.fArial12Orange{
	font: 12px 'arial', sans-serif;
	color: #f47920;
}

.fArial13White{
	font: 13px 'arial', sans-serif;
	color: #fff;
}
.fArial13Silver{
	font: 13px 'arial', sans-serif;
	color: #555;
}

.fArial13BoldItalicGray{
	font: bold 13px 'arial', sans-serif;
	font-style: italic;
	color: #7c7c7c;
}

.fArial14BoldItalic{
	font: bold 14px 'arial', sans-serif;
	font-style: italic;
}
.fArial14{
	font: 14px 'arial', sans-serif;
}
.fArial14BoldItalic{
	font: bold 14px 'arial', sans-serif;
	font-style: italic;
}

.fArial14White{
	font: 14px 'arial', sans-serif;
	color: #ffffff;
}
.fArial14Gray{
	font: 14px 'arial', sans-serif;
	color: #7c7c7c;
}
.fArial14Silver{
	font: 14px 'arial', sans-serif;
	color: #555555;
}
.fArial14Orange{
	font: 14px 'arial', sans-serif;
	color: #f47920;
}

.fArial15BoldItalicAqua{
	font: bold 15px 'arial', sans-serif;
	font-style: italic;
	color:  #4b9696;
}

.fArial16{
	font: 16px 'arial', sans-serif;
}
.fArial16White{
	font: 16px 'arial', sans-serif;
	color: #ffffff;
}
.fArial16Gray{
	font: 16px 'arial', sans-serif;
	color: #7c7c7c;
}
.fArial16Silver{
	font: 16px 'arial', sans-serif;
	color: #555555;
}
.fArial16Orange{
	font: 16px 'arial', sans-serif;
	color: #f47920;
}


.fArial18{
	font: 18px 'arial', sans-serif;
}
.fArial18White{
	font: 18px 'arial', sans-serif;
	color: #ffffff;
}
.fArial18WhiteBold{
	font: bold 18px 'arial', sans-serif;
	color: #ffffff;
}
.fArial18WhiteBoldItalic{
	font: bold 18px 'arial', sans-serif;
	font-style: italic;
	color: #ffffff;
}
.fArial18Gray{
	font: 18px 'arial', sans-serif;
	color: #7c7c7c;
}
.fArial18Silver{
	font: 18px 'arial', sans-serif;
	color: #555555;
}
.fArial18Orange{
	font: 18px 'arial', sans-serif;
	color: #f47920;
}


.fArial20{
	font: 20px 'arial', sans-serif;
}
.fArial20BoldGray {
	font: bold 20px 'arial', sans-serif;
	color: #555;
}
.fArial20White{
	font: 20px 'arial', sans-serif;
	color: #ffffff;
}
.fArial20Gray{
	font: 20px 'arial', sans-serif;
	color: #7c7c7c;
}
.fArial20Silver{
	font: 20px 'arial', sans-serif;
	color: #555555;
}
.fArial20Orange{
	font: 20px 'arial', sans-serif;
	color: #f47920;
}
.fArial25WhiteBold{
	font: bold 25px 'arial', sans-serif;
	color: #ffffff;
}
/*  --------------------------------------------------
  :: Fonts - Ghotam Book
  --------------------------------------------------*/
.fGothamBook12{
	font: 12px 'GothamBook', BryantBook, arial, sans-serif;
}
.fGothamBook12White{
	font: 12px 'GothamBook', BryantBook, arial, sans-serif;
	color: #ffffff;
}
.fGothamBook12Gray{
	font: 12px 'GothamBook', BryantBook, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamBook12Silver{
	font: 12px 'GothamBook', BryantBook, arial, sans-serif;
	color: #555555;
}
.fGothamBook12Orange{
	font: 12px 'GothamBook', BryantBook, arial, sans-serif;
	color: #f47920;
}
.fGothamBook12OrangeBoldItalic{
	font: bold 12px 'GothamBook', BryantBook, arial, sans-serif;
	color: #f47920;
	font-style: italic;
}

.fGothamBook13White{
	font: 13px 'GothamBook', BryantBook, arial, sans-serif;
	color: #ffffff;
}	

.fGothamBook14{
	font: 14px 'GothamBook', BryantBook, arial, sans-serif;
}
.fGothamBook14White{
	font: 14px 'GothamBook', BryantBook, arial, sans-serif;
	color: #ffffff;
}
.fGothamBook14Gray{
	font: 14px 'GothamBook', BryantBook, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamBook14Silver{
	font: 14px 'GothamBook', BryantBook, arial, sans-serif;
	color: #555555;
}
.fGothamBook14Orange{
	font: 14px 'GothamBook', BryantBook, arial, sans-serif;
	color: #f47920;
}
.fGothamBook14Violet{
	font: 14px 'GothamBook', BryantBook, arial, sans-serif;
	color: #663399;
}
.fGothamBook15{
	font: 15px 'GothamBook', BryantBook, arial, sans-serif;
}
.fGothamBook30{
	font: 30px 'GothamBook', BryantBook, arial, sans-serif;
}

.fGothamBook16{
	font: 16px 'GothamBook', BryantBook, arial, sans-serif;
}
.fGothamBook16White{
	font: 16px 'GothamBook', BryantBook, arial, sans-serif;
	color: #ffffff;
}
.fGothamBook16Gray{
	font: 16px 'GothamBook', BryantBook, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamBook16Silver{
	font: 16px 'GothamBook', BryantBook, arial, sans-serif;
	color: #555555;
}
.fGothamBook16Orange{
	font: 16px 'GothamBook', BryantBook, arial, sans-serif;
	color: #f47920;
}


.fGothamBook18{
	font: 18px 'GothamBook', BryantBook, arial, sans-serif;
}
.fGothamBook18White{
	font: 18px 'GothamBook', BryantBook, arial, sans-serif;
	color: #ffffff;
}
.fGothamBook18Gray{
	font: 18px 'GothamBook', BryantBook, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamBook18Silver{
	font: 18px 'GothamBook', BryantBook, arial, sans-serif;
	color: #555555;
}
.fGothamBook18Orange{
	font: 18px 'GothamBook', BryantBook, arial, sans-serif;
	color: #f47920;
}


.fGothamBook20{
	font: 20px 'GothamBook', BryantBook, arial, sans-serif;
}
.fGothamBook20White{
	font: 20px 'GothamBook', BryantBook, arial, sans-serif;
	color: #ffffff;
}
.fGothamBook20Gray{
	font: 20px 'GothamBook', BryantBook, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamBook20Silver{
	font: 20px 'GothamBook', BryantBook, arial, sans-serif;
	color: #555555;
}
.fGothamBook20Orange{
	font: 20px 'GothamBook', BryantBook, arial, sans-serif;
	color: #f47920;
}

/*  --------------------------------------------------
  :: Fonts - Ghotam Book Italic
  --------------------------------------------------*/
.fGothamBookItalic12{
	font: 12px 'GothamBookItalic', BryantBook, arial, sans-serif;
	font-style: italic;
}
.fGothamBookItalic12White{
	font: 12px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #ffffff;
	font-style: italic;
}
.fGothamBookItalic12Gray{
	font: 12px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #7c7c7c;
	font-style: italic;
}
.fGothamBookItalic12Silver{
	font: 12px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #555555;
	font-style: italic;
}
.fGothamBookItalic12Orange{
	font: 12px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #f47920;
	font-style: italic;
}
.fGothamBookItalic14{
	font: 14px 'GothamBookItalic', BryantBook, arial, sans-serif;
	font-style: italic;
}
.fGothamBookItalic14White{
	font: 14px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #ffffff;
	font-style: italic;
}
.fGothamBookItalic14Gray{
	font: 14px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #7c7c7c;
	font-style: italic;
}
.fGothamBookItalic14Silver{
	font: 14px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #555555;
	font-style: italic;
}
.fGothamBookItalic14Orange{
	font: 14px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #f47920;
	font-style: italic;
}


.fGothamBookItalic16{
	font: 16px 'GothamBookItalic', BryantBook, arial, sans-serif;
	font-style: italic;
}
.fGothamBookItalic16White{
	font: 16px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #ffffff;
	font-style: italic;
}
.fGothamBookItalic16Gray{
	font: 16px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #7c7c7c;
	font-style: italic;
}
.fGothamBookItalic16Silver{
	font: 16px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #555555;
	font-style: italic;
}
.fGothamBookItalic16Orange{
	font: 16px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #f47920;
	font-style: italic;
}


.fGothamBookItalic18{
	font: 18px 'GothamBookItalic', BryantBook, arial, sans-serif;
	font-style: italic;
}
.fGothamBookItalic18white{
	font: 18px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #ffffff;
	font-style: italic;
}
.fGothamBookItalic18Gray{
	font: 18px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #7c7c7c;
	font-style: italic;
}
.fGothamBookItalic18Silver{
	font: 18px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #555555;
	font-style: italic;
}
.fGothamBookItalic18Orange{
	font: 18px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #f47920;
	font-style: italic;
}


.fGothamBookItalic20{
	font: 20px 'GothamBookItalic', BryantBook, arial, sans-serif;
	font-style: italic;
}
.fGothamBookItalic20White{
	font: 20px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #ffffff;
	font-style: italic;
}
.fGothamBookItalic20Gray{
	font: 20px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #7c7c7c;
	font-style: italic;
}
.fGothamBookItalic20Silver{
	font: 20px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #555555;
	font-style: italic;
}
.fGothamBookItalic20Orange{
	font: 20px 'GothamBookItalic', BryantBook, arial, sans-serif;
	color: #f47920;
	font-style: italic;
}

/*  --------------------------------------------------
  :: Fonts - Ghotam Bold
  --------------------------------------------------*/

.fGothamBold11White{
	font: 11px 'GothamBold', BryantBold, arial, sans-serif;
	color: #ffffff;
}
.fGothamBold12{
	font: 12px 'GothamBold', BryantBold, arial, sans-serif;
}
.fGothamBold12White{
	font: 12px 'GothamBold', BryantBold, arial, sans-serif;
	color: #ffffff;
}
.fGothamBold12Gray{
	font: 12px 'GothamBold', BryantBold, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamBold12Silver{
	font: 12px 'GothamBold', BryantBold, arial, sans-serif;
	color: #555555;
}
.fGothamBold12Orange{
	font: 12px 'GothamBold', BryantBold, arial, sans-serif;
	color: #f47920;
}

.fGothamBold14{
	font: 14px 'GothamBold', BryantBold, arial, sans-serif;
}
.fGothamBold14White{
	font: 14px 'GothamBold', BryantBold, arial, sans-serif;
	color: #ffffff;
}
.fGothamBold14Gray{
	font: 14px 'GothamBold', BryantBold, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamBold14Silver{
	font: 14px 'GothamBold', BryantBold, arial, sans-serif;
	color: #555555;
}
.fGothamBold14Orange{
	font: 14px 'GothamBold', BryantBold, arial, sans-serif;
	color: #f47920;
}


.fGothamBold16{
	font: 16px 'GothamBold', BryantBold, arial, sans-serif;
}
.fGothamBold16White{
	font: 16px 'GothamBold', BryantBold, arial, sans-serif;
	color: #ffffff;
}
.fGothamBold16Gray{
	font: 16px 'GothamBold', BryantBold, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamBold16Silver{
	font: 16px 'GothamBold', BryantBold, arial, sans-serif;
	color: #555555;
}
.fGothamBold16Orange{
	font: 16px 'GothamBold', BryantBold, arial, sans-serif;
	color: #f47920;
}

.fGothamBold18{
	font: 18px 'GothamBold', BryantBold, arial, sans-serif;
}
.fGothamBold18White{
	font: 18px 'GothamBold', BryantBold, arial, sans-serif;
	color: #ffffff;
}
.fGothamBold18Gray{
	font: 18px 'GothamBold', BryantBold, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamBold18Silver{
	font: 18px 'GothamBold', BryantBold, arial, sans-serif;
	color: #555555;
}
.fGothamBold18Orange{
	font: 18px 'GothamBold', BryantBold, arial, sans-serif;
	color: #f47920;
}

.fGothamBold20{
	font:20px 'GothamBold', BryantBold, arial, sans-serif;
}
.fGothamBold20White{
	font:20px 'GothamBold', BryantBold, arial, sans-serif;
	color: #ffffff;
}
.fGothamBold20WhiteBold{
	font: bold 20px 'GothamBold', BryantBold, arial, sans-serif;
	color: #ffffff;
}
.fGothamBold20Gray{
	font: 20px 'GothamBold', BryantBold, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamBold20Silver{
	font: 20px 'GothamBold', BryantBold, arial, sans-serif;
	color: #555555;
}
.fGothamBold20Orange{
	font: 20px 'GothamBold', BryantBold, arial, sans-serif;
	color: #f47920;
}

/*  --------------------------------------------------
  :: Fonts - Ghotam Rounded Bold
  --------------------------------------------------*/

.fGothamRoundedBold10White{
	font: 10px 'GothamRoundedBold', arial, sans-serif;
	color: #ffffff;
}

.fGothamRoundedBold11Orange{
	font: 11px 'GothamRoundedBold', arial, sans-serif;
	color: #f47920;
	font-weight: bold;
}

.fGothamRoundedBold25{
	font: 25px 'GothamRoundedBold', arial, sans-serif;
	font-weight: bold;
}

.fGothamRoundedBold35White{
	font: 35px 'GothamRoundedBold', arial, sans-serif;
	font-weight: bold;
	color: #fff;
}

.fGothamRoundedBold35Violet{
	font: 35px 'GothamRoundedBold', arial, sans-serif;
	font-weight: bold;
	color: #663399;
}

/*  --------------------------------------------------
  :: Fonts - Ghotam Rounded Medium
  --------------------------------------------------*/

.fGothamRoundedMedium10White{
	font: 10px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #ffffff;
}
.fGothamRoundedMedium10Silver{
	font: 10px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #555555;
}
.fGothamRoundedMedium11White{
	font: 11px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #ffffff;
}
.fGothamRoundedMedium12{
	font: 12px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
}
.fGothamRoundedMedium12White{
	font: 12px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #ffffff;
}

.fGothamRoundedMedium14White{
	font: 14px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #ffffff;
}

.fGothamRoundedMedium15White{
	font: 15px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #ffffff;
}

.fGothamRoundedMedium12Gray{
	font: 12px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamRoundedMedium12Silver{
	font: 12px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #555555;
}
.fGothamRoundedMedium10Orange{
	font: 10px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #f47920;
}
.fGothamRoundedMedium11Orange{
	font: 11px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #f47920;
}
.fGothamRoundedMedium10Gray{
	font: 10px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamRoundedMedium12Orange{
	font: 12px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #f47920;
}
.fGothamRoundedMedium12Gray{
	font: 12px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamRoundedMedium13Silver{
	font: 13px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #555555;
}
.fGothamRoundedMedium13Gray{
	font: 13px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #7c7c7c;
}

.fGothamRoundedMedium11Purple{
	font: 11px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #9E3373;
}

.fGothamRoundedMedium13Purple{
	font: 13px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #9E3373;
}
.fGothamRoundedMedium13Orange{
	font: 13px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #f47920;
}
.fGothamRoundedMedium14{
	font: 14px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
}
.fGothamRoundedMedium14White{
	font: 14px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #ffffff;
}
.fGothamRoundedMedium14Gray{
	font: 14px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamRoundedMedium14Silver, .fGothamRoundedMedium14Silver a, .fGothamRoundedMedium14Silver a:hover{
	font: 14px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #555555;
}
.fGothamRoundedMedium14Orange{
	font: 14px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #f47920;
}
.fGothamRoundedMedium15{
	font: 15px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
}
.fGothamRoundedMedium15Gray{
	font: 15px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamRoundedMedium15Orange{
	font: 15px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #f47920;
}


.fGothamRoundedMedium16{
	font: 16px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
}
.fGothamRoundedMedium16White{
	font: 16px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #ffffff;
}
.fGothamRoundedMedium16Gray{
	font: 16px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamRoundedMedium16Silver{
	font: 16px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #555555;
}
.fGothamRoundedMedium16Silver, .fGothamRoundedMedium16Silver a, .fGothamRoundedMedium16Silver a:hover{
	font: 16px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #555555;
}
.fGothamRoundedMedium16Orange{
	font: 16px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #f47920;
}

.fGothamRoundedMedium18{
	font: 18px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
}

.fGothamRoundedMedium15White{
	font: 15px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #ffffff;
}

.fGothamRoundedMedium18White{
	font: 18px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #ffffff;
}
.fGothamRoundedMedium18Gray{
	font: 18px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamRoundedMedium18Silver{
	font: 18px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #555555;
}
.fGothamRoundedMedium18Orange{
	font: 18px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #f47920;
}


.fGothamRoundedMedium20{
	font: 20px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
}
.fGothamRoundedMedium25{
	font: 25px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
}
.fGothamRoundedMedium30{
	font: 30px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
}

.fGothamRoundedMedium20White{
	font: 20px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #ffffff;
}
.fGothamRoundedMedium25White{
	font: 25px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #ffffff;
}
.fGothamRoundedMedium40White{
	font: 40px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #ffffff;
}
.fGothamRoundedMedium20Gray{
	font: 20px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamRoundedMedium20Silver{
	font: 20px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #555555;
}
.fGothamRoundedMedium20Orange{
	font: 20px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #f47920;
}

.fGothamRoundedMedium20Purple{
	font: 20px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #94286B;
}

.fGothamRoundedMedium25Orange{
	font: 25px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #f47920;
}
.fGothamRoundedMedium25Gray{
	font: 25px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamRoundedMedium35Orange{
	font: 35px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #f47920;
}

.fGothamRoundedMedium25Purple{
	font: 25px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #94286B;
}
.fGothamRoundedMedium44Silver{
	font: 44px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
	color: #555555;
}
.fGothamRoundedMedium42{
	font: 38px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
}
.fGothamRoundedMedium40{
	font: 40px 'GothamRoundedMedium', BryantMedium, arial, sans-serif;
}

/*  --------------------------------------------------
  :: Fonts - Ghotam Rounded Light
  --------------------------------------------------*/
.fGothamRoundedLight12{
	font: 12px 'GothamRoundedLight', BryantLight, arial, sans-serif;
}
.fGothamRoundedLight12White{
	font: 12px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #ffffff;
}
.fGothamRoundedLight12Gray{
	font: 12px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamRoundedLight12Silver{
	font: 12px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #555555;
}
.fGothamRoundedLight12Orange{
	font: 12px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #f47920;
}

.fGothamRoundedLight13Gray{
	font: 13px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #7c7c7c;
}

.fGothamRoundedLight14{
	font: 14px 'GothamRoundedLight', BryantLight, arial, sans-serif;
}
.fGothamRoundedLight14White{
	font: 14px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #ffffff;
}
.fGothamRoundedLight14Gray{
	font: 14px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamRoundedLight14Silver{
	font: 14px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #555555;
}
.fGothamRoundedLight14Orange{
	font: 14px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #f47920;
}

.fGothamRoundedLight16{
	font: 16px 'GothamRoundedLight', BryantLight, arial, sans-serif;
}
.fGothamRoundedLight16White{
	font: 16px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #ffffff;
}
.fGothamRoundedLight16Gray{
	font: 16px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamRoundedLight16Silver{
	font: 16px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #555555;
}

.fGothamRoundedLight18{
	font: 18px 'GothamRoundedLight', BryantLight, arial, sans-serif;
}
.fGothamRoundedLight18White{
	font: 18px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #ffffff;
}
.fGothamRoundedLight18Gray{
	font: 18px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamRoundedLight18Silver{
	font: 18px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #555555;
}
.fGothamRoundedLight18Orange{
	font: 18px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #f47920;
}


.fGothamRoundedLight20{
	font: 20px 'GothamRoundedLight', BryantLight, arial, sans-serif;
}
.fGothamRoundedLight20White{
	font: 20px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #ffffff;
}
.fGothamRoundedLight20Gray{
	font: 20px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #7c7c7c;
}
.fGothamRoundedLight20Silver{
	font: 20px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #555555;
}
.fGothamRoundedLight20Orange{
	font: 20px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #f47920;
}
.fGothamRoundedLight25White{
	font: 25px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #ffffff;
}

.fGothamRoundedLight30Orange{
	font: 30px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #f47920;
}
.fGothamRoundedLight35Purple{
	font: 30px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #663399;
}
.fGothamRoundedLight35White{
	font: 35px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #ffffff;
}

.fGothamRoundedLight55White{
	font: 55px 'GothamRoundedLight', BryantLight, arial, sans-serif;
	color: #ffffff;
}

