/* ========= RESET CSS File =============*/

/*============================================ GLOBAL  =================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul,
ol {
	list-style:none;
}

/* CSS File COLOR STYLE */
::selection {
        background: #fff8ed; /* Safari */
        color: #000;
		text-shadow: 1px 0px 1px #eee;
}
::-moz-selection {
        background: #fff8ed; /* Firefox */
        color: #000;
		text-shadow: 1px 0px 1px #eee;
}


/*===== DEFAULT ELEMENT STYLES  ======*/
/* p, h1, h2, h3... style */
body {
	-webkit-font-smoothing:antialiased;
}
p{
	font-family:calibri,'Open Sans', sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#545554;
	margin-bottom:12px;
	margin-top:3px;
	padding:0;
	line-height:21px;
	text-decoration:none;
	letter-spacing:0;
	text-align:justify;
}
p a{
	font-family:calibri, 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#de8f17;
	margin-bottom:12px;
	padding:0;
	line-height:21px;
	text-decoration:none;
	letter-spacing:0;
}
p a:hover{
	color:#ce881e;
	text-decoration:underline;
	-moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;   
	behavior: url(PIE.htc);
}
h1, h1 a{
	font-family:'Exo', sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#000;
	line-height:32px;
	margin-bottom:10px;
	margin-top:8px;
	padding:0;
	text-shadow: 1px 1px 1px #fff;
	text-decoration:none;
	letter-spacing:0;
}
h1 a:hover{
	margin:0;
	padding:0;
	text-decoration:none;
	-moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;   
	behavior: url(PIE.htc);
}
h2, h2 a{
	font-family: 'Exo', sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#111;
	line-height:28px;
	margin-bottom:5px;
	padding:0;
	text-decoration:none;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	-webkit-transition: color .1s ease-in;
	transition: color .1s ease-in;
	behavior: url(PIE.htc);
	letter-spacing:0;
}
h2 a:hover{
	color:#ef5613;
	margin:0;
	padding:0;
	text-decoration:none;
}
h3, h3 a{
	font-family:'Exo', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#161817;
	line-height:24px;
	margin-bottom:4px;
	margin-top:12px;
	padding:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #fcfcfc;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;   
	behavior: url(PIE.htc);
	letter-spacing:0;
}
h3 a:hover{
	text-decoration:underline;
}


form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px 30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}
.clear{
	clear:both;
}
table {
	border-collapse: collapse;
	border-spacing: 0; 
}
.noborder{
	border:0;
}
textarea{
	resize:none;
}

/* 	Padding
	=============== */
.pad_top5{
	padding-top:5px;
}
.pad_top10{
	padding-top:10px;
}
.pad_top15{
	padding-top:15px;
}
.pad_top20{
	padding-top:20px;
}
.pad_top30{
	padding-top:30px;
}
.pad_top50{
	padding-top:55px;
}
.pad_left5{
	padding-left:5px;
}
.pad_left10{
	padding-left:10px;
}
.pad_left20{
	padding-left:20px;
}
.pad_left30{
	padding-left:30px;
}
.pad_left40{
	padding-left:40px;
}
.pad_left47{
	padding-left:47px;
}
.pad_left50{
	padding-left:50px;
}
.pad_left57{
	padding-left:57px;
}
.pad_left80{
	padding-left:80px;
}
.pad_right5{
	padding-right:5px;
}
.pad_right10{
	padding-right:10px;
}
.pad_right20{
	padding-right:20px;
}
.pad_right50{
	padding-right:50px;
}
.pad_bottom10{
	padding-bottom:10px;
}
.pad_bottom20{
	padding-bottom:20px;
}
.pad_bottom30{
	padding-bottom:30px;
}
.no_padding{
	padding:0;
}

/* 	Margin
	=============== */
.margin_top5{
	margin-top:5px;
}
.margin_top10{
	margin-top:10px;
}
.margin_top20{
	margin-top:20px;
}
.margin_top30{
	margin-top:30px;
}
.margin_top40{
	margin-top:40px;
}
.margin_left20{
	margin-left:20px;
}
.margin_left30{
	margin-left:30px;
}
.margin_left50{
	margin-left:50px;
}
.margin_left60{
	margin-left:60px;
}
.margin_left80{
	margin-left:80px;
}
.margin_right10{
	margin-right:10px;
}
.margin_right20{
	margin-right:20px;
}
.margin_bottom10{
	margin-bottom:10px;
}
.no_margin{
	margin:0;
}

/* 	Text
	============== */
.a_left{
	text-align:left;
}
.a_center{
	text-align:center;
}
.a_right{
	text-align:right;
}
.txt_normal{
	font-weight:normal;
}
.font_italic{
	font-style:italic;
}
.no_italic{
	font-style:normal;
}
.txt_blink{
	text-decoration:blink;
}
.txt_bold{
	font-weight:bold;
}
.txt_indent0{
	text-indent:0px;
}
.txt_indent20{
	text-indent:20px;
}
.txt_u{
	text-transform:uppercase;
}
.txt_shadow_white{
	text-shadow: 1px 1px 1px #fff;
}
.txt_shadow_dark{
	text-shadow: 1px 1px 1px #444;
}
.txt_uppercase{
	text-transform:uppercase;
}
.no_txt_shadow{
	text-shadow: none;
}
.f_left{
	float:left;
}
.f_right{
	float:right;
}

.let_space{
	letter-spacing:0;
}
.font_opensans, .font_opensans a{
	font-family: 'Open Sans', sans-serif;
	letter-spacing:0.2px;
}
.font_merriweather{
	font-family: 'Merriweather', sans-serif;
}
.font_create_round{
	font-family: 'Crete Round', sans-serif;
}
.font_exo{
	font-family: 'Exo', sans-serif;
}
.font_bree{
	font-family: 'Bree Serif', serif;
}
.font_armata{
	font-family: 'Armata', sans-serif;
}
.font_size10{
	font-size:10px;
	line-height:18px;
}
.font_size11{
	font-size:11px;
	line-height:18px;
}
.font_size12{
	font-size:12px;
	line-height:20px;
}
.font_size13{
	font-size:13px;
	line-height:22px;
}
.font_size14{
	font-size:14px;
	line-height:22px;
}
.font_size16{
	font-size:16px;
	line-height:25px;
}
.font_size18{
	font-size:18px;
	line-height:26px;
}
.font_size20{
	font-size:20px;
	line-height:28px;
}
.font_size22{
	font-size:22px;
	line-height:31px;
}
.font_size24{
	font-size:24px;
	line-height:33px;
}
.font_size25{
	font-size:25px;
	line-height:32px;
}
.font_size28{
	font-size:28px;
	line-height:36px;
}
.font_size30{
	font-size:30px;
	line-height:38px;
}
.font_size32{
	font-size:32px;
	line-height:40px;
}
.font_size34{
	font-size:34px;
	line-height:42px;
}
.font_size36{
	font-size:36px;
	line-height:45px;
}
.font_size40{
	font-size:40px;
	line-height:48px;
}



/* blockqoute */
blockquote {
    background:url(../images/quote.png) 10px 0px no-repeat;
    clear: both;
    font-size: 12px;
    font-style: italic;
	text-indent:30px;
	color:#666666;
    line-height: 24px;
    margin:5px 0 0 0;
    padding: 10px;
	font-family: 'Merriweather', serif;
}

.breakline{
	width:99%;
	height:2px;
	border-bottom:5px solid #eee;
	margin:5px auto 8px auto;
}

.col_ful{
	width:100%;
	height:auto;
	margin:0 auto 0 auto;
}
.col960{
	width:960px;
	height:auto;
	margin:0 auto;
}
/* /END OF GLOBAL  */



/* Span Colors */
.black, .black a{
	color:#000;
	text-decoration:none;
}
.black a:hover{
	text-decoration:underline;
}
.blue, .blue a{
	color:#45b9f4;
	text-decoration:none;
}
.blue a:hover{
	color:#45b9f4;
	text-decoration:underline;
}
.l_blue, .l_blue a{
	color:#84d6f8;
	text-decoration:none;
}
.l_blue a:hover{
	color:#b7e7fb;
	text-decoration:none;
}
.d_blue, .d_blue a{
	color:#28465a;
	text-decoration:none;
}
.d_blue a:hover{
	color:#28465a;
	text-decoration:underline;
}
.green, .green a{
	color:#006837;
	text-decoration:none;
}
.green a:hover{
	text-decoration:underline;
}

.brown, .brown a{
	color:#905720;
	text-decoration:none;
}
.brown a:hover{
	text-decoration:underline;
}

.l-brown, .l-brown a{
	color:#cd874b;
	text-decoration:none;
}
.l-brown a:hover{
	color:#cd874b;
	text-decoration:underline;
}

.white, .white a{
	color:#fff;
	text-decoration:none;
}
.white a:hover{
	color:#d4d4d3;
	text-decoration:none;
}

.orange, .orange a{
	color:#c25d19;
	margin:0;
	text-decoration:none;
}
.orange a:hover{
	color:#c25d19;
	text-decoration:underline;
}

.yellow, .yellow a{
	color:#ffe505;
	text-decoration:none;
}
.yellow a:hover{
	color:#ffcd05;
	text-decoration:underline;
}
.magenta, .magenta a{
	color:#eb448c;
	margin:0;
	text-decoration:none;
}
.magenta a:hover{
	color:#eb448c;
	text-decoration:underline;
}
.gray{
	color:#767676;
	text-decoration:none;
}
.gray a{
	color:#535353;
	text-decoration:none;
}
.gray a:hover{
	color:#000;
	text-decoration:underline;
}

.lite_gray{
	color:#898989;
	text-decoration:none;
}
.lite_gray a{
	color:#898989;
	text-decoration:none;
}
.lite_gray a:hover{
	color:#52ccff;
	text-decoration:none;
}

.red, .red a{
	color:#c92817;
	text-decoration:none;
}

.red a:hover{
	color:#e01f0b;
	text-decoration:underline;
}	
.i_blue, .i_blue a{
	font-family: 'Crete Round', serif;
	font-weight:normal;
	font-size:13px;
	color:#46b7ff;
	margin:0;
	padding:2px 0px;
	text-decoration:none;
}
.i_blue a:hover{
	color:#feba70;
	text-decoration:none;
}

/* Active Web Fonts 
font-family: 'Armata', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Exo', sans-serif;
font-family: 'Droid Serif', serif;
font-family: 'Crete Round', serif;
font-family: 'Merriweather', serif;
font-family: 'Bree Serif', serif;
font-family: 'Electrolize', sans-serif;
*/

